/* Homepage v3 — full-bleed dark hero, alternating dark/light bands, feature grid, promise cards, tabs, touch tiles. */
.hl { color: var(--red-600); }
.section--dark .hl { color: var(--red-300); }
.center { text-align: center; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center p { margin-inline: auto; }

/* hero */
.hero { position: relative; isolation: isolate; background: var(--deep); color: var(--white); overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; z-index: -2; transform: scale(1.04); transition: transform 1.6s var(--ease-out); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(27,34,48,.78); }
.hero.is-loaded .hero__img { transform: none; }
.hero__inner { padding-block: var(--space-16) var(--space-12); display: flex; flex-direction: column; gap: var(--space-6); max-width: 860px; }
@media (min-width: 900px) { .hero__inner { padding-block: 128px 96px; } }
.eyebrow--on-dark { color: var(--red-300); }
.hero__title { color: var(--white); font-size: clamp(38px, 6vw, 76px); line-height: 1.02; letter-spacing: -0.025em; margin: 0; }
.hero__title .line { display: inline-block; }
.hero__title em { font-style: normal; color: var(--red-300); }
.hero__lead { max-width: 60ch; font-size: var(--text-body-lg-size); line-height: var(--text-body-lg-line); color: rgba(255,255,255,.88); }
.hero__lead strong { color: var(--white); }
.hero__proof { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--space-3) var(--space-6); font-family: var(--font-ui); font-size: var(--text-small-size); color: rgba(255,255,255,.8); }
.hero__proof li::before { content: "✓"; color: var(--red-300); margin-right: 8px; font-weight: 700; }
@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow, .hero__title .line, .hero__lead, .hero .btn-row, .hero__proof { animation: rise .7s var(--ease-out) both; }
  .hero__title .line:nth-child(2) { animation-delay: .1s; } .hero__lead { animation-delay: .25s; } .hero .btn-row { animation-delay: .35s; } .hero__proof { animation-delay: .45s; }
  @keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
}

/* feature grid */
.feature { border-top: 2px solid var(--border-strong); padding-top: var(--space-6); display: flex; flex-direction: column; gap: var(--space-3); }
.feature__icon { width: 44px; height: 44px; border-radius: 50%; background: var(--surface-tint); display: grid; place-items: center; }
.feature__icon svg { width: 22px; height: 22px; fill: none; stroke: var(--red-600); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { margin: 0; }
.feature p { margin: 0; color: var(--text-muted); flex: 1; }

/* why (dark) */
.why .diagram-504 { margin: 0; }
.why .diagram-504 figcaption { color: var(--text-on-dark-muted); }
.why__list { list-style: none; padding: 0; margin: var(--space-6) 0; display: flex; flex-direction: column; gap: var(--space-4); }
.why__list li { padding-left: var(--space-6); position: relative; color: var(--text-on-dark-muted); }
.why__list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 12px; height: 12px; border-radius: 50%; background: var(--red-600); }
.why__list strong { color: var(--white); }

/* statement + service card + quote */
.statement h2 { max-width: 30ch; }
.service h3 { margin-bottom: var(--space-3); }
.service p { color: var(--text-body); margin-bottom: var(--space-6); }
.quote-card { margin: 0; background: var(--surface-dark); color: var(--white); border-radius: var(--radius-card); padding: var(--space-8); position: relative; }
.quote-card::before { content: "\201C"; position: absolute; top: 8px; left: 20px; font-family: var(--font-display); font-size: 120px; line-height: 1; color: var(--red-600); opacity: .55; }
.quote-card p { font-family: var(--font-display); font-size: clamp(22px, 2.2vw, 28px); line-height: 1.3; margin: var(--space-6) 0 var(--space-4); position: relative; }
.quote-card cite { font-style: normal; font-family: var(--font-ui); font-size: var(--text-small-size); letter-spacing: .06em; text-transform: uppercase; color: var(--text-on-dark-muted); }

/* promise cards (dark section) */
.promise { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-card); padding: var(--space-8) var(--space-6); display: flex; flex-direction: column; gap: var(--space-2); }
.promise--lead { background: var(--red-800); border-color: var(--red-600); }
.promise__num { font-family: var(--font-display); font-size: clamp(44px, 5vw, 64px); line-height: 1; font-weight: var(--weight-semibold); color: var(--white); }
.promise h3 { color: var(--white); margin: var(--space-2) 0 0; }
.promise p { color: rgba(255,255,255,.8); margin: 0; }

