/* ── Tokens ── */
:root {
  --bg:       #000;
  --surface:  #1c1c1e;
  --surface2: #2c2c2e;
  --border:   rgba(255,255,255,0.08);
  --gold:     #E5B65A;
  --gold-dim: rgba(229,182,90,0.1);
  --gold-border: rgba(229,182,90,0.3);
  --text:     #f5f5f7;
  --muted:    #98989d;
  --green:    #32d74b;
  --radius:   14px;
}
[data-theme="light"] {
  --bg:       #e8e8eb;
  --surface:  #f1f1f4;
  --surface2: #dcdce0;
  --border:   rgba(0,0,0,0.08);
  --gold:     #B88800;
  --gold-dim: rgba(184,136,0,0.08);
  --gold-border: rgba(184,136,0,0.3);
  --text:     #1d1d1f;
  --muted:    #6e6e73;
  --green:    #25a244;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; font-size: 16px; line-height: 1.6; }

/* ── Nav ── */
.nav-wrap { background: var(--bg); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav { max-width: 1000px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nav-logo { font-weight: 700; font-size: 18px; color: var(--gold); text-decoration: none; letter-spacing: -0.02em; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; flex: 1; }
.nav-logo svg { width: 26px; height: 26px; display: block; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-lang { background: transparent; border: 1px solid var(--border); border-radius: 6px; color: var(--muted); font-size: 12px; font-weight: 600; padding: 5px 8px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.04em; transition: color .15s, border-color .15s; }
.nav-lang:hover { color: var(--gold); border-color: var(--gold); }
.lang-selector { position: relative; }
.lang-chevron { transition: transform 0.2s; flex-shrink: 0; }
.nav-lang[aria-expanded="true"] .lang-chevron { transform: rotate(180deg); }
.lang-menu { position: absolute; top: calc(100% + 6px); right: 0; background: #fff; border: 1px solid #e0e0e5; border-radius: 10px; padding: 4px; min-width: 148px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); z-index: 300; }
[data-theme="dark"] .lang-menu { background: #1c1c1e; border-color: #38383a; box-shadow: 0 8px 24px rgba(0,0,0,0.5); }
.lang-opt { display: flex; align-items: center; gap: 8px; width: 100%; padding: 7px 10px; border: none; background: transparent; cursor: pointer; border-radius: 6px; font-size: 13px; color: #1d1d1f; text-align: left; transition: background .12s; font-family: inherit; }
.lang-opt:hover { background: #f5f5f7; }
.lang-opt.active { font-weight: 600; }
[data-theme="dark"] .lang-opt { color: #f5f5f7; }
[data-theme="dark"] .lang-opt:hover { background: #2c2c2e; }
.nav-theme { background: transparent; border: 1px solid var(--border); border-radius: 50%; width: 32px; height: 32px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--muted); transition: color .15s, border-color .15s; flex-shrink: 0; padding: 0; }
.nav-theme:hover { color: var(--gold); border-color: var(--gold); }
.nav-theme .sun-icon { display: none; }
.nav-theme .moon-icon { display: block; }
[data-theme="light"] .nav-theme .sun-icon { display: block; }
[data-theme="light"] .nav-theme .moon-icon { display: none; }
.btn-gold { background: var(--gold); color: #fff; border: none; border-radius: 8px; padding: 8px 18px; font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: none; transition: opacity .15s; white-space: nowrap; }
.btn-gold:hover { opacity: .85; }

/* ── Layout ── */
.page { max-width: 1000px; margin: 0 auto; padding: 0 24px 80px; }
section { margin-bottom: 80px; }

/* ── Hero ── */
.hero { text-align: center; padding: 72px 0 64px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); background: var(--gold-dim); border: 1px solid var(--gold-border); border-radius: 20px; padding: 5px 14px; margin-bottom: 22px; }
.hero-eyebrow-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.hero h1 { font-size: clamp(30px, 5vw, 52px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 18px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-sub { font-size: clamp(16px, 2vw, 20px); color: var(--muted); max-width: 540px; margin: 0 auto 36px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.hero-pill { display: flex; align-items: center; gap: 6px; background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 6px 14px; font-size: 13px; color: var(--muted); }
.hero-pill .dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; flex-shrink: 0; }

/* ── Stats bar ── */
.stats-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 80px; }
.stat { background: var(--surface); padding: 28px 24px; text-align: center; }
.stat-number { font-size: clamp(24px, 4vw, 36px); font-weight: 800; letter-spacing: -.03em; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 13px; color: var(--muted); }

/* ── How it works ── */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.how-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; }
.how-num { width: 36px; height: 36px; background: transparent; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 14px; }
.how-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.how-desc  { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── Section heading ── */
.section-heading { text-align: center; margin-bottom: 40px; }
.section-heading h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 800; letter-spacing: -.03em; margin-bottom: 10px; }
.section-heading h2 em { color: var(--gold); font-style: normal; }
.section-heading p { font-size: 16px; color: var(--muted); max-width: 480px; margin: 0 auto; }

/* ── Plan cards ── */
.plans { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; gap: 16px; max-width: 720px; margin-left: auto; margin-right: auto; }
.plan-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 24px 24px; display: flex; flex-direction: column; gap: 22px; position: relative; }
.plan-card.featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; white-space: nowrap; }
.plan-name  { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: 8px; }
.plan-price { font-size: 36px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.plan-price-freq { font-size: 14px; color: var(--muted); }
.plan-price-sub { font-size: 13px; color: var(--muted); margin-top: 4px; }
.plan-desc  { font-size: 13px; color: var(--muted); line-height: 1.55; }
.plan-divider { border: none; border-top: 1px solid var(--border); }
.plan-perks { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.plan-perks li { font-size: 13px; display: flex; align-items: flex-start; gap: 8px; }
.pi { flex-shrink: 0; margin-top: 1px; font-size: 13px; line-height: 1.4; }
.pi.y  { color: var(--green); }
.pi.n  { color: var(--muted); }
.pi.s  { color: var(--gold); }
.pl    { color: var(--text); }
.pl.dim{ color: var(--muted); }
.soon-pill { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); background: var(--gold-dim); border: 1px solid var(--gold-border); border-radius: 4px; padding: 1px 5px; margin-left: 4px; vertical-align: middle; }
.plan-cta-btn { display: block; width: 100%; padding: 13px 0; border-radius: 10px; font-size: 14px; font-weight: 600; text-align: center; cursor: pointer; text-decoration: none; transition: opacity .15s; border: none; }
.plan-cta-btn.primary   { background: var(--gold); color: #fff; }
.plan-cta-btn.primary:hover { opacity: .85; }
.plan-cta-btn.secondary { background: transparent; border: 1px solid var(--border); color: var(--muted); }
.plan-cta-btn.disabled  { background: var(--surface2); color: var(--muted); cursor: default; }

/* ── Waitlist form (landing) ── */
.waitlist-form { display: flex; flex-direction: column; gap: 8px; }
.waitlist-input {
  width: 100%; padding: 11px 14px; box-sizing: border-box;
  border: 1px solid var(--border); border-radius: 10px;
  background: var(--bg); color: var(--text);
  font-size: 14px; font-family: inherit;
  outline: none; transition: border-color .15s;
}
.waitlist-input:focus { border-color: var(--gold); }
.waitlist-input::placeholder { color: var(--muted); }
.waitlist-submit-btn { font-family: inherit; }
.waitlist-feedback { font-size: 13px; text-align: center; margin-top: 2px; }
.waitlist-feedback--success { color: var(--green); }
.waitlist-feedback--error   { color: #ff453a; }

/* ── Trust ── */
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.trust-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.trust-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.trust-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.trust-desc  { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ── Testimonials ── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testi-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.testi-stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; }
.testi-text  { font-size: 14px; color: var(--text); line-height: 1.6; font-style: italic; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gold-dim); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: var(--gold); flex-shrink: 0; }
.testi-name  { font-size: 13px; font-weight: 600; }
.testi-role  { font-size: 12px; color: var(--muted); }

/* ── Comparison table ── */
.compare-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 520px; }
.compare-table th, .compare-table td { padding: 13px 16px; border-bottom: 1px solid var(--border); text-align: left; }
.compare-table th { font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--muted); background: var(--surface2); letter-spacing: .04em; }
.compare-table th:not(:first-child), .compare-table td:not(:first-child) { text-align: center; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td:first-child { color: var(--muted); }
.col-pro { color: var(--gold) !important; font-weight: 600; }
.chk { color: var(--green); }
.dash{ color: var(--muted); }

/* ── FAQ ── */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
.faq-q { font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.faq-a { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ── Bottom CTA ── */
.bottom-cta { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 60px 40px; text-align: center; }
.bottom-cta h2 { font-size: clamp(22px, 3vw, 34px); font-weight: 800; letter-spacing: -.03em; margin-bottom: 12px; }
.bottom-cta h2 em { color: var(--gold); font-style: normal; }
.bottom-cta p { font-size: 16px; color: var(--muted); margin-bottom: 28px; }
.cta-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-outline { background: transparent; border: 1px solid var(--border); color: var(--muted); border-radius: 10px; padding: 13px 24px; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .15s, border-color .15s; }
.btn-outline:hover { color: var(--gold); border-color: var(--gold); }
.btn-large { padding: 14px 32px; font-size: 16px; border-radius: 10px; }

/* ── Footer ── */
.about-footer { text-align: center; font-size: 13px; color: var(--muted); padding: 32px 24px; border-top: 1px solid var(--border); }
.about-footer a { color: var(--gold); text-decoration: none; }
.about-footer a:hover { opacity: 0.8; }

/* ── Responsive ── */
@media (max-width: 720px) {
  .plans, .how-grid, .testi-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .stats-bar { grid-template-columns: 1fr; }
  .trust-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 40px; }
  .nav { padding: 12px 16px; }
  .page { padding: 0 16px 60px; }
  .bottom-cta { padding: 40px 20px; }

  /* Nav mobile: evita logo quebrar linha */
  .nav-logo { white-space: nowrap; }
}
@media (max-width: 480px) {
  /* Nav mobile: botão desce para segunda linha, full-width */
  .nav { gap: 8px 12px; }
  .nav .btn-gold { flex: 1 1 100%; text-align: center; padding: 10px 18px; box-sizing: border-box; }
}
