.wingerfix-products-landing-v2 {
  background: #fff;
}

.wf-products {
  --wf-blue: var(--rayan-primary, #0865f5);
  --wf-blue-dark: #054dcc;
  --wf-navy: var(--rayan-navy, #061b45);
  --wf-text: #31466e;
  --wf-muted: #70809d;
  --wf-line: #dce6f5;
  --wf-pale: #f4f8ff;
  --wf-shadow: 0 14px 38px rgba(20, 58, 112, .1);
  color: var(--wf-text);
  overflow: clip;
  direction: inherit;
}

.wf-products *,
.wf-products *::before,
.wf-products *::after {
  box-sizing: border-box;
}

.wf-products a {
  text-decoration: none;
}

.wf-products button,
.wf-products select {
  font: inherit;
}

.wf-products-container {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.wf-products-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.wf-products-section {
  padding-block: 42px;
}

.wf-products-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin: 0 auto 30px;
  text-align: center;
}

.wf-products-heading h2 {
  position: relative;
  margin: 0;
  padding-inline: 68px;
  color: var(--wf-navy);
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  font-weight: 900;
  line-height: 1.35;
}

.wf-products-heading h2::before,
.wf-products-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--wf-blue));
}

.wf-products-heading h2::before {
  inset-inline-start: 10px;
  transform: scaleX(-1);
}

.wf-products-heading h2::after {
  inset-inline-end: 10px;
}

.wf-products-heading > p {
  max-width: 780px;
  margin: 0;
  color: var(--wf-muted);
  font-size: .98rem;
  line-height: 1.9;
}

.wf-products-button {
  min-height: 46px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--wf-blue);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.wf-products-button:hover {
  transform: translateY(-2px);
}

.wf-products-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--wf-blue), #0454e4);
  box-shadow: 0 10px 22px rgba(8, 101, 245, .2);
}

.wf-products-button--primary:hover {
  color: #fff;
  box-shadow: 0 14px 28px rgba(8, 101, 245, .28);
}

.wf-products-button--outline {
  border-color: #8bb6ff;
  color: var(--wf-blue);
  background: #fff;
}

.wf-products-button--outline:hover {
  border-color: var(--wf-blue);
  color: var(--wf-blue-dark);
  background: #f8fbff;
}

.wf-products a:focus-visible,
.wf-products button:focus-visible,
.wf-products select:focus-visible,
.wf-products [tabindex="0"]:focus-visible {
  outline: 3px solid rgba(8, 101, 245, .28);
  outline-offset: 3px;
}

/* Hero */
.wf-products-hero {
  position: relative;
  min-height: 500px;
  border-bottom: 1px solid #e0eafa;
  background:
    radial-gradient(circle at 18% 40%, rgba(93, 156, 255, .2), transparent 32%),
    linear-gradient(100deg, #f8fbff 0%, #edf5ff 50%, #fff 100%);
  isolation: isolate;
}

.wf-products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .3;
  background-image: linear-gradient(rgba(33, 99, 196, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(33, 99, 196, .035) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.wf-products-hero__grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(450px, .92fr);
  align-items: center;
  gap: clamp(36px, 6vw, 96px);
}

.wf-products-hero__copy {
  padding-block: 60px;
  text-align: right;
}

.wf-products-eyebrow {
  width: fit-content;
  margin-block-end: 22px;
  padding: 9px 17px;
  border: 1px solid #bbd4fb;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--wf-blue-dark);
  background: rgba(255, 255, 255, .72);
  font-size: .85rem;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(8, 76, 170, .06);
}

.wf-products-eyebrow .wf-products-icon {
  width: 21px;
  height: 21px;
}

.wf-products-hero h1 {
  margin: 0;
  color: var(--wf-navy);
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.045em;
}

.wf-products-hero h1 span,
.wf-products-hero h1 strong {
  display: block;
}

.wf-products-hero h1 strong {
  color: var(--wf-blue);
  font-weight: 950;
}

.wf-products-hero__copy > p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #5f7295;
  font-size: clamp(.95rem, 1.2vw, 1.06rem);
  line-height: 2;
}

.wf-products-hero__jump {
  margin-block-start: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wf-blue-dark);
  font-weight: 850;
}