/* big numbers */
.bignums { display: grid; gap: var(--space-8); }
.bignum { border-top: 1px solid var(--border-default); padding-top: var(--space-4); }
.bignum__v { display: block; font-family: var(--font-display); font-size: clamp(40px, 4.5vw, 56px); line-height: 1; font-weight: var(--weight-semibold); color: var(--red-600); font-variant-numeric: tabular-nums; }
.bignum__l { display: block; margin-top: var(--space-2); font-family: var(--font-ui); color: var(--text-muted); font-size: var(--text-small-size); }

/* tabs */
.tabs { background: var(--surface-card); border: 1px solid var(--border-default); border-radius: var(--radius-panel); overflow: hidden; }
.tabs__list { display: flex; overflow-x: auto; border-bottom: 1px solid var(--border-default); background: var(--surface-section); }
.tabs__list button { flex: none; background: none; border: 0; border-bottom: 3px solid transparent; padding: var(--space-4) var(--space-6); font: inherit; font-family: var(--font-ui); font-weight: var(--weight-semibold); color: var(--text-muted); cursor: pointer; }
.tabs__list button[aria-selected="true"] { color: var(--red-600); border-bottom-color: var(--red-600); background: var(--surface-card); }
.tabs__list button:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: -2px; }
.tabs__panel { display: grid; gap: var(--space-8); padding: var(--space-8); align-items: center; }
@media (min-width: 900px) { .tabs__panel { grid-template-columns: 1.1fr .9fr; } }
.tabs__panel h3 { margin-bottom: var(--space-3); }
.tabs__panel p { color: var(--text-body); margin-bottom: var(--space-6); }
.tabs__panel img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
@media (prefers-reduced-motion: no-preference) { .tabs__panel:not([hidden]) { animation: fade .35s var(--ease-out); } @keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } } }

/* touch tiles */
.touch__tile { display: flex; flex-direction: column; gap: var(--space-1); padding: var(--space-6); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-card); color: var(--white); background: rgba(255,255,255,.04); transition: border-color var(--dur-fast), transform var(--dur-fast) var(--ease-out); }
.touch__tile:hover { border-color: var(--red-300); text-decoration: none; transform: translateY(-2px); }
.touch__k { font-family: var(--font-ui); font-size: var(--text-eyebrow-size); letter-spacing: var(--text-eyebrow-tracking); text-transform: uppercase; color: var(--red-300); }
.touch__v { font-family: var(--font-display); font-size: var(--text-h2-size); line-height: 1.1; font-weight: var(--weight-semibold); }
.touch__tile .small { color: rgba(255,255,255,.75); }

.stagger .reveal:nth-child(2) { transition-delay: .1s; } .stagger .reveal:nth-child(3) { transition-delay: .2s; } .stagger .reveal:nth-child(4) { transition-delay: .3s; }
.rate-card table { margin-top: var(--space-3); }

.tabs__panel[hidden] { display: none; }

.touch__tile { padding: 0; overflow: hidden; }
.touch__tile > span, .touch__tile > .small { padding-inline: var(--space-6); }
.touch__tile > .touch__k { padding-top: var(--space-6); }
.touch__tile > .small { padding-bottom: var(--space-6); }
.touch__img { width: 100%; aspect-ratio: 16/9; object-fit: cover; margin-bottom: var(--space-2); }

.section--dark a.touch__tile, .section--dark a.touch__tile * { text-decoration: none; }

.feature__art { width: 140px; height: 140px; object-fit: contain; margin-bottom: var(--space-2); }
.feature { border-top: 0; padding-top: 0; }


