:root {
    --navy: #071a2f;
    --navy-soft: #0c2743;
    --blue: #1559e6;
    --blue-dark: #0d43b5;
    --green: #24a474;
    --ink: #10233c;
    --muted: #607086;
    --line: #dce5ee;
    --wash: #f4f7fa;
    --white: #fff;
    --shadow: 0 24px 70px rgba(10, 31, 56, .12);
    --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(220,229,238,.75); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; color: var(--navy); font-size: 15px; font-weight: 800; letter-spacing: -.02em; }
.brand img { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; box-shadow: 0 7px 18px rgba(7, 26, 47, .12); }
.brand span { max-width: 210px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; color: #415168; }
.site-nav > a:not(.button) { position: relative; padding: 26px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.site-nav > a:hover, .site-nav > a.is-active { color: var(--navy); }
.site-nav > a:hover::after, .site-nav > a.is-active::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 11px 21px; border: 1px solid var(--blue); border-radius: 9px; color: #fff; background: var(--blue); box-shadow: 0 10px 28px rgba(21,89,230,.2); font-weight: 750; line-height: 1.25; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--blue-dark); box-shadow: 0 14px 32px rgba(21,89,230,.27); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(21,89,230,.3); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 9px 17px; font-size: 13px; }
.button--light { border-color: #fff; color: var(--navy); background: #fff; box-shadow: none; }
.button--light:hover { color: var(--navy); background: #eaf0f6; }
.button--ghost { border-color: #c9d4e0; color: var(--ink); background: transparent; box-shadow: none; }
.button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 750; }
.text-link span { color: var(--blue); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.eyebrow--light { color: #75a6ff; }

.hero { overflow: hidden; }
.hero--home { background: radial-gradient(circle at 76% 45%, rgba(21,89,230,.08), transparent 32%), linear-gradient(180deg, #fff 0%, #fbfdff 100%); }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 82px; padding-top: 64px; padding-bottom: 70px; }
.hero-copy h1 { max-width: 680px; margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.5vw, 76px); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.hero-copy > p { max-width: 620px; margin: 28px 0 34px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 19px 18px; color: #65758a; font-size: 12px; font-weight: 750; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.trust-strip span + span { border-left: 1px solid var(--line); }

.signal-map { position: relative; min-height: 480px; }
.signal-map__glow { position: absolute; inset: 6% -12% 2% 2%; border-radius: 50%; background: radial-gradient(circle, rgba(21,89,230,.12), rgba(36,164,116,.05) 38%, transparent 70%); filter: blur(8px); }
.signal-node { position: absolute; z-index: 3; min-width: 178px; padding: 18px; border: 1px solid rgba(195,211,227,.8); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.signal-node small, .signal-node strong { display: block; }
.signal-node small { margin: 9px 0 1px; color: var(--muted); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.signal-node strong { color: var(--navy); font-size: 14px; }
.signal-icon { display: inline-grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: #fff; background: var(--blue); font-size: 12px; font-weight: 900; }
.signal-node--message { top: 6%; left: 0; }
.signal-node--review { top: 37%; left: 35%; }
.signal-node--review .signal-icon { background: var(--green); }
.signal-node--audience { right: 0; bottom: 9%; }
.signal-line { position: absolute; z-index: 1; height: 2px; overflow: hidden; background: #b8c7d8; transform-origin: left center; }
.signal-line::before { content: ""; position: absolute; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, var(--blue), transparent); animation: signal-flow 2.3s linear infinite; }
.signal-line--one { top: 32%; left: 28%; width: 180px; transform: rotate(29deg); }
.signal-line--two { top: 65%; left: 56%; width: 175px; transform: rotate(30deg); }
.orbit { position: absolute; border: 1px dashed rgba(21,89,230,.24); border-radius: 50%; }
.orbit--one { top: 13%; right: 0; width: 245px; height: 245px; }
.orbit--two { bottom: 2%; left: 5%; width: 155px; height: 155px; border-color: rgba(36,164,116,.28); }
.map-label { position: absolute; z-index: 2; padding: 7px 11px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); background: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.map-label--one { top: 16%; right: 4%; }
.map-label--two { bottom: 12%; left: 6%; }
@keyframes signal-flow { from { transform: translateX(-100%); } to { transform: translateX(230%); } }

.inner-hero { position: relative; overflow: hidden; padding: 112px 0 92px; color: #fff; background: var(--navy); }
.inner-hero::before { content: ""; position: absolute; top: -220px; right: -140px; width: 560px; height: 560px; border: 1px solid rgba(98,150,247,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(21,89,230,.035), 0 0 0 170px rgba(21,89,230,.025); }
.inner-hero__grid { position: relative; display: grid; grid-template-columns: 1fr .76fr; align-items: end; gap: 100px; }
.inner-hero h1 { max-width: 740px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 5vw, 70px); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.inner-hero p { margin: 0 0 7px; color: #bdcada; font-size: 19px; }

.content-sections .editorial-section:last-child { padding-bottom: 120px; }
.editorial-section { padding: 90px 0; }
.editorial-section--tint { background: var(--wash); }
.editorial-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.editorial-heading h2 { max-width: 450px; margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 3.5vw, 48px); font-weight: 500; letter-spacing: -.035em; line-height: 1.12; }
.editorial-body > p { max-width: 700px; margin: 2px 0 28px; color: var(--muted); font-size: 18px; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px 30px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 31px; border-bottom: 1px solid var(--line); color: #33465d; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; top: 14px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: var(--green); background: rgba(36,164,116,.1); font-size: 11px; }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--blue); font-family: Georgia, serif; font-size: 22px; }
.process-item h3 { margin: 0 0 5px; color: var(--navy); font-size: 17px; }
.process-item p { margin: 0; color: var(--muted); }

.form-section { background: linear-gradient(135deg, #f3f7fb, #fff); }
.form-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 92px; }
.form-aside { position: sticky; top: 120px; }
.form-aside h2 { margin: 0 0 20px; color: var(--navy); font-family: Georgia, serif; font-size: 43px; font-weight: 500; line-height: 1.1; }
.form-aside > p { color: var(--muted); font-size: 17px; }
.contact-details { margin-top: 38px; }
.contact-details div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details dd { margin: 4px 0 0; font-weight: 700; }
.contact-details a { color: var(--blue); overflow-wrap: anywhere; }
.form-card { padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-card label { display: block; margin-bottom: 21px; color: #293d54; font-size: 13px; font-weight: 750; }
.form-card label > span { color: var(--blue); }
.form-card input, .form-card select, .form-card textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #cad6e2; border-radius: 8px; color: var(--ink); background: #fff; font-size: 15px; font-weight: 500; outline: none; transition: border .2s, box-shadow .2s; }
.form-card input, .form-card select { min-height: 49px; }
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(21,89,230,.08); }
.form-card .consent { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: 12px; font-weight: 500; }
.form-card .consent input { flex: 0 0 17px; width: 17px; min-height: 17px; margin: 2px 0 0; }
.form-card .consent a { color: var(--blue); text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; }
.notice { margin-bottom: 25px; padding: 14px 16px; border-radius: 9px; font-size: 14px; }
.notice--success { border: 1px solid rgba(36,164,116,.25); color: #116849; background: rgba(36,164,116,.09); }
.notice--error { border: 1px solid rgba(187,59,59,.2); color: #9c2929; background: #fff2f2; }
.field-error { border-color: #b93131 !important; }

.partner-cta, .download-panel { color: #fff; background: var(--navy); }
.partner-cta { padding: 80px 0; }
.partner-cta__inner, .download-panel__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.partner-cta h2, .download-panel h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); font-weight: 500; letter-spacing: -.03em; line-height: 1.1; }
.partner-cta p, .download-panel p { margin: 0; color: #b8c6d6; }
.download-panel { padding-top: 78px; padding-bottom: 78px; background: linear-gradient(120deg, #0c2743, #0b397b); }

.site-footer { padding: 72px 0 25px; color: #aebdcd; background: #051425; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(4, 1fr); gap: 54px; }
.brand--footer { color: #fff; }
.footer-brand p { max-width: 300px; margin: 22px 0 0; font-size: 13px; }
.footer-grid h2 { margin: 7px 0 19px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-link { display: block; margin: 10px 0; padding: 0; border: 0; color: #aebdcd; background: none; font-size: 13px; text-align: left; cursor: pointer; }
.footer-grid a:hover, .footer-link:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(180,200,220,.14); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.cookie-banner { position: fixed; right: 24px; bottom: 24px; z-index: 150; display: grid; max-width: 560px; padding: 22px; border: 1px solid #cbd7e3; border-radius: 14px; background: #fff; box-shadow: 0 24px 70px rgba(7,26,47,.25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { color: var(--navy); }
.cookie-banner p { margin: 5px 0 16px; color: var(--muted); font-size: 13px; }
.cookie-actions { display: flex; gap: 10px; justify-content: flex-end; }
.cookie-actions .button { min-height: 41px; padding: 8px 15px; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
    .menu-toggle { display: block; }
    .site-nav { position: fixed; inset: 78px 0 auto; display: none; max-height: calc(100vh - 78px); padding: 24px; overflow: auto; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 20px 40px rgba(7,26,47,.12); }
    .site-nav.is-open { display: grid; gap: 0; }
    .site-nav > a:not(.button) { padding: 15px 2px; border-bottom: 1px solid var(--line); }
    .site-nav > a:not(.button)::after { display: none; }
    .site-nav .button { margin-top: 18px; }
    .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 90px; }
    .hero-copy { max-width: 760px; }
    .signal-map { width: min(620px, 100%); margin: 0 auto; }
    .inner-hero__grid { grid-template-columns: 1fr; gap: 34px; }
    .inner-hero p { max-width: 700px; }
    .editorial-grid { gap: 65px; }
    .form-grid { grid-template-columns: 1fr; gap: 45px; }
    .form-aside { position: static; max-width: 650px; }
    .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); }
    .footer-grid > div:nth-child(n+4) { margin-top: 12px; }
}

@media (max-width: 720px) {
    .shell { width: min(100% - 30px, 1180px); }
    .section { padding: 72px 0; }
    .header-inner { min-height: 70px; }
    .site-nav { top: 70px; max-height: calc(100vh - 70px); }
    .brand span { max-width: 185px; }
    .hero-grid { min-height: 0; padding-top: 70px; padding-bottom: 35px; }
    .hero-copy h1 { font-size: clamp(41px, 12vw, 58px); }
    .hero-copy > p { margin: 22px 0 28px; font-size: 17px; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .signal-map { min-height: 415px; transform: scale(.9); transform-origin: center; }
    .signal-node { min-width: 157px; padding: 14px; }
    .signal-line--one { left: 27%; width: 145px; }
    .signal-line--two { left: 51%; width: 145px; }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .trust-strip span + span { border-left: 0; }
    .trust-strip span:nth-child(even) { border-left: 1px solid var(--line); }
    .trust-strip span:nth-child(n+3) { border-top: 1px solid var(--line); }
    .inner-hero { padding: 78px 0 65px; }
    .inner-hero h1 { font-size: 43px; }
    .inner-hero p { font-size: 17px; }
    .editorial-section { padding: 70px 0; }
    .editorial-grid { grid-template-columns: 1fr; gap: 32px; }
    .editorial-heading h2 { font-size: 36px; }
    .check-list { grid-template-columns: 1fr; gap: 0; }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .form-card { padding: 25px 18px; }
    .form-aside h2 { font-size: 36px; }
    .partner-cta__inner, .download-panel__inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:nth-child(n+4) { margin-top: 0; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .cookie-banner { right: 12px; bottom: 12px; left: 12px; }
}

@media (max-width: 420px) {
    .brand span { max-width: 145px; }
    .signal-map { width: 111%; margin-left: -5.5%; transform: scale(.82); }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .cookie-actions { flex-direction: column; }
}