.wf-products-hero__jump .wf-products-icon {
  width: 19px;
  height: 19px;
  transform: rotate(-90deg);
}

.wf-products-hero__visual {
  position: relative;
  min-height: 460px;
  align-self: end;
}

.wf-products-hero__glow {
  position: absolute;
  inset: 14% 3% 7%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.98) 0 22%, rgba(124,179,255,.32) 50%, transparent 72%);
  filter: blur(3px);
}

.wf-products-hero__app {
  position: absolute;
  left: 1%;
  bottom: 75px;
  width: 42%;
  height: 355px;
  padding: 8px;
  border: 1px solid rgba(129, 169, 230, .34);
  border-radius: 24px 24px 8px 8px;
  overflow: hidden;
  background: #fff;
  transform: perspective(950px) rotateY(-5deg);
  box-shadow: 0 26px 42px rgba(29, 71, 132, .2);
}

.wf-products-hero__app img {
  width: 100%;
  height: 100%;
  border-radius: 17px;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.wf-products-hero__device {
  position: absolute;
  z-index: 3;
  bottom: 57px;
  display: grid;
  place-items: end center;
  filter: drop-shadow(0 18px 15px rgba(18, 36, 69, .2));
}

.wf-products-hero__device img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.wf-products-hero__device--s1 {
  left: 28%;
  width: 22%;
  height: 240px;
}

.wf-products-hero__device--s3 {
  left: 47%;
  z-index: 4;
  width: 24%;
  height: 270px;
}

.wf-products-hero__device--s4 {
  left: 67%;
  width: 29%;
  height: 260px;
}

.wf-products-hero__platform {
  position: absolute;
  right: 0;
  left: 6%;
  bottom: 28px;
  height: 62px;
  border: 1px solid rgba(57, 131, 249, .24);
  border-radius: 50%;
  background: radial-gradient(ellipse, #fff 17%, #dcecff 58%, rgba(150,197,255,.2) 72%, transparent 73%);
  box-shadow: 0 18px 20px rgba(32, 96, 186, .12), inset 0 -8px 14px rgba(67, 141, 250, .12);
}

.wf-products-hero__custom {
  position: absolute;
  inset: 34px 0 30px;
  display: grid;
  place-items: center;
}

.wf-products-hero__custom img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* Need selector */
.wf-products-needs {
  padding-block-start: 34px;
}

.wf-products-needs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wf-products-need {
  position: relative;
  min-height: 112px;
  padding: 20px;
  padding-inline-end: 72px;
  border: 1px solid #d9e4f2;
  border-radius: 12px;
  color: var(--wf-navy);
  background: #fff;
  text-align: right;
  cursor: pointer;
  box-shadow: 0 7px 20px rgba(23, 56, 103, .08);
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wf-products-need:hover {
  transform: translateY(-2px);
  border-color: #8db9fc;
  box-shadow: 0 13px 25px rgba(23, 73, 148, .11);
}

.wf-products-need > span {
  position: absolute;
  inset-inline-end: 22px;
  top: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--wf-blue);
  transform: translateY(-50%);
}

.wf-products-need > span .wf-products-icon {
  width: 31px;
  height: 31px;
  stroke-width: 1.9;
}

.wf-products-need b,
.wf-products-need small {
  display: block;
}

.wf-products-need b {
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.55;
}

.wf-products-need small {
  margin-block-start: 6px;
  color: var(--wf-muted);
  font-size: .78rem;
  line-height: 1.6;
}

.wf-products-need.is-active {
  border-color: var(--wf-blue);
  background: linear-gradient(135deg, #f7fbff, #edf5ff);
  box-shadow: 0 10px 28px rgba(8, 101, 245, .14), inset 0 0 0 1px rgba(8, 101, 245, .08);
}

.wf-products-need.is-active::after {
  content: "";
  position: absolute;
  inset-inline: 16px;
  bottom: -1px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: var(--wf-blue);
}

/* Product cards */
.wf-products-models {
  padding-block-start: 22px;
}

.wf-products-models__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.wf-products-card {
  position: relative;
  min-width: 0;
  padding: 30px 22px 22px;
  border: 1px solid #d6e1ef;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 9px 25px rgba(23, 56, 103, .09);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.wf-products-card:hover,
.wf-products-card.is-selected-by-need {
  border-color: #7caef9;
  box-shadow: 0 17px 38px rgba(19, 75, 160, .14);
  transform: translateY(-4px);
}

.wf-products-card.is-recommended {
  border-color: var(--wf-blue);
  box-shadow: 0 18px 42px rgba(8, 101, 245, .15);
}

.wf-products-card__ribbon {
  position: absolute;
  top: -30px;
  inset-inline: 42px;
  z-index: 2;
  min-height: 31px;
  padding: 6px 15px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background: linear-gradient(135deg, #1174ff, #0756dd);
  font-size: .78rem;
  font-weight: 850;
  text-align: center;
  box-shadow: 0 8px 18px rgba(8, 101, 245, .2);
}

.wf-products-card__top {
  min-height: 252px;
  display: grid;
  grid-template-columns: minmax(118px, 39%) 1fr;
  gap: 17px;
  direction: ltr;
}

.wf-products-card__media {
  min-height: 230px;
  padding: 8px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 34%, #fff 0 15%, #eef5ff 55%, transparent 74%);
}

.wf-products-card__media img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 14px 10px rgba(24, 40, 65, .18));
  transition: transform .25s ease;
}

.wf-products-card:hover .wf-products-card__media img {
  transform: translateY(-3px) scale(1.02);
}

.wf-products-card__intro {
  min-width: 0;
  padding-block-start: 6px;
  direction: rtl;
  text-align: right;
}

.wf-products-card__intro h3 {
  margin: 0;
  color: var(--wf-blue);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 900;
  line-height: 1.45;
}

.wf-products-card__intro h3 bdi {
  direction: ltr;
}

.wf-products-card__intro h3 span {
  font-weight: 850;
}

.wf-products-card__intro > b {
  margin-block-start: 4px;
  display: block;
  color: var(--wf-navy);
  font-size: .88rem;
}

.wf-products-card__intro > p {
  min-height: 48px;
  margin: 8px 0 10px;
  color: var(--wf-muted);
  font-size: .78rem;
  line-height: 1.75;
}

.wf-products-card__intro ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
  list-style: none;
}

.wf-products-card__intro li {
  position: relative;
  padding-inline-start: 15px;
  color: #42577d;
  font-size: .78rem;
  line-height: 1.55;
}

.wf-products-card__intro li::before {
  content: "";
  position: absolute;
  inset-inline-start: 1px;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wf-blue);
  box-shadow: 0 0 0 3px rgba(8, 101, 245, .09);
}

.wf-products-card__meta {
  margin-block-start: 12px;
  padding-block: 12px;
  border-block: 1px solid var(--wf-line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.wf-products-card__meta > span {
  min-width: 0;
}

.wf-products-card__meta > span + span {
  padding-inline-start: 14px;
  border-inline-start: 1px solid var(--wf-line);
}

.wf-products-card__meta small,
.wf-products-card__meta b {
  display: block;
}

.wf-products-card__meta small {
  color: var(--wf-muted);
  font-size: .7rem;
  line-height: 1.5;
}

.wf-products-card__meta b {
  margin-block-start: 3px;
  color: var(--wf-navy);
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.55;
}

.wf-products-card__meta .price,
.wf-products-card__meta .amount {
  color: var(--wf-blue);
  font-weight: 900;
}

.wf-products-card__actions {
  margin-block-start: auto;
  padding-block-start: 16px;
  display: grid;
  gap: 8px;
}

.wf-products-models__more {
  margin-block-start: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  text-align: center;
}

.wf-products-models__more a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--wf-blue);
  font-size: .9rem;
  font-weight: 850;
}

.wf-products-models__more a .wf-products-icon {
  width: 18px;
  height: 18px;
}

.wf-products-models__more p {
  margin: 0;
  color: var(--wf-muted);
  font-size: .82rem;
}

/* Comparison */
.wf-products-compare {
  padding-block: 30px 46px;
  background:
    radial-gradient(circle at 50% 12%, rgba(99, 158, 246, .08), transparent 34%),
    linear-gradient(180deg, #fff, #fbfdff);
}

.wf-products-compare .wf-products-heading {
  margin-block-end: 34px;
}

.wf-products-compare .wf-products-heading h2 {
  padding-inline: 82px;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  letter-spacing: -.035em;
}

.wf-products-compare .wf-products-heading h2::before,
.wf-products-compare .wf-products-heading h2::after {
  width: 56px;
  height: 2px;
}

.wf-products-compare__scroll {
  padding: 10px 12px 14px;
  border: 0;
  border-radius: 28px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 54, 104, .13);
  scrollbar-color: #a9c8f8 #edf4fd;
  scrollbar-width: thin;
}

.wf-products-compare table {
  width: 100%;
  min-width: 840px;
  border: 1px solid #dce5f1;
  border-radius: 22px;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--wf-text);
  background: #fff;
  text-align: center;
}

