/* Veloxa — Dark premium theme */

:root {
  --bg: #0d0d0f;
  --bg-card: #111114;
  --bg-card-hover: #161619;
  --fg: #f0ede6;
  --fg-muted: #8a8799;
  --fg-subtle: #4a4759;
  --accent: #f59e0b;
  --accent-dim: rgba(245, 158, 11, 0.12);
  --border: rgba(240, 237, 230, 0.08);
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  width: 100%;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
}

.eyebrow-tag {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-dim);
  padding: 5px 12px;
  border-radius: 3px;
}

.eyebrow-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--fg-subtle);
}

.eyebrow-text {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--fg-muted);
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 32px;
}

.hero-headline em {
  font-style: normal;
  color: var(--accent);
}

.hero-sub {
  max-width: 560px;
  font-size: 19px;
  color: var(--fg-muted);
  line-height: 1.65;
  font-weight: 300;
}

.hero-watermark {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: clamp(180px, 22vw, 320px);
  font-weight: 800;
  color: rgba(240, 237, 230, 0.025);
  letter-spacing: -0.05em;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.hero-rule {
  position: absolute;
  bottom: 0;
  left: 48px;
  right: 48px;
  height: 1px;
  background: var(--border);
}

/* ── WHAT IT DOES ── */
.what-it-does {
  padding: 100px 0;
}

.wid-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

.wid-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg-subtle);
  margin-bottom: 48px;
}

.wid-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.wid-card {
  background: var(--bg-card);
  padding: 48px;
  position: relative;
  transition: background 0.2s;
}

.wid-card:hover {
  background: var(--bg-card-hover);
}

.wid-card-num {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 24px;
}

.wid-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 14px;
}

.wid-card p {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* ── OUTCOMES ── */
.outcomes {
  padding: 100px 0;
  background: var(--bg-card);
}

.outcomes-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

.outcomes-header {
  margin-bottom: 64px;
}

.outcomes-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg-subtle);
  margin-bottom: 16px;
}

.outcomes-header h2 {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  color: var(--fg);
  max-width: 480px;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
}

.outcome-stat {
  background: var(--bg-card);
  padding: 40px 32px;
}

.stat-num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-desc {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.5;
}

/* ── MANIFESTO ── */
.manifesto {
  padding: 100px 0;
}

.manifesto-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

.manifesto-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg-subtle);
  margin-bottom: 40px;
}

.manifesto-body {
  max-width: 640px;
}

.manifesto-line {
  font-size: 22px;
  font-weight: 300;
  color: var(--fg-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}

.manifesto-line.accent {
  color: var(--fg);
  padding-left: 24px;
  border-left: 2px solid var(--accent);
}

.manifesto-line.bold {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  margin-top: 32px;
}

/* ── CLOSING ── */
.closing {
  padding: 120px 0;
  border-top: 1px solid var(--border);
}

.closing-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.5vw, 64px);
  font-weight: 700;
  color: var(--fg);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.closing-accent {
  color: var(--accent);
}

/* ── FOOTER ── */
.site-footer {
  padding: 40px 0;
  border-top: 1px solid var(--border);
}

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

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

.footer-name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--fg);
}

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

.footer-meta {
  font-size: 12px;
  color: var(--fg-subtle);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { padding: 80px 0 60px; }
  .hero-inner, .wid-inner, .outcomes-inner, .manifesto-inner, .closing-inner, .footer-inner { padding: 0 24px; }
  .hero-watermark { display: none; }
  .wid-grid { grid-template-columns: 1fr; }
  .outcomes-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { flex-direction: column; gap: 16px; align-items: flex-start; }
}

@media (max-width: 480px) {
  .outcomes-grid { grid-template-columns: 1fr; }
  .manifesto-line { font-size: 18px; }
  .closing-headline { font-size: 28px; }
}