/**
 * PUBLIC HOMEPAGE — Sections 2–4 mobile match
 * Our Specialities + Track Journey + How It Works
 * Visual master: owner attached reference (358–430px).
 * Scoped to .public-home-v2. Does not touch hero, chat, admin, portal.
 */
.public-home-v2 {
  --s24-navy: #0a2540;
  --s24-blue: #1a5fb4;
  --s24-muted: #5b6b7c;
  --s24-soft: #eef4fb;
  --s24-line: rgba(15, 45, 75, 0.10);
  --s24-radius: 16px;
}

/* =========================================================
   2. OUR SPECIALITIES
   ========================================================= */
@media (max-width: 767px) {
  .public-home-v2 .hp-specs.pub-p2 {
    padding-block: 12px 4px !important;
    padding-inline: 12px !important;
    background: #fff !important;
  }

  .public-home-v2 .hp-specs .hp-section-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .public-home-v2 .hp-specs .hp-section-head h2 {
    margin: 0 !important;
    font-size: 1.12rem !important;
    font-weight: 800 !important;
    color: var(--s24-navy) !important;
    letter-spacing: -0.02em !important;
  }

  .public-home-v2 .hp-specs .hp-view-all,
  .public-home-v2 .hp-specs .pub-p2__link {
    color: var(--s24-blue) !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  body.page-home.public-home-v2 .hp-specs .hp-spec-card,
  .public-home-v2 .hp-spec-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 8px !important;
    min-height: 118px !important;
    padding: 12px 8px 10px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(15, 45, 75, 0.08) !important;
    background: #fff !important;
    box-shadow: 0 6px 16px rgba(11, 47, 74, 0.06) !important;
    text-decoration: none !important;
  }

  body.page-home.public-home-v2 .hp-specs .hp-spec-card__media,
  .public-home-v2 .hp-spec-card__media {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    border-radius: 14px !important;
    border: none !important;
    background: var(--s24-soft) !important;
    overflow: hidden !important;
    display: grid !important;
    place-items: center !important;
  }

  body.page-home.public-home-v2 .hp-specs .hp-spec-card__media img,
  body.page-home.public-home-v2 .hp-specs .hp-spec-card__media picture,
  body.page-home.public-home-v2 .hp-specs .hp-spec-card__media picture img,
  .public-home-v2 .hp-spec-card__media img,
  .public-home-v2 .hp-spec-card__media picture,
  .public-home-v2 .hp-spec-card__media picture img,
  .public-home-v2 .hp-spec-card__media .hp-spec-card__img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }

  .public-home-v2 .hp-spec-card__title {
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
    color: var(--s24-navy) !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .public-home-v2 .hp-specs__bar,
  .public-home-v2 .hp-specs .swiper-pagination {
    margin-top: 10px !important;
    position: static !important;
    display: flex !important;
    justify-content: center !important;
    gap: 6px !important;
  }

  .public-home-v2 .hp-specs__bar .swiper-pagination-bullet,
  .public-home-v2 .hp-specs .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin: 0 !important;
    opacity: 1 !important;
    background: #d0d8e2 !important;
  }

  .public-home-v2 .hp-specs__bar .swiper-pagination-bullet-active,
  .public-home-v2 .hp-specs .swiper-pagination-bullet-active {
    background: var(--s24-blue) !important;
  }
}

/* =========================================================
   3. TRACK YOUR TREATMENT JOURNEY — compact premium mobile
   Text LEFT of phone · big icons · tight gaps
   Beats visual-recovery / phase1 / home-v2 !important on mobile
   ========================================================= */