.wf-products-compare th,
.wf-products-compare td {
  height: 56px;
  padding: 8px 18px;
  border: 0;
  border-inline-end: 1px solid #dce4ef;
  border-block-end: 1px solid #e4eaf2;
  font-size: .88rem;
  line-height: 1.45;
  vertical-align: middle;
}

.wf-products-compare .wf-products-compare__features {
  width: 28%;
}

.wf-products-compare th:last-child,
.wf-products-compare td:last-child {
  border-inline-end: 0;
}

.wf-products-compare thead th {
  height: 78px;
  color: var(--wf-navy);
  background: linear-gradient(180deg, #fbfdff, #eef4fc);
  font-size: 1.08rem;
  font-weight: 950;
}

.wf-products-compare thead th:first-child {
  position: sticky;
  inset-inline-start: 0;
  z-index: 5;
  border-start-start-radius: 21px;
  text-align: right;
}

.wf-products-compare thead th:last-child {
  border-start-end-radius: 21px;
}

.wf-products-compare__model {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.wf-products-compare__model bdi {
  direction: ltr;
  font-size: 1.22rem;
  line-height: 1;
}

.wf-products-compare__model small {
  min-height: 25px;
  padding: 3px 11px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: .68rem;
  font-weight: 750;
  line-height: 1.2;
}

.wf-products-compare__model small b {
  color: #fff;
  font-size: .8rem;
}

.wf-products-compare tbody th {
  position: sticky;
  inset-inline-start: 0;
  z-index: 3;
  color: #314b77;
  text-align: right;
  font-weight: 850;
}

.wf-products-compare__feature {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  line-height: 1.45;
}

.wf-products-compare__feature > span:last-child {
  min-width: 0;
  display: block;
}

.wf-products-compare tbody tr:nth-child(odd) > :not(.is-recommended) {
  background: #fff;
}

.wf-products-compare tbody tr:nth-child(even) > :not(.is-recommended) {
  background: #f5f8fc;
}

.wf-products-compare__feature > .wf-products-icon {
  width: 23px;
  height: 23px;
  margin: 0;
  display: block;
  flex: 0 0 23px;
  color: var(--wf-blue);
  stroke-width: 1.65;
}

.wf-products-compare thead th.is-recommended {
  position: relative;
  z-index: 4;
  border-inline: 1px solid #0a61f2;
  border-start-start-radius: 20px;
  border-start-end-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, #1477ff, #0754ed);
  box-shadow: 0 9px 24px rgba(8, 91, 239, .2);
}

.wf-products-compare thead th.is-recommended:first-child {
  border-start-start-radius: 20px;
}

.wf-products-compare thead th.is-recommended:last-child {
  border-start-end-radius: 20px;
}

.wf-products-compare tbody td.is-recommended {
  position: relative;
  z-index: 2;
  border-inline: 1px solid #458cff;
  border-inline-end-width: 1px;
  background: linear-gradient(90deg, #f7faff, #edf4ff 50%, #f7faff);
}

.wf-products-compare tbody tr:nth-child(even) td.is-recommended {
  background: linear-gradient(90deg, #eef4ff, #e5efff 50%, #eef4ff);
}

.wf-products-compare tbody tr:last-child > * {
  border-block-end: 0;
}

.wf-products-compare tbody tr:last-child th {
  border-end-start-radius: 21px;
}

.wf-products-compare tbody tr:last-child td:last-child {
  border-end-end-radius: 21px;
}

.wf-products-compare tbody tr:last-child td.is-recommended {
  border-block-end: 1px solid #458cff;
  border-end-start-radius: 19px;
  border-end-end-radius: 19px;
  box-shadow: 0 13px 22px rgba(36, 101, 208, .13);
}

.wf-products-compare .is-yes {
  display: inline-grid;
  place-items: center;
  color: #159d36;
}

.wf-products-compare .is-yes .wf-products-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.wf-products-compare .is-no {
  color: #8e99a9;
  font-size: 1.25rem;
  font-weight: 800;
}

.wf-products-compare .is-text {
  color: #263b61;
  font-size: .84rem;
  font-weight: 750;
}

.wf-products-compare__security {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--wf-blue);
}

.wf-products-compare__security > .wf-products-icon {
  width: 22px;
  height: 22px;
  stroke-width: 1.6;
}

.wf-products-compare__security .is-text {
  color: #163d7a;
  font-size: .86rem;
  font-weight: 850;
}

/* Vehicle matcher */
.wf-products-vehicle {
  padding-block-start: 18px;
}

.wf-products-vehicle__form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wf-products-vehicle__form label {
  display: grid;
  gap: 8px;
  color: #536788;
  font-size: .76rem;
  font-weight: 750;
}

.wf-products-select {
  position: relative;
  min-height: 52px;
  border: 1px solid #d6e2f1;
  border-radius: 9px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 13px rgba(23, 56, 103, .04);
}

.wf-products-select .wf-products-icon {
  position: absolute;
  inset-inline-start: 14px;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: #8a9bb5;
  pointer-events: none;
}

.wf-products-select select {
  width: 100%;
  min-height: 50px;
  padding: 8px 44px 8px 16px;
  border: 0;
  border-radius: inherit;
  color: var(--wf-navy);
  background: transparent;
  outline: none;
  cursor: pointer;
}

.wf-products-select select:disabled {
  color: #9ba9bb;
  cursor: not-allowed;
}

.wf-products-vehicle__result {
  position: relative;
  min-height: 142px;
  margin-block-start: 16px;
  padding: 24px 32px;
  border: 1px solid #b9d5ff;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr minmax(180px, 28%);
  align-items: center;
  gap: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 45%, rgba(80, 148, 251, .18), transparent 25%),
    linear-gradient(105deg, #f8fbff, #edf5ff);
  box-shadow: 0 9px 26px rgba(36, 88, 159, .08);
  direction: ltr;
}

.wf-products-vehicle__result::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  inset-inline-end: -80px;
  top: -80px;
  border: 36px solid rgba(8, 101, 245, .035);
  border-radius: 50%;
}

.wf-products-vehicle__result-copy {
  position: relative;
  z-index: 2;
  direction: rtl;
}

.wf-products-vehicle__result-copy > span {
  color: var(--wf-blue);
  font-size: .76rem;
  font-weight: 850;
}

.wf-products-vehicle__result.is-verified .wf-products-vehicle__result-copy > span {
  color: #0a9650;
}

.wf-products-vehicle__result.is-review .wf-products-vehicle__result-copy > span {
  color: #b06a00;
}

.wf-products-vehicle__result.is-unavailable .wf-products-vehicle__result-copy > span {
  color: #b13c4b;
}

.wf-products-vehicle__result-copy h3 {
  margin: 6px 0 4px;
  color: var(--wf-navy);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 900;
  line-height: 1.55;
}

.wf-products-vehicle__result-copy p {
  margin: 0 0 14px;
  color: var(--wf-muted);
  font-size: .82rem;
  line-height: 1.7;
}

.wf-products-vehicle__result-media {
  position: relative;
  z-index: 2;
  height: 130px;
  display: grid;
  place-items: center;
  direction: rtl;
}

.wf-products-vehicle__result-media[hidden] {
  display: none;
}

.wf-products-vehicle__result-media img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 11px 10px rgba(31, 52, 82, .14));
}

