/* OEM ASTRA J — WHY OEM / conversion cards
   Track + Can't Find: shared markup (desktop side-by-side, mobile stacked).
   WHY OEM strip / luxury panel remain desktop ≥901px. */

.why-oem-workshop-desktop {
  display: none;
}

.why-oem-workshop-sub {
  display: none;
}

:root {
  --why-blue: #1e5bb8;
  --why-blue-deep: #0f2d6b;
  --why-gold: #c9a227;
  --why-green: #25d366;
  --why-text: #1a2332;
  --why-muted: #6b7280;
  --why-bg: #ffffff;
  --why-card: #cfe6f7;
  --why-radius: 18px;
  --why-radius-lg: 24px;
  --why-shadow: 0 8px 28px rgba(15, 45, 107, 0.08);
  --why-shadow-hover: 0 14px 36px rgba(15, 45, 107, 0.12);
}

@media (min-width: 901px) {

  /* ── Title band — mid-page legacy only; footer strip owns final WHY OEM V2 ── */
  body.is-home-page #whyOemSection.hero-why-title-section,
  body.is-home-page .mob-home-feed > #whyOemSection.hero-why-title-section,
  body.is-home-page .why-oem-workshop-desktop > #whyOemSection.hero-why-title-section,
  body.is-home-page .why-oem-luxury-panel > #whyOemSection.hero-why-title-section {
    display: block !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Do not override footer workshop WHY OEM V2 typography / spacing */
  .footer-workshop .why-oem-luxury-panel > #whyOemSection.hero-why-title-section {
    display: block !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.is-home-page #whyOemSection .section-inner {
    max-width: none !important;
    margin-inline: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* Footer WHY strip typography owned by footer-workshop-desktop.css */
  body.is-home-page #whyOemSection .hero-why-title,
  body.is-home-page .footer-workshop #whyOemSection .hero-why-title,
  body.is-home-page .footer-workshop .fw-why .why-oem-strip-title {
    display: none !important;
  }

  body.is-home-page #whyOemSection .why-oem-workshop-sub {
    display: none !important;
  }

  /* ── Section shell ── */
  body.is-home-page .home-premium-info {
    background: var(--why-bg) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 0 28px !important;
    margin: 0 !important;
  }

  body.is-home-page .home-premium-info > .section-inner {
    display: none !important;
  }

  body.is-home-page .home-premium-info > .mob-v2-why,
  body.is-home-page .home-premium-info > .mob-v2-track-card {
    display: none !important;
  }

  /* Legacy 4 glass cards — fully removed from desktop UI (IDs kept in DOM) */
  body.is-home-page .home-premium-info .premium-info-grid {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
  }

  /* ── Desktop layout ── */
  body.is-home-page .why-oem-workshop-desktop {
    display: block !important;
    max-width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
    padding: 8px 0 0;
    box-sizing: border-box;
  }

  body.is-home-page .why-oem-feature-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
  }

  /* Luxury panel now lives in footer — hide if any leftover mid-page copy */
  body.is-home-page .why-oem-workshop-desktop .why-oem-luxury-panel {
    display: none !important;
  }

  /* Mid-page luxury panel leftover — footer .fw-why owns production strip */
  body.is-home-page .why-oem-luxury-panel:not(.fw-why) {
    display: block;
    margin: 20px 0 0;
    padding: 60px 40px;
    border-radius: 18px;
    border: none;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    max-width: 1600px;
  }

  /* ── Conversion cards first (above WHY OEM) — side by side on desktop ── */
  body.is-home-page .why-oem-featured-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: stretch;
    margin: 0 0 8px;
    scroll-margin-top: calc(var(--nav-total-h, 82px) + 28px);
  }

  body.is-home-page .why-oem-featured-row > .why-oem-featured-card {
    min-width: 0;
    height: 100%;
  }

  /* Legacy mid-page feature cards only — footer .fw-why uses V2 styles */
  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-card {
    position: relative;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 8px 18px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
    transition: none;
  }

  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--why-gold);
    flex-shrink: 0;
    margin: 0 0 20px;
    transition: transform 180ms ease;
  }

  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-card:hover .why-oem-feature-icon {
    transform: translateY(-3px);
  }

  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-icon svg {
    width: 44px;
    height: 44px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #222222;
    letter-spacing: 0;
  }

  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #6B7280;
  }

  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    padding-top: 0;
    min-height: 0;
  }

  body.is-home-page .why-oem-luxury-panel:not(.fw-why) .why-oem-feature-brands img {
    display: block;
    height: 18px;
    width: auto;
    max-width: 56px;
    object-fit: contain;
    opacity: 0.75;
    filter: none;
  }

  body.is-home-page .why-oem-feature-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 8px 18px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    min-height: 0;
    box-sizing: border-box;
    transition: none;
  }

  body.is-home-page .why-oem-feature-card:hover {
    transform: none;
    box-shadow: none;
  }

  body.is-home-page .why-oem-feature-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--why-gold);
    flex-shrink: 0;
    margin: 0 0 20px;
    transition: transform 180ms ease;
  }

  body.is-home-page .why-oem-feature-icon svg {
    width: 44px;
    height: 44px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.is-home-page .why-oem-feature-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #222222;
    letter-spacing: 0;
  }

  body.is-home-page .why-oem-feature-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #6B7280;
  }

  body.is-home-page .why-oem-feature-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    padding-top: 0;
    min-height: 0;
  }

  body.is-home-page .why-oem-feature-brands img {
    display: block;
    height: 18px;
    width: auto;
    max-width: 56px;
    object-fit: contain;
    opacity: 0.75;
  }

  html[dir="rtl"] body.is-home-page .why-oem-feature-card {
    align-items: center;
  }
}

