:root {
    --navy: #0b203b;
    --navy-deep: #07172b;
    --navy-soft: #17385e;
    --blue: #3b6994;
    --blue-light: #dbe9f3;
    --ice: #f3f7fa;
    --paper: #fdfdfb;
    --white: #fff;
    --text: #17202a;
    --muted: #64707d;
    --line: rgba(11, 32, 59, .14);
    --line-light: rgba(255, 255, 255, .18);
    --shadow: 0 26px 70px rgba(7, 23, 43, .12);
    --font-serif: Georgia, "Times New Roman", serif;
    --font-sans: "Segoe UI", Arial, sans-serif;
    --shell: 1240px;
    --radius: 3px;
    --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--font-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2 { font-family: var(--font-serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
h1 { font-size: clamp(2.75rem, 5.2vw, 5rem); }
h2 { font-size: clamp(2.35rem, 4.2vw, 4.2rem); }
h3 { line-height: 1.25; }
::selection { color: var(--white); background: var(--navy-soft); }
:focus-visible { outline: 3px solid #7db6e1; outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.eyebrow { margin-bottom: 1.3rem; color: var(--navy-soft); font-size: .72rem; font-weight: 700; letter-spacing: .17em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: #a9c9df; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: .7rem 1rem; color: var(--white); background: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute !important; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .65rem; padding: .76rem 1.35rem; border: 1px solid var(--navy); border-radius: var(--radius); color: var(--white); background: var(--navy); font-size: .82rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; cursor: pointer; transition: transform .25s var(--ease), background-color .25s, color .25s; }
.button:hover { background: var(--navy-soft); transform: translateY(-2px); }
.button-outline { color: var(--navy); background: transparent; }
.button-outline:hover { color: var(--white); }
.button-small { min-height: 42px; padding: .55rem 1rem; font-size: .75rem; }
.button-light { border-color: var(--white); color: var(--navy); background: var(--white); }
.button-light:hover { color: var(--white); background: transparent; }
.text-button { padding: .25rem 0; border: 0; border-bottom: 1px solid currentColor; color: var(--navy); background: transparent; font-size: .82rem; font-weight: 700; cursor: pointer; }
.icon-button { display: grid; width: 44px; height: 44px; place-items: center; border: 0; color: var(--navy); background: transparent; font-size: 2rem; cursor: pointer; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: 78px; border-bottom: 1px solid transparent; transition: background-color .3s, box-shadow .3s, border-color .3s; }
.site-header.scrolled { border-color: var(--line); background: rgba(253, 253, 251, .94); box-shadow: 0 8px 30px rgba(7, 23, 43, .06); backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 100%; align-items: center; gap: 2rem; }
.brand { display: inline-flex; flex-direction: column; color: var(--navy); font-size: .79rem; font-weight: 700; letter-spacing: .28em; line-height: 1.2; text-decoration: none; }
.brand span:last-child { margin-left: .35rem; color: var(--blue); font-size: .62rem; letter-spacing: .42em; }
.desktop-nav { display: flex; margin-left: auto; gap: clamp(1.1rem, 2.4vw, 2.4rem); }
.desktop-nav a { color: var(--navy); font-size: .8rem; font-weight: 600; text-decoration: none; }
.desktop-nav a::after { display: block; width: 0; height: 1px; margin-top: 3px; background: var(--navy); content: ""; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { margin-left: 1rem; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; place-content: center; gap: 7px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; background: var(--navy); }
.menu-backdrop, .modal-backdrop { position: fixed; z-index: 180; inset: 0; background: rgba(7, 23, 43, .48); backdrop-filter: blur(4px); }
.mobile-menu { position: fixed; z-index: 200; top: 0; right: 0; bottom: 0; width: min(88vw, 390px); padding: 1.2rem 1.5rem 2rem; background: var(--paper); box-shadow: -30px 0 70px rgba(7, 23, 43, .18); transform: translateX(105%); visibility: hidden; pointer-events: none; transition: transform .35s var(--ease), visibility 0s linear .35s; }
.mobile-menu.open { transform: none; visibility: visible; pointer-events: auto; transition-delay: 0s; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu nav { display: flex; margin: 4rem 0 2.5rem; flex-direction: column; }
.mobile-menu nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--font-serif); font-size: 2rem; text-decoration: none; }

.hero { position: relative; overflow: hidden; padding: 9.3rem 0 0; background: linear-gradient(115deg, var(--paper) 0%, var(--paper) 51%, #eff5f8 100%); }
.hero::before { position: absolute; top: 14%; left: -13rem; width: 25rem; height: 25rem; border: 1px solid rgba(80, 126, 170, .14); border-radius: 50%; content: ""; }
.hero-grid { display: grid; min-height: 690px; align-items: center; grid-template-columns: 1.04fr .96fr; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy { position: relative; z-index: 2; padding: 2rem 0 5.2rem; }
.hero-copy h1 { max-width: 760px; margin-bottom: 1.6rem; color: var(--navy); }
.hero-lead { max-width: 620px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; margin-bottom: 2.5rem; flex-wrap: wrap; gap: .8rem; }
.hero-copy blockquote { max-width: 480px; margin-bottom: 0; padding-left: 1.1rem; border-left: 1px solid var(--blue); color: var(--muted); font-family: var(--font-serif); font-size: .98rem; font-style: italic; }
.hero-copy cite { display: inline; color: var(--navy); font-family: var(--font-sans); font-size: .68rem; font-style: normal; letter-spacing: .04em; }
.hero-portrait { position: relative; align-self: end; height: min(73vh, 710px); min-height: 600px; margin: 0; }
.hero-portrait::before { position: absolute; z-index: 1; top: -22px; right: -22px; width: 50%; height: 55%; border-top: 1px solid var(--blue); border-right: 1px solid var(--blue); content: ""; }
.hero-portrait picture, .hero-portrait img { width: 100%; height: 100%; }
.hero-portrait img { position: relative; z-index: 2; object-fit: cover; object-position: center 38%; box-shadow: var(--shadow); }
.hero-portrait figcaption { position: absolute; z-index: 3; right: -1px; bottom: -1px; min-width: 190px; padding: 1rem 1.2rem; color: var(--white); background: rgba(7, 23, 43, .92); }
.hero-portrait figcaption span, .hero-portrait figcaption small { display: block; }
.hero-portrait figcaption span { font-family: var(--font-serif); font-size: 1.15rem; }
.hero-portrait figcaption small { color: #bbcedd; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-demo { position: relative; z-index: 4; display: grid; margin-top: -1px; padding: 1.5rem 1.6rem; border-top: 3px solid var(--blue); background: var(--white); box-shadow: 0 -12px 45px rgba(7, 23, 43, .08); grid-template-columns: 220px 1fr; gap: 1.5rem; }
.hero-demo-label { display: flex; align-items: center; gap: 1rem; }
.hero-demo-label span, .hero-demo-label strong { display: block; }
.hero-demo-label span:not(.sound-dot) { color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-demo-label strong { color: var(--navy); font-family: var(--font-serif); font-size: 1.12rem; font-weight: 500; }
.sound-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 7px var(--blue-light); }

.credibility { border-bottom: 1px solid var(--line); background: var(--ice); }
.credibility-list { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1.2rem; }
.credibility-list span { color: var(--navy); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.credibility-list span + span::before { margin-right: clamp(.8rem, 2vw, 2rem); color: var(--blue); content: "·"; }

.audio-player { position: relative; display: grid; align-items: center; padding: 1.3rem 0; border-bottom: 1px solid var(--line); grid-template-columns: 58px 1fr; gap: 1.2rem; transition: background-color .25s; }
.audio-player.is-active { background: rgba(219, 233, 243, .28); }
.audio-toggle { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--navy); border-radius: 50%; color: var(--white); background: var(--navy); cursor: pointer; transition: transform .25s, background .25s; }
.audio-toggle:hover { background: var(--navy-soft); transform: scale(1.04); }
.audio-toggle svg { width: 21px; height: 21px; fill: currentColor; }
.audio-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.audio-heading h3, .audio-title { margin: .15rem 0 .15rem; color: var(--navy); font-family: var(--font-serif); font-size: 1.24rem; font-weight: 500; line-height: 1.25; }
.audio-heading p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.audio-category { color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.audio-duration, .audio-controls span { color: var(--muted); font-size: .68rem; font-variant-numeric: tabular-nums; }
.audio-controls { display: grid; margin-top: .8rem; align-items: center; grid-template-columns: 1fr 36px; gap: .8rem; }
.audio-seek { width: 100%; height: 18px; margin: 0; appearance: none; background: transparent; cursor: pointer; }
.audio-seek::-webkit-slider-runnable-track { height: 3px; border-radius: 3px; background: linear-gradient(to right, var(--blue) 0 var(--progress, 0%), var(--blue-light) var(--progress, 0%) 100%); }
.audio-seek::-moz-range-track { height: 3px; border-radius: 3px; background: var(--blue-light); }
.audio-seek::-moz-range-progress { height: 3px; background: var(--blue); }
.audio-seek::-webkit-slider-thumb { width: 15px; height: 15px; margin-top: -6px; appearance: none; border: 3px solid var(--white); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.audio-seek::-moz-range-thumb { width: 11px; height: 11px; border: 3px solid var(--white); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.audio-error { margin: .6rem 0 0; color: #9c3636; font-size: .76rem; }
.audio-complete-cta { display: flex; margin-top: .8rem; align-items: center; gap: .7rem; color: var(--navy); font-size: .75rem; }
.audio-player-featured { padding: .3rem 0; border: 0; }
.audio-player-featured .audio-heading p, .audio-player-featured .audio-category { display: none; }

.section-heading { max-width: 780px; margin-bottom: clamp(3rem, 5vw, 5rem); }
.section-heading h2 { margin-bottom: 0; color: var(--navy); }
.heading-split { display: grid; max-width: none; align-items: end; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 4rem; }
.heading-split > p { max-width: 490px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.portfolio-list { border-top: 1px solid var(--line); }
.portfolio-list .audio-player { padding: 1.8rem 1rem; grid-template-columns: 64px 1fr; }
.portfolio-list .audio-toggle { width: 58px; height: 58px; }

.audiobook-feature { color: var(--white); background: var(--navy-deep); }
.audiobook-grid { display: grid; align-items: start; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 8vw, 9rem); }
.audiobook-copy { position: sticky; top: 120px; }
.audiobook-copy h2 { max-width: 560px; margin-bottom: 1.8rem; color: var(--white); }
.audiobook-copy > p:not(.eyebrow) { max-width: 550px; margin-bottom: 2rem; color: #c2cfda; font-size: 1.03rem; }
.audio-player-dark { padding: 1.8rem 0; border-color: var(--line-light); }
.audio-player-dark.is-active { background: rgba(255, 255, 255, .04); }
.audio-player-dark .audio-toggle { border-color: var(--white); color: var(--navy); background: var(--white); }
.audio-player-dark .audio-heading h3, .audio-player-dark .audio-title { color: var(--white); }
.audio-player-dark .audio-heading p, .audio-player-dark .audio-duration, .audio-player-dark .audio-controls span { color: #a9b8c5; }
.audio-player-dark .audio-category { color: #96bfdc; }
.audio-player-dark .audio-seek::-webkit-slider-runnable-track { background: linear-gradient(to right, #8fb9d7 0 var(--progress, 0%), rgba(255,255,255,.2) var(--progress, 0%) 100%); }
.audio-player-dark .text-button { color: var(--white); }
.demo-note { margin: 1rem 0 0; color: #8093a3; font-size: .72rem; }

.services { background: var(--ice); }
.service-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.service-item { min-height: 255px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-item > span { color: var(--blue); font-size: .68rem; letter-spacing: .12em; }
.service-item h3 { margin: 3rem 0 .75rem; color: var(--navy); font-family: var(--font-serif); font-size: 1.45rem; font-weight: 500; }
.service-item p { max-width: 320px; margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.context-cta { display: flex; margin-top: 2rem; align-items: center; justify-content: flex-end; gap: 1.2rem; }
.context-cta p { margin: 0; color: var(--muted); font-size: .78rem; }
.context-cta a { color: var(--navy); font-size: .8rem; font-weight: 700; text-decoration: none; }

.about-grid { display: grid; align-items: center; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem, 9vw, 10rem); }
.about-kicker { position: relative; display: grid; min-height: 460px; place-items: center; overflow: hidden; border: 1px solid var(--line); background: var(--ice); }
.about-kicker::after { position: absolute; width: 320px; height: 320px; border: 1px solid rgba(80, 126, 170, .22); border-radius: 50%; content: ""; }
.about-kicker span { color: var(--navy); font-family: var(--font-serif); font-size: clamp(9rem, 17vw, 15rem); font-style: italic; line-height: 1; }
.about-kicker small { position: absolute; right: 2rem; bottom: 2rem; color: var(--blue); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 2rem; color: var(--navy); }
.about-copy p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1rem; }

.human-voice { padding: clamp(4rem, 7vw, 7rem) 0; color: var(--white); background: var(--navy-soft); }
.human-grid { display: grid; align-items: center; grid-template-columns: .35fr .75fr 1fr; gap: 3rem; }
.human-grid .eyebrow { margin: 0; }
.human-grid h2 { margin: 0; color: var(--white); }
.human-grid > p:last-child { max-width: 530px; margin: 0; color: #c9d7e2; }

.credentials { background: var(--paper); }
.certificate-list { border-top: 1px solid var(--line); }
.certificate-item { display: grid; min-height: 130px; align-items: center; padding: 1.6rem 1rem; border-bottom: 1px solid var(--line); grid-template-columns: 1fr auto; gap: 2rem; }
.certificate-item > div > span { color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.certificate-item h3 { margin: .3rem 0 .2rem; color: var(--navy); font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; }
.certificate-item p, .certificate-item small { display: block; margin: 0; color: var(--muted); font-size: .78rem; }
.certificate-item a { color: var(--navy); font-size: .75rem; font-weight: 700; text-decoration: none; }

.studio { background: var(--blue-light); }
.studio-grid { display: grid; align-items: start; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 10rem); }
.studio h2 { max-width: 650px; color: var(--navy); }
.studio p:not(.eyebrow) { max-width: 540px; color: #4e5c69; }
.studio ul { margin: 0; padding: 0; list-style: none; }
.studio li { display: flex; min-height: 70px; align-items: center; border-bottom: 1px solid rgba(11, 32, 59, .18); color: var(--navy); font-family: var(--font-serif); font-size: 1.2rem; }
.studio li span { width: 3rem; color: var(--navy-soft); font-family: var(--font-sans); font-size: .63rem; }

.process-grid { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.process-grid article { min-height: 280px; padding: 2rem 2rem 2rem 0; border-right: 1px solid var(--line); }
.process-grid article + article { padding-left: 2rem; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--blue); font-size: .65rem; font-weight: 700; letter-spacing: .1em; }
.process-grid h3 { margin: 4rem 0 1rem; color: var(--navy); font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; }
.process-grid p { color: var(--muted); font-size: .82rem; }

.faq { background: var(--ice); }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(3rem, 9vw, 9rem); }
.faq-grid h2 { color: var(--navy); }
.faq-grid > div:first-child > p:last-child { color: var(--muted); font-size: .84rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 1rem; color: var(--navy); font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.4rem; font-weight: 300; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 2rem 1.5rem 0; color: var(--muted); font-size: .9rem; }

.quote-section { padding: clamp(5rem, 9vw, 9rem) 0; color: var(--white); background: var(--navy-deep); }
.quote-grid { display: grid; align-items: start; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem, 8vw, 8rem); }
.quote-intro { position: sticky; top: 120px; }
.quote-intro h2 { color: var(--white); }
.quote-intro > p:not(.eyebrow) { color: #b9c7d2; }
.direct-contact { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line-light); }
.direct-contact span, .direct-contact a { display: block; }
.direct-contact > span { color: #869aaa; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.direct-contact a { margin-top: .4rem; color: var(--white); font-size: .85rem; font-weight: 700; text-decoration: none; }
.quote-form { position: relative; padding: clamp(1.5rem, 4vw, 3.2rem); color: var(--text); background: var(--white); box-shadow: 0 28px 80px rgba(0, 0, 0, .2); }
.form-step-head { display: flex; margin-bottom: 2rem; align-items: center; gap: 1rem; }
.form-step-head > span { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: .7rem; }
.form-step-head strong, .form-step-head small { display: block; }
.form-step-head strong { color: var(--navy); font-family: var(--font-serif); font-size: 1.35rem; font-weight: 500; }
.form-step-head small { color: var(--muted); font-size: .72rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.field-wide { grid-column: 1 / -1; }
.field-grid label, .mini-lead-form > label { display: grid; gap: .4rem; color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .04em; }
input, select, textarea { width: 100%; min-height: 49px; padding: .72rem .8rem; border: 1px solid var(--line); border-radius: 0; color: var(--text); background: var(--paper); font-size: 16px; font-weight: 400; letter-spacing: 0; outline: 0; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(80, 126, 170, .13); }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: #a73535; }
.form-next { margin-top: 1.5rem; }
.consent-line { display: flex !important; margin: 1.5rem 0; align-items: flex-start; gap: .7rem; color: var(--muted) !important; font-size: .72rem !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.5; }
.consent-line input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--navy); }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.form-status { margin-top: 1rem; color: #9c3636; font-size: .78rem; }
.form-status.is-success { color: #22613f; }
.form-success { padding: 3rem 1rem; text-align: center; }
.form-success > span { display: grid; width: 58px; height: 58px; margin: 0 auto 1.2rem; place-items: center; border-radius: 50%; color: var(--white); background: #315f4a; font-size: 1.4rem; }
.form-success h3 { margin-bottom: .7rem; color: var(--navy); font-family: var(--font-serif); font-size: 2rem; font-weight: 500; }
.form-success p { max-width: 470px; margin: 0 auto 1.5rem; color: var(--muted); }

.site-footer { padding: 4.5rem 0 1.5rem; color: #c4d0da; background: #061525; }
.footer-grid { display: grid; padding-bottom: 3rem; border-bottom: 1px solid rgba(255, 255, 255, .12); grid-template-columns: 1.5fr repeat(3, 1fr); gap: 3rem; }
.brand-footer { margin-bottom: 1.2rem; color: var(--white); }
.brand-footer span:last-child { color: #9fc3dc; }
.footer-grid p { color: #899dad; font-size: .78rem; }
.footer-label { margin-bottom: 1rem; color: var(--white) !important; font-size: .68rem !important; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-link { display: block; margin: .4rem 0; border: 0; color: #b8c8d4; background: none; font-size: .78rem; text-align: left; text-decoration: none; cursor: pointer; }
.footer-grid a:hover, .footer-link:hover { color: var(--white); }
.footer-bottom { display: flex; padding-top: 1.5rem; justify-content: space-between; color: #718696; font-size: .67rem; }

.sticky-player { position: fixed; z-index: 150; right: 1rem; bottom: 1rem; left: 1rem; display: grid; max-width: 820px; min-height: 68px; margin: 0 auto; align-items: center; padding: .65rem .8rem; color: var(--white); background: rgba(7, 23, 43, .96); box-shadow: 0 16px 50px rgba(7, 23, 43, .28); backdrop-filter: blur(15px); grid-template-columns: 44px 1fr auto; gap: .8rem; }
.sticky-play { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }
.sticky-info strong { display: block; overflow: hidden; font-size: .74rem; text-overflow: ellipsis; white-space: nowrap; }
.sticky-track { overflow: hidden; height: 2px; margin-top: .45rem; background: rgba(255,255,255,.2); }
.sticky-track span { display: block; width: 0; height: 100%; background: #8fc1e3; }
.sticky-quote { min-height: 40px; padding: .45rem .8rem; border: 1px solid rgba(255,255,255,.25); color: var(--white); background: transparent; font-size: .67rem; cursor: pointer; }
.mobile-conversion { position: fixed; z-index: 140; right: .7rem; bottom: .7rem; left: .7rem; display: grid; overflow: hidden; min-height: 52px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 40px rgba(7,23,43,.16); grid-template-columns: 1fr 1fr; }
.mobile-conversion a { display: grid; place-items: center; color: var(--navy); font-size: .72rem; font-weight: 700; text-decoration: none; }
.mobile-conversion a:last-child { color: var(--white); background: var(--navy); }

.exit-offer { position: fixed; z-index: 190; top: 50%; left: 50%; width: min(calc(100% - 32px), 520px); max-height: calc(100vh - 32px); overflow-y: auto; padding: 2.4rem; background: var(--paper); box-shadow: 0 28px 90px rgba(7,23,43,.3); transform: translate(-50%, -48%) scale(.97); visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s, visibility 0s linear .25s; }
.exit-offer.open { transform: translate(-50%, -50%) scale(1); visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.exit-close { position: absolute; top: .7rem; right: .7rem; }
.exit-offer h2 { margin-bottom: 1rem; color: var(--navy); font-size: clamp(2rem, 5vw, 3rem); }
.exit-offer > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.mini-lead-form { display: grid; gap: .9rem; }
.mini-lead-form .button { width: 100%; }
.microcopy { margin: -.2rem 0 0; color: var(--muted); font-size: .66rem; text-align: center; }

.consent-banner { position: fixed; z-index: 300; right: 1rem; bottom: 1rem; width: min(calc(100% - 2rem), 590px); padding: 1.2rem; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.consent-banner p { margin-bottom: .8rem; color: var(--muted); font-size: .8rem; }
.consent-banner p strong { color: var(--navy); }
.consent-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .6rem; }
.consent-banner label { display: block; margin: .6rem 0; color: var(--muted); font-size: .8rem; }
.consent-banner input { width: 17px; min-height: 17px; vertical-align: middle; }

.legal-hero { padding: 10rem 0 4rem; background: var(--ice); }
.legal-hero h1 { max-width: 900px; color: var(--navy); }
.legal-content { padding: 4rem 0 7rem; }
.legal-content .prose { max-width: 820px; }
.prose h2 { margin: 2.5rem 0 1rem; color: var(--navy); font-size: 2rem; }
.prose p, .prose li { color: var(--muted); }
.error-page { display: grid; min-height: 100vh; place-items: center; padding: 6rem 0; background: var(--ice); }
.error-card { max-width: 780px; text-align: center; }
.error-code { color: var(--blue); font-family: var(--font-serif); font-size: clamp(6rem, 20vw, 13rem); line-height: .8; opacity: .22; }
.error-card h1 { color: var(--navy); }
.error-actions { display: flex; margin-top: 2rem; justify-content: center; flex-wrap: wrap; gap: .8rem; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