@media (max-width: 767px) {
  body.page-home.public-home-v2 .hp-track-journey.pub-p2,
  .public-home-v2 .hp-track-journey.pub-p2 {
    padding-block: 0 8px !important;
    padding-inline: 10px !important;
    margin-block: 0 !important;
    background: #fff !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 104px !important;
    grid-template-areas:
      "copy copy"
      "timeline phone"
      "actions actions" !important;
    column-gap: 6px !important;
    row-gap: 6px !important;
    padding: 6px 8px 8px !important;
    position: relative !important;
    border-radius: 16px !important;
    border: 1px solid rgba(15, 45, 75, 0.05) !important;
    background:
      radial-gradient(ellipse 80% 50% at 100% 8%, rgba(110, 210, 165, 0.16), transparent 55%),
      radial-gradient(circle at 88% 38%, rgba(160, 205, 255, 0.18), transparent 40%),
      #fff !important;
    box-shadow: 0 6px 18px rgba(11, 47, 74, 0.05) !important;
    align-items: start !important;
    overflow: hidden !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__copy,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__copy {
    grid-area: copy !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: start !important;
    align-self: start !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 2 !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__timeline,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__timeline {
    grid-area: timeline !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    position: relative !important;
    z-index: 2 !important;
    align-self: center !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__visual,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__visual {
    grid-area: phone !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-self: end !important;
    align-self: center !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
    z-index: 2 !important;
    pointer-events: auto !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone {
    pointer-events: auto !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__actions,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__actions {
    grid-area: actions !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__trust,
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__self-service,
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__halo,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__trust,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__self-service,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__halo {
    display: none !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__blob,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__blob {
    display: block !important;
    position: absolute !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 0 !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__blob--mint,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__blob--mint {
    width: 90px !important;
    height: 90px !important;
    top: -4% !important;
    right: -12% !important;
    background: radial-gradient(circle, rgba(110, 210, 165, 0.5) 0%, transparent 70%) !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__blob--sky,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__blob--sky {
    width: 64px !important;
    height: 64px !important;
    bottom: 4% !important;
    left: -8% !important;
    background: radial-gradient(circle, rgba(140, 190, 255, 0.45) 0%, transparent 70%) !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__dots,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__dots {
    display: block !important;
    position: absolute !important;
    inset: 8% 4% 12% 0 !important;
    z-index: 0 !important;
    opacity: 0.28 !important;
    background-image: radial-gradient(circle, rgba(90, 120, 150, 0.5) 1px, transparent 1.2px) !important;
    background-size: 8px 8px !important;
    pointer-events: none !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__eyebrow,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 0 2px !important;
    padding: 2px 7px !important;
    min-height: 0 !important;
    border-radius: 999px !important;
    background: #e6f7ef !important;
    color: #1a8a52 !important;
    font-size: 0.6rem !important;
    font-weight: 750 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    width: fit-content !important;
    box-shadow: none !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__eyebrow svg,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__eyebrow svg {
    width: 11px !important;
    height: 11px !important;
    max-width: 11px !important;
    max-height: 11px !important;
    stroke: #1a8a52 !important;
    fill: none !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 h2,
  .public-home-v2 .hp-track-journey.pub-p2 h2 {
    margin: 0 0 2px !important;
    font-size: clamp(1.05rem, 4.5vw, 1.28rem) !important;
    line-height: 1.1 !important;
    font-weight: 850 !important;
    color: #0a2a55 !important;
    letter-spacing: -0.03em !important;
    text-align: start !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 h2 span,
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 h2 strong,
  .public-home-v2 .hp-track-journey.pub-p2 h2 span,
  .public-home-v2 .hp-track-journey.pub-p2 h2 strong {
    display: inline !important;
    font-weight: 850 !important;
    color: #0a2a55 !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__subtitle,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__subtitle {
    margin: 0 !important;
    font-size: 0.66rem !important;
    line-height: 1.25 !important;
    color: #5a6d82 !important;
    max-width: none !important;
    text-align: start !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__step,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 6px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 10px 4px 8px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(15, 45, 75, 0.08) !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(11, 47, 74, 0.06) !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    background: #eaf3fc !important;
    border: none !important;
    border-radius: 14px !important;
    color: #1565c0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
    box-shadow: none !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon svg,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    display: block !important;
    stroke: #1565c0 !important;
    stroke-width: 1.9 !important;
    fill: none !important;
    flex: none !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__label,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__label {
    font-size: 0.64rem !important;
    line-height: 1.15 !important;
    font-weight: 750 !important;
    color: #0a2a55 !important;
    margin: 0 !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone {
    position: relative !important;
    z-index: 2 !important;
    width: 90px !important;
    max-width: 90px !important;
    min-width: 0 !important;
    height: auto !important;
    max-height: 172px !important;
    aspect-ratio: 9 / 18.8 !important;
    margin: 0 !important;
    padding: 5px !important;
    border: 2px solid #1a1d24 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: linear-gradient(160deg, #2a2e36 0%, #111318 100%) !important;
    box-shadow:
      0 12px 24px rgba(10, 30, 55, 0.22),
      0 3px 8px rgba(10, 30, 55, 0.12) !important;
    transform: rotate(10deg) !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__bezel,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__bezel {
    display: block !important;
    position: absolute !important;
    inset: 4px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__speaker,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__speaker {
    display: block !important;
    top: 8px !important;
    width: 22px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #0a0b0e !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__screen,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__screen {
    position: absolute !important;
    inset: 5px !important;
    aspect-ratio: auto !important;
    max-height: none !important;
    height: auto !important;
    overflow: hidden !important;
    border-radius: 11px !important;
    background: #f5f8fb !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__screen img,
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__screen picture,
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__screen picture img,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__screen img,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__screen picture,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__screen picture img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: top center !important;
    transform: none !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__quick-ctas,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__quick-ctas {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 5px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    min-height: 48px !important;
    padding: 6px 2px !important;
    border-radius: 11px !important;
    border: none !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.58rem !important;
    font-weight: 750 !important;
    line-height: 1.1 !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(10, 30, 55, 0.12) !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta svg,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta svg {
    width: 17px !important;
    height: 17px !important;
    max-width: 17px !important;
    max-height: 17px !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta--chat,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta--chat {
    background: linear-gradient(180deg, #1a6fd4 0%, #0d4ea0 100%) !important;
  }
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta--wa,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta--wa {
    background: linear-gradient(180deg, #36e07a 0%, #1fbe5a 100%) !important;
  }
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta--call,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta--call {
    background: linear-gradient(180deg, #f25555 0%, #e03535 100%) !important;
  }
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta--upload,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-cta--upload {
    background: linear-gradient(180deg, #ffb84a 0%, #f09820 100%) !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__cta,
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__actions > p,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__cta,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__actions > p {
    display: none !important;
  }

  [dir="rtl"] body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone,
  [dir="rtl"] .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone {
    transform: rotate(-10deg) !important;
  }

  [dir="rtl"] body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__copy,
  [dir="rtl"] body.page-home.public-home-v2 .hp-track-journey.pub-p2 h2,
  [dir="rtl"] body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__subtitle,
  [dir="rtl"] .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__copy,
  [dir="rtl"] .public-home-v2 .hp-track-journey.pub-p2 h2,
  [dir="rtl"] .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__subtitle {
    text-align: right !important;
  }

  [dir="rtl"] body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel,
  [dir="rtl"] .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel {
    grid-template-columns: 104px minmax(0, 1fr) !important;
    grid-template-areas:
      "copy copy"
      "phone timeline"
      "actions actions" !important;
  }

  [dir="rtl"] body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__visual,
  [dir="rtl"] .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__visual {
    justify-self: start !important;
  }
}

@media (max-width: 389px) {
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel {
    grid-template-columns: minmax(0, 1fr) 92px !important;
  }

  [dir="rtl"] body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel,
  [dir="rtl"] .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone {
    width: 82px !important;
    max-width: 82px !important;
    max-height: 158px !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    border-radius: 12px !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon svg,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon svg {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
  }
}

@media (min-width: 390px) and (max-width: 767px) {
  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel {
    grid-template-columns: minmax(0, 1fr) 112px !important;
    padding: 6px 10px 8px !important;
    row-gap: 6px !important;
  }

  [dir="rtl"] body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel,
  [dir="rtl"] .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__panel {
    grid-template-columns: 112px minmax(0, 1fr) !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon svg,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__icon svg {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone,
  .public-home-v2 .hp-track-journey.pub-p2 .hp-track-journey__phone {
    width: 98px !important;
    max-width: 98px !important;
    max-height: 188px !important;
  }

  body.page-home.public-home-v2 .hp-track-journey.pub-p2 h2,
  .public-home-v2 .hp-track-journey.pub-p2 h2 {
    font-size: 1.28rem !important;
  }
}

/* =========================================================
   4. HOW IT WORKS
   ========================================================= */
@media (max-width: 767px) {
  .public-home-v2 .hp-journey.pub-p2 {
    padding-block: 14px 18px !important;
    padding-inline: 12px !important;
    background: #fff !important;
  }

  .public-home-v2 .hp-journey__heading {
    justify-content: flex-start !important;
    margin: 0 0 12px !important;
    font-size: 1.12rem !important;
    font-weight: 800 !important;
    color: var(--s24-navy) !important;
    letter-spacing: -0.02em !important;
  }

  .public-home-v2 .hp-journey__leaf {
    display: none !important;
  }

  .public-home-v2 .hp-journey__grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    padding: 0 0 8px !important;
    margin: 0 !important;
  }

  .public-home-v2 .hp-journey__step {
    position: relative !important;
    flex: 1 1 0 !important;
    min-width: 64px !important;
    max-width: 78px !important;
    padding: 0 6px !important;
    gap: 5px !important;
  }

  .public-home-v2 .hp-journey__step:not(:last-child)::after {
    content: "›" !important;
    position: absolute !important;
    inset-inline-end: -2px !important;
    top: 16px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #9aa8b8 !important;
    opacity: 1 !important;
  }

  body.page-home.public-home-v2 .hp-journey.pub-p2 .hp-journey__icon,
  .public-home-v2 .hp-journey__icon {
    order: -1 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
    background: var(--s24-soft) !important;
    border: 1px solid rgba(26, 95, 180, 0.12) !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
    color: var(--s24-blue) !important;
  }

  body.page-home.public-home-v2 .hp-journey.pub-p2 .hp-journey__icon svg,
  .public-home-v2 .hp-journey__icon svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
  }

  .public-home-v2 .hp-journey__num {
    order: 0 !important;
    font-size: 0.66rem !important;
    font-weight: 700 !important;
    color: var(--s24-muted) !important;
    background: transparent !important;
  }

  .public-home-v2 .hp-journey__label {
    order: 1 !important;
    font-size: 0.62rem !important;
    line-height: 1.15 !important;
    font-weight: 750 !important;
    color: var(--s24-navy) !important;
  }

  .public-home-v2 .hp-journey__desc,
  .public-home-v2 .hp-journey__trustbar,
  .public-home-v2 .hp-journey__dots-bg {
    display: none !important;
  }

  .public-home-v2 .hp-journey__dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 8px !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .public-home-v2 .hp-journey__dots li {
    width: 7px !important;
    height: 7px !important;
    border-radius: 999px !important;
    background: #d0d8e2 !important;
  }

  .public-home-v2 .hp-journey__dots li.is-active {
    background: var(--s24-blue) !important;
  }
}

/* Desktop: keep login CTA; hide in-section quick CTAs */
@media (min-width: 768px) {
  .public-home-v2 .hp-track-journey__quick-ctas {
    display: none !important;
  }

  .public-home-v2 .hp-track-journey__cta {
    display: inline-flex !important;
  }

  .public-home-v2 .hp-journey__dots {
    display: none !important;
  }
}

