/* SCALE D2C — Hybrid theme: dark violet base + lavender light bands. Loaded LAST to override :root + exceptions. */

/* ===== HYBRID THEME (SAMPLE): dark violet base + lavender light bands ===== */
:root{
  --black:#181030; --white:#EDE8FB; --cream:#F3EFFC;
  --accent:#A78BFA; --accent2:#8B7CF0;
  --mid:#ECE6FA; --mid2:#E7E1F8;
  --muted:#B4ABCE;
  --border:rgba(167,139,250,.16); --border-hover:rgba(167,139,250,.45);
}
body{background:var(--black);color:var(--white);}
nav.scrolled{background:rgba(24,16,48,.94)!important;border-bottom:1px solid var(--border)!important;}
.card{background:rgba(167,139,250,.05);}
.card:hover{background:rgba(167,139,250,.10);}
.cta-band,.testimonial-band{background:#221842;}
.page-hero-bg{background:radial-gradient(ellipse 80% 60% at 70% 50%,rgba(167,139,250,.15) 0%,transparent 70%);}
/* in-content related-link pills on dark violet */
.related-link{color:#EDE8FB!important;background:rgba(167,139,250,.10)!important;border-color:var(--border)!important;}
.related-link:hover{color:#181030!important;background:var(--accent)!important;border-color:var(--accent)!important;}
.skip-link:focus{background:var(--accent);color:#181030;}

/* ----- MAIN NAV: larger white top-level links ----- */
.nav-links {
  gap: 22px !important;
}
.nav-links > li > a:not(.nav-cta) {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}
.nav-links > li > a:not(.nav-cta):hover,
.nav-links > li > a:not(.nav-cta).active,
.nav-links > li.has-mega:hover > a,
.nav-links > li.has-mega.mega-active > a,
.nav-links > li.has-mega:focus-within > a {
  color: #FFFFFF !important;
  opacity: 0.92;
}
.nav-links > li > a:not(.nav-cta) .nav-arrow {
  border-top-color: #FFFFFF !important;
  opacity: 0.85;
}

/* Mobile header controls — hidden on desktop */
.mob-nav-actions {
  display: none;
}

/* ===== SMALL LAPTOP: compress desktop nav to prevent overflow ===== */
@media (max-width: 1280px) and (min-width: 1101px) {
  nav,
  nav.scrolled {
    padding: 16px 24px !important;
    gap: 8px;
  }
  .logo {
    font-size: clamp(17px, 2vw, 22px) !important;
    flex-shrink: 0;
  }
  .nav-links {
    gap: 10px !important;
    flex-shrink: 1;
    min-width: 0;
  }
  .nav-links > li > a:not(.nav-cta) {
    font-size: 14px !important;
    white-space: nowrap;
  }
  .search-btn {
    padding: 8px 12px !important;
    font-size: 13px !important;
    gap: 6px !important;
  }
  .search-btn-kbd {
    display: none !important;
  }
  .nav-cta {
    padding: 8px 12px !important;
    font-size: 12.5px !important;
    white-space: nowrap;
  }
}

/* ===== TABLET + MOBILE: hamburger nav (matches hero @1100px) ===== */
@media (max-width: 1100px) {
  .nav-links {
    display: none !important;
  }
  .hamburger {
    display: flex !important;
  }
  .mega-panel {
    display: none !important;
  }
  .mob-nav-actions {
    display: flex !important;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
}

/* ===== LAVENDER LIGHT BANDS (.section-mid + .section-dark): DARK text/links ===== */
.section-mid,.section-dark{background:var(--mid)!important;color:#241D3E;}
.section-mid .section-title,.section-dark .section-title,
.section-mid h2,.section-dark h2,.section-mid h3,.section-dark h3,
.section-mid .faq-q,.section-dark .faq-q,
.section-mid .card-title,.section-dark .card-title,
.section-mid strong,.section-dark strong{color:#241D3E!important;}
.section-mid .section-body,.section-dark .section-body,
.section-mid .card-desc,.section-dark .card-desc,
.section-mid p,.section-dark p,
.section-mid li,.section-dark li{color:#544C72!important;}
.section-mid .section-label,.section-dark .section-label,
.section-mid .section-title em,.section-dark .section-title em,
.section-mid .ac,.section-dark .ac{color:#6C5CE7!important;}
.section-mid .card,.section-dark .card{background:#FFFFFF!important;box-shadow:0 2px 16px rgba(108,92,231,.07);border-color:rgba(108,92,231,.12)!important;}
.section-mid .card-icon,.section-dark .card-icon{background:rgba(108,92,231,.10)!important;}
.section-mid .faq-item,.section-dark .faq-item{border-color:rgba(108,92,231,.18)!important;}
.section-mid a,.section-dark a{color:#4A3F7A;}
.section-mid a:hover,.section-dark a:hover{color:#6C5CE7;}
.section-mid .btn-outline,.section-dark .btn-outline{color:#6C5CE7;border-color:rgba(108,92,231,.4);}
.section-mid .btn-outline:hover,.section-dark .btn-outline:hover{background:#6C5CE7;color:#fff;}
.section-mid .stat-num,.section-dark .stat-num{background:none!important;background-image:none!important;-webkit-text-fill-color:#2A2150!important;color:#2A2150!important;}.section-mid .stat-num span,.section-dark .stat-num span{-webkit-text-fill-color:#6C5CE7!important;color:#6C5CE7!important;background:none!important;}

/* ----- SEARCH OVERLAY = dark command palette (keep light text) ----- */
.search-input-row{background:#201A3D!important;border-color:rgba(167,139,250,.18)!important;}
#search-results{background:#1B1538!important;border-color:rgba(167,139,250,.14)!important;}
.sr-alpha-chip{color:rgba(237,232,251,.78)!important;background:rgba(167,139,250,.08)!important;border-color:rgba(167,139,250,.16)!important;}
.sr-alpha-chip:hover{background:rgba(167,139,250,.20)!important;color:#fff!important;}
.sr-item-title{color:#EDE8FB!important;}.sr-item-desc{color:#B4ABCE!important;}
.sr-intent{background:rgba(167,139,250,.10)!important;border-color:rgba(167,139,250,.18)!important;}
.sr-intent a{color:#C4B5FD!important;}
#search-results mark{background:rgba(167,139,250,.30)!important;color:#fff!important;}

/* ----- homepage .about-teaser = lavender band -> dark text ----- */
.about-teaser{background:var(--mid)!important;color:#241D3E;}
.about-teaser .section-title,.about-teaser h2{color:#241D3E!important;}
.about-teaser .section-body,.about-teaser p{color:#544C72!important;}
.about-teaser .section-label{color:#6C5CE7!important;}
.about-teaser .section-title em,.about-teaser .ac{color:#6C5CE7!important;}
.about-teaser .img-badge{background:var(--accent)!important;color:#fff!important;}

/* ----- table cells, lists & misc text inside lavender bands -> dark ----- */
.section-mid th,.section-dark th,.about-teaser th{color:#241D3E!important;-webkit-text-fill-color:#241D3E!important;}
.section-mid td,.section-dark td,.about-teaser td{color:#3F3862!important;-webkit-text-fill-color:#3F3862!important;}
.section-mid table,.section-dark table,.section-mid thead,.section-dark thead,.section-mid tbody,.section-dark tbody{color:#3F3862!important;}
.section-mid li,.section-dark li,.about-teaser li{color:#544C72!important;}
.section-mid td strong,.section-dark td strong,.section-mid th strong,.section-dark th strong{color:#241D3E!important;}
.section-mid table tr,.section-dark table tr{border-color:rgba(108,92,231,.14)!important;}

/* ----- OPEN FAQ item inside lavender bands -> light card so dark text is readable ----- */
.section-mid .faq-item.open,.section-dark .faq-item.open,.about-teaser .faq-item.open{background:#FFFFFF!important;border-color:rgba(108,92,231,.22)!important;}
.section-mid .faq-item.open .faq-q,.section-dark .faq-item.open .faq-q,.about-teaser .faq-item.open .faq-q{color:#241D3E!important;}
.section-mid .faq-item.open .faq-a p,.section-dark .faq-item.open .faq-a p,.about-teaser .faq-item.open .faq-a p{color:#544C72!important;}
.section-mid .faq-icon::before,.section-mid .faq-icon::after,.section-dark .faq-icon::before,.section-dark .faq-icon::after,.about-teaser .faq-icon::before,.about-teaser .faq-icon::after{background:#6C5CE7!important;}
.section-mid .faq-item,.section-dark .faq-item,.about-teaser .faq-item{border-color:rgba(108,92,231,.16)!important;}

/* ===== MOBILE: footer internal linking (single-column accordion) ===== */
@media (max-width: 1100px) {
  .footer-top {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-bottom: 40px !important;
  }
  .footer-brand {
    grid-column: 1 / -1 !important;
    margin-bottom: 24px !important;
  }
  .ftr-col-toggle {
    padding: 16px 0 !important;
    min-height: 48px;
  }
  .ftr-col-title {
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    color: #EDE8FB !important;
  }
  .ftr-subgroup-toggle {
    padding: 12px 0 12px 4px !important;
    font-size: 11px !important;
    min-height: 44px;
    color: rgba(237,232,251,0.45) !important;
  }
  .ftr-subgroup.sg-open .ftr-subgroup-toggle {
    color: #C4B5FD !important;
  }
  .footer-links a {
    font-size: 14px !important;
    line-height: 1.45 !important;
    display: block;
    padding: 7px 0 7px 8px !important;
    color: rgba(237,232,251,0.82) !important;
  }
  .footer-links a:hover {
    color: #fff !important;
  }
  .ftr-subgroup-body .footer-links {
    padding-left: 4px !important;
  }
}

/* ===== MOBILE: site search overlay + A–Z index ===== */
@media (max-width: 1100px) {
  #search-overlay {
    padding: 0 !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }
  .search-modal {
    max-width: none !important;
    margin: 0 !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: max(12px, env(safe-area-inset-top)) 12px 0 !important;
    height: 100% !important;
    box-sizing: border-box !important;
  }
  .search-input-row {
    border-radius: 12px !important;
    padding: 12px 14px !important;
    flex-shrink: 0;
  }
  #search-input {
    font-size: 16px !important;
  }
  .search-meta {
    flex-shrink: 0;
    padding-bottom: 6px !important;
  }
  #search-results {
    flex: 1 !important;
    max-height: none !important;
    min-height: 0 !important;
    border-radius: 12px !important;
    margin-bottom: max(12px, env(safe-area-inset-bottom)) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .sr-alpha-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    gap: 5px !important;
    padding: 10px 10px 8px !important;
    scrollbar-width: none;
  }
  .sr-alpha-row::-webkit-scrollbar {
    display: none;
  }
  .sr-alpha-chip {
    flex: 0 0 auto !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 12px !important;
  }
  .sr-item {
    padding: 14px 12px !important;
    min-height: 48px;
    align-items: flex-start !important;
  }
  .sr-item-title,
  .sr-item-desc {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
  .sr-section-label {
    padding: 12px 12px 6px !important;
    font-size: 11px !important;
  }
}

/* ===== MOBILE: hamburger drawer search ===== */
@media (max-width: 1100px) {
  .mob-search-inner input {
    font-size: 16px !important;
  }
  .mob-search-results {
    max-height: min(50vh, 320px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-top: 8px !important;
  }
  .mob-search-item {
    padding: 14px 16px !important;
    min-height: 48px;
    font-size: 14px !important;
  }
}

/* ===== MOBILE: header + drawer navigation (synced with desktop) ===== */
@media (max-width: 1100px) {
  nav {
    padding: 14px 16px !important;
    gap: 12px;
  }
  nav.scrolled {
    padding: 12px 16px !important;
  }
  .logo {
    font-size: 18px !important;
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 100px);
  }

  .mob-header-search {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(167,139,250,.22);
    background: rgba(167,139,250,.08);
    color: #EDE8FB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background .2s, border-color .2s;
  }
  .mob-header-search svg {
    width: 18px;
    height: 18px;
  }
  .mob-header-search:hover,
  .mob-header-search:focus-visible {
    background: rgba(167,139,250,.18);
    border-color: rgba(167,139,250,.45);
    outline: none;
  }
  .hamburger {
    width: 40px !important;
    height: 40px !important;
  }

  .mobile-nav-drawer {
    display: none;
    flex-direction: column;
    background: #140E28 !important;
    padding: 0 0 max(24px, env(safe-area-inset-bottom)) !important;
    z-index: 220 !important;
  }
  .mobile-nav-drawer.mob-open {
    display: flex !important;
  }
  .mob-overlay {
    position: fixed;
    inset: 0;
    z-index: 215;
    background: rgba(10,6,20,.55);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
  }
  .mob-overlay.mob-ov-show {
    opacity: 1;
    pointer-events: all;
  }

  .mob-d-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: max(14px, env(safe-area-inset-top)) 16px 12px;
    border-bottom: 1px solid rgba(167,139,250,.12);
    flex-shrink: 0;
  }
  .mob-d-logo {
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #EDE8FB;
    text-decoration: none;
    letter-spacing: -.5px;
  }
  .mob-d-close {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(167,139,250,.16);
    background: rgba(167,139,250,.08);
    color: #B4ABCE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
  }
  .mob-d-close:hover {
    color: #fff;
    background: rgba(167,139,250,.18);
  }

  .mob-search-wrap {
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(167,139,250,.1);
    flex-shrink: 0;
    position: relative;
  }
  .mob-search-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(167,139,250,.06);
    border: 1px solid rgba(167,139,250,.2);
    border-radius: 12px;
    padding: 10px 12px;
  }
  .mob-search-inner:focus-within {
    border-color: rgba(167,139,250,.45);
  }
  .mob-srch-icon {
    width: 16px;
    height: 16px;
    color: #B4ABCE;
    flex-shrink: 0;
  }
  .mob-search-inner input {
    flex: 1;
    min-width: 0;
    background: none;
    border: none;
    outline: none;
    color: #EDE8FB;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
  }
  .mob-search-inner input::placeholder {
    color: rgba(180,171,206,.55);
  }
  .mob-srch-browse {
    flex-shrink: 0;
    border: 1px solid rgba(167,139,250,.28);
    background: rgba(167,139,250,.12);
    color: #C4B5FD;
    border-radius: 8px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    font-family: 'Syne', sans-serif;
  }
  .mob-srch-browse:hover {
    background: rgba(167,139,250,.22);
    color: #fff;
  }

  .mob-top-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(167,139,250,.1);
    flex-shrink: 0;
  }
  .mob-top-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 100px;
    border: 1px solid rgba(167,139,250,.2);
    color: rgba(237,232,251,.85);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
  }
  .mob-top-link--accent {
    background: linear-gradient(90deg, #A78BFA, #8B7CF0);
    border-color: transparent;
    color: #fff !important;
    font-weight: 600;
  }

  .mob-acc-wrap {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mob-acc-section {
    border-bottom: 1px solid rgba(167,139,250,.1);
  }
  .mob-acc-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px 16px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #EDE8FB;
    text-align: left;
  }
  .mob-acc-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  .mob-acc-emoji {
    font-size: 16px;
    flex-shrink: 0;
  }
  .mob-acc-section.active .mob-acc-trigger {
    color: #C4B5FD;
  }
  .mob-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
  }
  .mob-acc-section.active .mob-acc-body {
    max-height: 5000px;
  }
  .mob-hub-link {
    display: block;
    margin: 0 16px 8px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(167,139,250,.1);
    border: 1px solid rgba(167,139,250,.2);
    color: #C4B5FD !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
  }
  .mob-group {
    padding: 4px 16px 10px;
  }
  .mob-group-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A78BFA;
    opacity: .85;
    padding: 10px 0 6px;
    border-bottom: 1px solid rgba(167,139,250,.12);
    margin-bottom: 4px;
  }
  .mob-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mob-group ul li a {
    display: block;
    padding: 10px 0 10px 2px;
    font-size: 14px;
    color: rgba(237,232,251,.72);
    text-decoration: none;
    border-bottom: 1px solid rgba(167,139,250,.06);
    line-height: 1.35;
  }
  .mob-group ul li:last-child a {
    border-bottom: none;
  }
  .mob-group ul li a:hover,
  .mob-group ul li a:focus-visible {
    color: #fff;
    padding-left: 6px;
  }

  .mob-cta-wrap {
    padding: 16px;
    border-top: 1px solid rgba(167,139,250,.12);
    flex-shrink: 0;
  }
  .mob-cta-btn {
    display: block;
    text-align: center;
    padding: 14px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #A78BFA, #8B7CF0);
    color: #fff !important;
    text-decoration: none;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 8px 24px rgba(167,139,250,.25);
  }

  footer {
    padding: 44px 16px 28px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .mob-top-links {
    flex-direction: column;
  }
  .mob-top-link {
    width: 100%;
    justify-content: center;
  }
}

/* ===================================================================
   COMPREHENSIVE RESPONSIVE — mobile + tablet + desktop
   Breakpoints: 1440 · 1280 · 1100 · 768 · 640 · 480 · 375
   =================================================================== */

/* --- Global: prevent horizontal scroll --- */
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  max-width: 100%;
}
main {
  overflow-x: clip;
}
img,
video,
svg,
iframe {
  max-width: 100%;
}
table {
  max-width: 100%;
}

/* --- Desktop nav structure (1101px+) --- */
@media (min-width: 1101px) {
  nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    min-width: 0 !important;
  }
  .logo {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }
  .nav-links {
    display: flex !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
  }
  .hamburger {
    display: none !important;
  }
  .mob-nav-actions {
    display: none !important;
  }
  .mega-panel {
    max-width: min(1240px, calc(100vw - 48px)) !important;
    box-sizing: border-box !important;
  }
}

/* --- Small desktop compression (1281–1440px) --- */
@media (min-width: 1281px) and (max-width: 1440px) {
  .nav-links {
    gap: 16px !important;
  }
  .nav-links > li > a:not(.nav-cta) {
    font-size: 15px !important;
  }
  .search-btn span:not(.search-btn-kbd) {
    display: none;
  }
  .search-btn-kbd {
    display: none !important;
  }
}

/* --- Tablet layout (769–1100px) --- */
@media (max-width: 1100px) {
  .home-hero {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }
  .hero-left {
    padding: 118px 24px 48px !important;
  }
  .hero-right {
    height: 48vh !important;
    min-height: 260px !important;
  }
  .hero-h1 {
    font-size: clamp(34px, 5.5vw, 52px) !important;
    letter-spacing: -1.5px !important;
  }
  .hero-sub {
    font-size: 16px !important;
    max-width: 100% !important;
  }
  .hero-actions {
    flex-wrap: wrap !important;
    gap: 14px !important;
  }
  .hero-stats {
    gap: 24px !important;
    flex-wrap: wrap !important;
  }
  .journey-grid {
    grid-template-columns: 1fr !important;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .brands-section {
    padding: 48px 24px !important;
  }
  .brands-row {
    gap: 28px !important;
  }

  .page-hero {
    padding: 118px 24px 60px !important;
  }
  .page-hero h1 {
    font-size: clamp(36px, 6.5vw, 56px) !important;
    letter-spacing: -1.5px !important;
  }
  .page-hero-content {
    max-width: 100% !important;
  }

  .section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .section-sm {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .grid-split {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr !important;
  }

  .cta-band {
    padding: 72px 24px !important;
  }
  .cta-band-title {
    font-size: clamp(28px, 5vw, 44px) !important;
  }
  .testimonial-band {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .stats-bar {
    flex-wrap: wrap !important;
  }
  .stat-item {
    flex: 1 1 calc(50% - 8px) !important;
  }

  .form-row {
    grid-template-columns: 1fr !important;
  }

  .ask-home-teaser {
    padding: 12px 20px !important;
  }
  .ask-home-teaser-inner {
    gap: 14px !important;
  }

  .ticker {
    overflow: hidden;
    max-width: 100vw;
  }
}

/* --- Mobile (≤640px) --- */
@media (max-width: 640px) {
  .home-hero {
    min-height: auto !important;
  }
  .hero-left {
    padding: 100px 18px 40px !important;
  }
  .hero-right {
    height: 38vh !important;
    min-height: 200px !important;
  }
  .hero-float-card {
    display: none !important;
  }
  .hero-h1 {
    font-size: clamp(30px, 8.5vw, 42px) !important;
    letter-spacing: -1.25px !important;
  }
  .hero-sub {
    font-size: 15px !important;
    margin-bottom: 32px !important;
  }
  .hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .hero-actions .btn-primary,
  .hero-actions .btn-ghost {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero-stats {
    flex-direction: column !important;
    gap: 18px !important;
    margin-top: 40px !important;
    padding-top: 28px !important;
  }
  .why-grid {
    grid-template-columns: 1fr !important;
  }
  .journey-card {
    padding: 36px 24px !important;
  }
  .journey-card img {
    height: 180px !important;
  }

  .page-hero {
    padding: 96px 18px 48px !important;
  }
  .page-hero h1 {
    font-size: clamp(30px, 8.5vw, 46px) !important;
    letter-spacing: -1.25px !important;
  }

  .section {
    padding: 56px 18px !important;
  }
  .section-sm {
    padding: 44px 18px !important;
  }
  .section-title {
    letter-spacing: -1.25px !important;
  }
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr !important;
  }

  .stats-bar {
    flex-direction: column !important;
  }
  .stat-item {
    flex: none !important;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid var(--border) !important;
  }
  .stat-item:last-child {
    border-bottom: none !important;
  }

  .cta-band {
    padding: 56px 18px !important;
  }
  .cta-band-ghost {
    display: none !important;
  }

  .card {
    padding: 28px 22px !important;
  }

  .section-mid table,
  .section-dark table,
  .about-teaser table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .ask-home-teaser-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .ask-home-teaser-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .sc2c-sticky {
    top: auto !important;
    bottom: 72px !important;
    transform: none !important;
    padding: 10px 7px !important;
    z-index: 9990 !important;
  }
  .sc2c-sticky:hover {
    right: 0 !important;
  }
  .sc2c-sticky span {
    display: none !important;
  }

  .page-hero-content > div[style*="display:flex"],
  .page-hero-content > div[style*="display: flex"] {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .page-hero-content .btn-primary,
  .page-hero-content .btn-outline {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  #s2c-btt,
  .btt-btn {
    bottom: 16px !important;
    right: 14px !important;
    width: 42px !important;
    height: 42px !important;
  }

  .sc2c-popup {
    grid-template-columns: 1fr !important;
    margin: 0 8px !important;
  }
  .sc2c-popup-left {
    display: none !important;
  }
  .sc2c-popup-right {
    padding: 28px 20px !important;
  }

  .footer-offices-grid {
    grid-template-columns: 1fr !important;
  }
  .footer-bottom {
    text-align: left !important;
  }
}

/* --- Small phones (≤480px) --- */
@media (max-width: 480px) {
  nav,
  nav.scrolled {
    padding: 12px 14px !important;
  }
  .hero-left {
    padding: 92px 16px 36px !important;
  }
  .section {
    padding: 48px 16px !important;
  }
  .section-sm {
    padding: 40px 16px !important;
  }
  .page-hero {
    padding: 88px 16px 44px !important;
  }
  .cta-band {
    padding: 48px 16px !important;
  }
  footer {
    padding: 40px 16px 24px !important;
  }
  .brands-section {
    padding: 40px 16px !important;
  }
  .brands-row {
    gap: 20px !important;
  }
  .btn-primary,
  .btn-outline {
    padding: 13px 22px !important;
    font-size: 14px !important;
  }
  .mob-search-inner input::placeholder {
    font-size: 13px;
  }
}

/* --- iPhone SE / narrow (≤375px) --- */
@media (max-width: 375px) {
  .hero-h1,
  .page-hero h1 {
    font-size: clamp(26px, 8vw, 34px) !important;
  }
  .logo {
    font-size: 16px !important;
    max-width: calc(100% - 92px) !important;
  }
  .h-stat-num {
    font-size: 30px !important;
  }
  .mob-acc-trigger {
    font-size: 13px !important;
    padding: 14px 14px !important;
  }
  .mob-group ul li a {
    font-size: 13px !important;
  }
}