/* ── Conversion cards (shared markup — all viewports) ── */
body.is-home-page .why-oem-featured-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 28px rgba(15, 45, 107, 0.08);
  border: 1px solid #e8eef6;
  height: auto;
  min-height: 0;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}

body.is-home-page .why-oem-featured-card:hover {
  transform: none;
  box-shadow: 0 8px 28px rgba(15, 45, 107, 0.08);
}

/* Track — single full-width card, no phone column */
body.is-home-page .why-oem-featured-card--track {
  display: flex;
  flex-direction: column;
  padding: 28px 32px 30px;
  overflow: visible;
}

body.is-home-page .why-oem-featured-card--track .why-oem-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 auto;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  padding: 0;
  min-height: 0;
}

body.is-home-page .why-oem-track-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.is-home-page .why-oem-track-head-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1e5bb8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.is-home-page .why-oem-track-head-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
}

body.is-home-page .why-oem-track-head-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

body.is-home-page .why-oem-featured-card--track .why-oem-featured-copy h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f2d6b;
  line-height: 1.15;
}

body.is-home-page .why-oem-featured-card--track .why-oem-featured-copy p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #6b7280;
  white-space: normal;
}

/* Horizontal 4-step progress */
body.is-home-page .why-oem-track-progress {
  list-style: none;
  margin: 4px 0 0;
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 0;
  box-sizing: border-box;
}

body.is-home-page .why-oem-track-progress > li:not(.why-oem-progress-connector) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #1e5bb8;
  min-width: 72px;
}

body.is-home-page .why-oem-track-progress .why-oem-progress-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #1e5bb8;
  background: #ffffff;
  color: #1e5bb8;
  flex-shrink: 0;
  box-sizing: border-box;
}

body.is-home-page .why-oem-track-progress .why-oem-progress-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

body.is-home-page .why-oem-track-progress > li.is-done .why-oem-progress-icon {
  background: #1e5bb8;
  border-color: #1e5bb8;
  color: #ffffff;
}

body.is-home-page .why-oem-track-progress .why-oem-progress-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: #6b7280;
  text-align: center;
}

body.is-home-page .why-oem-track-progress > li.is-done .why-oem-progress-label {
  color: #0f2d6b;
  font-weight: 700;
}

body.is-home-page .why-oem-track-progress .why-oem-progress-connector {
  display: block;
  flex: 1 1 auto;
  height: 2px;
  min-width: 24px;
  margin: 21px 8px 0;
  background: #c5d0e0;
  border: none;
  padding: 0;
  align-self: flex-start;
}

body.is-home-page .why-oem-track-progress .why-oem-progress-connector svg {
  display: none;
}

/* Track form */
body.is-home-page .why-oem-featured-card--track .why-oem-track-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 auto;
  gap: 14px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  min-height: 0;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

body.is-home-page .why-oem-track-field {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

body.is-home-page .why-oem-track-field-icon {
  position: absolute;
  inset-inline-start: 14px;
  width: 18px;
  height: 18px;
  color: #9aa3b2;
  pointer-events: none;
  z-index: 1;
}

body.is-home-page .why-oem-track-field-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  display: block;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-fields input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 14px 0 42px;
  border-radius: 12px;
  border: 1px solid #d7dde8;
  background: #ffffff;
  color: var(--why-text);
  font-size: 14px;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}

