:root {
  --ink: #09263e;
  --ink-2: #153c54;
  --green: #13a982;
  --green-bright: #19c69a;
  --mint: #e8f8f2;
  --gold: #f4b942;
  --paper: #f8fbfa;
  --white: #fff;
  --muted: #607586;
  --line: #dce7e6;
  --shadow: 0 24px 70px rgba(9, 38, 62, .13);
  --display: "Times New Roman", Times, serif;
  --body: "Times New Roman", Times, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { font-family: var(--display); }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 20px; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.header { position: fixed; inset: 0 0 auto; z-index: 20; height: 76px; border-bottom: 1px solid transparent; transition: .25s; }
.header.scrolled { background: rgba(248,251,250,.94); border-color: var(--line); backdrop-filter: blur(16px); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 182px; height: auto; }
.menu { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: 14px; }
.menu > a:not(.button) { transition: color .2s; }
.menu > a:not(.button):hover { color: var(--green); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 8px; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 13px 22px; border: 1px solid var(--green); border-radius: 10px; color: var(--white); background: var(--green); box-shadow: 0 10px 26px rgba(19,169,130,.2); font: 700 14px/1 var(--display); cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #0e9774; box-shadow: 0 14px 30px rgba(19,169,130,.28); }
.button-small { min-height: 42px; padding: 10px 17px; }
.download-icon { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; font-size: 15px; }
.secondary-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font: 700 14px var(--display); }
.secondary-link span { color: var(--green); transition: transform .2s; }
.secondary-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 760px; padding: 154px 0 94px; overflow: hidden; background: linear-gradient(135deg, #fbfdfc 0%, #f0faf6 55%, #e5f6ef 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; top: -210px; border-radius: 50%; border: 120px solid rgba(25,198,154,.07); }
.hero-map { position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(circle at 1px 1px, #83ab9f 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(90deg, transparent 20%, #000 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.hero-grid > * { min-width: 0; }
.launch-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 23px; padding: 8px 13px; border: 1px solid #b7dfd2; border-radius: 999px; color: #315b52; background: rgba(255,255,255,.72); font: 700 11px var(--display); letter-spacing: .05em; text-transform: uppercase; }
.launch-pill svg { flex: 0 0 20px; width: 20px; height: 20px; padding: 3px; border-radius: 50%; color: var(--green); background: var(--mint); stroke: currentColor; stroke-width: 1.6; fill: none; }
.hero h1 { max-width: 680px; margin-bottom: 22px; font-size: clamp(48px, 5.4vw, 75px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 em { position: relative; color: var(--green); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; height: 7px; inset: auto 2px -4px; border-radius: 50%; background: var(--gold); transform: rotate(-2deg); opacity: .65; }
.hero-copy > p { max-width: 590px; margin-bottom: 28px; color: #496477; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-note { display: flex; gap: 12px; max-width: 520px; margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.5; }
.hero-note > span { flex: 0 0 23px; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: var(--white); background: var(--green); font-size: 12px; }
.hero-note p { margin: 0; }
.hero-note strong { color: var(--ink); }

.product-preview { position: relative; min-height: 530px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: 356px; min-height: 566px; padding: 22px; border: 9px solid var(--ink); border-radius: 36px; background: #f7faf9; box-shadow: 0 38px 85px rgba(9,38,62,.25); transform: rotate(1.5deg); }
.phone::before { content: ""; position: absolute; top: 8px; left: 50%; width: 64px; height: 5px; border-radius: 4px; background: #24465c; transform: translateX(-50%); }
.phone-top { display: flex; align-items: center; gap: 8px; margin-top: 5px; font-size: 13px; }
.phone-top img { border-radius: 7px; }
.phone-top span { margin-left: auto; letter-spacing: 2px; }
.phone-greeting { padding: 25px 3px 14px; }
.phone small { color: #738996; font: 700 8px var(--display); letter-spacing: .12em; }
.phone-greeting h2 { margin: 3px 0; font-size: 23px; letter-spacing: -.04em; }
.shipment-card { padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 35px rgba(9,38,62,.08); }
.shipment-head { display: flex; justify-content: space-between; align-items: flex-start; }
.shipment-head strong { display: block; font-size: 13px; }
.shipment-head > span { padding: 4px 7px; border-radius: 20px; color: #087153; background: var(--mint); font: 700 8px var(--display); }
.route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 7px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.route > div:last-child { text-align: right; }
.route b { display: block; font: 800 12px var(--display); }
.route small { display: block; font-size: 7px; letter-spacing: 0; }
.route-line { display: flex; align-items: center; }
.route-line i { flex: 1; border-top: 1px dashed #8caba3; }
.route-line span { color: var(--green); font-size: 12px; transform: rotate(90deg); }
.milestones { padding-top: 15px; }
.milestones > div { position: relative; display: flex; gap: 10px; min-height: 57px; }
.milestones > div:not(:last-child)::after { content: ""; position: absolute; top: 24px; left: 10px; height: 32px; border-left: 1px dashed #c0cfcc; }
.milestones > div > span { z-index: 1; flex: 0 0 21px; display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #c7d5d2; border-radius: 50%; color: #8ba09a; background: var(--white); font: 700 8px var(--display); }
.milestones .done > span { border-color: var(--green); color: var(--white); background: var(--green); }
.milestones .active > span { border-color: var(--gold); color: var(--ink); background: var(--gold); box-shadow: 0 0 0 4px rgba(244,185,66,.16); }
.milestones p { margin: 0; line-height: 1.3; }
.milestones strong { display: block; font-size: 10px; }
.milestones small { font-size: 7px; letter-spacing: 0; }
.agent-row { display: flex; align-items: center; gap: 10px; margin-top: 13px; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.avatar { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: var(--white); background: var(--ink-2); font: 700 10px var(--display); }
.agent-row p { margin: 0; line-height: 1.15; }
.agent-row small, .agent-row strong { display: block; }
.agent-row strong { margin-top: 3px; font-size: 10px; }
.agent-row > span { margin-left: auto; padding: 6px 8px; border-radius: 6px; color: var(--green); background: var(--mint); font: 700 8px var(--display); }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; width: 190px; padding: 13px; border: 1px solid rgba(255,255,255,.85); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.float-card > span { flex: 0 0 34px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: var(--white); background: var(--green); font-weight: 800; }
.float-card p { margin: 0; line-height: 1.2; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 10px; }
.float-card small { margin-top: 4px; color: var(--muted); font-size: 8px; }
.float-verified { top: 93px; right: -42px; }
.float-escrow { left: -70px; bottom: 76px; }
.float-escrow > span { color: var(--ink); background: var(--gold); }

.confidence { padding: 22px 0; color: var(--white); background: var(--ink); }
.confidence-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.confidence p { margin: 0; color: #9db5c3; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.confidence-grid > div { display: flex; align-items: center; gap: 20px; color: #e5eff3; font: 600 12px var(--display); }
.confidence i { width: 4px; height: 4px; border-radius: 50%; background: var(--green-bright); }

.section { padding: 108px 0; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-head.centered { display: block; max-width: 700px; margin: 0 auto 54px; text-align: center; }
.section-head h2, .trust h2, .protection h2, .faq h2, .download-section h2 { margin-bottom: 0; font-size: clamp(35px, 4vw, 53px); line-height: 1.12; letter-spacing: -.045em; }
.section-head > p, .section-head > div + p, .trust-copy > p, .protection-grid > div > p, .faq-grid > div > p { margin: 0; color: var(--muted); font-size: 17px; }
.eyebrow { margin-bottom: 14px !important; color: var(--green) !important; font: 800 11px var(--display) !important; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #62dfbc !important; }

.problem { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.problem-grid article { position: relative; min-height: 255px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fbfdfc; transition: transform .2s, box-shadow .2s; }
.problem-grid article:hover { transform: translateY(-4px); box-shadow: 0 17px 45px rgba(9,38,62,.08); }
.problem-grid article::after { content: ""; position: absolute; z-index: 0; right: -34px; bottom: -48px; width: 130px; height: 130px; border: 24px solid var(--mint); border-radius: 50%; opacity: .55; pointer-events: none; }
.problem-grid article > * { position: relative; z-index: 1; }
.problem-grid article > span { display: block; margin-bottom: 45px; color: var(--green); font: 800 12px var(--display); }
.problem-grid h3 { margin-bottom: 10px; font-size: 20px; }
.problem-grid p { margin: 0; color: var(--muted); }

.momentum { background: linear-gradient(180deg,#fffaf0,#f8fbfa); }
.momentum-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.momentum-grid article { min-height: 260px; padding: 30px; border: 1px solid #eadfca; border-radius: 16px; background: rgba(255,255,255,.86); box-shadow: 0 14px 35px rgba(65,48,20,.06); }
.momentum-grid article > span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 30px; border-radius: 11px; color: var(--white); background: var(--green); font-size: 19px; }
.momentum-grid article:nth-child(2) > span { background: #4184dc; }
.momentum-grid article:nth-child(3) > span { color: var(--ink); background: var(--gold); }
.momentum-grid small { color: var(--green); font: 700 10px var(--display); letter-spacing: .12em; }
.momentum-grid h3 { margin: 8px 0 10px; font-size: 20px; }
.momentum-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.rollout { margin-top: 24px; padding: 28px; border-radius: 17px; color: var(--white); background: var(--ink); box-shadow: 0 22px 50px rgba(9,38,62,.14); }
.rollout-intro { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid #2b4a5d; }
.rollout-intro small { color: var(--green-bright); font: 700 9px var(--display); letter-spacing: .14em; }
.rollout-intro strong { color: #dce9ed; font-size: 13px; }
.rollout-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.rollout-steps article { position: relative; display: flex; gap: 12px; }
.rollout-steps article:not(:last-child)::after { content: ""; position: absolute; top: 15px; left: calc(100% + 3px); width: 18px; border-top: 1px solid #466477; }
.rollout-steps article > span { flex: 0 0 29px; display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: var(--ink); background: var(--green-bright); font: 700 8px var(--display); }
.rollout-steps article:last-child > span { background: var(--gold); }
.rollout-steps p, .rollout-steps strong, .rollout-steps small { display: block; margin: 0; line-height: 1.35; }
.rollout-steps strong { font-size: 13px; }
.rollout-steps small { margin-top: 5px; color: #a9bec8; font-size: 10px; }

.how { background: #eef7f4; }
.flow { display: grid; grid-template-columns: repeat(5,1fr); position: relative; }
.flow::before { content: ""; position: absolute; top: 34px; left: 10%; right: 10%; border-top: 1px dashed #a4c7bd; }
.flow article { position: relative; z-index: 1; padding: 0 17px; text-align: center; }
.step-icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 22px; border: 1px solid #acd1c6; border-radius: 50%; color: var(--green); background: var(--white); box-shadow: 0 0 0 8px #eef7f4; font: 700 20px var(--display); }
.flow small { color: var(--green); font: 800 9px var(--display); letter-spacing: .12em; }
.flow h3 { margin: 8px 0; font-size: 16px; }
.flow p { margin: 0; color: var(--muted); font-size: 13px; }

.trust { color: var(--white); background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: center; }
.trust-copy > p { color: #b2c5cf; }
.tier-row { display: flex; gap: 8px; margin-top: 28px; }
.tier-row span { padding: 8px 11px; border: 1px solid #38566a; border-radius: 6px; color: #c6d6dc; font: 700 9px var(--display); text-transform: uppercase; letter-spacing: .06em; }
.tier-row span:first-child { border-color: var(--green); color: var(--white); background: rgba(19,169,130,.14); }
.checks { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid #29475a; border-radius: 18px; overflow: hidden; }
.checks article { display: flex; gap: 17px; min-height: 190px; padding: 29px; background: rgba(255,255,255,.025); }
.checks article:nth-child(odd) { border-right: 1px solid #29475a; }
.checks article:nth-child(-n+2) { border-bottom: 1px solid #29475a; }
.checks article > span { flex: 0 0 35px; display: grid; place-items: center; width: 35px; height: 35px; border-radius: 8px; color: var(--green-bright); background: rgba(25,198,154,.1); font: 800 10px var(--display); }
.checks h3 { margin: 4px 0 8px; font-size: 16px; }
.checks p { margin: 0; color: #a9bec9; font-size: 13px; }

.protection { background: var(--white); }
.protection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.escrow-visual { position: relative; min-height: 510px; border-radius: 22px; overflow: hidden; background: #eaf7f2; background-image: radial-gradient(circle at 1px 1px, #b6d7cd 1px, transparent 0); background-size: 24px 24px; }
.escrow-visual::before, .escrow-visual::after { content: ""; position: absolute; inset: 50%; border: 1px dashed #97c3b7; border-radius: 50%; transform: translate(-50%,-50%); }
.escrow-visual::before { width: 320px; height: 320px; }
.escrow-visual::after { width: 220px; height: 220px; }
.escrow-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; width: 165px; height: 165px; padding: 25px; align-items: center; flex-direction: column; justify-content: center; border-radius: 50%; color: var(--white); background: var(--ink); box-shadow: 0 25px 50px rgba(9,38,62,.22); transform: translate(-50%,-50%); text-align: center; }
.escrow-core img { margin-bottom: 7px; border-radius: 12px; }
.escrow-core small { color: #7fe8c9; font: 700 7px var(--display); letter-spacing: .1em; }
.escrow-core strong { margin-top: 4px; font-size: 13px; }
.orbit { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid #cee2dc; border-radius: 9px; background: rgba(255,255,255,.95); box-shadow: 0 10px 30px rgba(9,38,62,.1); font: 700 11px var(--display); }
.orbit span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: var(--white); background: var(--green); font-size: 8px; }
.orbit-one { top: 55px; left: 44px; }
.orbit-two { top: 120px; right: 30px; }
.orbit-three { right: 35px; bottom: 82px; }
.orbit-four { left: 45px; bottom: 58px; }
.escrow-visual { min-height: 590px; padding: 0; background-color: #eef9f5; background-image: radial-gradient(circle at 12% 14%,rgba(25,198,154,.2),transparent 32%),radial-gradient(circle at 88% 17%,rgba(65,132,220,.15),transparent 31%),radial-gradient(circle at 80% 88%,rgba(244,185,66,.2),transparent 32%),radial-gradient(circle at 1px 1px,#acd4c8 1px,transparent 0); background-size: auto,auto,auto,24px 24px; }
.escrow-visual::before { inset: 50% auto auto 50%; width: 350px; height: 350px; border: 2px solid rgba(19,169,130,.28); transform: translate(-50%,-50%); }
.escrow-visual::after { inset: 50% auto auto 50%; width: 245px; height: 245px; border: 2px solid rgba(65,132,220,.2); transform: translate(-50%,-50%); }
.escrow-core { border: 5px solid rgba(255,255,255,.9); background: linear-gradient(145deg,#09263e,#176174); box-shadow: 0 28px 55px rgba(9,38,62,.3),0 0 0 10px rgba(19,169,130,.1); }
.orbit { padding: 12px 15px; border-radius: 12px; font-size: 12px; box-shadow: 0 14px 34px rgba(9,38,62,.14); }
.orbit span { width: 27px; height: 27px; font-size: 10px; }
.orbit-one { border-color: #9ed9c8; background: rgba(239,255,249,.96); }
.orbit-one span { background: #13a982; }
.orbit-two { border-color: #aac8ed; background: rgba(240,247,255,.96); }
.orbit-two span { background: #4184dc; }
.orbit-three { border-color: #f0d182; background: rgba(255,249,232,.97); }
.orbit-three span { color: var(--ink); background: #f4b942; }
.orbit-four { border-color: #eab0bf; background: rgba(255,242,246,.97); }
.orbit-four span { background: #d95b79; }
.escrow-visual::before { animation: ring-breathe 6s ease-in-out infinite; }
.escrow-visual::after { animation: ring-breathe 4.5s ease-in-out 1s infinite reverse; }
.escrow-core { animation: core-float 4s ease-in-out infinite; }
.escrow-core img { animation: shield-pulse 3s ease-in-out infinite; }
.orbit { animation: stage-float 4.8s ease-in-out infinite; will-change: transform; }
.orbit-two { animation-delay: -.9s; }
.orbit-three { animation-delay: -1.8s; }
.orbit-four { animation-delay: -2.7s; }
.orbit span { animation: stage-glow 2.6s ease-in-out infinite; }
.orbit-two span { animation-delay: -.65s; }
.orbit-three span { animation-delay: -1.3s; }
.orbit-four span { animation-delay: -1.95s; }

@keyframes ring-breathe {
  0%, 100% { opacity: .55; transform: translate(-50%,-50%) scale(.94); }
  50% { opacity: 1; transform: translate(-50%,-50%) scale(1.05); }
}
@keyframes core-float {
  0%, 100% { transform: translate(-50%,-50%) translateY(0) scale(1); }
  50% { transform: translate(-50%,-50%) translateY(-8px) scale(1.025); }
}
@keyframes shield-pulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 0 rgba(25,198,154,0)); }
  50% { transform: scale(1.08); filter: drop-shadow(0 5px 10px rgba(25,198,154,.32)); }
}
@keyframes stage-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes stage-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(19,169,130,0); transform: scale(1); }
  50% { box-shadow: 0 0 0 7px rgba(19,169,130,.12); transform: scale(1.08); }
}
.secure-flow { position: relative; z-index: 2; width: min(410px,100%); margin: auto; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 19px; background: #f9fcfb; box-shadow: 0 30px 70px rgba(0,0,0,.3); }
.secure-flow-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 19px; border-bottom: 1px solid var(--line); background: var(--white); }
.secure-flow-head > div { display: flex; align-items: center; gap: 10px; }
.secure-flow-head img { border-radius: 8px; }
.secure-flow-head p, .secure-flow-head strong, .secure-flow-head small { display: block; margin: 0; line-height: 1.2; }
.secure-flow-head small { color: var(--green); font: 700 7px var(--display); letter-spacing: .1em; }
.secure-flow-head strong { margin-top: 4px; color: var(--ink); font-size: 12px; }
.secure-flow-head > span { display: flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 999px; color: #087154; background: var(--mint); font: 700 8px var(--display); white-space: nowrap; }
.secure-flow-head > span i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(19,169,130,.13); }
.secure-job { display: flex; align-items: center; justify-content: space-between; padding: 17px 19px; background: #eef8f4; }
.secure-job p, .secure-job small, .secure-job strong { display: block; margin: 0; line-height: 1.15; }
.secure-job small { color: var(--muted); font: 700 7px var(--display); letter-spacing: .12em; }
.secure-job strong { margin-top: 4px; font-size: 14px; }
.secure-job > span { padding: 6px 9px; border: 1px solid #c5e2d9; border-radius: 7px; color: #236655; background: var(--white); font: 700 8px var(--display); }
.secure-steps { padding: 20px 22px 8px; }
.secure-steps article { position: relative; display: flex; gap: 13px; min-height: 68px; }
.secure-steps article:not(:last-child)::after { content: ""; position: absolute; left: 13px; top: 29px; height: 36px; border-left: 2px solid #d5e3df; }
.secure-steps article > span { position: relative; z-index: 1; flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; border: 2px solid #ccdcd8; border-radius: 50%; color: #879c97; background: var(--white); font: 700 9px var(--display); }
.secure-steps article.complete > span { border-color: var(--green); color: var(--white); background: var(--green); }
.secure-steps article.current > span { border-color: var(--gold); color: var(--ink); background: var(--gold); box-shadow: 0 0 0 5px rgba(244,185,66,.15); }
.secure-steps p, .secure-steps small, .secure-steps strong, .secure-steps em { display: block; margin: 0; line-height: 1.18; }
.secure-steps small { color: #8aa099; font: 700 7px var(--display); letter-spacing: .12em; }
.secure-steps strong { margin-top: 3px; font-size: 12px; }
.secure-steps em { margin-top: 4px; color: var(--muted); font-size: 9px; font-style: normal; }
.secure-flow-foot { display: flex; align-items: center; gap: 12px; padding: 14px 19px; color: var(--white); background: var(--ink); }
.secure-flow-foot > span { flex: 0 0 32px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--ink); background: var(--gold); }
.secure-flow-foot p, .secure-flow-foot strong, .secure-flow-foot small { display: block; margin: 0; line-height: 1.25; }
.secure-flow-foot strong { font-size: 10px; }
.secure-flow-foot small { margin-top: 3px; color: #a8bec8; font-size: 8px; }
.secure-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; min-width: 165px; padding: 11px; border: 1px solid rgba(255,255,255,.7); border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 15px 35px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.secure-badge > span { flex: 0 0 31px; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; color: var(--white); background: var(--green); font-weight: 700; }
.secure-badge p, .secure-badge strong, .secure-badge small { display: block; margin: 0; line-height: 1.2; }
.secure-badge strong { font-size: 9px; }
.secure-badge small { margin-top: 4px; color: var(--muted); font-size: 7px; }
.secure-badge-one { top: 102px; left: 13px; }
.secure-badge-two { right: 12px; bottom: 83px; }
.feature-list { margin: 32px 0 24px; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 15px; padding: 16px 0; border-top: 1px solid var(--line); }
.feature-list li > span { flex: 0 0 25px; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--white); background: var(--green); font-size: 11px; }
.feature-list strong { font-size: 14px; }
.feature-list p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.regulatory-note { padding: 13px 16px; border-left: 3px solid var(--gold); color: #526c7b !important; background: #fff9ec; font-size: 12px !important; }

.corridors { background: #eff7f4; }
.corridor-map-scroll { overflow: hidden; border-radius: 20px; box-shadow: 0 20px 55px rgba(9,38,62,.14); }
.corridor-map-image { width: 100%; height: auto; }
.map-mobile-hint { display: none; margin: 12px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.corridor-board { position: relative; min-height: 480px; border-radius: 20px; overflow: hidden; color: var(--white); background: #0c2d45; }
.map-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px); background-size: 40px 40px; transform: perspective(500px) rotateX(55deg) scale(1.5); }
.corridor-board::after { content: ""; position: absolute; top: 55px; right: 7%; width: 300px; height: 345px; opacity: .13; background: var(--green-bright); clip-path: polygon(32% 1%,55% 8%,67% 23%,84% 33%,71% 45%,88% 57%,72% 77%,53% 74%,44% 96%,27% 80%,19% 60%,3% 46%,22% 30%); }
.hub { position: absolute; z-index: 3; top: 154px; left: 45%; display: flex; flex-direction: column; padding: 14px 20px 14px 58px; border: 1px solid #3f6476; border-radius: 11px; background: rgba(9,38,62,.9); box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.hub > span { position: absolute; left: -17px; top: 50%; display: grid; place-items: center; width: 61px; height: 61px; border: 6px solid rgba(25,198,154,.18); border-radius: 50%; color: var(--ink); background: var(--green-bright); transform: translateY(-50%); font: 800 10px var(--display); }
.hub strong { font-size: 14px; }
.hub small { color: #86ddc4; }
.corridor { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; font: 700 13px var(--display); }
.corridor i { width: 12px; height: 12px; border: 3px solid var(--green-bright); border-radius: 50%; box-shadow: 0 0 0 7px rgba(25,198,154,.13); }
.corridor span small { display: block; color: #90aebb; font: 400 10px var(--body); }
.corridor::before { content: ""; position: absolute; z-index: -1; border-top: 1px dashed #51a991; transform-origin: left; }
.corridor-zm { top: 98px; left: 16%; }
.corridor-zm::before { width: 320px; left: 12px; top: 5px; transform: rotate(14deg); }
.corridor-drc { bottom: 112px; left: 20%; }
.corridor-drc::before { width: 290px; left: 12px; top: 5px; transform: rotate(-16deg); }
.corridor-rw { right: 11%; bottom: 84px; }
.corridor-rw::before { width: 305px; right: calc(100% - 10px); top: 6px; transform: rotate(18deg); transform-origin: right; }
.map-caption { position: absolute; z-index: 4; left: 28px; bottom: 25px; display: flex; gap: 12px; width: 310px; padding: 16px; border: 1px solid #315165; border-radius: 10px; background: rgba(6,30,47,.84); }
.map-caption > span { flex: 0 0 32px; display: grid; place-items: center; height: 32px; border-radius: 7px; color: var(--ink); background: var(--gold); font: 800 9px var(--display); }
.map-caption p { margin: 0; line-height: 1.3; }
.map-caption strong, .map-caption small { display: block; }
.map-caption strong { font-size: 12px; }
.map-caption small { margin-top: 4px; color: #93adba; font-size: 9px; }

.built-for { background: var(--white); }
.audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.audience-grid article { min-height: 380px; padding: 42px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdfc; }
.audience-grid article:last-child { color: var(--white); background: var(--ink); }
.audience-label { display: inline-block; margin-bottom: 43px; padding: 6px 9px; border-radius: 5px; color: #08775a; background: var(--mint); font: 800 9px var(--display); letter-spacing: .1em; }
.audience-grid article:last-child .audience-label { color: #7ce1c4; background: rgba(19,169,130,.14); }
.audience-grid h3 { margin-bottom: 20px; font-size: 28px; letter-spacing: -.03em; }
.audience-grid ul { margin: 0 0 28px; padding: 0; color: var(--muted); list-style: none; }
.audience-grid article:last-child ul { color: #adc0ca; }
.audience-grid li { margin: 10px 0; padding-left: 20px; }
.audience-grid li::before { content: "✓"; margin-left: -20px; margin-right: 8px; color: var(--green); font-weight: 700; }
.audience-grid article:last-child .secondary-link { color: var(--white); }

.faq { background: #eff7f4; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.accordion details { border-top: 1px solid #cbdeda; }
.accordion details:last-child { border-bottom: 1px solid #cbdeda; }
.accordion summary { position: relative; padding: 22px 45px 22px 0; cursor: pointer; list-style: none; font: 700 15px var(--display); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 17px; color: var(--green); font-size: 24px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { margin: -6px 40px 21px 0; color: var(--muted); font-size: 14px; }

.download-section { position: relative; padding: 85px 0; overflow: hidden; color: var(--white); background: var(--ink); }
.download-pattern { position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 1px 1px, #7be5c6 1px, transparent 0); background-size: 24px 24px; mask-image: linear-gradient(90deg,transparent,#000); }
.download-grid { position: relative; display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: center; }
.download-section h2 { max-width: 670px; }
.download-section div > p:not(.eyebrow) { max-width: 680px; margin: 22px 0 0; color: #afc2cb; font-size: 17px; }
.download-action { display: flex; align-items: center; flex-direction: column; padding: 30px; border: 1px solid #2d4b5e; border-radius: 16px; background: rgba(255,255,255,.04); }
.download-action > img { margin-bottom: 18px; border-radius: 16px; }
.download-action .button { min-width: 220px; }
.download-action .button > span:last-child { text-align: left; }
.download-action .button small { display: block; margin-bottom: 4px; color: #c8f5e9; font: 700 7px var(--display); letter-spacing: .11em; }
.download-action > p { margin: 12px 0 0 !important; color: #91a9b4 !important; font-size: 11px !important; }

.footer { padding: 70px 0 24px; background: #061d2e; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .6fr .6fr; gap: 80px; padding-bottom: 55px; }
.footer-grid > div:first-child img { width: 190px; padding: 6px; border-radius: 7px; background: var(--white); }
.footer-grid p { max-width: 390px; margin-top: 20px; color: #8fa8b5; font-size: 13px; }
.footer-grid strong { display: block; margin-bottom: 15px; color: #7e9aa8; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a:not(.app-download) { display: block; margin: 9px 0; color: #c1d0d6; font-size: 13px; }
.footer-grid a:hover { color: var(--green-bright); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #1d394b; color: #708d9b; font-size: 11px; }

.waitlist-modal { width: min(500px, calc(100% - 30px)); padding: 38px; border: 0; border-radius: 18px; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.34); }
.waitlist-modal::backdrop { background: rgba(3,23,36,.75); backdrop-filter: blur(5px); }
.waitlist-modal > img { margin-bottom: 22px; border-radius: 12px; }
.waitlist-modal h2 { margin-bottom: 12px; font-size: 30px; letter-spacing: -.04em; }
.waitlist-modal > p:not(.eyebrow) { color: var(--muted); }
.modal-close { position: absolute; top: 15px; right: 17px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--muted); background: #eef4f2; cursor: pointer; font-size: 24px; line-height: 1; }
.waitlist-modal label { display: block; margin: 14px 0; color: var(--ink); font: 700 12px var(--display); }
.waitlist-modal input, .waitlist-modal select { width: 100%; height: 48px; margin-top: 7px; padding: 0 13px; border: 1px solid #cddcda; border-radius: 8px; color: var(--ink); background: var(--white); }
.waitlist-modal form .button { width: 100%; margin: 6px 0 15px; }
.waitlist-modal > small { color: var(--muted); }
.toast { position: fixed; z-index: 50; left: 50%; bottom: -90px; padding: 13px 18px; border-radius: 9px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); transform: translateX(-50%); transition: bottom .3s; font-size: 13px; }
.toast.show { bottom: 25px; }

@media (max-width: 1050px) {
  .hero-grid { gap: 30px; }
  .float-verified { right: -15px; }
  .float-escrow { left: -20px; }
  .trust-grid, .protection-grid { gap: 50px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .menu-button { display: block; }
  .menu { position: absolute; top: 68px; left: 20px; right: 20px; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 6px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: var(--shadow); }
  .menu.open { display: flex; }
  .menu a { padding: 9px; }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy > p, .hero-note { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .product-preview { margin-top: 30px; }
  .confidence-grid { flex-direction: column; }
  .confidence-grid > div { flex-wrap: wrap; justify-content: center; }
  .section { padding: 80px 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 220px; }
  .problem-grid article > span { margin-bottom: 25px; }
  .momentum-grid { grid-template-columns: repeat(2,1fr); }
  .momentum-grid article:last-child { grid-column: 1 / -1; }
  .rollout-steps { grid-template-columns: repeat(2,1fr); gap: 28px; }
  .rollout-steps article::after { display: none; }
  .flow { grid-template-columns: repeat(2,1fr); gap: 35px 0; }
  .flow::before { display: none; }
  .flow article:last-child { grid-column: 1 / -1; max-width: 50%; margin: auto; }
  .trust-grid, .protection-grid, .faq-grid, .download-grid { grid-template-columns: 1fr; }
  .trust-grid { gap: 45px; }
  .checks article { min-height: 170px; }
  .protection-grid { gap: 45px; }
  .escrow-visual { order: 2; }
  .corridor-board { min-height: 530px; }
  .hub { left: 48%; }
  .corridor-zm { left: 9%; }
  .corridor-drc { left: 12%; }
  .corridor-rw { right: 5%; }
  .audience-grid { grid-template-columns: 1fr; }
  .download-grid { gap: 40px; text-align: center; }
  .download-section div > p:not(.eyebrow) { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1.5fr .7fr .7fr; gap: 30px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .header, .nav { height: 68px; }
  .brand img { width: 164px; }
  .hero { padding: 108px 0 65px; }
  .hero h1 { font-size: 45px; }
  .launch-pill { max-width: 100%; padding-inline: 10px; font-size: 9px; text-align: left; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .secondary-link { justify-content: center; }
  .product-preview { min-height: 505px; transform: scale(.86); margin: -10px -25px -40px; }
  .phone { width: 340px; }
  .float-card { display: none; }
  .confidence-grid > div { gap: 12px; }
  .confidence-grid > div span { width: 45%; text-align: center; }
  .confidence i { display: none; }
  .section { padding: 66px 0; }
  .section-head h2, .trust h2, .protection h2, .faq h2, .download-section h2 { font-size: 36px; }
  .section-head > p, .section-head > div + p, .trust-copy > p, .protection-grid > div > p, .faq-grid > div > p { font-size: 16px; }
  .momentum-grid { grid-template-columns: 1fr; }
  .momentum-grid article, .momentum-grid article:last-child { grid-column: auto; min-height: 0; }
  .rollout { padding: 24px 20px; }
  .rollout-intro { align-items: flex-start; flex-direction: column; gap: 7px; }
  .rollout-steps { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; gap: 32px; }
  .flow article:last-child { grid-column: auto; max-width: none; }
  .checks { grid-template-columns: 1fr; }
  .checks article { min-height: 0; }
  .checks article:nth-child(odd) { border-right: 0; }
  .checks article:not(:last-child) { border-bottom: 1px solid #29475a; }
  .escrow-visual { min-height: 570px; padding: 0; }
  .secure-badge { display: none; }
  .orbit { font-size: 9px; }
  .orbit-one { left: 15px; }
  .orbit-two { right: 12px; }
  .orbit-three { right: 14px; }
  .orbit-four { left: 16px; }
  .corridor-map-scroll { overflow-x: auto; scrollbar-width: thin; }
  .corridor-map-image { width: 760px; max-width: none; }
  .map-mobile-hint { display: block; }
  .corridor-board { min-height: 570px; }
  .hub { top: 208px; left: 34%; }
  .corridor-zm { top: 80px; left: 10%; }
  .corridor-zm::before { width: 180px; transform: rotate(35deg); }
  .corridor-drc { bottom: 184px; left: 8%; }
  .corridor-drc::before { width: 130px; transform: rotate(-18deg); }
  .corridor-rw { right: 7%; bottom: 86px; }
  .corridor-rw::before { width: 110px; transform: rotate(70deg); }
  .map-caption { left: 14px; right: 14px; bottom: 15px; width: auto; }
  .audience-grid article { padding: 30px 25px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .waitlist-modal { padding: 30px 22px; }
}

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