:root {
  --ink: #212127;
  --muted: #5d5b66;
  --paper: #f7f4ed;
  --surface: #fffdf8;
  --line: #d9d4ca;
  --purple: #6948db;
  --purple-dark: #4b2eae;
  --sage: #dce8d8;
  --peach: #f2d9cb;
  --max: 1120px;
}

* { 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: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--purple-dark); text-underline-offset: 0.2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, .button:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; border-radius: 4px; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 10; padding: .65rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  min-height: 84px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; width: max-content; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 20px; font-weight: 760; letter-spacing: -.03em; }
.brand-mark { position: relative; width: 30px; height: 30px; border: 2px solid var(--purple); border-radius: 50%; display: inline-block; }
.brand-mark::before { content: ""; position: absolute; width: 6px; height: 6px; right: -4px; top: 3px; border-radius: 50%; background: var(--purple); }
.brand-mark i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--ink); left: 8px; top: 8px; }
.site-header nav, footer nav { display: flex; flex-wrap: wrap; gap: 26px; }
.site-header nav a, footer nav a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 650; }
.site-header nav a:hover, footer nav a:hover { color: var(--purple); }
.header-cta { justify-self: end; border: 1px solid var(--ink); border-radius: 999px; padding: 8px 16px; color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 700; }

main { overflow: hidden; }
.hero, .section, footer { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.hero { min-height: 670px; display: flex; flex-direction: column; justify-content: center; padding: 90px 0 96px; position: relative; }
.hero::after { content: ""; position: absolute; z-index: -1; width: 430px; height: 430px; right: -160px; top: 80px; border: 1px solid #bdb3dc; border-radius: 50%; box-shadow: 0 0 0 75px rgba(105,72,219,.045), 0 0 0 150px rgba(105,72,219,.025); }
.hero-compact { min-height: 470px; padding-block: 85px; }
.hero h1 { max-width: 870px; margin: .2em 0 .35em; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 8vw, 102px); line-height: .98; font-weight: 500; letter-spacing: -.055em; }
.hero-compact h1 { max-width: 900px; font-size: clamp(48px, 6.5vw, 78px); }
.eyebrow { margin: 0 0 12px; color: var(--purple-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.lede { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(20px, 2.3vw, 27px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 11px 22px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); text-decoration: none; font-size: 15px; font-weight: 760; }
.button.primary { border-color: var(--purple); background: var(--purple); color: white; }
.button.primary:hover { background: var(--purple-dark); }
.button.secondary:hover { background: var(--surface); }
.beta-note { margin: 22px 0 0; color: #6d6973; font-size: 13px; letter-spacing: .015em; }

.section { padding: 110px 0; border-top: 1px solid var(--line); }
.section h2 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 62px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.section h3 { margin: 14px 0 8px; font-size: 22px; line-height: 1.25; letter-spacing: -.025em; }
.section-intro { max-width: 780px; margin-bottom: 58px; }
.section-intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 19px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-grid article { min-height: 290px; padding: 28px; border: 1px solid var(--line); background: var(--surface); display: flex; flex-direction: column; }
.feature-grid article:nth-child(2) { background: var(--sage); }
.feature-grid article:nth-child(3) { background: var(--peach); }
.feature-grid article p { margin: auto 0 0; color: #4f4b54; }
.step { font-family: Georgia, serif; color: var(--purple-dark); font-size: 34px; font-style: italic; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.story-list > div { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; }
.story-list > div:first-child { padding-top: 0; }
.story-list span, .split > div:last-child > p { color: var(--muted); }
.trust-band { width: 100%; max-width: none; padding-inline: max(20px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: white; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; }
.trust-band .eyebrow { color: #cbbffc; }
.trust-band p { color: #d6d2da; }
.text-link { display: inline-block; margin-top: 14px; color: white; font-weight: 700; }
.closing { text-align: center; }
.closing h2, .closing p { max-width: 780px; margin-inline: auto; }
.closing > p:not(.eyebrow) { color: var(--muted); }
.closing .button { margin-top: 24px; }

.policy { max-width: 860px; margin-inline: auto; padding-block: 72px; }
.policy h2 { font-size: clamp(32px, 4vw, 48px); }
.policy p, .policy dd { color: var(--muted); }
.policy dl { margin: 38px 0 0; }
.policy dl > div { display: grid; grid-template-columns: 170px 1fr; gap: 30px; padding: 22px 0; border-top: 1px solid var(--line); }
.policy dt { font-weight: 800; }
.policy dd { margin: 0; }
.effective { margin-top: 35px; font-size: 14px; font-weight: 700; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.support-grid article { padding: 30px; border: 1px solid var(--line); background: var(--surface); }
.support-grid article:nth-child(2) { background: var(--sage); }
.support-grid h2 { font-family: inherit; font-size: 25px; font-weight: 760; }
.support-grid ol { padding-left: 1.2rem; color: var(--muted); }
.support-grid li + li { margin-top: 12px; }
.callout { max-width: 860px; padding: 70px; background: var(--peach); border: 0; }
.callout h2 { font-size: 44px; }

footer { padding: 70px 0 45px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; border-top: 1px solid var(--line); }
footer > div p { max-width: 430px; margin: 15px 0 0; color: var(--muted); font-size: 14px; }
footer nav { justify-content: flex-end; align-content: start; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { min-height: 590px; padding-block: 70px; }
  .hero::after { width: 280px; height: 280px; right: -170px; }
  .feature-grid, .support-grid, .split, .trust-band { grid-template-columns: 1fr; }
  .split, .trust-band { gap: 45px; }
  .story-list > div { grid-template-columns: 1fr; gap: 4px; }
  .section { padding-block: 76px; }
  .callout { padding: 50px 28px; }
  footer { grid-template-columns: 1fr; }
  footer nav { justify-content: flex-start; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .site-header, .hero, .section, footer { width: min(calc(100% - 28px), var(--max)); }
  .header-cta { padding-inline: 12px; }
  .hero h1 { font-size: 49px; }
  .hero-compact h1 { font-size: 44px; }
  .hero-actions .button { width: 100%; }
  .feature-grid article { min-height: 250px; }
  .policy dl > div { grid-template-columns: 1fr; gap: 5px; }
  footer nav { gap: 16px 22px; }
}

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