/* illustrated hero: light ground, ink type, headline sits in the illustration's empty left third */
.hero--illus { background: #F4EFE7; color: var(--ink-900); }
.hero--illus::before { background: linear-gradient(90deg, rgba(244,239,231,.92) 0%, rgba(244,239,231,.75) 38%, rgba(244,239,231,0) 62%); }
.hero--illus .hero__img { opacity: 1; object-position: right center; }
.hero--illus .hero__title { color: var(--ink-900); }
.hero--illus .hero__title em { color: var(--red-600); }
.hero--illus .hero__lead { color: var(--ink-700); } .hero--illus .hero__lead strong { color: var(--ink-900); }
.hero--illus .eyebrow--on-dark { color: var(--red-600); }
.hero--illus .hero__proof { color: var(--ink-700); } .hero--illus .hero__proof li::before { color: var(--red-600); }

@media (max-width: 900px) { .hero--illus::before { background: rgba(244,239,231,.86); } }
/* tab figures with a credit line */
.tabfig { margin: 0; }
.tabfig figcaption { margin-top: var(--space-2); font-family: var(--font-ui); font-size: var(--text-caption-size); color: var(--text-muted); }
.tabfig img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
/* partners illustration on the dark band */
.partners__art { background: #F4EFE7; padding: 0; }
/* hero fit: type stays in the illustration's empty left third; the street sits beneath the buttons */
.hero--illus .hero__inner { max-width: none; }
.hero--illus .hero__inner > * { max-width: 620px; }
.hero--illus .hero__img { object-position: right bottom; }
@media (min-width: 900px) { .hero--illus .hero__inner { padding-block: 96px 250px; } }
@media (min-width: 1400px) { .hero--illus .hero__inner { padding-block: 110px 300px; } }
.hero--illus .hero__proof li { background: rgba(244,239,231,.85); padding: 4px 10px; border-radius: 999px; }
.hero--illus::before { background: linear-gradient(90deg, rgba(244,239,231,.94) 0%, rgba(244,239,231,.82) 40%, rgba(244,239,231,0) 60%); }

/* ---------- phone layout (<= 899px) ---------- */
@media (max-width: 899px) {
  /* hero: text on the sand ground, then the whole streetscape as its own band beneath (nothing hidden behind a wash) */
  .hero--illus { display: flex; flex-direction: column; }
  .hero--illus::before { display: none; }
  .hero--illus .hero__img { position: static; width: 100%; height: auto; aspect-ratio: 2000 / 900; object-fit: cover; object-position: center bottom; transform: none; order: 2; margin-top: -8px; }
  .hero--illus .hero__inner { order: 1; padding-block: var(--space-12) var(--space-6); gap: var(--space-4); }
  .hero__title { font-size: clamp(34px, 9.5vw, 44px); }
  .hero__lead { font-size: var(--text-body-size); line-height: 1.55; }
  .hero .btn-row { margin-top: var(--space-2); }
  .hero .btn-row .btn { width: 100%; }
  .hero--illus .hero__proof { gap: var(--space-2); }
  .hero--illus .hero__proof li { background: rgba(255,255,255,.7); font-size: 13.5px; }
  /* feature grid: two-up with smaller art */
  .grid--4 { grid-template-columns: 1fr 1fr; gap: var(--space-6) var(--space-4); }
  .feature__art { width: 96px; height: 96px; }
  .feature h3 { font-size: 18px; }
  .feature p { font-size: 15px; line-height: 1.5; }
  /* situation tabs: show all five as wrapping chips instead of a hidden horizontal scroll */
  .tabs__list { flex-wrap: wrap; gap: 6px; padding: var(--space-3); border-bottom: 1px solid var(--border-default); }
  .tabs__list button { border: 1px solid var(--border-default); border-radius: 999px; padding: 8px 12px; font-size: 14px; }
  .tabs__list button[aria-selected="true"] { background: var(--red-600); color: var(--white); border-color: var(--red-600); }
  .tabs__panel { padding: var(--space-5); gap: var(--space-5); }
  .tabs__panel img { aspect-ratio: 16/10; }
  /* promises and big numbers: tighter */
  .promise { padding: var(--space-6) var(--space-5); }
  .promise__num { font-size: 40px; }
  .bignums { gap: var(--space-5); }
  .bignum__v { font-size: 38px; }
  /* section rhythm */
  .section { padding-block: var(--space-12); }
  .statement h2 { font-size: 26px; }
  .quote-card { padding: var(--space-6); } .quote-card p { font-size: 20px; }
  .touch__v { font-size: 26px; }
}
@media (max-width: 480px) { .grid--4 { grid-template-columns: 1fr; } .feature { display: grid; grid-template-columns: 84px 1fr; column-gap: var(--space-4); row-gap: var(--space-2); align-items: start; } .feature > * { grid-column: 2; } .feature__art { width: 84px; height: 84px; grid-column: 1; grid-row: 1 / span 6; } }

/* phone breathing room */
@media (max-width: 899px) {
  .container { width: calc(100% - 44px); }
  .promise, .quote-card, .service, .card, .touch__tile { padding: var(--space-6); }
  .grid { gap: var(--space-4); }
  .grid--3 { gap: var(--space-4); }
  .tabs__panel { padding: var(--space-6) var(--space-5) var(--space-8); gap: var(--space-6); }
  .tabs__panel .btn { margin-bottom: var(--space-2); }
  .section { padding-block: var(--space-16); }
  .section-head { margin-bottom: var(--space-6); }
  .promise p, .touch__tile .small { line-height: 1.5; }
  .promise__num { margin-bottom: 2px; }
  .promise h3 { margin-top: 0; }
  .bignums { padding-top: var(--space-4); }
  .statband, .section--dark.statband { padding-block: var(--space-8); }
}
@media (max-width: 480px) { .container { width: calc(100% - 40px); } .hero--illus .hero__inner { padding-inline: 0; } }

/* ===== CRO pass 2026-09-13 (homepage) ===== */
/* R4: hero clarifier, quiet secondary, proof bar */
.hero--illus picture { display: contents; }
.hero__who { margin: 0; font-family: var(--font-ui); font-size: var(--text-body-lg-size); line-height: 1.4; font-weight: var(--weight-semibold); color: var(--ink-900); max-width: 34ch; }
.hero__alt { align-self: center; font-family: var(--font-ui); font-weight: var(--weight-semibold); color: var(--ink-900); text-decoration: underline; text-underline-offset: 4px; padding: 8px 4px; }
.hero__alt:hover { color: var(--red-600); }
.hero .ctakit { margin-top: 0; } .hero .ctakit__proof { display: none; }
.hero .ctakit__next { color: var(--ink-700); }
.hero .ctakit__promise li { background: rgba(244,239,231,.85); padding: 3px 10px; border-radius: 999px; color: var(--ink-700); }
.proofbar { list-style: none; margin: var(--space-2) 0 0; padding: var(--space-4) 0 0; border-top: 1px solid rgba(27,34,48,.18); display: flex; flex-wrap: wrap; gap: var(--space-2) var(--space-6); font-family: var(--font-ui); font-size: var(--text-small-size); color: var(--ink-700); }
.proofbar strong { color: var(--red-600); font-size: 18px; margin-right: 2px; }
@media (prefers-reduced-motion: no-preference) { .hero__who, .hero .ctakit, .proofbar { animation: rise .7s var(--ease-out) both; } .hero__who { animation-delay: .18s; } .hero .ctakit { animation-delay: .42s; } .proofbar { animation-delay: .5s; } }

/* R14: sticky jump links */
.jumpnav { position: sticky; top: var(--header-h, 96px); z-index: 40; background: var(--surface-card); border-bottom: 1px solid var(--border-default); transform: translateY(-100%); opacity: 0; transition: transform .3s var(--ease-out), opacity .3s; pointer-events: none; }
.jumpnav.is-shown { transform: none; opacity: 1; pointer-events: auto; }
.jumpnav__row { display: flex; gap: var(--space-2); overflow-x: auto; scrollbar-width: none; padding-block: 8px; }
.jumpnav__row::-webkit-scrollbar { display: none; }
.jumpnav a { flex: none; font-family: var(--font-ui); font-size: 14px; font-weight: var(--weight-semibold); color: var(--ink-700); padding: 7px 12px; border-radius: 999px; text-decoration: none; border: 1px solid transparent; }
.jumpnav a:hover { color: var(--red-600); }
.jumpnav a.is-current { color: var(--red-600); background: var(--red-50); }
.jumpnav__cta { margin-left: auto; border-color: var(--red-600) !important; color: var(--red-600) !important; }


/* R11: "so what" lines */
.sowhat { font-family: var(--font-ui); font-size: var(--text-small-size); line-height: 1.5; color: var(--ink-900) !important; border-left: 3px solid var(--red-600); padding-left: var(--space-3); flex: 0 !important; }

/* R2: is this for you */
.checks { list-style: none; margin: var(--space-6) 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-3); font-size: var(--text-body-size); line-height: 1.5; }
.checks li { padding-left: 34px; position: relative; }
.checks li::before { content: "\2713"; position: absolute; left: 0; top: -2px; width: 24px; height: 24px; border-radius: 50%; background: var(--green-700); color: var(--white); font-size: 14px; font-weight: 700; display: grid; place-items: center; }
.checks__note { color: var(--text-muted); } .checks__note strong { color: var(--ink-900); }
#qualify .btn-row { align-items: center; }

/* R5: numbered process on the dark band */
.process { list-style: none; margin: var(--space-12) 0 0; padding: var(--space-8) 0 0; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: var(--space-6); }
@media (min-width: 700px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .process { grid-template-columns: repeat(4, 1fr); gap: var(--space-8); } }
.process li { position: relative; padding-top: var(--space-2); }
.process__n { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--red-600); color: var(--white); font-family: var(--font-display); font-weight: var(--weight-semibold); font-size: 20px; margin-bottom: var(--space-3); }
.process h3 { color: var(--white); margin: 0 0 var(--space-2); font-size: var(--text-h3-size); }
.process p { margin: 0; color: var(--text-on-dark-muted); font-size: var(--text-small-size); line-height: 1.55; }
.process p [data-claim] { color: var(--white); font-weight: var(--weight-semibold); }