.wf-products-vehicle__result-media span {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  padding: 5px 10px;
  border: 1px solid #c9ddfb;
  border-radius: 99px;
  color: var(--wf-blue-dark);
  background: rgba(255,255,255,.9);
  font-size: .68rem;
  font-weight: 850;
}

.wf-products-vehicle__pending {
  padding: 36px;
  border: 1px solid #c9ddfb;
  border-radius: 14px;
  display: grid;
  justify-items: center;
  gap: 10px;
  background: var(--wf-pale);
  text-align: center;
}

.wf-products-vehicle__pending > div {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--wf-blue);
  background: #fff;
}

.wf-products-vehicle__pending h3,
.wf-products-vehicle__pending p {
  margin: 0;
}

.wf-products-vehicle__pending h3 {
  color: var(--wf-navy);
}

.wf-products-vehicle__pending p {
  color: var(--wf-muted);
}

/* Service cards and final CTA */
.wf-products-services {
  padding-block: 12px 28px;
}

.wf-products-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.wf-products-services article {
  min-height: 112px;
  padding: 20px;
  border: 1px solid #dce6f3;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  box-shadow: 0 6px 19px rgba(23, 56, 103, .06);
}

.wf-products-services article > .wf-products-icon {
  width: 42px;
  height: 42px;
  color: var(--wf-blue);
  stroke-width: 1.45;
}

