:root {
  --ink: #303943; --navy: #18222e; --muted: #68727d; --bg: #fff;
  --soft: #f6f8fb; --surface: #fff; --line: #dfe3e8; --accent: #0b63ce;
  --accent-dark: #084b9d; --teal: #167d72; --max: 1180px; --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; } img { max-width: 100%; display: block; } button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--accent); color: white; padding: .7rem 1rem; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.site-header.scrolled { box-shadow: 0 8px 24px rgba(8,27,51,.07); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .7rem; color: var(--navy); font-weight: 850; letter-spacing: -.025em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: var(--navy); color: white; }
.brand-mark svg { width: 20px; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; color: #526278; font-size: .91rem; font-weight: 680; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--accent); }
.nav-toggle { display: none; background: white; border: 1px solid var(--line); color: var(--navy); border-radius: 8px; width: 44px; height: 44px; }
.nav-cta { padding: .62rem 1rem; border-radius: 7px; color: white !important; background: var(--accent); }
.eyebrow { display: inline-block; color: var(--accent); text-transform: uppercase; letter-spacing: .13em; font-size: .73rem; font-weight: 800; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.035em; margin: 0 0 1rem; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 5.8vw, 5rem); } h2 { font-size: clamp(2rem, 4vw, 3.35rem); } h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: var(--muted); max-width: 680px; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 48px; padding: .72rem 1.15rem; border-radius: 9px; border: 1px solid transparent; font-weight: 780; transition: .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(8,27,51,.12); }
.btn-primary { color: white; background: var(--accent); } .btn-primary:hover { background: var(--accent-dark); }
.btn-secondary { color: var(--navy); border-color: #bec9d6; background: white; } .btn-small { min-height: 40px; padding: .48rem .85rem; font-size: .88rem; }
.hero { padding: clamp(5rem, 9vw, 8rem) 0 5.5rem; background: #fff; }
.hero-grid { display: block; }
.hero-grid > div { max-width: 880px; }
.hero h1 { max-width: 820px; margin-top: .7rem; font-size: clamp(2.9rem, 5.4vw, 4.65rem); } .hero .actions { margin-top: 1.8rem; }
.risk-line { display: block; color: #77869a; font-size: .78rem; margin-top: 1.2rem; }
.offer-card { border: 1px solid #cbd5e1; border-radius: 18px; background: white; box-shadow: 0 24px 55px rgba(8,27,51,.13); overflow: hidden; }
.offer-card-head { padding: 1.7rem 1.8rem; color: white; background: var(--navy); }
.offer-card-head small { color: #a9bad0; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.offer-card-head h2 { color: white; font-size: 1.9rem; margin: .55rem 0 .3rem; }
.offer-card-head p { color: #c6d1df; margin: 0; font-size: .92rem; }
.schedule { padding: .7rem 1.8rem 1.2rem; }
.schedule-row { display: grid; grid-template-columns: 82px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.schedule-row:last-child { border: 0; } .schedule-time { color: var(--accent); font-size: .77rem; text-transform: uppercase; font-weight: 850; letter-spacing: .04em; }
.schedule-row strong { display: block; color: var(--navy); } .schedule-row span { color: var(--muted); font-size: .84rem; }
.offer-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.8rem; background: var(--soft); border-top: 1px solid var(--line); font-size: .85rem; }
.offer-card-foot strong { color: var(--teal); }
.proof { border-block: 1px solid var(--line); background: var(--soft); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 1.5rem; border-right: 1px solid var(--line); } .proof-item:last-child { border: 0; }
.proof-item strong { display: block; color: var(--navy); font-size: 1rem; } .proof-item span { color: var(--muted); font-size: .83rem; }
.section { padding: 6.5rem 0; } .section-tight { padding: 4rem 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-head p { max-width: 520px; color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } .grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.card { position: relative; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.card p { color: var(--muted); } .card-number { color: var(--accent); font-size: .73rem; letter-spacing: .1em; font-weight: 850; margin-bottom: 2rem; }
.card-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: .7rem; font-weight: 760; color: var(--accent); }
.icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 1.5rem; border-radius: 8px; color: var(--accent); background: #e9f2ff; font-size: 1rem; font-weight: 850; }
.band { border-block: 1px solid var(--line); background: var(--soft); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 6.5rem); align-items: center; }
.stack { display: grid; gap: .75rem; }
.feature { display: grid; grid-template-columns: auto 1fr; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.feature:last-child { border-bottom: 0; } .feature b { display: block; color: var(--navy); margin-bottom: .15rem; }
.feature p { color: var(--muted); font-size: .9rem; margin: 0; }
.check { color: white; background: var(--teal); width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; font-weight: 900; font-size: .74rem; }
.quote { color: var(--navy) !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2.2vw, 1.8rem); letter-spacing: -.015em; line-height: 1.5; }
.quote-by { color: var(--muted); margin-top: 1rem; }
.editorial-media { border: 1px solid var(--line); background: white; padding: .65rem; box-shadow: 0 18px 45px rgba(8,27,51,.09); }
.editorial-media img { width: 100%; aspect-ratio: 1.45; object-fit: cover; object-position: center; }
.media-caption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem .5rem .15rem; color: var(--muted); font-size: .78rem; }
.media-caption strong { color: var(--navy); }
.founder-photo { position: relative; max-width: 420px; }
.founder-photo::before { content: ""; position: absolute; inset: 24px -22px -22px 24px; background: #e3efff; z-index: 0; }
.founder-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: .9; object-fit: cover; object-position: center top; filter: saturate(.85); }
.founder-meta { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.founder-meta strong { color: var(--navy); }
.service-card { display: flex; flex-direction: column; min-height: 100%; }
.service-card.featured { border: 2px solid var(--accent); box-shadow: 0 12px 28px rgba(11,99,206,.08); }
.service-tag { display: inline-block; align-self: flex-start; margin-bottom: 1.4rem; color: var(--accent); background: #e9f2ff; border-radius: 4px; padding: .25rem .5rem; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-price { color: var(--navy); font-size: 1.8rem; font-weight: 850; letter-spacing: -.04em; margin: .5rem 0 1.1rem; }
.service-price small { color: var(--muted); font-size: .82rem; font-weight: 500; letter-spacing: 0; }
.service-list { list-style: none; padding: 0; margin: 0 0 1.5rem; color: var(--muted); font-size: .9rem; }
.service-list li { padding: .45rem 0; border-bottom: 1px solid #edf0f4; } .service-card .btn { margin-top: auto; align-self: flex-start; }
.page-hero { padding: 5.5rem 0 4rem; border-bottom: 1px solid var(--line); background: var(--soft); }
.page-hero h1 { max-width: 900px; margin-top: .6rem; } .page-hero .lede { max-width: 760px; }
.market-card { position: relative; padding: 1.4rem; min-height: 390px; color: white; border-radius: 14px; background: var(--navy); box-shadow: 0 20px 50px rgba(8,27,51,.16); }
.market-card h2 { color: white; } .market-top { display: flex; justify-content: space-between; color: #aabbd0; font-size: .78rem; }
.market-price { color: white; font-size: 2rem; font-weight: 800; margin-top: 1.2rem; letter-spacing: -.035em; } .gain { color: #72ddd2; }
.chart { width: 100%; height: 170px; margin-top: 2rem; } .chart path.line { fill: none; stroke: #72ddd2; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; } .chart path.fill { fill: url(#chart-fill); }
.ticker-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; } .ticker { padding: .7rem; border-radius: 8px; background: rgba(255,255,255,.07); }
.ticker strong, .ticker span { display: block; } .ticker span { color: #adbed1; font-size: .7rem; }
.pricing { padding: 2rem; border-radius: var(--radius); border: 2px solid var(--accent); background: white; box-shadow: 0 16px 36px rgba(8,27,51,.09); }
.price { color: var(--navy); font-size: clamp(2.8rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -.055em; font-weight: 850; }
.price small { font-size: .95rem; color: var(--muted); letter-spacing: 0; font-weight: 500; }
.note { padding: 1rem 1.2rem; border-left: 3px solid var(--accent); background: var(--soft); color: var(--muted); font-size: .88rem; }
.legal { max-width: 860px; } .legal h2 { font-size: 1.6rem; margin-top: 2.7rem; } .legal p { color: #526278; }
.form-card { padding: clamp(1.4rem, 4vw, 2.5rem); border-radius: var(--radius); border: 1px solid var(--line); background: white; box-shadow: 0 14px 34px rgba(8,27,51,.07); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .field { display: grid; gap: .4rem; } .field-full { grid-column: 1 / -1; }
label { color: var(--navy); font-size: .83rem; font-weight: 750; }
input, textarea { width: 100%; border: 1px solid #c5cfdb; border-radius: 8px; padding: .82rem .9rem; color: var(--ink); background: white; outline: none; }
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(23,105,224,.1); } textarea { min-height: 150px; resize: vertical; }
.form-status { min-height: 1.5rem; margin-top: .7rem; color: var(--teal); font-size: .88rem; }
.cta { padding: clamp(2.2rem, 6vw, 4.8rem); border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--soft); }
.cta h2 { color: var(--navy); max-width: 720px; } .cta .lede { color: var(--muted); } .cta .eyebrow { color: var(--accent); }
.site-footer { padding: 4rem 0 2rem; color: white; background: #061528; }
.site-footer .brand { color: white; } .site-footer .brand-mark { background: white; color: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2rem; }
.footer-brand p { max-width: 340px; color: #9fb0c4; margin-top: 1rem; font-size: .88rem; }
.footer-col strong { display: block; margin-bottom: .8rem; } .footer-col a { display: block; color: #9fb0c4; font-size: .88rem; margin: .42rem 0; }
.footer-col a:hover { color: white; } .footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); color: #8da0b7; font-size: .76rem; }
@media (max-width: 850px) {
  .nav-toggle { display: block; } .nav-links { display: none; position: absolute; inset: 70px 20px auto; padding: 1rem; border: 1px solid var(--line); border-radius: 12px; background: white; flex-direction: column; align-items: stretch; gap: .25rem; box-shadow: 0 20px 50px rgba(8,27,51,.18); }
  .nav-links.open { display: flex; } .nav-links a { padding: .7rem; } .hero-grid, .split { grid-template-columns: 1fr; } .hero-grid { gap: 3rem; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; } .proof-grid { grid-template-columns: 1fr 1fr; } .proof-item:nth-child(2) { border-right: 0; } .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; } .founder-photo { margin-bottom: 1rem; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); } .hero { padding-top: 3.7rem; } .section { padding: 4.7rem 0; }
  .section-head { display: block; } .section-head p { margin-top: 1rem; } .proof-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); } .footer-bottom { flex-direction: column; } .schedule-row { grid-template-columns: 70px 1fr; }
  .offer-card-foot { align-items: flex-start; flex-direction: column; } .ticker-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