/* R12: rent / conventional / 504 table + R6 button after it */
.statement .lead { margin-top: var(--space-4); color: var(--text-muted); max-width: 60ch; }
.compare { margin-top: var(--space-8); border: 1px solid var(--border-default); border-radius: var(--radius-panel); background: var(--surface-card); }
.compare__table { min-width: 640px; font-size: var(--text-body-size); }
.compare__table caption { caption-side: bottom; text-align: left; padding: var(--space-3) var(--space-4); font-family: var(--font-ui); font-size: var(--text-caption-size); color: var(--text-muted); }
.compare__table th, .compare__table td { padding: var(--space-4) var(--space-5); }
.compare__table thead th { font-family: var(--font-display); font-size: var(--text-h3-size); font-weight: var(--weight-semibold); background: var(--surface-card); border-bottom: 2px solid var(--border-strong); }
.compare__table tbody td:first-child { font-family: var(--font-ui); font-weight: var(--weight-semibold); color: var(--ink-900); }
.compare__table td { color: var(--text-muted); }
.compare__table .compare__hi { background: var(--red-50); color: var(--ink-900); }
.compare__table thead .compare__hi { color: var(--red-600); }
.deal__cta { margin-top: var(--space-8); }
.deal__cta .btn-row { align-items: center; margin-top: 0; }

