:root {
  color-scheme: light;
  --ink: #102c3b;
  --muted: #5e6f78;
  --paper: #f5f8f5;
  --white: #ffffff;
  --teal: #087f78;
  --teal-dark: #05645f;
  --blue: #315fd5;
  --coral: #eb685b;
  --gold: #d99513;
  --line: #dce5e2;
  --shadow: 0 24px 70px rgba(16, 44, 59, .13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: var(--ink); color: white; padding: .75rem 1rem; z-index: 10; }
.skip-link:focus { left: 1rem; }
.site-header, footer, .section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; font-size: 1.05rem; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(145deg, var(--teal), var(--blue)); color: white; font-weight: 900; }
.site-header nav, footer nav { display: flex; gap: 1.8rem; }
.site-header nav a, footer nav a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 650; }
.site-header nav a:hover, footer nav a:hover { color: var(--teal); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.25rem; border-radius: 14px; background: var(--teal); color: white; text-decoration: none; font-weight: 750; box-shadow: 0 9px 24px rgba(8,127,120,.18); }
.button:hover { background: var(--teal-dark); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: .55rem 1rem; border-radius: 12px; }
.button-outline { background: transparent; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.button-outline:hover { background: white; }
.hero { min-height: 680px; padding: 86px 0 90px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--teal); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 850; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.4rem; font-size: clamp(3.1rem, 6.5vw, 5.8rem); line-height: .98; letter-spacing: -.065em; }
h1 span { color: var(--teal); }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.7rem); line-height: 1.02; letter-spacing: -.045em; }
h3 { line-height: 1.2; letter-spacing: -.02em; }
.hero-lede { max-width: 640px; color: var(--muted); font-size: 1.15rem; }
.hero-actions { margin: 2rem 0 1.3rem; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.text-link { color: var(--teal); font-weight: 760; text-decoration: none; }
.trust-line { color: var(--muted); font-size: .84rem; }
.preview-card { position: relative; overflow: hidden; padding: 26px; border: 1px solid rgba(255,255,255,.7); border-radius: 30px; background: rgba(255,255,255,.89); box-shadow: var(--shadow); }
.preview-card::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; right: -100px; top: -110px; background: rgba(49,95,213,.1); }
.preview-topline { position: relative; display: flex; align-items: center; gap: .75rem; color: var(--muted); font-size: .8rem; font-weight: 700; }
.preview-logo { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; color: white; background: var(--teal); }
.status-dot { margin-left: auto; padding: .35rem .65rem; border-radius: 999px; background: #dff3ed; color: #176c58; }
.preview-greeting { margin: 22px 0; padding: 25px; border-radius: 22px; background: linear-gradient(125deg, #078b82, #315fd5); color: white; display: flex; flex-direction: column; }
.preview-greeting small { opacity: .8; }
.preview-greeting strong { font-size: 1.75rem; letter-spacing: -.03em; }
.preview-grid { display: grid; gap: 10px; }
.preview-grid article { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; }
.preview-grid div { display: flex; flex-direction: column; }
.preview-grid small { color: var(--muted); }
.preview-grid b { color: var(--muted); font-size: .8rem; }
.card-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; font-weight: 900; }
.card-icon.coral { color: var(--coral); background: #fee9e6; }
.card-icon.blue { color: var(--blue); background: #e9edff; }
.card-icon.gold { color: var(--gold); background: #fff2d6; }
.ask-bar { margin-top: 16px; padding: 14px 16px; border-radius: 14px; background: #eef4f2; color: var(--muted); }
.proof-strip { padding: 20px max(20px, calc((100% - 1140px)/2)); background: var(--ink); color: white; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .8rem; font-weight: 700; letter-spacing: .03em; }
.content-section { padding-top: 120px; padding-bottom: 120px; }
.section-heading { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading.left { text-align: left; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; display: flex; flex-direction: column; align-items: flex-start; }
.feature-card.planned { background: #eef5f3; }
.feature-number { margin-bottom: 42px; color: var(--teal); font-size: .78rem; font-weight: 900; }
.feature-card h3 { margin-bottom: .6rem; font-size: 1.35rem; }
.feature-card p { color: var(--muted); }
.availability { margin-top: auto; padding: .4rem .65rem; border-radius: 999px; background: white; border: 1px solid var(--line); color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.availability.available { background: #e6f6ee; border-color: transparent; color: #176c58; }
.process-section { padding: 110px 0; background: white; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: white; font-weight: 800; }
.steps strong { font-size: 1.1rem; }
.steps p { margin: .35rem 0 0; color: var(--muted); }
.security-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.security-points { border-left: 1px solid var(--line); padding-left: 38px; }
.security-points p { margin-bottom: 1.4rem; color: var(--muted); }
.security-points strong { color: var(--ink); }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.roadmap-grid div { min-height: 250px; padding: 28px; background: white; }
.roadmap-grid span { display: inline-block; margin-bottom: 50px; color: var(--teal); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 850; }
.roadmap-grid strong { display: block; margin-bottom: .6rem; font-size: 1.15rem; }
.roadmap-grid p { color: var(--muted); font-size: .92rem; }
.cta-section { margin-bottom: 100px; padding: 55px; border-radius: 28px; background: linear-gradient(120deg, #087f78, #2452c7); color: white; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.cta-section h2 { max-width: 700px; margin-bottom: .7rem; }
.cta-section p { max-width: 700px; margin-bottom: 0; opacity: .83; }
.cta-section .eyebrow { color: #bcebe3; }
.button-light { flex: none; background: white; color: var(--ink); box-shadow: none; }
footer { padding: 42px 0 55px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 22px; }
footer p, footer small { margin: 0; color: var(--muted); font-size: .82rem; }
footer small { grid-column: 1 / -1; }

.page-main { min-height: 70vh; }
.page-hero { max-width: 820px; padding-top: 90px; padding-bottom: 45px; }
.page-hero p:last-child { max-width: 680px; color: var(--muted); font-size: 1.1rem; }
.prose { max-width: 820px; padding-bottom: 110px; }
.prose section { padding: 28px 0; border-top: 1px solid var(--line); }
.prose h2 { font-size: 1.6rem; }
.prose p, .prose li { color: var(--muted); }
.notice { padding: 18px; border-radius: 14px; background: #fff2d6; color: #735314; }

@media (max-width: 840px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; padding-top: 55px; grid-template-columns: 1fr; gap: 45px; }
  .feature-grid, .process-layout, .security-callout { grid-template-columns: 1fr; gap: 45px; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .security-points { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  .cta-section { padding: 35px; align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: auto; }
}

@media (max-width: 520px) {
  .site-header, footer, .section-shell { width: min(100% - 28px, 1180px); }
  .site-header .button { display: none; }
  h1 { font-size: 3.15rem; }
  .hero { padding-top: 40px; }
  .preview-card { padding: 17px; border-radius: 22px; }
  .feature-card { min-height: 245px; padding: 24px; }
  .content-section { padding-top: 85px; padding-bottom: 85px; }
  .proof-strip { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
