/* ============================================
   Truzor MM — main stylesheet
   ============================================ */

:root {
  --bg: #000000;
  --bg-2: #0a0d0a;
  --surface: #0e1311;
  --surface-2: #131a17;
  --border: #1c241f;
  --border-2: #233028;
  --text: #ffffff;
  --text-dim: #9aa39c;
  --text-faint: #6b7670;
  --green: #22e07a;
  --green-2: #16b863;
  --green-glow: rgba(34, 224, 122, 0.45);
  --green-glow-soft: rgba(34, 224, 122, 0.15);
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1240px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  transition: transform .15s ease, background .15s ease, border-color .15s ease, opacity .15s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 14px 22px; font-size: 15px; }

.btn-primary {
  background: var(--green);
  color: #00120a;
  box-shadow: 0 0 0 1px rgba(34,224,122,0.6), 0 8px 28px -8px var(--green-glow);
}
.btn-primary:hover { background: #2dec85; }

.btn-secondary {
  background: rgba(255,255,255,0.04);
  color: #fff;
  border-color: var(--border-2);
}
.btn-secondary:hover { background: rgba(255,255,255,0.08); }

.btn-ghost {
  color: #fff;
  background: transparent;
  border-color: var(--border-2);
}
.btn-ghost:hover { background: rgba(255,255,255,0.05); }

.btn-light {
  background: #fff;
  color: #0a0d0a;
}
.btn-light:hover { background: #f1f1f1; }

.arrow { font-size: 14px; opacity: .9; }

/* ============================================
   NAV
   ============================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.nav-inner {
  display: flex;
  align-items: center;
  height: 72px;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 17px;
}
.brand-logo { width: 28px; height: 28px; }
.brand-name { letter-spacing: -0.01em; }

.nav-links {
  display: flex;
  gap: 28px;
  margin-left: 12px;
}
.nav-link {
  position: relative;
  font-size: 14px;
  color: var(--text-dim);
  font-weight: 500;
  padding: 6px 0;
  transition: color .15s ease;
}
.nav-link:hover { color: #fff; }
.nav-link.is-active { color: #fff; }
.nav-link.is-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--green);
  border-radius: 2px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 8px;
  color: var(--text-dim);
  border: 1px solid var(--border-2);
  background: rgba(255,255,255,0.02);
  transition: all .15s ease;
}
.icon-btn:hover { color: #fff; background: rgba(255,255,255,0.06); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 36px; height: 36px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  padding: 64px 0 0;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  inset: 0 0 -100px 0;
  background:
    radial-gradient(800px 360px at 10% 100%, var(--green-glow) 0%, transparent 60%),
    radial-gradient(600px 280px at 90% 100%, var(--green-glow-soft) 0%, transparent 60%);
  pointer-events: none;
  filter: blur(40px);
  opacity: .85;
  z-index: 0;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1.2fr;
  gap: 48px;
  align-items: start;
  padding-top: 24px;
}

.trusted {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.trusted-avatars {
  display: inline-flex;
}
.av {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2px solid #000;
  display: inline-block;
  margin-left: -10px;
  background-size: cover;
  background-position: center;
}
.av:first-child { margin-left: 0; }
.av-1 { background: linear-gradient(135deg,#7c3aed,#ec4899); }
.av-2 { background: linear-gradient(135deg,#22e07a,#16a34a); }
.av-3 { background: linear-gradient(135deg,#f59e0b,#ef4444); }
.trusted-text {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.3;
}
.trusted-text strong { color: #fff; font-weight: 600; }

.hero-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.hero-sub {
  font-size: 17px;
  color: var(--text-dim);
  max-width: 480px;
  margin-bottom: 36px;
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* hero mockup */
.hero-mock {
  position: relative;
}
.mock-window {
  background: linear-gradient(180deg, #0d1411 0%, #0a100d 100%);
  border: 1px solid var(--border-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px -30px rgba(34,224,122,0.25), 0 10px 30px rgba(0,0,0,0.4);
}
.mock-tabs {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.mock-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  margin-right: 12px;
}
.mock-brand img { width: 18px; height: 18px; }
.mock-tab {
  color: var(--text-dim);
  padding: 6px 0;
  position: relative;
}
.mock-tab.is-active { color: #fff; }
.mock-tab.is-active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -14px;
  height: 2px; background: var(--green);
}
.mock-body { padding: 22px; }
.mock-body h3 { font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.mock-sub { color: var(--text-dim); font-size: 13px; margin-bottom: 18px; }

.mock-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
}
.mock-stat {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
}
.mock-stat-label {
  font-size: 12px;
  color: var(--text-dim);
  margin-bottom: 6px;
}
.mock-stat-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.mock-stat-value { font-size: 22px; font-weight: 700; }
.mock-badge {
  font-size: 11px;
  background: rgba(34,224,122,0.15);
  color: var(--green);
  padding: 3px 8px;
  border-radius: 8px;
  font-weight: 600;
}
.mock-chart {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px;
}
.mock-chart-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 8px;
}
.mock-chart-title { font-weight: 600; font-size: 14px; }
.mock-legend { font-size: 11px; color: var(--green); }
.mock-chart-svg { width: 100%; height: 130px; }

/* stats bar */
.stats-bar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 56px 24px 80px;
}
.stat-value {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.stat-label {
  font-size: 13px;
  color: var(--text-dim);
}

/* ============================================
   SECTIONS — common
   ============================================ */
.section { padding: 80px 0; position: relative; }
.section-coins { padding: 60px 0; }
.section-faq { padding: 80px 0 40px; }

.eyebrow {
  font-size: 13px;
  color: var(--text-faint);
  font-weight: 500;
  margin-bottom: 8px;
}
.eyebrow-center { text-align: center; }
.section-title {
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.section-title-center { text-align: center; }
.section-sub {
  text-align: center;
  color: var(--text-dim);
  margin-bottom: 40px;
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 48px 0 36px;
}
.step {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
}
.step h3 { font-size: 18px; font-weight: 600; margin: 18px 0 8px; }
.step p { font-size: 14px; color: var(--text-dim); }

.step-art {
  height: 180px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.step-art-1 {
  background: rgba(0,0,0,0.4);
  border: 1px solid var(--border);
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  align-items: stretch; justify-content: flex-start;
}
.mini-list { display: flex; flex-direction: column; gap: 4px; }
.mini-row {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.04);
  padding: 8px 10px; border-radius: 8px;
  font-size: 12px;
}
.mini-row.is-on { background: rgba(34,224,122,0.08); border: 1px solid rgba(34,224,122,0.3); }
.dot {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 18px; height: 18px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
.dot-orange { background: #f59e0b; }
.dot-blue { background: #345d9d; }
.check { margin-left: auto; color: var(--green); }
.mini-input {
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  display: flex; align-items: center; gap: 8px;
}
.mini-input strong { margin-left: auto; }
.mini-input-row { justify-content: space-between; }
.mini-user {
  background: rgba(255,255,255,0.06);
  padding: 2px 8px;
  border-radius: 8px;
}

.step-art-2, .step-art-3, .step-art-4 {
  background: radial-gradient(circle at 50% 50%, rgba(34,224,122,0.25), transparent 70%);
}
.vault {
  width: 110px; height: 110px;
  background: linear-gradient(135deg, rgba(34,224,122,0.2), rgba(34,224,122,0.05));
  border: 1px solid rgba(34,224,122,0.4);
  border-radius: 16px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  font-size: 36px;
  box-shadow: 0 0 40px var(--green-glow);
}
.vault .lock { color: var(--green); }
.user-bubble {
  position: absolute;
  top: -22px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg,#f59e0b,#ef4444);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
}
.vault-2 .user-bubble-l { left: -22px; top: 30px; background: linear-gradient(135deg,#7c3aed,#ec4899); }
.vault-2 .user-bubble-r { right: -22px; top: 50px; background: linear-gradient(135deg,#22e07a,#16a34a); }

.chest {
  width: 130px; height: 110px;
  background: linear-gradient(135deg, rgba(34,224,122,0.2), rgba(34,224,122,0.05));
  border: 1px solid rgba(34,224,122,0.4);
  border-radius: 14px 14px 12px 12px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 50px var(--green-glow);
}
.chest .lock { font-size: 28px; }
.coin {
  position: absolute;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22e07a, #16a34a);
  color: #00120a;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 14px;
}
.coin-1 { top: -36px; left: 14px; }
.coin-2 { top: -50px; left: 50px; }
.coin-3 { top: -36px; right: 14px; }

.how-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 1px solid var(--border);
  padding-top: 32px;
}
.hf {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.hf-icon {
  color: var(--green);
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 2px;
}
.hf h4 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.hf p { font-size: 13px; color: var(--text-dim); }

/* ============================================
   FEATURES
   ============================================ */
.features-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px;
  transition: border-color .15s ease, transform .15s ease;
}
.feature-card:hover {
  border-color: rgba(34,224,122,0.3);
  transform: translateY(-2px);
}
.feature-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(34,224,122,0.1);
  border: 1px solid rgba(34,224,122,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
  margin-bottom: 18px;
}
.feature-icon svg { width: 22px; height: 22px; }
.feature-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: var(--text-dim); }

/* ============================================
   SUPPORTED COINS
   ============================================ */
.coins-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
  padding: 32px 0;
}
.coin-item {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.coin-logo {
  width: 64px; height: 64px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.coin-btc { background: linear-gradient(135deg, #f7931a, #ffae3d); }
.coin-ltc { background: linear-gradient(135deg, #345d9d, #5b8def); }
.coin-item span { font-size: 14px; font-weight: 500; }

.coins-more {
  text-align: center;
  color: var(--text-faint);
  font-size: 13px;
  margin-top: 12px;
}

/* ============================================
   PRICING
   ============================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 12px;
}
.price-card {
  position: relative;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px 24px;
  transition: border-color .15s ease, transform .15s ease;
}
.price-card:hover {
  border-color: rgba(34,224,122,0.25);
  transform: translateY(-2px);
}
.price-card-featured {
  border-color: rgba(34,224,122,0.5);
  background: linear-gradient(180deg, rgba(34,224,122,0.06), rgba(34,224,122,0.02));
  box-shadow: 0 0 50px -20px var(--green-glow);
}
.price-badge {
  position: absolute;
  top: -10px; left: 24px;
  background: var(--green);
  color: #00120a;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.price-tier {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}
.price-amount {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 4px;
}
.price-meta {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 20px;
}
.price-list { list-style: none; }
.price-list li {
  font-size: 13px;
  color: var(--text-dim);
  padding: 6px 0;
  border-top: 1px solid var(--border);
}
.price-list li:first-child { border-top: none; }

/* ============================================
   FAQ
   ============================================ */
.faq-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.faq-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .plus {
  color: var(--green);
  font-size: 22px;
  font-weight: 300;
  transition: transform .2s ease;
}
.faq-item[open] .plus { transform: rotate(45deg); }
.faq-item p {
  padding: 0 18px 18px;
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.6;
}

.faq-mock {
  position: relative;
  height: 360px;
}
.faq-chart {
  position: absolute;
  top: 0; right: -20px;
  width: 90%;
  opacity: .6;
}
.faq-card {
  position: absolute;
  bottom: 20px; right: 0;
  background: rgba(13,20,17,0.95);
  border: 1px solid var(--border-2);
  border-radius: 12px;
  padding: 14px;
  width: 240px;
  transform: rotate(-4deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}
.faq-card-head {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 13px;
}
.faq-card-head span { color: var(--text-dim); font-weight: 400; }
.faq-card-row {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 0;
  font-size: 12px;
  border-top: 1px solid var(--border);
}
.faq-card-row:first-of-type { border-top: none; }
.dot-l { background: #345d9d; width: 14px; height: 14px; border-radius: 50%; display: inline-block; }
.dot-b { background: #f7931a; width: 14px; height: 14px; border-radius: 50%; display: inline-block; }
.ml-auto { margin-left: auto; color: var(--text-dim); font-size: 11px; }

/* ============================================
   CTA
   ============================================ */
.cta {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  inset: auto 0 -200px 0;
  height: 360px;
  background: radial-gradient(60% 100% at 50% 100%, var(--green-glow) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}
.cta-inner {
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, rgba(13,20,17,0.7), rgba(10,16,13,0.5));
  border: 1px solid var(--border-2);
  border-radius: 24px;
  padding: 56px 24px;
  max-width: 900px;
}
.cta-inner h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.cta-inner p {
  color: var(--text-dim);
  margin-bottom: 28px;
  max-width: 520px;
  margin-left: auto; margin-right: auto;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  border-top: 1px solid var(--border);
  background: var(--bg-2);
  padding: 56px 0 24px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.footer-brand p {
  margin-top: 12px;
  color: var(--text-dim);
  font-size: 14px;
  max-width: 280px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 24px;
  align-self: start;
}
.footer-links a {
  color: var(--text-dim);
  font-size: 14px;
  transition: color .15s ease;
}
.footer-links a:hover { color: #fff; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 13px;
  color: var(--text-faint);
}
.footer-legal { display: flex; gap: 18px; }
.footer-legal a:hover { color: #fff; }

/* ============================================
   AUTH PAGES
   ============================================ */
.auth-wrap {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  position: relative;
  overflow: hidden;
}
.auth-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 400px at 50% 100%, var(--green-glow) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.auth-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, rgba(13,20,17,0.85), rgba(10,16,13,0.6));
  border: 1px solid var(--border-2);
  border-radius: 18px;
  padding: 38px 32px;
  backdrop-filter: blur(10px);
}
.auth-card h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.auth-card .auth-sub {
  color: var(--text-dim);
  font-size: 14px;
  margin-bottom: 28px;
}
.form-field {
  display: flex; flex-direction: column;
  margin-bottom: 16px;
}
.form-field label {
  font-size: 13px;
  margin-bottom: 6px;
  color: var(--text-dim);
}
.form-field input {
  background: rgba(0,0,0,0.4);
  border: 1px solid var(--border-2);
  color: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  transition: border-color .15s ease;
  font-family: inherit;
}
.form-field input:focus {
  outline: none;
  border-color: rgba(34,224,122,0.6);
  box-shadow: 0 0 0 3px rgba(34,224,122,0.15);
}
.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 22px;
}
.form-row a { color: var(--green); }
.form-row label {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-dim);
}
.btn-block { width: 100%; justify-content: center; }
.auth-divider {
  display: flex; align-items: center;
  gap: 12px;
  color: var(--text-faint);
  font-size: 12px;
  margin: 22px 0;
}
.auth-divider::before, .auth-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}
.auth-social {
  display: flex; gap: 10px;
}
.auth-social .btn { flex: 1; justify-content: center; }
.auth-foot {
  text-align: center;
  font-size: 14px;
  color: var(--text-dim);
  margin-top: 24px;
}
.auth-foot a { color: var(--green); font-weight: 600; }

/* ============================================
   LEGAL PAGES
   ============================================ */
.legal {
  padding: 80px 24px;
  max-width: 820px;
  margin: 0 auto;
}
.legal h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.legal .legal-meta {
  color: var(--text-faint);
  font-size: 13px;
  margin-bottom: 32px;
}
.legal h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 10px;
}
.legal p, .legal li {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.legal ul { padding-left: 22px; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mock { order: 2; max-width: 640px; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); padding-bottom: 60px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .how-features { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-right { display: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 760px) {
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; background: rgba(0,0,0,0.95); padding: 18px 24px; border-bottom: 1px solid var(--border); }
  .nav-links.is-open { display: flex; }
  .nav-actions .btn-ghost { display: none; }
  .nav-toggle { display: flex; }
  .feature-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .how-features { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .stat-value { font-size: 24px; }
  .hero { padding-top: 40px; }
  .mock-stats { grid-template-columns: 1fr; }
}