/* R8: why NSDC + what you get */
.two-up--top { align-items: start; }
.gets { margin: var(--space-6) 0 0; padding: 0; list-style: none; counter-reset: get; display: grid; gap: var(--space-3); }
.gets li { counter-increment: get; position: relative; padding-left: 40px; color: var(--text-on-dark); font-size: var(--text-body-size); line-height: 1.5; padding-bottom: var(--space-3); border-bottom: 1px solid rgba(255,255,255,.1); }
.gets li::before { content: counter(get, decimal-leading-zero); position: absolute; left: 0; top: 2px; font-family: var(--font-ui); font-weight: var(--weight-semibold); color: var(--red-300); font-size: var(--text-small-size); }
.gets li [data-claim] { color: var(--white); font-weight: var(--weight-semibold); }

/* R10: source line, route lines */
.bignums__src { grid-column: 1 / -1; margin: 0; font-family: var(--font-ui); font-size: var(--text-caption-size); color: var(--text-muted); }
.route { font-family: var(--font-ui); font-size: var(--text-body-size); color: var(--ink-900); background: var(--surface-section); border-left: 3px solid var(--red-600); padding: var(--space-3) var(--space-4); border-radius: 0 8px 8px 0; margin-bottom: var(--space-4) !important; }
.route strong { color: var(--red-600); }

