:root {
  --ink: #071d17;
  --forest: #0d4033;
  --forest-2: #155846;
  --gold: #c99b3d;
  --gold-light: #f1d486;
  --cream: #f8f3e6;
  --paper: #fffdf8;
  --mist: #e7efe9;
  --line: rgba(13, 64, 51, 0.16);
  --shadow: 0 24px 70px rgba(7, 29, 23, 0.14);
}

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

a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 243, 230, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: .08em; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand span { font-size: .88rem; }
.nav-link { color: var(--forest); font-weight: 800; text-decoration: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 96px;
  color: white;
  background:
    radial-gradient(circle at 75% 22%, rgba(201,155,61,.27), transparent 28%),
    radial-gradient(circle at 20% 90%, rgba(31,112,88,.45), transparent 31%),
    linear-gradient(135deg, #061914 0%, #0c3d31 64%, #08271f 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(241,212,134,.32);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .72fr; align-items: center; gap: 66px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: .82rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.1rem, 7vw, 6.4rem); letter-spacing: -.045em; }
.hero-copy { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 900; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 30px rgba(201,155,61,.22); }
.button-quiet { color: white; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.06); }
.micro { margin: 18px 0 0; color: rgba(255,255,255,.64); font-size: .88rem; }
.crest-stage { position: relative; display: grid; place-items: center; min-height: 460px; }
.crest-stage::before { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(241,212,134,.26); border-radius: 50%; box-shadow: 0 0 0 28px rgba(241,212,134,.035), 0 0 0 58px rgba(241,212,134,.025); }
.crest-stage img { position: relative; width: min(100%, 430px); filter: drop-shadow(0 26px 28px rgba(0,0,0,.34)); }

.trust { margin-top: -31px; position: relative; z-index: 3; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.trust-item { padding: 24px 26px; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; color: var(--forest); font-size: 1.15rem; }
.trust-item span { color: #53665f; font-size: .92rem; }

.section { padding: 94px 0; }
.section.alt { background: var(--paper); border-block: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2 { margin: 0 0 16px; color: var(--forest); font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.03em; }
.section-heading p { margin: 0; color: #52655e; font-size: 1.08rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; }
.alt .card { background: var(--cream); }
.number { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--gold-light); font-weight: 900; }
.card h3 { margin: 22px 0 10px; color: var(--forest); font-size: 1.55rem; }
.card p { margin: 0; color: #53665f; }

.beta-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: start; }
.beta-callout { padding: 34px; color: white; background: var(--forest); border-radius: 24px; box-shadow: var(--shadow); }
.beta-callout .large { margin: 0; color: var(--gold-light); font: 700 clamp(3.3rem, 8vw, 6.5rem)/1 Georgia, serif; }
.beta-callout p { margin-bottom: 0; color: rgba(255,255,255,.76); }
.checklist { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.checklist li { position: relative; padding: 17px 20px 17px 54px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.checklist li::before { content: "✓"; position: absolute; left: 20px; top: 16px; color: var(--forest); font-weight: 950; }

.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tier { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.tier.featured { color: white; background: var(--forest); border-color: var(--forest); transform: translateY(-8px); box-shadow: var(--shadow); }
.tier-label { color: var(--gold); font-size: .8rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.tier h3 { margin: 14px 0 8px; font-size: 1.65rem; }
.price { margin: 0 0 12px; font-size: 1.25rem; font-weight: 900; }
.tier p:last-child { margin-bottom: 0; color: #53665f; }
.tier.featured p:last-child { color: rgba(255,255,255,.72); }
.fine-print { margin-top: 24px; padding: 20px 22px; color: #53665f; background: var(--mist); border-radius: 14px; font-size: .91rem; }

.cta { padding: 92px 0; text-align: center; color: white; background: var(--ink); }
.cta h2 { margin: 0 auto 18px; max-width: 800px; font-size: clamp(2.4rem, 5vw, 4.7rem); }
.cta p { max-width: 680px; margin: 0 auto; color: rgba(255,255,255,.72); }
.cta .actions { justify-content: center; }

.footer { padding: 34px 0; color: #5b6c66; background: var(--cream); border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.footer small { font-size: .84rem; }

@media (max-width: 860px) {
  .hero { padding-top: 58px; }
  .hero-grid, .beta-grid { grid-template-columns: 1fr; }
  .crest-stage { min-height: 330px; order: -1; }
  .crest-stage::before { width: 270px; height: 270px; }
  .crest-stage img { width: 310px; }
  .cards, .pricing { grid-template-columns: 1fr; }
  .tier.featured { transform: none; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .brand span { font-size: .73rem; letter-spacing: .04em; }
  .nav-link { display: none; }
  .hero::after { inset: 9px; }
  .hero { padding-bottom: 72px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

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