:root {
  --ink: #f5f7f2;
  --muted: #aeb9af;
  --panel: #102019;
  --panel-2: #152a20;
  --line: rgba(220, 236, 222, .16);
  --green: #5be889;
  --lime: #c5ff2e;
  --black: #050907;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 8%, rgba(61, 177, 96, .18), transparent 30rem),
    radial-gradient(circle at 15% 32%, rgba(197, 255, 46, .07), transparent 25rem),
    var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 74px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(5, 9, 7, .84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 850; letter-spacing: -.03em; }
.brand img { border-radius: 9px; }
.quiet-link { color: var(--muted); font-size: .9rem; font-weight: 700; text-decoration: none; }
.quiet-link:hover { color: var(--lime); }
main, footer { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.hero { padding: clamp(76px, 11vw, 150px) 0 90px; max-width: 930px; }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: .72rem; font-weight: 900; letter-spacing: .24em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 8.8vw, 7.3rem); line-height: .88; letter-spacing: -.075em; }
h1 span { color: var(--green); }
.hero-copy { max-width: 700px; color: var(--muted); font-size: clamp(1.08rem, 2.1vw, 1.42rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.microcopy { margin: 30px 0 0; color: #79857d; font-size: .7rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 850;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071008; background: var(--lime); border-color: var(--lime); box-shadow: 0 14px 50px rgba(197,255,46,.14); }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.025); }
.button-secondary:hover { border-color: rgba(197,255,46,.5); }
.full { width: 100%; }
.belief, .membership, .sponsored, .free-entry { padding: 86px 0; border-top: 1px solid var(--line); }
h2 { font-size: clamp(2.2rem, 5.2vw, 4.4rem); line-height: .98; letter-spacing: -.055em; }
.belief > h2 { max-width: 880px; }
.belief-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
.belief-grid article { min-height: 240px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.025); }
.belief-grid span { color: var(--lime); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.belief-grid h3 { margin: 54px 0 10px; font-size: 1.35rem; }
.belief-grid p, .section-heading > p, .sponsored p, .free-entry p { color: var(--muted); }
.section-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.price-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; align-items: stretch; }
.price-card { padding: clamp(26px, 4vw, 45px); border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(150deg, rgba(21,42,32,.96), rgba(8,18,13,.96)); }
.price-card.featured { border-color: rgba(197,255,46,.55); box-shadow: 0 35px 100px rgba(0,0,0,.3); }
.price-topline { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.pill { padding: 6px 10px; color: #071008; background: var(--lime); border-radius: 999px; letter-spacing: .09em; }
.price-card h3 { margin: 52px 0 0; font-size: 1.2rem; }
.price { display: flex; align-items: baseline; gap: 9px; margin: 8px 0 0; }
.price strong { font-size: clamp(3rem, 6vw, 5.2rem); line-height: 1; letter-spacing: -.07em; }
.price span, .equivalent, .checkout-note { color: var(--muted); }
.equivalent { min-height: 24px; font-size: .9rem; }
.price-card ul { display: grid; gap: 13px; margin: 32px 0 35px; padding: 0; list-style: none; color: #dce5dd; }
.price-card li { position: relative; padding-left: 25px; }
.price-card li::before { position: absolute; left: 0; content: "✓"; color: var(--green); font-weight: 900; }
.checkout-note { margin: 12px 0 0; text-align: center; font-size: .75rem; }
.sponsored { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.sponsored h2 { max-width: 850px; font-size: clamp(2rem, 4vw, 3.4rem); }
.sponsored p { max-width: 760px; }
.free-entry { text-align: center; }
.free-entry p { max-width: 630px; margin-inline: auto; }
.free-entry .button { margin-top: 18px; }
footer { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 42px 0 60px; border-top: 1px solid var(--line); color: #879289; font-size: .78rem; }
.footer-brand { color: var(--ink); font-weight: 850; }
.footer-brand span { color: var(--lime); }
footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
footer nav a { text-decoration: none; }
footer > p { grid-column: 1 / -1; max-width: 900px; }
.legal-page { max-width: 800px; padding: 80px 0 110px; }
.legal-page h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.legal-page h2 { margin-top: 48px; font-size: 1.7rem; letter-spacing: -.03em; }
.legal-page p, .legal-page li { color: var(--muted); }
.welcome { min-height: calc(100vh - 74px); display: grid; place-items: center; padding: 70px 0; }
.welcome-card { width: min(760px, 100%); padding: clamp(30px, 7vw, 70px); border: 1px solid rgba(197,255,46,.42); border-radius: 32px; background: linear-gradient(150deg, rgba(21,42,32,.96), rgba(8,18,13,.96)); text-align: center; }
.welcome-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 24px; color: #071008; background: var(--lime); border-radius: 50%; font-size: 1.55rem; font-weight: 900; }
.welcome-card h1 { font-size: clamp(3rem, 9vw, 6rem); }
.welcome-card > p { color: var(--muted); }
.welcome-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.activation-note { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); font-size: .82rem; }

@media (max-width: 760px) {
  .site-header { padding-inline: 20px; }
  .quiet-link { font-size: 0; }
  .quiet-link::after { content: "TRILLVERSE"; font-size: .75rem; }
  main, footer { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 72px; }
  .belief-grid, .price-grid, .section-heading, .sponsored { grid-template-columns: 1fr; }
  .belief-grid article { min-height: 190px; }
  .belief-grid h3 { margin-top: 35px; }
  .section-heading { gap: 8px; }
  .sponsored { align-items: start; }
  .sponsored .button { width: 100%; }
  footer { grid-template-columns: 1fr; }
  footer > p { grid-column: 1; }
}