.wf-products-services h3,
.wf-products-services p {
  margin: 0;
}

.wf-products-services h3 {
  color: var(--wf-navy);
  font-size: .9rem;
  font-weight: 900;
}

.wf-products-services p {
  margin-block-start: 5px;
  color: var(--wf-muted);
  font-size: .73rem;
  line-height: 1.7;
}

.wf-products-consult {
  padding-block: 0 34px;
}

.wf-products-consult__shell {
  min-height: 166px;
  padding: 24px 38px;
  border: 1px solid #bfd7fb;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 142px 1fr auto;
  align-items: center;
  gap: 28px;
  overflow: hidden;
  background: linear-gradient(115deg, #eaf3ff, #f8fbff 62%, #eff6ff);
  box-shadow: 0 8px 27px rgba(20, 66, 137, .08);
  direction: ltr;
}

.wf-products-consult__art {
  position: relative;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--wf-blue);
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 24px rgba(89,151,245,.08), 0 0 0 45px rgba(89,151,245,.04);
}

.wf-products-consult__art .wf-products-icon {
  width: 62px;
  height: 62px;
  stroke-width: 1.4;
}

.wf-products-consult__art span {
  position: absolute;
  inset-inline-end: -2px;
  bottom: 4px;
  padding: 2px 8px 6px;
  border: 3px solid #eef5ff;
  border-radius: 99px;
  color: var(--wf-blue);
  background: #fff;
  font-size: .8rem;
  letter-spacing: 2px;
}

