:root {
  --brand-color-primary: #1f63e8;
  --brand-color-secondary: #0c2c6b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; color: #0b1220; background: #ffffff; overflow-x: hidden; }
img { max-width: 100%; }
a { color: var(--brand-color-primary); text-decoration: none; }
a:hover { color: var(--brand-color-secondary); }
[hidden] { display: none !important; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); }

/* ---------- Header / Nav ---------- */
.site-header { position: sticky; top: 0; z-index: 200; width: 100%; background: #ffffff; border-bottom: 1px solid #e9edf4; box-shadow: 0 1px 0 rgba(7,29,71,.04); transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-bottom-color: rgba(7,29,71,0); box-shadow: 0 6px 24px rgba(7,29,71,.10); }
.site-nav { max-width: 1240px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); height: clamp(62px, 11vw, 92px); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo img { height: clamp(50px, 9vw, 79px); width: auto; display: block; margin-top: -3px; }
.nav-links { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 40px); }
.nav-link { font-size: 16px; font-weight: 500; color: #334155; letter-spacing: .01em; padding-bottom: 3px; border-bottom: 2px solid transparent; transition: color .18s ease; }
.nav-link:hover { color: var(--brand-color-secondary); }
.nav-link.is-active { color: var(--brand-color-secondary); font-weight: 700; border-bottom-color: var(--brand-color-primary); }
.nav-phone { display: inline-flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 700; color: var(--brand-color-secondary); letter-spacing: .01em; }
.nav-phone-icon { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 50%; background: #eef3ff; color: var(--brand-color-primary); }
.nav-cta { display: inline-flex; align-items: center; background: var(--brand-color-primary); color: #ffffff; font-size: 15px; font-weight: 700; letter-spacing: .01em; padding: 12px 24px; border-radius: 6px; transition: background .18s ease; }
.nav-cta:hover { background: var(--brand-color-secondary); color: #ffffff; }
.nav-mobile-actions { display: none; align-items: center; gap: 8px; }
.nav-mobile-phone { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 8px; color: var(--brand-color-primary); }
.nav-burger { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 8px; background: transparent; border: none; cursor: pointer; color: var(--brand-color-secondary); }
.nav-burger[aria-expanded="true"] { background: #eef3ff; }
.nav-panel { border-top: 1px solid #e2e8f0; background: #ffffff; padding: 8px clamp(18px, 4vw, 40px) 20px; }
.nav-panel-link { display: block; padding: 15px 4px; font-size: 18px; font-weight: 500; color: #334155; border-bottom: 1px solid #eef2f7; }
.nav-panel-link.is-active { color: var(--brand-color-secondary); font-weight: 700; }
.nav-panel-cta { display: block; text-align: center; margin-top: 16px; background: var(--brand-color-primary); color: #ffffff; font-size: 16px; font-weight: 700; padding: 14px; border-radius: 6px; }
.nav-panel-cta:hover { color: #ffffff; }
@media (max-width: 1024px) { .nav-links { display: none; } .nav-mobile-actions { display: flex; } }
@media (min-width: 1025px) { .nav-panel { display: none !important; } }

/* ---------- Shared type ---------- */
.eyebrow, p.eyebrow { margin: 0 0 18px; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--brand-color-primary); }
.eyebrow-dark, p.eyebrow-dark { margin: 0 0 18px; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #5b8cff; }
.hero-eyebrow, p.hero-eyebrow { margin: 0 0 20px; font-size: 13px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #7fa8ff; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto clamp(42px, 5vw, 60px); }
.section-head h2 { margin: 0; font-size: clamp(28px, 3.8vw, 42px); line-height: 1.1; font-weight: 800; letter-spacing: -.015em; color: var(--brand-color-secondary); text-wrap: balance; }
.section-head .section-lede { margin: 18px 0 0; font-size: 17px; line-height: 1.7; color: #46556f; }
.section-foot { text-align: center; margin-top: clamp(34px, 4vw, 48px); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; border-radius: 7px; transition: background .18s ease, transform .18s ease, color .18s ease; }
.btn-primary { background: var(--brand-color-primary); color: #ffffff; font-size: 16px; padding: 16px 30px; }
.btn-primary:hover { background: var(--brand-color-secondary); color: #ffffff; }
.btn-md { padding: 15px 30px; }
.btn-ghost { background: rgba(255,255,255,.10); color: #ffffff; font-size: 16px; padding: 16px 26px; border: 1px solid rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.20); color: #ffffff; }
.btn-white { background: #ffffff; color: var(--brand-color-secondary); font-size: 17px; padding: 17px 36px; }
.btn-white:hover { transform: translateY(-2px); color: var(--brand-color-secondary); }
.btn-navy { background: var(--brand-color-secondary); color: #ffffff; font-size: 16px; padding: 15px 30px; }
.btn-navy:hover { background: var(--brand-color-primary); color: #ffffff; }
.home-hero .btn-primary:hover { background: #ffffff; color: var(--brand-color-secondary); transform: translateY(-2px); }

/* ---------- Heroes ---------- */
.hero { position: relative; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; inset: 0; }
.hero-inner { position: relative; max-width: 1240px; margin: 0 auto; width: 100%; padding: 0 clamp(18px, 4vw, 40px); }
.hero h1 { margin: 0 0 22px; font-size: clamp(34px, 5.2vw, 58px); line-height: 1.06; font-weight: 800; letter-spacing: -.02em; color: #ffffff; text-wrap: balance; }
.hero-sub { margin: 0; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.6; color: #cdd9ef; }
.home-hero { min-height: clamp(560px, 84vh, 840px); display: flex; align-items: center; }
.home-hero .hero-bg { object-position: center right; }
.home-hero .hero-scrim { background: linear-gradient(90deg, rgba(7,29,71,.94) 0%, rgba(7,29,71,.72) 34%, rgba(7,29,71,.28) 62%, rgba(7,29,71,.06) 100%); }
.home-hero .hero-inner { padding-top: clamp(60px, 9vw, 120px); padding-bottom: clamp(60px, 9vw, 120px); }
.home-hero .hero-content { max-width: 680px; }
.home-hero .hero-eyebrow { margin-bottom: 22px; }
.home-hero h1 { margin-bottom: 24px; font-size: clamp(38px, 6vw, 68px); line-height: 1.04; }
.home-hero .hero-sub { margin-bottom: 34px; max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-note { font-size: 14px; font-weight: 600; letter-spacing: .04em; color: #9fb4d8; }
.page-hero { padding: clamp(66px, 9vw, 130px) 0 clamp(60px, 8vw, 104px); }
.page-hero .hero-content { max-width: 780px; }
.page-hero--programs .hero-scrim { background: linear-gradient(100deg, rgba(7,29,71,.95) 0%, rgba(7,29,71,.8) 48%, rgba(7,29,71,.55) 100%); }
.page-hero--programs .hero-sub { max-width: 640px; }
.page-hero--solutions .hero-scrim { background: linear-gradient(100deg, rgba(7,29,71,.95) 0%, rgba(7,29,71,.8) 48%, rgba(7,29,71,.5) 100%); }
.page-hero--solutions .hero-content { max-width: 800px; }
.page-hero--solutions .hero-sub { max-width: 660px; }
.page-hero--data .hero-scrim { background: linear-gradient(100deg, rgba(7,29,71,.95) 0%, rgba(7,29,71,.82) 48%, rgba(7,29,71,.55) 100%); }
.page-hero--data .hero-content { max-width: 800px; }
.page-hero--data .hero-sub { max-width: 680px; }
.page-hero--contact { padding: clamp(66px, 9vw, 124px) 0 clamp(56px, 7vw, 96px); }
.page-hero--contact .hero-scrim { background: linear-gradient(100deg, rgba(7,29,71,.95) 0%, rgba(7,29,71,.8) 50%, rgba(7,29,71,.5) 100%); }
.page-hero--contact .hero-sub { max-width: 640px; }

/* ---------- Reveal animation (JS-enhanced) ---------- */
html.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,.8,.3,1), transform .7s cubic-bezier(.16,.8,.3,1); }
html.js [data-reveal].is-revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* ---------- Calculator ---------- */
.calc { background: var(--brand-color-secondary); padding: clamp(64px, 8vw, 112px) 0; position: relative; scroll-margin-top: 104px; }
.calc-head { max-width: 760px; margin: 0 auto; text-align: center; }
.calc-head h2 { margin: 0 0 22px; font-size: clamp(29px, 4.2vw, 46px); line-height: 1.08; font-weight: 800; letter-spacing: -.015em; color: #ffffff; text-wrap: balance; }
.calc-head p:not(.eyebrow-dark) { margin: 0; font-size: 17px; line-height: 1.7; color: #b9c8e6; }
.calc-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); gap: 20px; margin: clamp(40px, 5vw, 58px) 0; }
.stat-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 30px 28px; text-align: center; }
.stat-num { font-size: clamp(38px, 5vw, 52px); font-weight: 800; color: #ffffff; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.stat-desc { font-size: 14.5px; color: #9fb4d8; margin-top: 8px; }
.calc-card { background: #ffffff; border-radius: 16px; box-shadow: 0 30px 80px rgba(3,14,40,.4); padding: clamp(28px, 4vw, 52px); max-width: 900px; margin: 0 auto; }
.calc-card > h3 { margin: 0 0 34px; text-align: center; font-size: clamp(22px, 2.8vw, 30px); font-weight: 800; color: var(--brand-color-secondary); letter-spacing: -.01em; }
.calc-sliders { display: flex; flex-direction: column; gap: 30px; }
.calc-slider-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.calc-slider-label { font-size: 16px; font-weight: 700; color: #0b1220; }
.calc-slider-value { font-size: 20px; font-weight: 800; color: var(--brand-color-primary); font-variant-numeric: tabular-nums; }
.calc-track { position: relative; height: 42px; display: flex; align-items: center; cursor: pointer; touch-action: none; outline: none; }
.calc-rail { position: absolute; left: 0; right: 0; height: 6px; border-radius: 3px; background: #e4e9f1; }
.calc-fill { position: absolute; left: 0; height: 6px; border-radius: 3px; background: var(--brand-color-primary); }
.calc-thumb { position: absolute; width: 22px; height: 22px; border-radius: 50%; background: var(--brand-color-primary); border: 3px solid #ffffff; box-shadow: 0 2px 8px rgba(0,0,0,.22); transform: translateX(-11px); }
.calc-result { margin-top: 38px; padding-top: 34px; border-top: 1px solid #eaeef4; text-align: center; }
.calc-result-label { font-size: 14px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #7c8aa3; }
.calc-result-value { font-size: clamp(32px, 7vw, 80px); font-weight: 900; color: #c0392b; letter-spacing: -.02em; line-height: 1.05; margin-top: 8px; font-variant-numeric: tabular-nums; }
.calc-result-note { margin: 14px auto 0; max-width: 560px; font-size: 15.5px; line-height: 1.65; color: #46556f; }
.strong-navy { color: var(--brand-color-secondary); }
.strong-blue { color: var(--brand-color-primary); }
.calc-cta { margin-top: 26px; }
.calc-disclaimer { margin: 22px auto 0; max-width: 620px; font-size: 12.5px; line-height: 1.5; color: #9aa6bb; }

/* ---------- Split sections ---------- */
.split { padding: clamp(64px, 8vw, 112px) 0; background: #ffffff; }
.split-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: clamp(36px, 5vw, 68px); align-items: center; }
.split-copy h2 { margin: 0 0 22px; font-size: clamp(28px, 3.8vw, 42px); line-height: 1.1; font-weight: 800; letter-spacing: -.015em; color: var(--brand-color-secondary); text-wrap: balance; }
.split-copy p:not(.eyebrow):not(.eyebrow-dark) { margin: 0 0 18px; font-size: 17px; line-height: 1.75; color: #46556f; }
.split-copy p.mb-lg { margin-bottom: 28px; }
.stat-callout { display: flex; align-items: center; gap: 20px; padding: 22px 26px; background: #f5f7fb; border-radius: 10px; }
.stat-callout-num { font-size: clamp(36px, 5vw, 48px); font-weight: 900; color: var(--brand-color-secondary); letter-spacing: -.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.stat-callout-text { font-size: 15px; line-height: 1.55; color: #46556f; }
.stat-callout-text strong { color: #0b1220; }
.split-image { display: block; width: 100%; border-radius: 14px; box-shadow: 0 24px 60px rgba(7,29,71,.18); aspect-ratio: 4 / 3.2; object-fit: cover; }

/* ---------- Approach cards ---------- */
.approach { padding: clamp(64px, 8vw, 110px) 0; background: #f5f7fb; }
.card-grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 24px; }
.info-card { background: #ffffff; border-radius: 12px; padding: clamp(30px, 3.5vw, 44px); border: 1px solid #e6ebf3; }
.info-icon { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 12px; background: #eef3ff; color: var(--brand-color-primary); margin-bottom: 22px; }
.info-card h3 { margin: 0 0 12px; font-size: 22px; font-weight: 800; color: var(--brand-color-secondary); }
.info-card p { margin: 0; font-size: 16px; line-height: 1.7; color: #46556f; }

/* ---------- Offer cards (home) ---------- */
.offers { padding: clamp(64px, 8vw, 112px) 0; background: #ffffff; }
.offers .section-head { max-width: 760px; }
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr)); gap: 24px; }
.offer-card { background: #ffffff; border: 1px solid #e6ebf3; border-radius: 12px; padding: clamp(28px, 3vw, 38px); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.offer-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(7,29,71,.14); border-color: #cdd9f5; }
.offer-num { font-size: 14px; font-weight: 800; color: var(--brand-color-primary); font-variant-numeric: tabular-nums; margin-bottom: 16px; }
.offer-card h3 { margin: 0 0 12px; font-size: 20px; font-weight: 800; color: var(--brand-color-secondary); line-height: 1.25; }
.offer-card p { margin: 0; font-size: 15.5px; line-height: 1.65; color: #46556f; }

/* ---------- Partner section (dark split) ---------- */
.partner { padding: clamp(64px, 8vw, 112px) 0; background: #071d47; }
.partner .split-image { box-shadow: 0 24px 60px rgba(0,0,0,.35); aspect-ratio: 4 / 3.4; }
.partner .split-copy h2 { margin-bottom: 20px; color: #ffffff; }
.partner .split-copy p:not(.eyebrow):not(.eyebrow-dark) { margin-bottom: 30px; color: #b9c8e6; }
.check-list { display: flex; flex-direction: column; gap: 16px; }
.check-item { display: flex; gap: 14px; align-items: flex-start; }
.check-icon { flex-shrink: 0; display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(91,140,255,.16); color: #5b8cff; margin-top: 1px; }
.check-text { font-size: 16px; line-height: 1.55; color: #dbe6f8; }

/* ---------- FAQs (CMS structure) ---------- */
.faqs { padding: clamp(60px, 8vw, 104px) 0; background: #ffffff; }
.faqs--roomy { padding: clamp(64px, 8vw, 110px) 0; }
.faqs--tint { background: #f5f7fb; }
.faqs-inner { max-width: 860px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); display: flex; flex-direction: column; gap: 14px; }
.faqs-head { text-align: center; margin: 0 0 clamp(24px, 3vw, 38px); }
.eyebrow-light { margin: 0 0 18px; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--brand-color-primary); }
.h2-light { margin: 0; font-size: clamp(28px, 3.8vw, 42px); line-height: 1.1; font-weight: 800; letter-spacing: -.015em; color: var(--brand-color-secondary); }
.faq-item { border: 1px solid #e6ebf3; border-radius: 10px; overflow: hidden; background: #ffffff; transition: background .2s ease; }
.faq-item:has(.faq-q[aria-expanded="true"]) { background: #f7f9fc; }
.faq-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; background: transparent; border: none; cursor: pointer; font-family: inherit; }
.faq-q > span:first-child { font-size: 17px; font-weight: 700; color: var(--brand-color-secondary); line-height: 1.4; }
.faq-sign { flex-shrink: 0; font-size: 24px; font-weight: 400; color: var(--brand-color-primary); transition: transform .2s ease; }
.faq-q[aria-expanded="true"] .faq-sign { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-q[aria-expanded="true"] + .faq-answer { max-height: 380px; }
.faq-answer p { margin: 0; padding: 0 26px 24px; font-size: 16px; line-height: 1.7; color: #46556f; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--brand-color-primary) 0%, var(--brand-color-secondary) 100%); padding: clamp(58px, 7vw, 94px) 0; }
.cta-band-inner { max-width: 900px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); text-align: center; }
.cta-band h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 44px); line-height: 1.12; font-weight: 800; letter-spacing: -.015em; color: #ffffff; text-wrap: balance; }
.cta-band p { margin: 0 0 32px; font-size: 18px; line-height: 1.6; color: #d5e0f6; }
.cta-band--compact { padding: clamp(52px, 6vw, 86px) 0; }
.cta-band--compact h2 { margin-bottom: 16px; font-size: clamp(26px, 3.6vw, 40px); line-height: 1.14; }
.cta-band--compact p { margin-bottom: 30px; }
.cta-band--compact .btn-white { padding: 16px 34px; }

/* ---------- Program list (programs page) ---------- */
.program-list { padding: clamp(60px, 7vw, 104px) 0; background: #ffffff; }
.program-list-inner { max-width: 1080px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); display: flex; flex-direction: column; gap: 22px; }
.program-row { display: grid; grid-template-columns: 84px 1fr; gap: clamp(18px, 3vw, 36px); align-items: start; background: #ffffff; border: 1px solid #e6ebf3; border-radius: 12px; padding: clamp(26px, 3.4vw, 42px); transition: box-shadow .22s ease, border-color .22s ease; }
.program-row:hover { box-shadow: 0 22px 50px rgba(7,29,71,.12); border-color: #cdd9f5; }
.program-index { font-size: clamp(40px, 5vw, 60px); font-weight: 900; color: #dbe4f7; letter-spacing: -.03em; line-height: .9; font-variant-numeric: tabular-nums; }
.program-row h3 { margin: 0 0 12px; font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; color: var(--brand-color-secondary); line-height: 1.2; }
.program-row p { margin: 0 0 16px; font-size: 16.5px; line-height: 1.7; color: #46556f; }
.program-best { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--brand-color-primary); background: #eef3ff; padding: 8px 14px; border-radius: 6px; }
.program-best-label { font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: 11.5px; }

/* ---------- Journey (programs page, dark) ---------- */
.journey { padding: clamp(60px, 8vw, 110px) 0; background: #071d47; }
.journey .section-head { max-width: 760px; margin-bottom: clamp(44px, 5vw, 64px); }
.journey .section-head h2 { margin-bottom: 16px; color: #ffffff; }
.journey .section-head .section-lede { margin-top: 0; color: #b9c8e6; }
.journey-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); gap: 20px; }
.journey-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 30px 26px; }
.journey-num { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 50%; background: var(--brand-color-primary); color: #ffffff; font-size: 18px; font-weight: 800; font-variant-numeric: tabular-nums; margin-bottom: 16px; }
.journey-card h3 { margin: 0 0 10px; font-size: 18px; font-weight: 800; color: #ffffff; line-height: 1.3; }
.journey-card p { margin: 0; font-size: 15px; line-height: 1.6; color: #a9badd; }

/* ---------- Method steps (solutions page) ---------- */
.method { padding: clamp(60px, 7vw, 104px) 0; background: #ffffff; }
.method-inner { max-width: 940px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); }
.method .section-head { margin-bottom: clamp(40px, 5vw, 60px); }
.method .eyebrow { margin-bottom: 16px; }
.method-step { display: grid; grid-template-columns: 72px 1fr; gap: clamp(18px, 3vw, 32px); align-items: start; }
.step-rail { display: flex; flex-direction: column; align-items: center; align-self: stretch; }
.step-num { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 50%; background: var(--brand-color-secondary); color: #ffffff; font-size: 22px; font-weight: 800; font-variant-numeric: tabular-nums; flex-shrink: 0; }
.step-line { width: 2px; flex: 1; background: #dbe4f7; margin: 6px 0; }
.method-step:last-child .step-line { background: transparent; }
.step-body { padding-bottom: 34px; }
.step-body h3 { margin: 0 0 10px; font-size: clamp(20px, 2.3vw, 25px); font-weight: 800; color: var(--brand-color-secondary); line-height: 1.25; }
.step-body p { margin: 0; font-size: 16.5px; line-height: 1.7; color: #46556f; max-width: 640px; }

/* ---------- Layers (solutions page) ---------- */
.layers { padding: clamp(60px, 8vw, 110px) 0; background: #f5f7fb; }
.layers .eyebrow { margin-bottom: 16px; }
.layer-card { background: #ffffff; border-radius: 12px; padding: clamp(30px, 3.5vw, 46px); border: 1px solid #e6ebf3; }
.layer-card h3 { margin: 0 0 14px; font-size: 23px; font-weight: 800; color: var(--brand-color-secondary); }
.layer-sub { font-size: 15px; font-weight: 600; color: #7c8aa3; }
.layer-card p { margin: 0; font-size: 16.5px; line-height: 1.75; color: #46556f; }
.layer-card--dark { background: var(--brand-color-secondary); border-color: var(--brand-color-secondary); }
.layer-card--dark h3 { color: #ffffff; }
.layer-card--dark .layer-sub { color: #8fa6d4; }
.layer-card--dark p { color: #c2d0ec; }

/* ---------- Newsletter (data page) ---------- */
.newsletter { padding: clamp(56px, 7vw, 96px) 0; background: #ffffff; }
.newsletter-inner { max-width: 900px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); }
.newsletter-card { background: var(--brand-color-secondary); border-radius: 16px; padding: clamp(34px, 4.5vw, 60px); text-align: center; }
.newsletter-card .eyebrow-dark { margin-bottom: 16px; }
.newsletter-card h2 { margin: 0 0 14px; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.12; font-weight: 800; letter-spacing: -.015em; color: #ffffff; }
.newsletter-lede { margin: 0 auto 30px; max-width: 560px; font-size: 17px; line-height: 1.65; color: #b9c8e6; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 560px; margin: 0 auto; }
.newsletter-input { flex: 1 1 260px; min-width: 0; height: 54px; padding: 0 20px; font-size: 16px; font-family: inherit; color: #0b1220; background: #ffffff; border: 1px solid #ffffff; border-radius: 8px; outline: none; }
.newsletter-input::placeholder { color: #9aa6bb; }
.newsletter-btn { height: 54px; padding: 0 30px; font-size: 16px; font-weight: 700; font-family: inherit; color: #ffffff; background: var(--brand-color-primary); border: none; border-radius: 8px; cursor: pointer; transition: background .18s ease; }
.newsletter-btn:hover { background: #164db8; }
.newsletter-note { margin: 16px 0 0; font-size: 13px; color: #8fa6d4; }
.newsletter-success { display: inline-flex; align-items: center; gap: 12px; background: rgba(91,140,255,.16); border: 1px solid rgba(127,168,255,.4); color: #dbe6f8; padding: 18px 28px; border-radius: 10px; font-size: 16.5px; font-weight: 600; }
.success-check { display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; border-radius: 50%; background: var(--brand-color-primary); color: #ffffff; flex-shrink: 0; }

/* ---------- Whitepaper (data page) ---------- */
.whitepaper { padding: clamp(56px, 7vw, 100px) 0; background: #f5f7fb; }
.whitepaper-inner { max-width: 1080px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); }
.whitepaper-card { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: clamp(28px, 4vw, 52px); align-items: center; background: #ffffff; border: 1px solid #e6ebf3; border-radius: 16px; padding: clamp(30px, 4vw, 54px); }
.wp-copy .eyebrow { margin-bottom: 16px; letter-spacing: .18em; }
.wp-copy h2 { margin: 0 0 16px; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.12; font-weight: 800; letter-spacing: -.015em; color: var(--brand-color-secondary); text-wrap: balance; }
.wp-copy > p:not(.eyebrow) { margin: 0 0 22px; font-size: 16.5px; line-height: 1.7; color: #46556f; }
.wp-points { display: flex; flex-direction: column; gap: 12px; margin: 0 0 30px; }
.wp-point { display: flex; gap: 12px; align-items: flex-start; }
.wp-check { flex-shrink: 0; display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 50%; background: #eef3ff; color: var(--brand-color-primary); margin-top: 1px; }
.wp-point-text { font-size: 16px; line-height: 1.5; color: #33425c; }
.wp-fineprint { margin: 14px 0 0; font-size: 12.5px; color: #9aa6bb; }
.wp-cover { background: linear-gradient(150deg, var(--brand-color-secondary), #071d47); border-radius: 12px; padding: clamp(28px, 3.5vw, 44px); color: #ffffff; aspect-ratio: 4 / 3.1; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 24px 50px rgba(7,29,71,.28); }
.wp-cover-head { display: flex; align-items: center; gap: 10px; }
.wp-cover-head img { width: 30px; height: 30px; }
.wp-cover-brand { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #7fa8ff; }
.wp-cover-title { font-size: clamp(24px, 3vw, 32px); font-weight: 800; line-height: 1.15; letter-spacing: -.01em; }
.wp-cover-quote { margin-top: 14px; font-size: 14.5px; color: #a9badd; line-height: 1.5; }
.wp-cover-foot { border-top: 1px solid rgba(255,255,255,.14); padding-top: 16px; font-size: 13px; color: #8fa6d4; letter-spacing: .04em; }

/* ---------- Resources (data page) ---------- */
.resources { padding: clamp(60px, 8vw, 104px) 0; background: #ffffff; }
.resources .section-head { margin-bottom: clamp(40px, 5vw, 58px); }
.resources .eyebrow { margin-bottom: 16px; }
.resource-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr)); gap: 22px; }
.resource-card { display: flex; flex-direction: column; background: #ffffff; border: 1px solid #e6ebf3; border-radius: 12px; padding: clamp(26px, 3vw, 34px); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.resource-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(7,29,71,.13); border-color: #cdd9f5; }
.resource-tag { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; align-self: flex-start; border-radius: 10px; background: #eef3ff; color: var(--brand-color-primary); margin-bottom: 20px; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.resource-card h3 { margin: 0 0 10px; font-size: 19px; font-weight: 800; color: var(--brand-color-secondary); line-height: 1.3; }
.resource-card p { margin: 0 0 18px; font-size: 15px; line-height: 1.65; color: #46556f; flex: 1; }
.resource-cta { font-size: 14.5px; font-weight: 700; color: var(--brand-color-primary); }

/* ---------- Contact page ---------- */
.contact-section { padding: clamp(56px, 7vw, 100px) 0; background: #ffffff; }
.contact-grid { max-width: 1180px; margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: clamp(32px, 4vw, 56px); align-items: start; }
.contact-form-wrap { grid-column: span 2; min-width: 0; }
@media (max-width: 719px) { .contact-form-wrap { grid-column: auto; } }
.form-card { background: #ffffff; border: 1px solid #e6ebf3; border-radius: 16px; padding: clamp(28px, 3.6vw, 46px); box-shadow: 0 18px 50px rgba(7,29,71,.07); }
.form-card h2 { margin: 0 0 6px; font-size: clamp(22px, 2.6vw, 28px); font-weight: 800; color: var(--brand-color-secondary); }
.form-intro { margin: 0 0 28px; font-size: 15px; color: #7c8aa3; }
.form-intro a { font-weight: 700; }
.contact-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr)); gap: 18px; }
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-label { font-size: 14px; font-weight: 600; color: #33425c; }
.contact-form input, .contact-form select { height: 50px; padding: 0 16px; font-size: 16px; font-family: inherit; color: #0b1220; background: #f8fafc; border: 1px solid #dbe2ec; border-radius: 8px; outline: none; }
.contact-form select { padding: 0 14px; cursor: pointer; }
.contact-form textarea { padding: 14px 16px; font-size: 16px; font-family: inherit; color: #0b1220; background: #f8fafc; border: 1px solid #dbe2ec; border-radius: 8px; outline: none; resize: vertical; line-height: 1.6; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9aa6bb; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--brand-color-primary); box-shadow: 0 0 0 3px rgba(31,99,232,.12); }
.form-full { grid-column: 1 / -1; }
.form-submit { width: 100%; height: 56px; font-size: 17px; font-weight: 700; font-family: inherit; color: #ffffff; background: var(--brand-color-primary); border: none; border-radius: 8px; cursor: pointer; transition: background .18s ease; }
.form-submit:hover { background: var(--brand-color-secondary); }
.form-success { text-align: center; padding: clamp(20px, 4vw, 48px) 10px; }
.form-success-icon { display: inline-flex; width: 66px; height: 66px; align-items: center; justify-content: center; border-radius: 50%; background: #eef3ff; color: var(--brand-color-primary); margin-bottom: 22px; }
.form-success h2 { margin: 0 0 12px; font-size: 26px; font-weight: 800; color: var(--brand-color-secondary); }
.form-success p { margin: 0; font-size: 17px; line-height: 1.6; color: #46556f; }
.form-success a { font-weight: 700; }
.aside-cards { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.aside-card { background: #f5f7fb; border: 1px solid #e6ebf3; border-radius: 12px; padding: 24px 26px; }
.aside-label { font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brand-color-primary); margin-bottom: 12px; }
.aside-phone { font-size: 18px; font-weight: 700; color: var(--brand-color-secondary); }
.aside-phone:hover { color: var(--brand-color-primary); }
.aside-sub { font-size: 14.5px; line-height: 1.6; color: #5a6b85; margin-top: 4px; }
.aside-text { font-size: 16px; line-height: 1.6; color: #33425c; }
.aside-card--dark { background: var(--brand-color-secondary); border-color: var(--brand-color-secondary); }
.aside-card--dark .aside-label { color: #7fa8ff; margin-bottom: 14px; }
.social-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.social-btn { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 8px; background: rgba(255,255,255,.08); color: #cfdcf5; transition: background .18s ease, color .18s ease; }
.social-btn:hover { background: var(--brand-color-primary); color: #ffffff; }
.podcast-link { font-size: 14.5px; font-weight: 600; color: #cfdcf5; }
.podcast-link:hover { color: #ffffff; }

/* ---------- Footer ---------- */
.site-footer { background: #071d47; color: #9fb0cf; }
.footer-inner { max-width: 1240px; margin: 0 auto; padding: clamp(48px, 6vw, 76px) clamp(18px, 4vw, 40px) 0; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(215px, 100%), 1fr)); gap: clamp(32px, 4vw, 56px); }
.footer-brand { max-width: 340px; }
.footer-brand-row { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-brand-row img { width: 38px; height: 38px; display: block; }
.footer-brand-name { font-size: 26px; font-weight: 900; letter-spacing: -.01em; color: #ffffff; }
.footer-tagline { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #5b8cff; margin-bottom: 14px; }
.footer-desc { margin: 0 0 22px; font-size: 15px; line-height: 1.7; color: #9fb0cf; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 8px; background: rgba(255,255,255,.07); color: #cfdcf5; transition: background .18s ease, color .18s ease; }
.footer-social a:hover { background: var(--brand-color-primary); color: #ffffff; }
.footer-col h4 { margin: 0 0 20px; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #ffffff; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.footer-links a { font-size: 15px; color: #9fb0cf; }
.footer-links a:hover { color: #ffffff; }
.footer-contact { display: flex; flex-direction: column; gap: 14px; font-size: 15px; }
.footer-phone { color: #ffffff; font-weight: 700; }
.footer-phone:hover { color: #5b8cff; }
.footer-addr { color: #9fb0cf; line-height: 1.6; }
.footer-since { color: #6c81a8; font-size: 13px; letter-spacing: .04em; }
.footer-bottom { margin-top: clamp(40px, 5vw, 60px); border-top: 1px solid rgba(255,255,255,.10); padding: 24px 0 30px; display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; font-size: 13.5px; color: #7f93ba; }
.footer-legal a { color: #7f93ba; }
.footer-legal a:hover { color: #ffffff; }
.footer-dot { color: #4c608a; }
.footer-credits { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; font-size: 13.5px; }
.footer-credits a { color: #7f93ba; }
.footer-credits a:hover { color: #ffffff; }
