:root {
  --ink: #14233b;
  --ink-soft: #44536a;
  --cream: #f7f4ed;
  --paper: #fffdf9;
  --line: #dce1e7;
  --blue: #315fce;
  --blue-dark: #254aa4;
  --blue-pale: #eaf0ff;
  --mint: #7ed8bd;
  --gold: #e9b95f;
  --shadow: 0 26px 70px rgba(20, 35, 59, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(20, 35, 59, .09); background: rgba(255, 253, 249, .92); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 19px; font-weight: 760; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--ink); box-shadow: 0 7px 16px rgba(20, 35, 59, .18); }
.brand-mark span { font-family: Georgia, serif; font-size: 20px; font-weight: 700; transform: translateY(-1px); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #536075; font-size: 14px; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--ink); }
.nav-cta { padding: 9px 15px; color: white !important; background: var(--ink); border-radius: 999px; }

.hero { position: relative; overflow: hidden; padding: 88px 0 82px; background: linear-gradient(145deg, var(--cream), #fffdf9 58%, #eef4ff); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; top: -340px; right: -80px; border: 1px solid rgba(49, 95, 206, .16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(49, 95, 206, .035), 0 0 0 160px rgba(49, 95, 206, .025); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6.3vw, 82px); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.hero-lede { max-width: 670px; margin-bottom: 30px; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 24px rgba(49, 95, 206, .22); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--ink); border-color: #cdd4dc; background: rgba(255, 255, 255, .65); }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; margin: 0; padding: 0; color: #5a6677; font-size: 13px; font-weight: 650; list-style: none; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: #0b8a67; font-weight: 900; }

.product-card { overflow: hidden; border: 1px solid rgba(20, 35, 59, .12); border-radius: 20px; background: white; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.product-card-top { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: #687487; border-bottom: 1px solid var(--line); background: #f9fafc; font-size: 12px; font-weight: 700; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #c7ced8; }
.product-card-body { padding: 22px; }
.summary-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.summary-row div { padding: 15px 13px; border-radius: 11px; background: #f3f6fb; }
.summary-row strong { display: block; font-family: Georgia, serif; font-size: 25px; line-height: 1; }
.summary-row span { display: block; margin-top: 6px; color: #6b7687; font-size: 11px; }
.journey-list { border: 1px solid var(--line); border-radius: 12px; }
.journey-item { display: grid; grid-template-columns: 10px 1fr auto; gap: 12px; align-items: center; padding: 14px; }
.journey-item + .journey-item { border-top: 1px solid var(--line); }
.journey-item strong, .journey-item span { display: block; }
.journey-item strong { font-size: 13px; }
.journey-item span { color: #737e8d; font-size: 11px; }
.journey-item small { color: #778292; font-size: 10px; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; }
.status-blue { background: #4f7ce0; }
.status-mint { background: var(--mint); }
.status-gold { background: var(--gold); }
.local-note { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; margin-top: 17px; padding: 14px; border-radius: 12px; color: #294f46; background: #eaf8f3; }
.local-note p { margin: 0; font-size: 11px; line-height: 1.55; }
.shield { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: #16896a; font-weight: 900; }

.trust-strip { border-top: 1px solid rgba(20,35,59,.08); border-bottom: 1px solid rgba(20,35,59,.08); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { margin: 0; padding: 25px 24px; }
.trust-grid p + p { border-left: 1px solid var(--line); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 13px; }
.trust-grid span { margin-top: 2px; color: #768192; font-size: 11px; }

.section { padding: 105px 0; }
.founder-section { padding-bottom: 0; }
.founder-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.founder-copy > p:last-child { max-width: 620px; margin-bottom: 0; color: var(--ink-soft); font-size: 18px; }
.founder-quote { position: relative; margin: 0; padding: 42px 44px 38px; color: white; border-radius: 20px; background: var(--ink); box-shadow: var(--shadow); }
.founder-quote::before { content: "“"; position: absolute; top: 8px; left: 24px; color: #698be0; font-family: Georgia, serif; font-size: 76px; line-height: 1; opacity: .7; }
.founder-quote p { position: relative; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.5vw, 35px); line-height: 1.3; }
.founder-quote cite { display: block; color: #aebbd0; font-size: 12px; font-style: normal; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 4.5vw, 58px); font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.feature-grid article:hover { background: #fafbff; }
.feature-number { display: inline-block; margin-bottom: 44px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.feature-grid h3 { margin-bottom: 10px; font-size: 17px; letter-spacing: -.01em; }
.feature-grid p { margin: 0; color: #677386; font-size: 14px; }
.judgement-note { margin: 24px 0 0; padding: 18px 20px; color: #566378; border-left: 3px solid var(--blue); background: var(--blue-pale); font-size: 13px; }
.judgement-note strong { color: var(--ink); }

.section-dark { color: white; background: var(--ink); }
.privacy-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.eyebrow-light { color: #9bb8ff; }
.privacy-lede { color: #c3ccd9; font-size: 18px; }
.text-link { display: inline-block; margin-top: 12px; color: white; font-weight: 750; text-decoration: none; }
.text-link span { color: #9bb8ff; }
.boundary-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 17px; background: #1c2d48; box-shadow: 0 20px 55px rgba(0,0,0,.22); }
.boundary-column { padding: 28px; }
.boundary-local { background: #223757; }
.boundary-label { display: block; min-height: 42px; margin-bottom: 18px; color: #aab9ce; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.boundary-column ul { margin: 0; padding: 0; list-style: none; }
.boundary-column li { position: relative; padding: 11px 0 11px 21px; border-top: 1px solid rgba(255,255,255,.1); color: #eef3fa; font-size: 13px; }
.boundary-column li::before { content: "•"; position: absolute; left: 1px; color: var(--mint); }

.pricing-shell { max-width: 940px; }
.pricing-heading { margin-right: auto; margin-left: auto; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.price-card-featured { border: 2px solid var(--blue); box-shadow: 0 16px 38px rgba(49, 95, 206, .12); }
.value-badge { position: absolute; top: 16px; right: 16px; padding: 5px 8px; border-radius: 999px; color: var(--blue-dark); background: var(--blue-pale); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.price-name { margin-bottom: 18px; color: #647084; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price { margin-bottom: 13px; font-family: Georgia, serif; font-size: 59px; letter-spacing: -.04em; line-height: 1; }
.price > span { margin-right: 3px; font-size: 28px; vertical-align: top; }
.price small { margin-left: 7px; color: #718096; font-family: Inter, sans-serif; font-size: 13px; letter-spacing: 0; }
.price-card > p:last-child { margin: 0; color: #697587; font-size: 14px; }
.trial-callout { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 24px 28px; border-radius: 15px; background: var(--cream); }
.trial-callout strong, .trial-callout span { display: block; }
.trial-callout span { color: #6d7888; font-size: 13px; }

.closing { padding: 0 0 105px; }
.closing-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px; color: white; border-radius: 22px; background: linear-gradient(120deg, var(--blue-dark), var(--blue)); box-shadow: 0 24px 60px rgba(49, 95, 206, .22); }
.closing-card h2 { max-width: 650px; margin-bottom: 12px; font-size: clamp(37px, 4vw, 52px); }
.closing-card p:not(.eyebrow) { max-width: 650px; margin: 0; color: #dce5ff; }
.closing-card .eyebrow { color: #cbd9ff; }
.button-light { flex: 0 0 auto; color: var(--blue-dark); background: white; }

footer { padding: 50px 0; color: #697587; border-top: 1px solid var(--line); background: #f7f8fa; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 50px; align-items: start; }
.brand-footer { margin-bottom: 12px; }
.footer-grid p { margin: 0; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-links a { text-decoration: none; }
.footer-note { max-width: 310px; }

.legal-main { min-height: 70vh; padding: 88px 0 110px; background: linear-gradient(145deg, var(--cream), var(--paper) 50%); }
.legal-layout { max-width: 900px; }
.legal-heading { max-width: 760px; margin-bottom: 55px; }
.legal-heading h1 { font-size: clamp(46px, 6vw, 70px); }
.legal-heading > p:last-child { color: #718096; font-size: 13px; }
.legal-content { display: grid; gap: 18px; }
.legal-content section { padding: 30px 34px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.legal-content h2 { margin-bottom: 10px; font-family: inherit; font-size: 19px; font-weight: 760; letter-spacing: -.01em; }
.legal-content p, .legal-content li { color: #566378; font-size: 15px; }
.legal-content p:last-child, .legal-content ul:last-child { margin-bottom: 0; }

:focus-visible { outline: 3px solid #82a6ff; outline-offset: 3px; }

@media (max-width: 900px) {
  .hero { padding-top: 65px; }
  .hero-grid, .privacy-grid, .founder-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .founder-grid { gap: 38px; }
  .product-card { max-width: 620px; transform: none; }
  .trust-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid p:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid p:nth-child(4) { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 64px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 8px 12px; }
  .hero { padding: 54px 0 58px; }
  h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-lede { font-size: 17px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; }
  .summary-row { grid-template-columns: 1fr 1fr 1fr; }
  .summary-row div { padding: 11px 8px; }
  .product-card-body { padding: 14px; }
  .trust-grid, .feature-grid, .pricing-grid, .boundary-card { grid-template-columns: 1fr; }
  .trust-grid p + p { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .founder-section { padding-bottom: 0; }
  .founder-quote { padding: 36px 26px 30px; }
  .feature-grid { border-left: 0; }
  .feature-grid article { min-height: auto; padding: 25px; border-left: 1px solid var(--line); }
  .feature-number { margin-bottom: 24px; }
  .privacy-grid { gap: 42px; }
  .boundary-local { border-bottom: 1px solid rgba(255,255,255,.14); }
  .trial-callout, .closing-card { align-items: stretch; flex-direction: column; }
  .trial-callout .button, .button-light { width: 100%; }
  .closing { padding-bottom: 75px; }
  .closing-card { padding: 34px 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .footer-note { grid-column: auto; }
  .legal-main { padding: 60px 0 80px; }
  .legal-content section { padding: 24px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