.wf-products-consult__copy h2,
.wf-products-consult__copy p {
  margin: 0;
}

.wf-products-consult__copy,
.wf-products-consult__actions {
  direction: rtl;
}

.wf-products-consult__copy h2 {
  color: var(--wf-navy);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 900;
}

.wf-products-consult__copy p {
  max-width: 700px;
  margin-block-start: 8px;
  color: var(--wf-muted);
  font-size: .84rem;
  line-height: 1.8;
}

.wf-products-consult__actions {
  min-width: 190px;
  display: grid;
  gap: 9px;
}

.wf-products-consult__actions .wf-products-icon {
  width: 19px;
  height: 19px;
}

@media (max-width: 1120px) {
  .wf-products-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
    gap: 30px;
  }

  .wf-products-card {
    padding-inline: 16px;
  }

  .wf-products-card__top {
    grid-template-columns: 118px 1fr;
    gap: 12px;
  }

  .wf-products-card__media img {
    height: 190px;
  }

  .wf-products-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .wf-products-container {
    width: min(100% - 32px, 760px);
  }

  .wf-products-hero,
  .wf-products-hero__grid {
    min-height: auto;
  }

  .wf-products-hero__grid {
    grid-template-columns: 1fr;
  }

  .wf-products-hero__copy {
    padding: 52px 0 10px;
    text-align: center;
  }

  .wf-products-eyebrow,
  .wf-products-hero__jump {
    margin-inline: auto;
  }

  .wf-products-hero__copy > p {
    margin-inline: auto;
  }

  .wf-products-hero__visual {
    width: min(620px, 100%);
    min-height: 390px;
    margin-inline: auto;
  }

  .wf-products-needs__grid {
    grid-template-columns: 1fr;
  }

  .wf-products-need {
    min-height: 92px;
  }

  .wf-products-models__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wf-products-card:first-child {
    grid-column: 1 / -1;
    width: min(420px, 100%);
    justify-self: center;
  }

  .wf-products-card__top {
    grid-template-columns: minmax(125px, 38%) 1fr;
  }

  .wf-products-vehicle__result {
    grid-template-columns: 1fr minmax(150px, 30%);
  }

  .wf-products-consult__shell {
    grid-template-columns: 105px 1fr;
  }

  .wf-products-consult__art {
    width: 90px;
    height: 90px;
  }

  .wf-products-consult__art .wf-products-icon {
    width: 50px;
    height: 50px;
  }

  .wf-products-consult__actions {
    grid-column: 2;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .wf-products-container {
    width: min(100% - 24px, 520px);
  }

  .wf-products-section {
    padding-block: 34px;
  }

  .wf-products-heading {
    margin-block-end: 22px;
  }

  .wf-products-heading h2 {
    padding-inline: 38px;
    font-size: 1.35rem;
  }

  .wf-products-heading h2::before,
  .wf-products-heading h2::after {
    width: 24px;
  }

  .wf-products-hero h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .wf-products-hero__visual {
    min-height: 325px;
  }

  .wf-products-hero__app {
    bottom: 58px;
    width: 43%;
    height: 255px;
  }

  .wf-products-hero__device {
    bottom: 43px;
  }

  .wf-products-hero__device--s1 {
    height: 180px;
  }

  .wf-products-hero__device--s3 {
    height: 205px;
  }

  .wf-products-hero__device--s4 {
    height: 195px;
  }

  .wf-products-hero__platform {
    bottom: 17px;
    height: 48px;
  }

  .wf-products-models__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wf-products-card:first-child {
    grid-column: auto;
    width: 100%;
  }

  .wf-products-card__top {
    min-height: 230px;
    grid-template-columns: 130px 1fr;
  }

  .wf-products-card__media {
    min-height: 210px;
  }

  .wf-products-card__media img {
    height: 200px;
  }

  .wf-products-card__ribbon {
    top: -30px;
  }

  .wf-products-compare .wf-products-heading h2 {
    padding-inline: 46px;
    font-size: 1.45rem;
  }

  .wf-products-compare .wf-products-heading h2::before,
  .wf-products-compare .wf-products-heading h2::after {
    width: 34px;
    height: 2px;
  }

  .wf-products-compare__scroll {
    margin-inline: -4px;
    padding: 6px 6px 10px;
    border-radius: 19px;
  }

  .wf-products-compare table {
    min-width: 760px;
    border-radius: 15px;
  }

  .wf-products-compare th,
  .wf-products-compare td {
    height: 52px;
    padding: 7px 12px;
    font-size: .8rem;
  }

  .wf-products-compare thead th {
    height: 70px;
  }

  .wf-products-compare .wf-products-compare__features {
    width: 220px;
  }

  .wf-products-compare__feature {
    gap: 8px;
  }

  .wf-products-compare__feature > .wf-products-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .wf-products-compare__model bdi {
    font-size: 1.08rem;
  }

  .wf-products-vehicle__form {
    grid-template-columns: 1fr;
  }

  .wf-products-vehicle__result {
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .wf-products-vehicle__result-media {
    grid-row: 1;
    height: 120px;
  }

  .wf-products-services__grid {
    grid-template-columns: 1fr;
  }

  .wf-products-services article {
    min-height: 96px;
  }

  .wf-products-consult__shell {
    padding: 28px 20px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .wf-products-consult__actions {
    width: 100%;
    min-width: 0;
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 410px) {
  .wf-products-hero__visual {
    min-height: 285px;
  }

  .wf-products-hero__app {
    height: 225px;
  }

  .wf-products-hero__device--s1 {
    height: 155px;
  }

  .wf-products-hero__device--s3 {
    height: 178px;
  }

  .wf-products-hero__device--s4 {
    height: 172px;
  }

  .wf-products-need {
    padding-inline-end: 62px;
  }

  .wf-products-card__top {
    grid-template-columns: 108px 1fr;
    gap: 9px;
  }

  .wf-products-card__media img {
    height: 175px;
  }

  .wf-products-card__meta {
    grid-template-columns: 1fr;
  }

  .wf-products-card__meta > span + span {
    padding: 10px 0 0;
    border-inline-start: 0;
    border-block-start: 1px solid var(--wf-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wf-products *,
  .wf-products *::before,
  .wf-products *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
