:root { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.marketing-site {
  --navy: #17377f;
  --navy-deep: #10275e;
  --ink: #101a2f;
  --paper: #f7faff;
  --paper-blue: #edf4ff;
  --cyan: #32c9dc;
  --mint: #55d3ad;
  --blue: #3566c4;
  --line: rgba(23, 55, 127, 0.12);
  --muted: #657189;
  --white: #ffffff;
  font-family: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--cyan); color: var(--ink); padding: .8rem 1rem; border-radius: .75rem; font-weight: 750; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }

.site-header { position: fixed; inset: 1.1rem 0 auto; z-index: 100; padding: 0 clamp(1rem, 3vw, 3rem); pointer-events: none; }
.nav-shell { max-width: 1240px; min-height: 64px; margin: 0 auto; padding: .48rem .55rem .48rem 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(255,255,255,.86); border: 1px solid rgba(23,55,127,.08); border-radius: 18px; box-shadow: 0 12px 38px rgba(31,50,96,.09); backdrop-filter: blur(20px); pointer-events: auto; }
.brand { display: inline-flex; align-items: center; gap: .62rem; }
.brand-mark { width: 29px; height: 29px; display: block; fill: var(--navy); }
.brand-mark .brand-signal { fill: var(--blue); }
.wordmark { font-size: 1.12rem; font-weight: 750; letter-spacing: -.045em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.desktop-nav a { font-size: .86rem; color: #34415a; transition: color .2s ease; }
.desktop-nav a:hover, .nav-dropdown-trigger:hover { color: var(--navy); }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger, .mobile-platform-trigger { appearance: none; border: 0; background: transparent; color: #34415a; cursor: pointer; font: inherit; font-weight: 700; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; gap: .45rem; padding: 0; color: var(--ink); font-size: .86rem; font-weight: 750; }
.nav-chevron { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
[data-platform-trigger][aria-expanded="true"] .nav-chevron { transform: rotate(225deg) translate(-1px, -1px); }
.nav-dropdown-menu { position: absolute; z-index: 20; top: calc(100% + 16px); left: 50%; width: 230px; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: 0 18px 44px rgba(19,44,68,.15); transform: translateX(-50%); }
.nav-dropdown-menu a { display: block; padding: 11px 12px; border-radius: 9px; color: var(--ink); }
.nav-dropdown-menu a:hover { color: var(--blue); background: var(--blue-soft); }
.nav-actions { display: flex; align-items: center; gap: .4rem; }
.text-action { background: transparent; color: #34415a; padding: .75rem; font-size: .85rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 48px; padding: .75rem 1.2rem; border-radius: 12px; font-weight: 700; font-size: .88rem; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(90,213,232,.72); outline-offset: 3px; }
.button-dark { background: var(--navy); color: white; }
.button-dark:hover { box-shadow: 0 10px 25px rgba(11,18,32,.24); }
.button-login { min-height: 46px; color: var(--navy); border: 1px solid rgba(23,55,127,.2); background: rgba(255,255,255,.76); }
.button-login:hover { border-color: rgba(23,55,127,.42); background: white; box-shadow: 0 8px 22px rgba(23,55,127,.09); }
.button-cyan { background: var(--navy); color: white; box-shadow: 0 12px 28px rgba(23,55,127,.16); }
.button-cyan:hover { background: #22469a; box-shadow: 0 15px 32px rgba(23,55,127,.23); }
.button-ghost { color: var(--navy); border: 1px solid rgba(23,55,127,.16); background: rgba(255,255,255,.56); }
.button-light { background: var(--navy); color: white; }
.button-disabled { background: rgba(23,55,127,.07); color: var(--muted); cursor: default; }
.button-disabled:hover { transform: none; }
.menu-button { display: none; align-items: center; gap: .6rem; padding: .7rem .9rem; border-radius: 999px; background: var(--ink); color: white; }
.menu-icon, .menu-icon::before { width: 16px; height: 1px; background: white; content: ""; display: block; transition: transform .2s ease; }
.menu-icon::before { transform: translateY(5px); }
.menu-button[aria-expanded="true"] .menu-icon { transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon::before { transform: rotate(-90deg); }
.mobile-menu { max-width: 1240px; margin: .5rem auto 0; padding: 1rem; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.62); border-radius: 1.5rem; box-shadow: 0 24px 70px rgba(4,11,29,.2); backdrop-filter: blur(18px); pointer-events: auto; }
.mobile-menu a { display: block; padding: .8rem .35rem; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
.mobile-menu .button { display: flex; width: 100%; margin-top: 1rem; border-bottom: 0; }
.mobile-platform-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: .8rem .35rem; color: var(--ink); text-align: left; font-size: 1.05rem; }
.mobile-platform-menu { margin: 0 0 .5rem .7rem; padding: .2rem 0 .2rem .8rem; border-left: 1px solid var(--line); }
.mobile-platform-menu a { padding: .65rem .2rem; color: var(--muted); font-size: .92rem; }

.hero { position: relative; min-height: 820px; padding: 11.5rem clamp(1.2rem, 5vw, 6rem) 7rem; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); align-items: center; gap: clamp(2.5rem, 6vw, 7rem); overflow: hidden; background: radial-gradient(circle at 78% 18%, rgba(50,201,220,.17), transparent 27%), radial-gradient(circle at 7% 82%, rgba(53,102,196,.09), transparent 25%), linear-gradient(145deg, #ffffff 0%, #f6f9ff 58%, #edf4ff 100%); color: var(--ink); border-radius: 0 0 38px 38px; }
.hero-grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(23,55,127,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(23,55,127,.04) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 0%, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; right: -230px; top: 80px; border: 1px solid rgba(50,201,220,.18); box-shadow: 0 0 0 70px rgba(50,201,220,.03), 0 0 0 140px rgba(53,102,196,.025); }
.hero-glow-two { width: 300px; height: 300px; left: 44%; bottom: -180px; background: rgba(120,152,255,.12); filter: blur(70px); }
.hero-copy, .truth-orbit, .evidence-flow { position: relative; z-index: 2; }
.hero-copy { margin-top: clamp(-6rem,-6vw,-4rem); }
.eyebrow, .section-kicker { margin: 0 0 1rem; letter-spacing: -.015em; font-size: .83rem; font-weight: 700; color: var(--navy); }
.hero h1 { margin: 0; max-width: 930px; font-size: clamp(3.8rem, 5.4vw, 7rem); line-height: .98; letter-spacing: -.06em; font-weight: 650; }
.hero-headline-visual { display: block; }
.hero-headline-prefix, .hero-headline-subject { display: block; }
.hero-headline-subject { white-space: nowrap; }
.headline-word-stage { position: relative; display: inline-flex; align-items: baseline; width: 6.4em; height: 1em; margin-left: .025em; vertical-align: baseline; overflow: hidden; white-space: nowrap; }
.headline-word { display: block; width: max-content; color: var(--blue); transform-origin: left center; will-change: transform, opacity; }
.headline-word.is-leaving { animation: headline-word-out 110ms cubic-bezier(.4,0,1,1) both; }
.headline-word.is-entering { animation: headline-word-in 160ms cubic-bezier(0,0,.2,1) both; }
.hero h1 em { display: block; margin-top: .12em; color: var(--ink); font-style: normal; font-weight: 600; }
.hero-lead { max-width: 650px; margin: 2rem 0; color: var(--muted); font-size: clamp(1.03rem, 1.4vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2.1rem; color: var(--muted); font-size: .8rem; }
.hero-trust span { display: flex; align-items: center; gap: .45rem; }
.hero-trust span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(120,224,194,.1); }

@keyframes headline-word-out {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-.16em); }
}
@keyframes headline-word-in {
  from { opacity: 0; transform: translateY(.16em); }
  to { opacity: 1; transform: translateY(0); }
}

.truth-orbit { min-height: 580px; isolation: isolate; }
.orbit-lines { position: absolute; width: 100%; height: 100%; inset: 0; overflow: visible; }
.orbit-lines path { fill: none; stroke: rgba(23,55,127,.15); stroke-width: 1; }
.orbit-lines circle { fill: rgba(255,255,255,.56); stroke: rgba(50,201,220,.28); }
.orbit-lines .orbit-faint { fill: none; stroke: rgba(23,55,127,.08); }
.orbit-lines .signal-path { stroke: url(#signal); stroke-width: 2; stroke-dasharray: 10 16; animation: signalMove 12s linear infinite; }
@keyframes signalMove { to { stroke-dashoffset: -156; } }
.orbit-card { position: absolute; display: flex; align-items: center; gap: .7rem; padding: .75rem .85rem; border: 1px solid rgba(23,55,127,.1); background: rgba(255,255,255,.88); box-shadow: 0 18px 50px rgba(31,57,111,.12); backdrop-filter: blur(15px); border-radius: 14px; color: var(--ink); }
.orbit-card small, .orbit-card span { display: block; color: var(--muted); font-size: .68rem; }
.orbit-card strong { display: block; font-size: .82rem; }
.orbit-card b { margin-left: auto; padding: .28rem .45rem; border-radius: 999px; background: rgba(23,55,127,.07); color: var(--navy); font-size: .6rem; }
.provider-symbol { display: grid!important; place-items: center; width: 34px; height: 34px; border-radius: .7rem; background: var(--navy); color: white!important; font-weight: 850; }
.provider-a { top: 5%; left: -1%; width: 185px; }
.provider-b { bottom: 5%; right: -2%; width: 205px; }
.evidence-card { top: 3%; right: 1%; display: block; min-width: 175px; }
.evidence-card span { margin-top: .25rem; color: var(--navy); }
.result-card { bottom: 5%; left: -2%; width: 250px; }
.status-icon { display: grid; place-items: center; flex: 0 0 37px; height: 37px; border-radius: 11px; color: #a75b00; background: rgba(255,172,75,.14); font-weight: 900; }
.result-card div:last-child { min-width: 0; }
.result-card strong { white-space: nowrap; }
.result-card span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.orbit-core { position: absolute; left: 50%; top: 50%; width: 184px; height: 184px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 34px; background: rgba(255,255,255,.93); border: 1px solid rgba(23,55,127,.1); box-shadow: 0 28px 70px rgba(31,57,111,.14), inset 0 0 44px rgba(53,102,196,.04); }
.orbit-core .large { width: 40px; height: 40px; margin-bottom: .85rem; }
.orbit-core strong { font-size: .9rem; }
.orbit-core small { margin-top: .25rem; color: var(--muted); font-size: .64rem; }

.evidence-flow { padding: 1rem; border: 1px solid rgba(23,55,127,.09); border-radius: 26px; background: rgba(255,255,255,.72); box-shadow: 0 30px 90px rgba(38,67,128,.12); backdrop-filter: blur(18px); }
.flow-topline { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem .55rem 1rem; color: var(--muted); font-size: .72rem; }
.flow-topline b { color: var(--navy); font-weight: 700; }
.flow-stage { padding: 1.05rem; border: 1px solid rgba(23,55,127,.09); border-radius: 17px; background: white; }
.flow-stage-title { display: grid; grid-template-columns: 32px 1fr auto; gap: .75rem; align-items: center; }
.flow-stage-title > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--navy); background: var(--paper-blue); font-size: .64rem; font-weight: 750; }
.flow-stage-title small, .flow-stage-title strong { display: block; }
.flow-stage-title small { color: var(--muted); font-size: .68rem; }
.flow-stage-title strong { font-size: .87rem; }
.flow-stage-title em { padding: .28rem .5rem; border-radius: 999px; color: #117257; background: rgba(29,171,125,.09); font-size: .62rem; font-style: normal; font-weight: 700; }
.source-stage { display: grid; gap: .55rem; }
.source-stage .flow-stage-title { margin-bottom: .25rem; }
.source-record { display: grid; grid-template-columns: 34px 1fr auto; gap: .7rem; align-items: center; padding: .72rem; border-radius: 12px; background: #f8faff; }
.source-record i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--navy); font-style: normal; font-size: .72rem; font-weight: 800; }
.source-record strong, .source-record small { display: block; }
.source-record small { color: var(--muted); font-size: .65rem; }
.source-record > b { color: var(--navy); font-size: .72rem; }
.flow-connector { height: 42px; display: grid; place-items: center; position: relative; }
.flow-connector span { position: absolute; width: 1px; height: 100%; background: linear-gradient(var(--cyan), var(--blue)); }
.flow-connector b { position: relative; padding: .2rem .55rem; border: 1px solid rgba(23,55,127,.08); border-radius: 99px; color: var(--muted); background: var(--paper); font-size: .6rem; font-weight: 650; }
.canonical-stage dl { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin: 1rem 0 0; }
.canonical-stage dl div { padding: .7rem; border-radius: 11px; background: #f8faff; }
.canonical-stage dt, .canonical-stage dd { margin: 0; }
.canonical-stage dt { color: var(--muted); font-size: .62rem; }
.canonical-stage dd { margin-top: .18rem; font-size: .72rem; font-weight: 750; }
.outcome-stage { border-color: rgba(220,132,35,.18); background: linear-gradient(145deg,#fff,#fffaf2); }
.outcome-stage .flow-stage-title em { color: #9b5408; background: rgba(232,139,40,.11); }
.outcome-stage p { margin: .85rem 0 0 2.8rem; color: var(--muted); font-size: .72rem; line-height: 1.55; }

.section-light, .reconciliation-section, .reserve-preview, .process-section, .faq-section { padding: clamp(5.5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem 7rem; background: var(--paper); }
.intro h2, .section-heading h2, .faq-heading h2 { margin: 0; font-size: clamp(2.5rem, 4.8vw, 5rem); line-height: 1.02; letter-spacing: -.052em; font-weight: 590; }
.intro-explainer { align-self: end; max-width: 600px; color: var(--muted); }
.inline-link { display: inline-flex; gap: .6rem; margin-top: 1rem; color: var(--navy); font-weight: 760; border-bottom: 1px solid rgba(20,47,115,.28); padding-bottom: .2rem; }
.proof-strip { grid-column: 1/-1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 3rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { padding: 2rem 1.5rem 2rem 0; border-right: 1px solid var(--line); }
.proof-strip div:not(:first-child) { padding-left: 1.5rem; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { color: var(--navy); font-size: .7rem; letter-spacing: .12em; }
.proof-strip span { display: block; margin: 1rem 0 .55rem; font-size: 1.08rem; font-weight: 760; }
.proof-strip p { margin: 0; font-size: .88rem; color: var(--muted); }

.platform { padding: clamp(5rem, 8vw, 8rem) clamp(1.2rem, 6vw, 7rem) 8rem; background: var(--paper-blue); color: var(--ink); border-radius: 38px; }
.section-heading { max-width: 850px; margin-bottom: 4rem; }
.section-heading h2 { color: var(--ink); }
.section-heading > p:last-child { max-width: 660px; color: var(--muted); font-size: 1.05rem; }
.section-kicker.light { color: var(--navy); }
.product-stack { display: grid; gap: 1.2rem; max-width: 1400px; margin: 0 auto; }
.product-card { position: relative; min-height: 500px; padding: clamp(2rem,4vw,4.5rem); display: grid; grid-template-columns: minmax(0,.82fr) minmax(420px,1.18fr); gap: 4rem; align-items: center; overflow: hidden; border: 1px solid rgba(23,55,127,.09); border-radius: 24px; background: rgba(255,255,255,.84); box-shadow: 0 20px 58px rgba(32,58,112,.08); isolation: isolate; }
.product-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .9; }
.product-transactions::before { background: radial-gradient(circle at 84% 45%, rgba(50,201,220,.12), transparent 38%); }
.product-recon::before { background: radial-gradient(circle at 84% 45%, rgba(53,102,196,.13), transparent 38%); }
.product-reserves::before { background: radial-gradient(circle at 84% 45%, rgba(50,201,220,.13), transparent 38%); }
.product-provider::before { background: radial-gradient(circle at 82% 45%, rgba(85,211,173,.12), transparent 38%); }
.product-copy { max-width: 520px; }
.product-number { margin-bottom: 3rem; color: var(--navy); font-size: .78rem; }
.product-copy h3 { margin: .7rem 0 1.4rem; font-size: clamp(2.5rem, 4vw, 4.8rem); line-height: 1; letter-spacing: -.045em; font-weight: 560; }
.product-copy > p:not(.section-kicker) { color: var(--muted); max-width: 570px; }
.product-copy .button { margin-top: 1.4rem; }
.transaction-record { padding: 1.2rem; border: 1px solid rgba(23,55,127,.1); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 28px 70px rgba(31,57,111,.12); }
.record-head, .record-source { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.record-head small, .record-head strong, .record-amount small, .record-amount strong, .record-source small, .record-source strong { display: block; }
.record-head small, .record-amount small, .record-source small { color: var(--muted); font-size: .7rem; }
.record-head > span { padding: .32rem .55rem; border-radius: 99px; color: #117257; background: rgba(29,171,125,.09); font-size: .66rem; font-weight: 700; }
.record-amount { margin: 1rem 0; padding: 1.2rem; border-radius: 15px; background: linear-gradient(135deg,var(--navy),var(--blue)); color: white; }
.record-amount small { color: #d2dcf5; }
.record-amount strong { margin-top: .25rem; font-size: 2rem; letter-spacing: -.04em; }
.record-facts { display: grid; grid-template-columns: repeat(2,1fr); gap: .55rem; }
.record-facts div { padding: .75rem; border: 1px solid var(--line); border-radius: 12px; }
.record-facts small, .record-facts b { display: block; }
.record-facts small { color: var(--muted); font-size: .66rem; }
.record-facts b { margin-top: .22rem; font-size: .74rem; }
.fee-breakdown { margin-top: .8rem; padding: .8rem; display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; border: 1px solid var(--line); border-radius: 12px; background: #fbfcff; }
.fee-breakdown > span, .fee-breakdown > p { grid-column: 1/-1; }
.fee-breakdown > span { color: var(--navy); font-size: .68rem; font-weight: 750; }
.fee-breakdown small, .fee-breakdown b { display: block; }
.fee-breakdown small { color: var(--muted); font-size: .6rem; }
.fee-breakdown b { margin-top: .2rem; font-size: .68rem; }
.fee-breakdown p { margin: 0; color: var(--muted); font-size: .58rem; }
.record-source { margin-top: .8rem; padding: .8rem; border-radius: 12px; background: #f7faff; }
.record-source > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--navy); font-size: .7rem; font-weight: 800; }
.record-source p { flex: 1; margin: 0; }
.record-source > b { color: var(--navy); font-size: .68rem; }
.mini-window { padding: 1.1rem; border-radius: 18px; border: 1px solid rgba(23,55,127,.1); background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 28px 70px rgba(31,57,111,.12); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.window-top { display: flex; align-items: center; gap: .35rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.window-top > strong { color: var(--navy); font-size: .76rem; }
.window-top b { margin-left: auto; font-size: .7rem; color: #5a6881; }
.window-summary { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; padding: 1rem 0; }
.window-summary div { padding: 1rem; border-radius: .85rem; background: white; border: 1px solid var(--line); }
.window-summary small, .window-summary strong { display: block; }
.window-summary small { color: var(--muted); font-size: .68rem; }
.window-summary strong { margin-top: .3rem; font-size: 1.55rem; }
.window-row { display: grid; grid-template-columns: 28px 1fr auto; gap: .7rem; align-items: center; padding: .85rem .7rem; border-top: 1px solid var(--line); font-size: .72rem; }
.window-row i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; font-style: normal; }
.window-row.ok i { background: rgba(37,183,137,.1); color: #11805f; }
.window-row.warn i { background: rgba(238,148,43,.12); color: #a75b00; }
.window-row.info i { background: rgba(50,201,220,.12); color: var(--navy); }
.window-row b { font-size: .65rem; }
.window-row.ok b { color: #11805f; }
.window-row.warn b { color: #a75b00; }
.reserve-orb { position: relative; width: min(440px, 90%); aspect-ratio: 1; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(23,55,127,.1); box-shadow: 0 0 0 65px rgba(50,201,220,.03), 0 0 0 130px rgba(53,102,196,.02), inset 0 0 85px rgba(50,201,220,.05); }
.reserve-orb > span { position: absolute; display: grid; place-items: center; width: 80px; height: 80px; border-radius: 22px; border: 1px solid rgba(23,55,127,.1); background: rgba(255,255,255,.94); box-shadow: 0 14px 36px rgba(31,57,111,.1); font-size: .72rem; color: var(--navy); }
.reserve-orb > span:nth-child(1) { top: -5px; left: 38%; }
.reserve-orb > span:nth-child(2) { left: -5px; bottom: 18%; }
.reserve-orb > span:nth-child(3) { right: -5px; bottom: 18%; }
.reserve-orb > div { width: 170px; height: 170px; display: grid; place-content: center; text-align: center; border-radius: 38px; color: white; background: linear-gradient(145deg, #24499b, var(--blue)); box-shadow: 0 25px 60px rgba(39,68,143,.22); }
.reserve-orb b { font-size: 3.4rem; line-height: 1; }
.reserve-orb small { color: #d4def7; }
.provider-scorecard { padding: 2rem; border-radius: 20px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 28px 70px rgba(31,57,111,.12); }
.score-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.score-title span { font-weight: 760; }
.score-title small { color: var(--muted); }
.score-row { display: grid; grid-template-columns: 160px 1fr; gap: 1rem; align-items: center; margin-top: 1.5rem; font-size: .82rem; }
.score-row i { display: block; height: 10px; border-radius: 99px; background: #dfe5ef; overflow: hidden; }
.score-row b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--navy), var(--cyan)); }
.reserve-schedule { padding: 1.2rem; border: 1px solid rgba(23,55,127,.1); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 28px 70px rgba(31,57,111,.12); }
.schedule-head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.schedule-head small, .schedule-head strong { display: block; }
.schedule-head small { color: var(--muted); font-size: .7rem; }
.schedule-head > span { padding: .3rem .5rem; border-radius: 99px; color: var(--navy); background: var(--paper-blue); font-size: .65rem; font-weight: 700; }
.schedule-period { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .7rem; margin: 1rem 0; color: var(--muted); font-size: .62rem; }
.schedule-period i { height: 1px; background: linear-gradient(90deg,var(--navy),var(--cyan)); }
.schedule-row { display: grid; grid-template-columns: minmax(132px,1fr) minmax(70px,1.2fr) auto auto auto; gap: .65rem; align-items: center; padding: .9rem .25rem; border-top: 1px solid var(--line); }
.schedule-row b, .schedule-row small { display: block; }
.schedule-row small { color: var(--muted); font-size: .62rem; }
.schedule-row strong { font-size: .75rem; }
.schedule-row em { color: var(--navy); font-size: .68rem; font-style: normal; font-weight: 750; }
.schedule-row time { color: var(--muted); font-size: .68rem; }
.schedule-bar { height: 8px; border-radius: 99px; background: #dfe7f5; overflow: hidden; position: relative; }
.schedule-bar::after { content: ""; position: absolute; inset: 0 auto 0 0; border-radius: inherit; background: linear-gradient(90deg,var(--navy),var(--cyan)); }
.bar-usd::after { width: 62%; }.bar-aud::after { width: 41%; }.bar-aed::after { width: 78%; }
.schedule-key { display: flex; justify-content: space-between; gap: 1rem; padding-top: .75rem; color: var(--muted); font-size: .58rem; }
.schedule-note { margin-top: .7rem; padding: .75rem; border-radius: 11px; color: var(--muted); background: #f7faff; font-size: .67rem; }
.intelligence-grid { display: grid; gap: .65rem; padding: 1.2rem; border: 1px solid rgba(23,55,127,.1); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: 0 28px 70px rgba(31,57,111,.12); }
.intelligence-grid > div { display: grid; grid-template-columns: 38px 1fr; gap: .85rem; align-items: start; padding: 1rem; border-radius: 14px; background: #f7faff; }
.intelligence-grid > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--navy); background: white; box-shadow: 0 5px 16px rgba(31,57,111,.07); font-size: .65rem; font-weight: 750; }
.intelligence-grid p { margin: 0; }
.intelligence-grid strong, .intelligence-grid small { display: block; }
.intelligence-grid strong { font-size: .84rem; }
.intelligence-grid small { margin-top: .28rem; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.intelligence-grid .hub-note { padding: .6rem .75rem; color: var(--navy); font-size: .68rem; font-weight: 650; }

.reconciliation-section { background: var(--paper); }
.section-heading.dark-copy h2, .faq-heading h2 { color: var(--ink); }
.section-heading.dark-copy > p:last-child { color: var(--muted); }
.recon-journey { max-width: 1420px; margin: -1.5rem auto 1rem; padding: .8rem; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: .55rem; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: white; }
.recon-journey > div { padding: .72rem; display: grid; grid-template-columns: 28px 1fr; column-gap: .65rem; align-items: center; }
.recon-journey > div > span { grid-row: 1/3; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--navy); background: var(--paper-blue); font-size: .6rem; font-weight: 750; }
.recon-journey small, .recon-journey strong { display: block; }
.recon-journey small { color: var(--muted); font-size: .62rem; }
.recon-journey strong { font-size: .7rem; }
.recon-journey > i { color: var(--cyan); font-style: normal; }
.recon-demo { max-width: 1420px; margin: 0 auto; border-radius: 28px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 25px 90px rgba(14,35,78,.1); background: white; }
.demo-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: 1.25rem 1.35rem; border-bottom: 1px solid var(--line); background: #f9fbfe; }
.demo-toolbar > div:first-child span, .demo-toolbar > div:first-child strong { display: block; }
.demo-label { margin-bottom: .25rem; color: var(--muted); font-size: .75rem; font-weight: 650; }
.scenario-tabs { display: flex; gap: .35rem; flex-wrap: wrap; justify-content: flex-end; }
.scenario-tabs button { padding: .6rem .85rem; border-radius: 999px; color: #58667f; background: transparent; font-size: .76rem; }
.scenario-tabs sup { margin-left: .2rem; color: currentColor; font-size: .56rem; }
.scenario-tabs button[aria-selected="true"] { background: var(--navy); color: white; }
.demo-grid { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 520px; }
.result-overview { padding: 2.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(160deg, #f4f7fb, #eaf0f8); border-right: 1px solid var(--line); }
.result-ring { --rate: 100; width: 190px; height: 190px; position: relative; display: grid; place-content: center; text-align: center; border-radius: 50%; background: conic-gradient(var(--cyan) calc(var(--rate) * 1%), rgba(20,47,115,.1) 0); }
.result-ring::before { content: ""; position: absolute; inset: 13px; border-radius: inherit; background: white; box-shadow: inset 0 0 30px rgba(20,47,115,.07); }
.result-ring span, .result-ring small { position: relative; z-index: 1; display: block; }
.result-ring span { font-size: 2.5rem; font-weight: 720; letter-spacing: -.04em; }
.result-ring small { color: var(--muted); }
.result-metrics { width: 100%; max-width: 330px; margin-top: 2rem; }
.result-metrics div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.result-metrics small { color: var(--muted); }
.result-metrics strong { font-size: .9rem; }
.exception-panel { padding: clamp(2rem, 4vw, 4rem); transition: background .25s ease; }
.exception-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.exception-head h3 { margin: .8rem 0 .5rem; font-size: clamp(1.6rem, 2.6vw, 2.5rem); letter-spacing: -.035em; }
.status-badge, .risk-label { display: inline-flex; align-items: center; min-height: 28px; padding: .3rem .65rem; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.status-badge.exact { background: rgba(29,171,125,.1); color: #117257; }
.status-badge.warn { background: rgba(232,139,40,.13); color: #9b5408; }
.status-badge.info { background: rgba(35,108,203,.1); color: #1e5da9; }
.risk-label { color: var(--muted); background: var(--paper); }
.exception-panel > p { max-width: 720px; color: var(--muted); }
.record-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 2rem; }
.record-comparison > div { padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: #fafcff; }
.record-comparison > div > span { font-weight: 780; font-size: .82rem; }
.record-comparison dl { margin: 1rem 0 0; display: grid; grid-template-columns: 1fr auto; gap: .6rem; font-size: .76rem; }
.record-comparison dt { color: var(--muted); }
.record-comparison dd { margin: 0; font-weight: 700; }
.record-comparison dd.changed { color: #a75b00; padding: 0 .3rem; background: rgba(238,148,43,.12); border-radius: .3rem; }
.next-action { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1rem; padding: 1rem 1.2rem; background: var(--navy); border-radius: .9rem; color: white; }
.next-action span { color: #b9c7e2; font-size: .76rem; }
.next-action strong { text-align: right; font-size: .84rem; }

.reserve-preview { background: white; }
.reserve-layout { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.truth-note { display: flex; gap: 1rem; margin-top: 2rem; padding: 1rem 1.1rem; border: 1px solid var(--line); background: var(--paper); border-radius: 1rem; }
.truth-note > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 800; }
.truth-note p { margin: 0; color: var(--muted); font-size: .86rem; }
.truth-note strong { color: var(--ink); }
.ledger-card { overflow: hidden; border: 1px solid rgba(23,55,127,.1); border-radius: 1.6rem; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 30px 80px rgba(31,57,111,.12); }
.ledger-title, .ledger-summary, .currency-row, .ledger-action { padding: 1.3rem 1.5rem; }
.ledger-title { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.ledger-title small, .ledger-title strong { display: block; }
.ledger-title small { color: var(--muted); }
.ledger-title > span { padding: .3rem .55rem; border-radius: 99px; color: var(--navy); background: var(--paper-blue); font-size: .7rem; font-weight: 700; }
.ledger-summary { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; background: #f8faff; }
.ledger-summary div { padding: 1rem; border: 1px solid var(--line); border-radius: .9rem; background: white; }
.ledger-summary small, .ledger-summary b { display: block; }
.ledger-summary small { color: var(--muted); }
.ledger-summary b { margin-top: .25rem; font-size: 1.3rem; }
.currency-row { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; border-top: 1px solid var(--line); }
.currency-row span { display: flex; align-items: center; gap: .7rem; font-weight: 760; }
.currency-row strong { font-size: 1.05rem; }
.currency-row small { grid-column: 1/-1; color: var(--muted); }
.flag { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.flag-usd { background: var(--cyan); }.flag-aud { background: var(--blue); }.flag-aed { background: var(--mint); }
.ledger-action { width: 100%; display: flex; justify-content: space-between; color: white; background: var(--navy); font-weight: 780; }

.process-section { background: var(--paper); }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); max-width: 1400px; margin: 0 auto; }
.process-line::before { content: ""; position: absolute; left: 5%; right: 5%; top: 26px; height: 1px; background: var(--line); }
.process-step { position: relative; padding: 0 1.5rem; text-align: center; }
.process-step > span { position: relative; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: white; background: var(--navy); font-weight: 800; font-size: .75rem; box-shadow: 0 0 0 8px var(--paper); }
.process-step > span { margin: 0 auto; }
.process-step h3 { margin: 1.5rem 0 .5rem; font-size: 1.4rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .9rem; }

.evidence-section { padding: 1rem clamp(1.2rem, 4vw, 4rem) clamp(5rem, 8vw, 8rem); background: var(--paper); }
.evidence-panel { max-width: 1480px; margin: 0 auto; padding: clamp(2rem,5vw,5rem); display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: center; color: var(--ink); background: radial-gradient(circle at 88% 12%, rgba(50,201,220,.12), transparent 34%), linear-gradient(145deg,#fff,#f2f7ff); border: 1px solid rgba(23,55,127,.09); border-radius: 34px; box-shadow: 0 24px 70px rgba(31,57,111,.08); }
.evidence-copy h2 { margin: 0 0 1.5rem; font-size: clamp(2.5rem,4vw,4.5rem); line-height: 1.02; letter-spacing: -.05em; font-weight: 570; }
.evidence-copy > p:not(.section-kicker) { color: var(--muted); }
.evidence-copy .button { margin-top: 1.4rem; }
.evidence-panel .section-kicker.light { color: var(--navy); }
.evidence-chain { display: grid; gap: .5rem; }
.evidence-chain > div { display: grid; grid-template-columns: 42px 1fr auto; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid var(--line); background: rgba(255,255,255,.86); border-radius: 1rem; box-shadow: 0 8px 24px rgba(31,57,111,.05); }
.evidence-chain > div > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: .7rem; background: var(--paper-blue); color: var(--navy); font-size: .7rem; font-weight: 800; }
.evidence-chain small, .evidence-chain strong { display: block; }
.evidence-chain small { color: var(--muted); }
.evidence-chain b { color: #117257; font-size: .68rem; }
.evidence-chain > i { width: 1px; height: 26px; margin-left: 29px; background: linear-gradient(var(--navy), rgba(50,201,220,.14)); }
.security-controls { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.security-controls > div { min-height: 150px; padding: 1.35rem; border: 1px solid var(--line); background: rgba(255,255,255,.86); border-radius: 1rem; box-shadow: 0 8px 24px rgba(31,57,111,.05); }
.security-controls > div > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 1.4rem; border-radius: .7rem; background: var(--paper-blue); color: var(--navy); font-size: .7rem; font-weight: 800; }
.security-controls p { margin: 0; }
.security-controls strong, .security-controls small { display: block; }
.security-controls strong { margin-bottom: .45rem; color: var(--ink); font-size: 1rem; }
.security-controls small { color: var(--muted); font-size: .8rem; line-height: 1.55; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; background: white; }
.faq-heading { max-width: 480px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: grid; grid-template-columns: 42px 1fr 24px; gap: 1rem; align-items: center; padding: 1.4rem 0; cursor: pointer; font-weight: 690; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--navy); font-size: .7rem; }
.faq-list summary i { font-style: normal; font-size: 1.2rem; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 2.5rem 1.5rem 58px; color: var(--muted); }

.final-cta { position: relative; min-height: 480px; margin: 0 clamp(1rem,3vw,3rem); padding: clamp(3rem,7vw,7rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; overflow: hidden; color: var(--ink); background: linear-gradient(135deg, #fff, #f1f6ff); border: 1px solid rgba(23,55,127,.09); border-radius: 32px; box-shadow: 0 20px 60px rgba(31,57,111,.07); }
.final-cta h2 { max-width: 900px; margin: .5rem 0 1rem; font-size: clamp(3rem,5.5vw,6rem); line-height: .98; letter-spacing: -.055em; font-weight: 560; }
.final-cta p:not(.section-kicker) { color: var(--muted); }
.final-cta .button { flex: 0 0 auto; }
.cta-glow { position: absolute; width: 520px; height: 520px; right: 8%; top: -50%; border-radius: 50%; border: 1px solid rgba(50,201,220,.22); box-shadow: 0 0 0 70px rgba(50,201,220,.03), 0 0 0 140px rgba(53,102,196,.025); }

.site-footer { position: relative; margin: 1.25rem clamp(.7rem,2vw,2rem) 0; padding: 0; overflow: hidden; color: white; background: radial-gradient(circle at 82% 0%,rgba(50,201,220,.15),transparent 28%),linear-gradient(145deg,#0a1630,#101f3d 68%,#0b1732); border: 1px solid rgba(160,195,255,.13); border-bottom: 0; border-radius: 32px 32px 0 0; box-shadow: 0 -18px 60px rgba(27,49,94,.08); }
.site-footer::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,black,transparent 72%); }
.footer-shell { position: relative; z-index: 1; max-width: 1780px; margin: 0 auto; padding: clamp(3rem,4vw,4.25rem) clamp(1.4rem,5vw,6rem) 1.7rem; }
.brand-footer { color: white; }
.brand-footer .brand-mark { width: 38px; height: 38px; fill: white; }
.brand-footer .brand-mark .brand-signal { fill: var(--blue); }
.brand-footer .wordmark { font-size: 1.28rem; }
.footer-masthead { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3rem; padding-bottom: clamp(2rem,3vw,2.8rem); border-bottom: 1px solid rgba(160,195,255,.17); }
.footer-positioning { display: grid; justify-items: end; gap: .15rem; margin: 0; }
.footer-positioning span { color: #7891bb; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.footer-positioning strong { color: #d8e1f1; font-size: 1rem; font-weight: 520; letter-spacing: -.02em; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.25fr; gap: clamp(2rem,5vw,6rem); padding: clamp(3rem,4vw,4rem) 0; }
.footer-label { margin: 0 0 1.25rem; color: #7891bb; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.principle-list { display: grid; gap: .7rem; }
.principle-list span { position: relative; padding-left: 1.1rem; color: #d8e1f1; font-size: .88rem; }
.principle-list span::before { content: ""; position: absolute; left: 0; top: .62em; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-links .footer-label { margin-bottom: .55rem; }
.footer-links a,.footer-links button { width: fit-content; padding: 0; color: #d8e1f1; background: transparent; text-align: left; font-size: .88rem; transition: color .2s ease; }
.footer-links a:hover,.footer-links button:hover { color: var(--cyan); }
.footer-action { align-self: start; padding-left: clamp(1.4rem,3vw,3rem); border-left: 1px solid rgba(160,195,255,.17); }
.footer-action h3 { max-width: 390px; margin: 0 0 1.7rem; font-size: clamp(1.45rem,2vw,2rem); line-height: 1.2; letter-spacing: -.035em; font-weight: 560; }
.footer-demo { display: inline-flex; align-items: center; gap: 1rem; padding: .9rem 1.05rem; color: #07142c; background: white; border-radius: 8px; font-size: .83rem; font-weight: 750; transition: transform .2s ease,background .2s ease; }
.footer-demo span { color: var(--navy); }
.footer-demo:hover { transform: translateY(-2px); background: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(160,195,255,.17); color: #7891bb; font-size: .7rem; }
.footer-bottom nav { display: flex; gap: 1.5rem; }
.footer-bottom nav a { color: #aab9d3; }
.footer-bottom nav a:hover { color: white; }
.footer-bottom > span:last-child { text-align: right; }

.demo-dialog { width: min(760px, calc(100vw - 2rem)); max-height: min(92vh, 900px); overflow: auto; padding: clamp(1.5rem,4vw,2.5rem); border: 0; border-radius: 1.5rem; color: var(--ink); box-shadow: 0 40px 110px rgba(4,10,24,.32); }
.demo-dialog::backdrop { background: rgba(4,10,24,.7); backdrop-filter: blur(7px); }
.demo-dialog h2 { max-width: 650px; margin: .4rem 0 .7rem; font-size: clamp(2rem,5vw,3rem); line-height: 1.05; letter-spacing: -.045em; }
.demo-dialog > p:not(.section-kicker) { color: var(--muted); }
.dialog-close { position: absolute; right: 1rem; top: 1rem; width: 38px; height: 38px; border-radius: 50%; background: var(--paper); font-size: 1.4rem; }
.demo-dialog form { display: grid; gap: 1.1rem; margin-top: 1.75rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.demo-dialog label { display: grid; grid-template-columns: 1fr auto; gap: .45rem; align-content: start; font-size: .82rem; font-weight: 730; }
.demo-dialog label > span { color: var(--muted); font-size: .65rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.demo-dialog input, .demo-dialog select, .demo-dialog textarea { grid-column: 1/-1; width: 100%; min-height: 52px; padding: .9rem; border: 1px solid var(--line); border-radius: .7rem; color: var(--ink); background: white; font: inherit; font-weight: 500; }
.demo-dialog input:focus, .demo-dialog select:focus, .demo-dialog textarea:focus { outline: 3px solid rgba(49,196,217,.28); border-color: var(--cyan); }
.demo-dialog textarea { resize: vertical; }
.field-full { grid-column: 1/-1; }
.form-disclosure { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.demo-dialog form > .button { width: 100%; justify-content: center; }
.form-success { text-align: center; padding: 2rem 0 1rem; }
.form-success span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 1rem; border-radius: 50%; background: rgba(29,171,125,.11); color: #117257; font-size: 1.5rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 10rem; }
  .hero-copy { max-width: 850px; margin-top: 0; }
  .truth-orbit { width: min(680px,100%); margin: 0 auto; }
  .evidence-flow { width: min(720px,100%); margin: 0 auto; }
  .product-card { grid-template-columns: 1fr; }
  .product-copy { max-width: 720px; }
  .mini-window, .provider-scorecard, .transaction-record, .reserve-schedule, .intelligence-grid { max-width: 720px; width: 100%; margin: 0 auto; transform: none; }
  .reserve-orb { width: min(380px,85%); }
  .evidence-panel { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .desktop-only { display: none; }
  .hero { min-height: auto; padding: 9rem 1.2rem 5rem; border-radius: 0 0 28px 28px; }
  .hero h1 { font-size: clamp(3.2rem,14vw,5.2rem); }
  .headline-word-stage { width: 6.4em; }
  .truth-orbit { min-height: 500px; transform: scale(.92); }
  .provider-a { left: 0; }.provider-b { right: 0; }.evidence-card { right: 0; }.result-card { left: 0; }
  .intro, .reserve-layout, .faq-section { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(3), .proof-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .product-card { min-height: auto; padding: 2rem; gap: 3rem; border-radius: 22px; }
  .product-copy h3 { font-size: 2.8rem; }
  .product-number { margin-bottom: 1.5rem; }
  .demo-toolbar { align-items: start; flex-direction: column; }
  .scenario-tabs { justify-content: flex-start; }
  .recon-journey { grid-template-columns: 1fr 1fr; }
  .recon-journey > i { display: none; }
  .demo-grid { grid-template-columns: 1fr; }
  .result-overview { border-right: 0; border-bottom: 1px solid var(--line); }
  .record-comparison { grid-template-columns: 1fr; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 3rem 1.5rem; }
  .process-line::before { display: none; }
  .final-cta { align-items: start; flex-direction: column; }
  .footer-masthead { grid-template-columns: 1fr auto; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
  .footer-action { grid-column: 1/-1; padding: 2rem 0 0; border-left: 0; border-top: 1px solid rgba(160,195,255,.17); }
}

@media (max-width: 560px) {
  .site-header { inset: .7rem 0 auto; padding: 0 .7rem; }
  .nav-shell { min-height: 58px; padding-left: 1rem; }
  .brand { font-size: .78rem; }
  .menu-label { font-size: .78rem; }
  .hero-copy { text-align: left; }
  .hero-headline-prefix, .hero-headline-subject { display: inline; }
  .hero-headline-subject { white-space: normal; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: .65rem 1rem; }
  .truth-orbit { min-height: 420px; transform: none; }
  .evidence-flow { padding: .7rem; border-radius: 20px; }
  .flow-stage-title { grid-template-columns: 30px 1fr; }
  .flow-stage-title em { grid-column: 2; width: fit-content; }
  .source-record { grid-template-columns: 32px 1fr; }
  .source-record > b { grid-column: 2; }
  .canonical-stage dl { grid-template-columns: 1fr; }
  .outcome-stage p { margin-left: 0; }
  .orbit-lines { transform: scale(.85); }
  .orbit-core { width: 142px; height: 142px; }
  .provider-a, .provider-b { width: 150px; }
  .provider-b { bottom: 0; }
  .evidence-card { min-width: 145px; }
  .result-card { width: 190px; bottom: 0; }
  .result-card strong { font-size: .67rem; white-space: normal; }
  .result-card span { display: none; }
  .orbit-card { padding: .55rem; }
  .orbit-card b { display: none; }
  .section-light, .reconciliation-section, .reserve-preview, .process-section, .faq-section { padding: 5rem 1.2rem; }
  .platform { padding: 5rem 1.2rem; border-radius: 28px; }
  .intro h2, .section-heading h2, .faq-heading h2 { font-size: 2.65rem; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div, .proof-strip div:not(:first-child) { padding: 1.65rem .6rem; border-right: 0; border-top: 1px solid var(--line); text-align: center; }
  .proof-strip div:first-child { border-top: 0; }
  .proof-strip span { margin: .7rem 0 .45rem; }
  .proof-strip p { max-width: 30rem; margin: 0 auto; }
  .mini-window { padding: .75rem; }
  .window-row { grid-template-columns: 28px 1fr; }
  .window-row b { display: none; }
  .score-row { grid-template-columns: 1fr; gap: .4rem; }
  .scenario-tabs { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .recon-journey { grid-template-columns: 1fr; }
  .scenario-tabs button { background: var(--paper); }
  .exception-panel, .result-overview { padding: 1.35rem; }
  .result-ring { width: 155px; height: 155px; }
  .exception-head { flex-direction: column; }
  .next-action { align-items: start; flex-direction: column; }
  .next-action strong { text-align: left; }
  .record-source { align-items: flex-start; flex-wrap: wrap; }
  .schedule-row { grid-template-columns: 1fr auto; }
  .schedule-row .schedule-bar { grid-column: 1/-1; grid-row: 2; }
  .schedule-row time { grid-column: 2; grid-row: 1; }
  .schedule-row strong { grid-column: 1; grid-row: 3; }
  .schedule-row em { grid-column: 2; grid-row: 3; text-align: right; }
  .schedule-key { align-items: flex-start; flex-direction: column; }
  .process-line { grid-template-columns: 1fr; }
  .evidence-section { padding: 0 .8rem 5rem; }
  .evidence-panel { padding: 2rem 1.25rem; border-radius: 25px; }
  .evidence-chain > div { grid-template-columns: 42px 1fr; }
  .evidence-chain b { grid-column: 2; }
  .security-controls { grid-template-columns: 1fr; }
  .security-controls > div { min-height: 0; }
  .faq-list summary { grid-template-columns: 30px 1fr 18px; gap: .6rem; }
  .faq-list details p { padding-left: 36px; }
  .final-cta { margin: 0 .7rem; padding: 3rem 1.4rem; min-height: 540px; border-radius: 28px; }
  .final-cta h2 { font-size: 3.4rem; }
  .site-footer { border-radius: 26px 26px 0 0; }
  .footer-shell { padding: 3rem 1.35rem 1.5rem; }
  .footer-masthead { grid-template-columns: 1fr; gap: 2rem; }
  .footer-positioning { justify-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.8rem 1.5rem; }
  .footer-principles { grid-column: 1/-1; }
  .footer-action { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .footer-bottom > span:last-child { text-align: left; }
  .demo-dialog { width: calc(100vw - 1rem); padding: 1.35rem; border-radius: 1.1rem; }
  .demo-dialog h2 { padding-right: 2.2rem; font-size: 2rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
}

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