:root {
  --bg: #0A0A0A;
  --bg-2: #121212;
  --gold: #D4A84B;
  --gold-light: #E8C97A;
  --text: #F2EDE4;
  --muted: #9A9690;
  --line: rgba(212, 168, 75, 0.18);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--gold-light); text-decoration: none; }
a:hover { color: var(--gold); }

.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px max(24px, 5vw);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 10;
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(8px);
}
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-style: italic; font-weight: 600; font-size: 22px; letter-spacing: 0.04em; color: var(--text); }
.logo-mark { color: var(--gold); font-size: 22px; }
.logo-text { font-family: var(--sans); font-style: normal; letter-spacing: 0.2em; font-weight: 700; font-size: 16px; }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; }
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.cta-mini { padding: 8px 16px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold) !important; }
.cta-mini:hover { background: var(--gold); color: var(--bg) !important; }

main { max-width: 1100px; margin: 0 auto; padding: 0 max(24px, 5vw); }

.hero { padding: 88px 0 96px; max-width: 820px; }
.eyebrow { color: var(--gold); font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 18px; font-weight: 500; }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(44px, 7vw, 84px); line-height: 1.02; letter-spacing: -0.015em; margin: 0 0 26px; }
.hero h1 em { font-style: italic; color: var(--gold-light); font-weight: 300; }
.lede { color: var(--muted); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; max-width: 640px; margin: 0 0 36px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin: 0 0 18px; }
.cta { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; background: var(--gold); color: var(--bg); font-weight: 600; border-radius: 999px; letter-spacing: 0.02em; transition: transform 0.15s ease, background 0.2s ease; }
.cta:hover { background: var(--gold-light); transform: translateY(-1px); color: var(--bg); }
.cta-ghost { padding: 16px 22px; color: var(--text); border: 1px solid var(--line); border-radius: 999px; font-weight: 500; }
.cta-ghost:hover { border-color: var(--gold); color: var(--gold); }
.micro { color: var(--muted); font-size: 13px; margin: 0; }

section { padding: 88px 0; border-top: 1px solid var(--line); }
section h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 4.6vw, 54px); letter-spacing: -0.01em; margin: 0 0 44px; }

.showcase .eyebrow { margin-top: 0; }
.showcase-lede { color: var(--muted); max-width: 640px; margin: -28px 0 44px; font-size: 17px; }
.showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.showcase-grid img { width: 100%; height: auto; border-radius: 18px; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(0,0,0,0.4); transition: transform 0.3s ease, border-color 0.3s ease; background: var(--bg-2); }
.showcase-grid img:hover { transform: translateY(-4px); border-color: var(--gold); }
@media (max-width: 600px) {
  .showcase-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

.modules .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.modules .cell { background: var(--bg-2); padding: 28px 26px; }
.modules .cell h3 { font-family: var(--sans); font-size: 15px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); margin: 0 0 8px; }
.modules .cell p { color: var(--muted); margin: 0; font-size: 15px; }

.pillars .three { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 56px 40px; }
.pillars h3 { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 26px; color: var(--gold-light); margin: 0 0 12px; line-height: 1.2; }
.pillars p { color: var(--text); margin: 0; }

.pricing-lede { color: var(--muted); max-width: 640px; margin: -28px 0 44px; }
.prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.price { padding: 32px 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-2); }
.price.featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold) inset; }
.price .plan { font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px; font-weight: 600; }
.price .amount { font-family: var(--serif); font-size: 52px; line-height: 1; margin: 0 0 10px; font-weight: 300; }
.price .amount span { font-family: var(--sans); font-size: 16px; color: var(--muted); margin-left: 4px; font-weight: 400; }
.price .note { color: var(--muted); margin: 0; font-size: 14px; }

.final { text-align: center; padding: 120px 0 140px; }
.final h2 { margin: 0 0 32px; }

footer { border-top: 1px solid var(--line); padding: 32px max(24px, 5vw); }
.foot-row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 14px; max-width: 1100px; margin: 0 auto; }
.foot-links { display: flex; gap: 22px; }
.foot-links a { color: var(--muted); }
.foot-links a:hover { color: var(--gold); }

.legal { max-width: 760px; margin: 0 auto; padding: 80px max(24px, 5vw) 120px; }
.legal h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(36px, 5vw, 58px); margin: 0 0 8px; }
.legal .updated { color: var(--muted); font-size: 14px; margin: 0 0 40px; }
.legal h2 { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 24px; margin: 36px 0 12px; color: var(--gold-light); }
.legal p, .legal li { color: var(--text); }
.legal ul { padding-left: 20px; }
.legal a { color: var(--gold); }

.faq-q { font-weight: 600; color: var(--gold-light); margin: 28px 0 6px; }
.faq-a { color: var(--text); margin: 0 0 6px; }
.faq-group { margin-top: 36px; }
.faq-group h2 { margin-bottom: 4px; }

@media (max-width: 600px) {
  .nav-links a:not(.cta-mini) { display: none; }
  .hero { padding: 56px 0 72px; }
  section { padding: 64px 0; }
  .final { padding: 80px 0 100px; }
}