/* R9: readable body copy in the dense sections */
.tabs__panel p { font-size: var(--text-body-size); line-height: 1.6; }
.facts h3 { font-size: 18px; margin-bottom: var(--space-1); }
.facts p { font-size: var(--text-body-size); line-height: 1.55; }
table.data { font-size: var(--text-body-size); }

/* R3: FAQ + sticky ask */
#faq .faq summary { font-size: var(--text-body-lg-size); padding-block: var(--space-5); }
#faq .faq__a { font-size: var(--text-body-size); line-height: 1.6; }

/* R6: final CTA */
.btn-row--center { justify-content: center; }
.ctakit--center .ctakit { margin: var(--space-6) auto 0; align-items: center; text-align: center; }
.ctakit--center .ctakit__promise { justify-content: center; }
.touch .section-head { margin-bottom: var(--space-12); max-width: 70ch; }

@media (max-width: 899px) {
  .hero--illus .hero__inner { gap: var(--space-4); }
  .hero__who { font-size: var(--text-body-size); }
  .hero .ctakit__promise li { background: rgba(255,255,255,.7); font-size: 13px; }
  .proofbar { gap: var(--space-2) var(--space-4); font-size: 14px; }
  .compare__table { min-width: 560px; font-size: 15px; }
  .compare__table th, .compare__table td { padding: var(--space-3); }
  .process { margin-top: var(--space-8); }
  .touch .section-head { margin-bottom: var(--space-8); }
}

/* hero alignment: show the whole illustration, copy at the top of the sky, CTA down on the street */
.hero__copy, .hero__act { display: flex; flex-direction: column; gap: var(--space-6); }
.hero__copy > * , .hero__act > * { max-width: 620px; }
.hero__act .btn-row { margin-top: 0; }
@media (min-width: 900px) {
  .hero--illus .hero__img { object-fit: cover; object-position: center bottom; }
  .hero--illus .hero__inner { min-height: min(56.55vw, 1000px); box-sizing: border-box; padding-block: 64px 30px; justify-content: space-between; gap: var(--space-8); }
  .hero--illus .hero__act { margin-top: auto; gap: var(--space-4); }
  .hero--illus .hero__act .ctakit { max-width: 560px; }
  .hero--illus::before { background: linear-gradient(90deg, rgba(244,239,231,.94) 0%, rgba(244,239,231,.80) 38%, rgba(244,239,231,0) 58%), linear-gradient(0deg, rgba(244,239,231,.55) 0%, rgba(244,239,231,0) 22%); }
}
@media (min-width: 1400px) { .hero--illus .hero__inner { padding-block: 80px 36px; } }

/* hero panel: copy + CTA in one solid block, no dead space, illustration reads around it */
.hero__panel { display: flex; flex-direction: column; gap: var(--space-6); }
.hero__copy { gap: var(--space-4); }
@media (min-width: 900px) {
  .hero--illus::before { background: linear-gradient(90deg, rgba(244,239,231,.35) 0%, rgba(244,239,231,0) 45%); }
  .hero--illus .hero__inner { min-height: min(50vw, 860px); padding-block: 56px 40px; justify-content: flex-end; }
  .hero--illus .hero__img { object-position: center bottom; }
  .hero__panel { max-width: 660px; background: rgba(250,247,242,.96); border: 1px solid rgba(27,34,48,.08); border-radius: var(--radius-panel); padding: 36px 40px 32px; box-shadow: 0 24px 60px -30px rgba(27,34,48,.35); backdrop-filter: blur(6px); }
  .hero__panel .hero__title { font-size: clamp(38px, 4.6vw, 62px); }
  .hero__panel .hero__lead { font-size: var(--text-body-size); line-height: 1.55; }
  .hero__panel .hero__who { font-size: var(--text-body-size); }
  .hero__panel .hero__act { gap: var(--space-3); }
  .hero__panel .ctakit__promise li { background: rgba(27,34,48,.05); }
}
@media (min-width: 1400px) { .hero--illus .hero__inner { padding-block: 64px 48px; } .hero__panel { max-width: 700px; padding: 44px 48px 36px; } }
