:root {
  --bg: #0D0F13;
  --bg-alt: #13161C;
  --accent: #F59E0B;
  --accent-dim: rgba(245, 158, 11, 0.12);
  --fg: #F5F0E8;
  --fg-dim: rgba(245, 240, 232, 0.55);
  --fg-muted: rgba(245, 240, 232, 0.28);
  --border: rgba(245, 158, 11, 0.18);
  --border-subtle: rgba(245, 240, 232, 0.07);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 3rem;
  border-bottom: 1px solid var(--border-subtle);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.logo-mark {
  color: var(--accent);
  font-size: 1.2rem;
}

.nav-meta {
  font-size: 0.78rem;
  color: var(--fg-dim);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* HERO */
.hero {
  padding: 7rem 3rem 5rem;
  border-bottom: 1px solid var(--border-subtle);
}

.hero-inner {
  max-width: 900px;
}

.hero-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.hero-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: var(--fg);
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--fg-dim);
  max-width: 540px;
  margin-bottom: 3.5rem;
  line-height: 1.7;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.stat {
  padding: 0 2.5rem 0 0;
}

.stat:first-child { padding-left: 0; }

.stat-value {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--fg-dim);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.stat-divider {
  width: 1px;
  height: 3rem;
  background: var(--border);
  margin-right: 2.5rem;
  align-self: center;
}

/* COMPOUNDING */
.compounding {
  padding: 6rem 3rem;
  border-bottom: 1px solid var(--border-subtle);
}

.compounding-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  max-width: 1100px;
  align-items: center;
}

.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
  font-weight: 500;
}

.comp-left h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.comp-left > p {
  color: var(--fg-dim);
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
  max-width: 440px;
}

.comp-pillars {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pillar {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.pillar-icon {
  color: var(--accent);
  font-size: 0.9rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.pillar h4 {
  font-family: 'Syne', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  color: var(--fg);
}

.pillar p {
  font-size: 0.8rem;
  color: var(--fg-dim);
  line-height: 1.5;
}

.comp-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 320px;
}

.comp-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--border);
}

.comp-ring-1 { width: 280px; height: 280px; }
.comp-ring-2 { width: 200px; height: 200px; border-color: rgba(245,158,11,0.3); }
.comp-ring-3 { width: 120px; height: 120px; border-color: rgba(245,158,11,0.5); }

.comp-center {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--accent-dim);
  border: 1px solid var(--accent);
  border-radius: 50%;
  text-align: center;
  font-family: 'Syne', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--accent);
  line-height: 1.3;
  letter-spacing: 0.02em;
}

/* PRODUCTS */
.products {
  padding: 6rem 3rem;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border-subtle);
}

.products h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 3rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--border-subtle);
  border: 1px solid var(--border-subtle);
}

.product-card {
  background: var(--bg);
  padding: 2.5rem;
}

.product-name {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
  color: var(--fg);
}

.product-tag {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.2rem;
  font-weight: 500;
}

.product-card > p {
  font-size: 0.85rem;
  color: var(--fg-dim);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.product-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.product-features li {
  font-size: 0.8rem;
  color: var(--fg-dim);
  padding-left: 1rem;
  position: relative;
}

.product-features li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.75rem;
}

/* PRICING */
.pricing {
  padding: 6rem 3rem;
  border-bottom: 1px solid var(--border-subtle);
}

.pricing-inner { max-width: 900px; }

.pricing h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.pricing-sub {
  color: var(--fg-dim);
  font-size: 0.95rem;
  margin-bottom: 3rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-subtle);
  border: 1px solid var(--border-subtle);
}

.pricing-tier {
  background: var(--bg);
  padding: 2.5rem 2rem;
  position: relative;
}

.tier-featured {
  background: var(--bg-alt);
  border: 1px solid var(--border);
}

.tier-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #0D0F13;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.8rem;
  border-radius: 0 0 4px 4px;
}

.tier-name {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-dim);
  margin-bottom: 1rem;
}

.tier-price {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  color: var(--fg);
  margin-bottom: 0.3rem;
}

.tier-price span {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--fg-dim);
}

.tier-detail {
  font-size: 0.78rem;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.tier-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.tier-features li {
  font-size: 0.8rem;
  color: var(--fg-dim);
}

.tier-note {
  font-size: 0.75rem;
  color: var(--fg-muted);
  border-top: 1px solid var(--border-subtle);
  padding-top: 1rem;
  margin-top: auto;
}

.pricing-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-subtle);
}

.pricing-footer p {
  font-size: 0.8rem;
  color: var(--fg-muted);
}

/* CLOSING */
.closing {
  padding: 7rem 3rem;
  text-align: center;
}

.closing-inner { max-width: 680px; margin: 0 auto; }

.closing h2 {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.closing > p {
  color: var(--fg-dim);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.closing-quote {
  border-left: 2px solid var(--accent);
  padding-left: 1.5rem;
  text-align: left;
}

.closing-quote blockquote {
  font-size: 0.95rem;
  color: var(--fg-dim);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 0.6rem;
}

.closing-quote cite {
  font-size: 0.78rem;
  color: var(--fg-muted);
  font-style: normal;
}

/* FOOTER */
.footer {
  padding: 2rem 3rem;
  border-top: 1px solid var(--border-subtle);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: var(--fg-dim);
}

.footer-meta {
  font-size: 0.78rem;
  color: var(--fg-muted);
}

.footer-links a {
  color: var(--fg-dim);
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--accent); }

/* MOBILE */
@media (max-width: 768px) {
  .nav { padding: 1rem 1.5rem; }
  .hero { padding: 4rem 1.5rem 3rem; }
  .hero-title { font-size: 2.2rem; }
  .hero-stats { gap: 1.5rem; }
  .stat { padding: 0; }
  .stat-divider { display: none; }
  .compounding { padding: 4rem 1.5rem; }
  .compounding-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .comp-visual { height: 200px; }
  .comp-ring-1 { width: 180px; height: 180px; }
  .comp-ring-2 { width: 130px; height: 130px; }
  .comp-ring-3 { width: 80px; height: 80px; }
  .products { padding: 4rem 1.5rem; }
  .product-grid { grid-template-columns: 1fr; gap: 1px; }
  .pricing { padding: 4rem 1.5rem; }
  .pricing-grid { grid-template-columns: 1fr; }
  .closing { padding: 4rem 1.5rem; }
  .footer { padding: 1.5rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}