html[dir="rtl"] body.is-home-page .why-oem-featured-card--track .why-oem-track-fields input {
  padding: 0 42px 0 14px;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-fields input:focus {
  border-color: var(--why-blue);
  box-shadow: 0 0 0 3px rgba(30, 91, 184, 0.14);
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-submit {
  width: 100%;
  margin-top: auto;
  min-height: 50px;
  justify-content: center;
  gap: 10px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: 700;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-submit .why-oem-cta-arrow {
  position: absolute;
  inset-inline-end: 20px;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

html[dir="rtl"] body.is-home-page .why-oem-featured-card--track .why-oem-track-submit .why-oem-cta-arrow {
  transform: scaleX(-1);
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-error {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #b42318;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result,
body.is-home-page .why-oem-featured-card--track .why-oem-track-result.premium-track-result {
  display: none;
  margin-top: 0;
  max-height: none !important;
  overflow: visible !important;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d7e3f7;
  background: #f5f8fd;
  color: var(--why-text);
  font-size: 13px;
  line-height: 1.45;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result.is-visible {
  display: block !important;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result .track-status-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(30, 91, 184, 0.12);
  color: var(--why-blue);
  font-size: 12px;
  font-weight: 700;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result .track-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin: 4px 0;
  color: var(--why-muted);
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result .track-order-meta strong {
  color: var(--why-text);
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result .track-order-history {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #d7e3f7;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result .track-history-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  font-size: 12px;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result .track-order-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--why-blue);
  font-weight: 700;
  text-decoration: none;
}

body.is-home-page .why-oem-featured-card--track .why-oem-track-result .track-order-link:hover {
  text-decoration: underline;
}

body.is-home-page .why-oem-featured-card--track.is-tracking .why-oem-track-progress {
  display: none;
}

body.is-home-page .why-oem-featured-card--track .asset-track-phone {
  display: none !important;
}

/* Can't Find — copy + phone (2-col desktop, stacks ≤1100 / mobile) */
body.is-home-page .why-oem-featured-card--whatsapp {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
  align-items: stretch;
  gap: 20px 28px;
  padding: 28px 32px;
  overflow: visible;
}

body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  height: 100%;
  order: 1;
}

body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  width: 100%;
}

body.is-home-page .why-oem-help-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1e5bb8;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.is-home-page .why-oem-help-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
}

body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-copy h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f2d6b;
  line-height: 1.15;
  min-width: 0;
}

body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-copy p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: #6b7280;
  white-space: normal;
  max-width: 380px;
}

body.is-home-page .asset-whatsapp-phone {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 280px;
  height: 220px;
  margin-inline: auto;
  overflow: visible;
  background: none;
  border: none;
  box-shadow: none;
  flex-shrink: 0;
}

body.is-home-page .asset-whatsapp-phone img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
  display: block;
  transform: none;
}

body.is-home-page .why-oem-featured-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  gap: 10px;
}

body.is-home-page .why-oem-featured-cta--blue {
  background: #1e5bb8;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(30, 91, 184, 0.22);
}

body.is-home-page .why-oem-featured-cta--blue:hover {
  background: #174a96;
}

body.is-home-page .why-oem-featured-cta--green {
  position: relative;
  margin-top: auto;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.28);
  min-width: min(100%, 280px);
  padding-inline: 20px 44px;
  justify-content: flex-start;
}

body.is-home-page .why-oem-featured-cta--green:hover {
  background: #1ebe57;
}

body.is-home-page .why-oem-featured-cta--green .why-oem-cta-wa {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

body.is-home-page .why-oem-featured-cta--green .why-oem-cta-arrow {
  position: absolute;
  inset-inline-end: 16px;
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
}

html[dir="rtl"] body.is-home-page .why-oem-featured-cta--green .why-oem-cta-arrow {
  transform: scaleX(-1);
}

html[dir="rtl"] body.is-home-page .why-oem-featured-copy {
  align-items: center;
}

html[dir="rtl"] body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-copy {
  align-items: flex-start;
}

@media (max-width: 1100px) {
  body.is-home-page .why-oem-featured-card--whatsapp {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.is-home-page .asset-whatsapp-phone {
    max-width: 240px;
    height: 190px;
  }

  body.is-home-page .why-oem-featured-card--track .why-oem-track-fields {
    grid-template-columns: 1fr;
  }
}

/* ── Mobile ≤900px: same cards, stacked; hide legacy track/help duplicates ── */
@media (max-width: 900px) {
  body.is-home-page .home-premium-info {
    background: var(--why-bg) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 0 8px !important;
    margin: 0 !important;
  }

  body.is-home-page .home-premium-info > .section-inner,
  body.is-home-page .home-premium-info > .mob-v2-track-card,
  body.is-home-page .home-premium-info > .mob-v2-track-panel {
    display: none !important;
  }

  body.is-home-page .why-oem-workshop-desktop {
    display: block !important;
    max-width: none;
    margin: 0;
    padding: 8px 16px 0;
    box-sizing: border-box;
  }

  body.is-home-page .why-oem-featured-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: stretch;
    margin: 0 0 8px;
    scroll-margin-top: calc(var(--mob-v2-header-total, 56px) + env(safe-area-inset-top, 0px) + 12px);
  }

  body.is-home-page .why-oem-featured-row > .why-oem-featured-card {
    min-width: 0;
  }

  body.is-home-page .why-oem-featured-card {
    padding: 20px 18px;
    border-radius: 18px;
  }

  body.is-home-page .why-oem-featured-card--track {
    padding: 20px 18px 22px;
  }

  body.is-home-page .why-oem-featured-card--track .why-oem-featured-copy {
    gap: 16px;
  }

  body.is-home-page .why-oem-track-head {
    gap: 12px;
  }

  body.is-home-page .why-oem-track-head-icon {
    width: 48px;
    height: 48px;
  }

  body.is-home-page .why-oem-track-head-icon svg {
    width: 22px;
    height: 22px;
  }

  body.is-home-page .why-oem-featured-card--track .why-oem-featured-copy h3,
  body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-copy h3 {
    font-size: 19px;
  }

  body.is-home-page .why-oem-track-progress {
    padding: 0 2px;
  }

  body.is-home-page .why-oem-track-progress > li:not(.why-oem-progress-connector) {
    min-width: 56px;
    gap: 8px;
  }

  body.is-home-page .why-oem-track-progress .why-oem-progress-icon {
    width: 36px;
    height: 36px;
  }

  body.is-home-page .why-oem-track-progress .why-oem-progress-icon svg {
    width: 16px;
    height: 16px;
  }

  body.is-home-page .why-oem-track-progress .why-oem-progress-label {
    font-size: 11px;
  }

  body.is-home-page .why-oem-track-progress .why-oem-progress-connector {
    min-width: 10px;
    margin: 17px 4px 0;
  }

  body.is-home-page .why-oem-featured-card--track .why-oem-track-fields {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* Can't Find: icon+title one row; WA CTA + phone share one row */
  body.is-home-page .why-oem-featured-card--whatsapp {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "heading heading"
      "text text"
      "cta phone";
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
    padding: 20px 18px;
  }

  body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-copy {
    display: contents;
  }

  body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-heading {
    grid-area: heading;
    gap: 10px;
  }

  body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-copy p {
    grid-area: text;
    max-width: none;
  }

  body.is-home-page .why-oem-help-icon {
    width: 46px;
    height: 46px;
  }

  body.is-home-page .why-oem-help-icon svg {
    width: 22px;
    height: 22px;
  }

  body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-cta--green {
    grid-area: cta;
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 36px;
    margin-top: 0;
    padding: 0 30px 0 12px;
    font-size: 12px;
    gap: 6px;
    border-radius: 10px;
    justify-self: stretch;
    align-self: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.24);
  }

  body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-cta--green .why-oem-cta-wa {
    width: 15px;
    height: 15px;
  }

  body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-cta--green .why-oem-cta-arrow {
    inset-inline-end: 10px;
    width: 14px;
    height: 14px;
  }

  body.is-home-page .why-oem-featured-card--whatsapp .asset-whatsapp-phone {
    grid-area: phone;
    width: 96px;
    max-width: 96px;
    height: 112px;
    margin-inline: 0;
    justify-self: end;
    align-self: center;
  }

  html[dir="rtl"] body.is-home-page .why-oem-featured-card--whatsapp {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "heading heading"
      "text text"
      "phone cta";
  }

  html[dir="rtl"] body.is-home-page .why-oem-featured-card--whatsapp .asset-whatsapp-phone {
    justify-self: start;
  }

  html[dir="rtl"] body.is-home-page .why-oem-featured-card--whatsapp .why-oem-featured-cta--green {
    padding: 0 12px 0 30px;
  }

  /* Legacy mobile help / CTA strip — superseded by shared featured cards */
  body.is-home-page .cta-strip,
  body.is-home-page .mob-v2-help {
    display: none !important;
  }
}
