:root {
  --navy: #090088;
  --purple: #8a2be2;
  --lavender: #e0b0ff;
  --orange: #f46036;
  --charcoal: #333136;
  --muted: #69636f;
  --canvas: #f8f7fc;
  --surface: #ffffff;
  --border: #e6dff0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--canvas);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--canvas); }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #ffffff90; background: #f8f7fce8; backdrop-filter: blur(18px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); box-shadow: inset 0 -4px var(--orange); color: white; font: 800 20px Georgia, serif; }
.brand-copy strong, .brand-copy span { display: block; }
.brand-copy strong { font-size: 18px; }
.brand-copy span { margin-top: 2px; color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 20px; border: 1px solid var(--purple); border-radius: 10px; background: var(--purple); color: white; text-decoration: none; font-weight: 800; }
.button:hover { background: #7221bd; }
.button.secondary { background: white; color: var(--navy); border-color: #cec1df; }
.button.secondary:hover { border-color: var(--purple); background: #faf5ff; }
.hero { position: relative; overflow: hidden; padding: 105px 0 85px; background: radial-gradient(circle at 8% 12%, #e0b0ff70, transparent 31%), radial-gradient(circle at 94% 82%, #f4603634, transparent 28%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#09008808 1px, transparent 1px), linear-gradient(90deg, #09008808 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1 { max-width: 790px; margin: 0; font-size: clamp(48px, 6.5vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 720px; margin: 27px 0; color: var(--muted); font-size: 20px; line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.signal-card { padding: 22px; border: 1px solid #d9cce8; border-radius: 22px; background: #ffffffda; box-shadow: 0 28px 80px #0900881c; }
.signal-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.signal-top span { padding: 6px 10px; border-radius: 100px; background: #fff0eb; color: #a43b20; font-size: 11px; font-weight: 900; }
.signal-card h2 { margin: 16px 0 8px; font-size: 25px; line-height: 1.15; }
.signal-card>p { color: var(--muted); line-height: 1.55; }
.timeline { display: grid; gap: 13px; margin-top: 22px; }
.timeline div { display: grid; grid-template-columns: 10px 1fr; gap: 11px; align-items: start; font-size: 13px; }
.timeline i { width: 9px; height: 9px; margin-top: 4px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 5px #8a2be216; }
.timeline small { display: block; margin-top: 3px; color: var(--muted); }
.section { padding: 88px 0; }
.section.alt { background: white; }
.section-head { max-width: 720px; margin-bottom: 40px; }
.section h2 { margin: 0 0 14px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.04em; line-height: 1.05; }
.section-head>p, .lead { color: var(--muted); font-size: 17px; line-height: 1.65; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 220px; padding: 27px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); box-shadow: 0 2px 4px #09008808; }
.card-number { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 28px; border-radius: 10px; background: #f0e1fa; color: var(--navy); font-weight: 900; }
.card h3 { margin: 0 0 11px; font-size: 20px; }
.card p { margin: 0; color: var(--muted); line-height: 1.6; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature { padding: 30px; border-radius: 18px; background: #f4ecfa; }
.feature:nth-child(2n) { background: #fff0eb; }
.feature strong { display: block; margin-bottom: 10px; font-size: 19px; }
.feature p { margin: 0; color: #615a65; line-height: 1.6; }
.cta { padding: 72px 0; }
.cta-box { padding: 55px; border-radius: 26px; background: var(--navy); color: white; display: flex; align-items: center; justify-content: space-between; gap: 35px; box-shadow: inset 0 -7px var(--orange); }
.cta-box h2 { margin: 0 0 12px; font-size: clamp(33px, 4vw, 50px); letter-spacing: -.04em; }
.cta-box p { margin: 0; color: #d9d3eb; font-size: 17px; }
.cta-box .button { background: white; border-color: white; color: var(--navy); white-space: nowrap; }
.site-footer { padding: 50px 0; border-top: 1px solid var(--border); background: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
.footer-grid h3 { margin: 0 0 12px; font-size: 13px; }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: 13px; line-height: 1.8; }
.footer-grid a { display: block; text-decoration: none; }
.footer-grid a:hover { color: var(--purple); }
.legal { max-width: 860px; padding: 78px 0 100px; }
.legal h1 { font-size: clamp(44px, 7vw, 68px); }
.legal h2 { margin: 42px 0 12px; font-size: 24px; }
.legal h3 { margin: 27px 0 9px; font-size: 18px; }
.legal p, .legal li { color: #5f5963; font-size: 16px; line-height: 1.75; }
.legal-note { margin: 25px 0; padding: 18px; border-left: 4px solid var(--orange); border-radius: 8px; background: #fff0eb; }
.meta { color: var(--muted); font-size: 14px; }
.support-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; margin: 32px 0; }
.support-options article { padding: 24px; border: 1px solid var(--border); border-radius: 15px; background: white; }
.support-options h2 { margin-top: 0; }
code { padding: 2px 5px; border-radius: 5px; background: #f0e9f5; color: var(--navy); }
@media (max-width: 860px) { .nav-links>a:not(.button) { display: none; } .hero-grid { grid-template-columns: 1fr; gap: 45px; } .cards { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .shell { width: min(100% - 28px, 1180px); } .nav { min-height: 68px; } .brand-copy span { display: none; } .nav-links { gap: 8px; } .nav-links .button { min-height: 40px; padding: 0 13px; font-size: 13px; } .hero { padding: 72px 0 58px; } h1 { font-size: 48px; } .hero-copy { font-size: 17px; } .feature-grid, .support-options { grid-template-columns: 1fr; } .section { padding: 65px 0; } .cta-box { padding: 35px 26px 42px; align-items: flex-start; flex-direction: column; } .footer-grid { grid-template-columns: 1fr; } }
