/* === StakeSafe Theme === */
:root {
  --bg: #FAF8F5;
  --fg: #1A1A1A;
  --muted: #6B6B6B;
  --accent: #1B4332;
  --accent-light: #2D6A4F;
  --gold: #D4A853;
  --border: #E8E4DC;
  --card-bg: #FFFFFF;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Syne', sans-serif;
  line-height: 1.2;
}

/* === Hero === */
.hero {
  padding: 100px 24px 80px;
  max-width: 1100px;
  margin: 0 auto;
}

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

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 28px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}

.hero-headline {
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 800;
  color: var(--fg);
  margin-bottom: 28px;
  letter-spacing: -0.03em;
}

.hero-lede {
  font-size: 20px;
  color: var(--muted);
  max-width: 520px;
  margin-bottom: 56px;
  line-height: 1.7;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 32px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 40px;
}

.stat-value {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
}

.stat-label {
  font-size: 13px;
  color: var(--muted);
  max-width: 140px;
  line-height: 1.4;
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
  margin-right: 40px;
  flex-shrink: 0;
}

/* === Features === */
.features {
  padding: 80px 24px;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}

.features-header {
  margin-bottom: 56px;
}

.features-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.features-sub {
  color: var(--muted);
  font-size: 18px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.feature-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
}

.feature-icon {
  width: 52px;
  height: 52px;
  background: #F0F5F1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 24px;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.feature-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* === Process === */
.process {
  padding: 80px 24px;
  background: var(--accent);
  color: #fff;
}

.process-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.process-text h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}

.process-text p {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.process-highlight {
  font-family: 'Syne', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--gold) !important;
  margin-top: 24px !important;
}

.process-visual {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.flow-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.flow-step:first-child {
  border-top: 1px solid rgba(255,255,255,0.12);
}

.flow-number {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
  width: 32px;
  padding-top: 2px;
}

.flow-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.flow-content strong {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.flow-content span {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

/* === Proof === */
.proof {
  padding: 80px 24px;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}

.proof-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
}

.proof-quote {
  position: relative;
}

.quote-mark {
  font-family: 'Syne', sans-serif;
  font-size: 96px;
  color: var(--border);
  line-height: 0.6;
  margin-bottom: 16px;
  display: block;
}

.proof-quote blockquote {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--fg);
  margin-bottom: 16px;
}

.proof-quote cite {
  font-size: 13px;
  color: var(--muted);
  font-style: normal;
}

.proof-stats {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.proof-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.proof-number {
  font-family: 'Syne', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.proof-desc {
  font-size: 14px;
  color: var(--muted);
  max-width: 340px;
  line-height: 1.5;
}

/* === Closing === */
.closing {
  padding: 100px 24px;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}

.closing-inner {
  max-width: 700px;
}

.closing h2 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  color: var(--fg);
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.closing p {
  font-size: 20px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 560px;
}

/* === Footer === */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 40px 24px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-name {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--accent);
}

.footer-tagline {
  font-size: 13px;
  color: var(--muted);
}

.footer-meta {
  font-size: 13px;
  color: var(--muted);
}

/* === Responsive === */
@media (max-width: 768px) {
  .hero { padding: 64px 20px 56px; }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 24px; }
  .stat-divider { display: none; }
  .stat { padding-right: 0; }
  .features { padding: 56px 20px; }
  .process-inner { grid-template-columns: 1fr; gap: 48px; }
  .proof-inner { grid-template-columns: 1fr; gap: 48px; }
  .closing { padding: 64px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}