@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #11110f;
  --paper: #f2efe6;
  --paper-soft: #e7e2d7;
  --violet: #6d40ff;
  --acid: #d7ff53;
  --serif: 'Instrument Serif', Georgia, serif;
}

html { overflow-x: hidden; }
body { background: var(--paper); color: var(--ink); overflow-x: hidden; }
body::before { width: 100vw; left: 0; right: auto; }
.header {
  top: 14px; width: calc(100% - 28px); margin: 0 14px; border-radius: 100px;
  background: rgba(17,17,15,.9); border: 1px solid rgba(255,255,255,.16);
}
.header-inner { max-width: 1440px; padding: 10px 12px 10px 20px; }
.logo, .nav-links a { color: #fff; }
.logo-icon { border-radius: 50%; background: var(--acid); color: var(--ink); box-shadow: none; }
.btn { border-radius: 100px; font-weight: 700; box-shadow: none; }
.btn-primary { background: var(--violet); border-color: var(--violet); color: #fff; }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.header .btn-secondary { color: #fff; border-color: rgba(255,255,255,.35); }

.hero {
  min-height: 100vh; padding: 175px 24px 80px; background: var(--ink); color: #fff;
  border-radius: 0 0 48px 48px; overflow: hidden;
}
.hero::before {
  width: 70vw; height: 70vw; top: -45vw; left: -18vw; border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 34px, rgba(255,255,255,.08) 35px 36px);
  filter: none; opacity: 1;
}
.hero::after { width: 38vw; height: 38vw; right: -12vw; bottom: -20vw; border-radius: 50%; background: var(--violet); filter: none; opacity: 1; }
.hero-inner { max-width: 1440px; text-align: left; }
.hero-badge { padding: 0; border: 0; background: transparent; color: var(--acid); text-transform: uppercase; letter-spacing: .12em; }
.hero h1 {
  max-width: 1280px; margin: 42px 0; font-family: var(--serif); font-size: clamp(5rem, 8.5vw, 9rem);
  line-height: .84; letter-spacing: -.055em; font-weight: 400;
}
.hero-line { max-width: none; color: #fff; }
.hero-line-accent { max-width: 1100px; margin: 20px 0 0 12vw; color: var(--acid); font-style: italic; }
.hero-sub { max-width: 720px; margin: 0 0 18px 35%; color: rgba(255,255,255,.8); font-size: 1.35rem; }
.empower-note { max-width: 620px; margin-left: 35%; color: rgba(255,255,255,.5); }
.hero-chips, .hero-ctas { justify-content: flex-start; margin-left: 35%; }
.hero-ctas { width: fit-content; max-width: 65%; }
.chip { border-radius: 100px; border-color: rgba(255,255,255,.3); background: transparent; color: #fff; }
.hero .btn-secondary { color: #fff; border-color: rgba(255,255,255,.35); }

section:not(.hero) { padding: 120px 24px; }
.section-inner { max-width: 1440px; }
.section-label { color: var(--violet); letter-spacing: .15em; }
.section-title {
  max-width: 1000px; font-family: var(--serif); font-size: clamp(4rem, 6.5vw, 7rem);
  line-height: .92; letter-spacing: -.05em; font-weight: 400; color: var(--ink);
}
.section-subtitle, .panel-copy, .small-note { color: rgba(17,17,15,.62); }

.proof-strip { background: var(--acid); border: 0; }
.proof-grid { gap: 0; }
.proof-item { padding: 34px; border-right: 1px solid var(--ink); }
.proof-item:last-child { border-right: 0; }
.proof-icon { border-radius: 50%; background: var(--ink); color: var(--acid); }
.proof-text h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; color: var(--ink); }
.proof-text p { color: rgba(17,17,15,.62); }

#story { position: relative; }
#story::after { content: '02'; position: absolute; top: 50px; right: 4vw; z-index: -1; font: 20vw/1 var(--serif); color: rgba(109,64,255,.15); }
.support-grid { gap: 0; margin-top: 70px; border-top: 1px solid var(--ink); }
.support-card, .support-card.featured {
  min-height: 370px; padding: 34px; border: 0; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
  border-radius: 0; background: transparent; box-shadow: none; transform: none;
}
.support-card:last-child { border-right: 0; }
.support-card:hover, .support-card.featured:hover { background: var(--violet); color: #fff; transform: none; }
.support-card h2 { margin-top: 150px; font-family: var(--serif); font-size: 2.4rem; line-height: 1; font-weight: 400; color: inherit; }
.support-card p { color: rgba(17,17,15,.62); }
.support-card:hover p { color: rgba(255,255,255,.7); }

.two-col { gap: 18px; }
.info-panel { padding: 48px; border: 1px solid var(--ink); border-radius: 28px; background: var(--paper-soft); box-shadow: none; }
.info-panel:last-child { background: var(--violet); color: #fff; transform: rotate(1deg); }
.info-panel:last-child .section-title { color: #fff; }
.info-panel:last-child :is(.panel-copy,.small-note) { color: rgba(255,255,255,.68); }
.list li { border-color: rgba(17,17,15,.2); }
.tick { border-radius: 50%; background: var(--ink); color: var(--acid); }

.trust { background: var(--ink); color: #fff; }
.trust .section-title { color: #fff; }
.trust .section-subtitle { color: rgba(255,255,255,.58); }
.trust-grid { gap: 0; border-top: 1px solid rgba(255,255,255,.35); }
.trust-item { padding: 36px; border-right: 1px solid rgba(255,255,255,.35); background: transparent; box-shadow: none; }
.trust-item:last-child { border-right: 0; }
.trust-item h3 { font-family: var(--serif); font-size: 2.25rem; font-weight: 400; color: var(--acid); }
.trust-item p { color: rgba(255,255,255,.62); }

.final-cta { background: var(--ink); }
.cta-card { max-width: 1440px; padding: 90px 7vw; border: 0; border-radius: 40px; background: var(--acid); text-align: left; box-shadow: none; }
.cta-card h2 { max-width: 950px; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7rem); line-height: .9; font-weight: 400; color: var(--ink); }
.cta-card p { max-width: 650px; margin-left: auto; color: rgba(17,17,15,.62); }
.cta-actions { justify-content: flex-end; }
.footer { background: var(--ink); border: 0; }

@media (max-width: 768px) {
  .header { top: 8px; width: calc(100% - 16px); margin: 0 8px; }
  .hero { min-height: auto; padding: 130px 20px 65px; border-radius: 0 0 26px 26px; }
  .hero h1 { max-width: 11ch !important; font-size: clamp(3.8rem, 17vw, 5.4rem) !important; line-height: .88 !important; }
  .hero-line-accent { margin-left: 0; }
  .hero-sub, .empower-note, .hero-chips, .hero-ctas { margin-left: 0; }
  .hero-ctas { width: 100%; max-width: none; }
  section:not(.hero) { padding: 76px 20px; }
  .section-title { font-size: clamp(3.3rem, 15vw, 5rem); }
  .proof-grid, .support-grid, .two-col, .trust-grid { grid-template-columns: 1fr; }
  .proof-item, .support-card, .support-card.featured, .trust-item { border-right: 0; border-bottom: 1px solid currentColor; }
  .support-card { min-height: 300px; }
  .support-card h2 { margin-top: 80px; }
  .info-panel { padding: 28px; }
  .info-panel:last-child { transform: none; }
  .cta-card { padding: 55px 24px; }
  .cta-card h2 { font-size: 3.5rem; }
  .cta-card p { margin-left: 0; }
  .cta-actions { justify-content: flex-start; }
}
