/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #08080A;
  --surface: #111116;
  --surface2: #1A1A22;
  --green: #39FF14;
  --green-dim: rgba(57, 255, 20, 0.12);
  --text: #F4F4F5;
  --text-muted: #9A9AAA;
  --text-dim: #5A5A68;
  --border: #1E1E2A;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* --- NAV --- */
.nav {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.logo-mark { color: var(--green); }
.nav-tagline {
  font-size: 13px;
  color: var(--text-muted);
  font-style: italic;
}

/* --- SECTION LABEL --- */
.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}

/* --- HERO --- */
.hero {
  padding: 100px 0 80px;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 20px;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  color: var(--text);
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 420px;
  line-height: 1.6;
  margin-bottom: 48px;
}
.hero-stats {
  display: flex;
  gap: 40px;
}
.stat-value {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  color: var(--green);
}
.stat-label {
  font-size: 12px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

/* Hero Card */
.hero-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px;
}
.card-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-dim);
  margin-bottom: 24px;
}
.card-flow {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: var(--text);
}
.step-icon {
  width: 28px;
  height: 28px;
  background: var(--green-dim);
  color: var(--green);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.flow-arrow {
  color: var(--text-dim);
  font-size: 18px;
  margin-left: 42px;
}
.card-clients {
  font-size: 13px;
  color: var(--text-dim);
  border-top: 1px solid var(--border);
  padding-top: 20px;
  line-height: 1.5;
}

/* --- PROBLEM --- */
.problem {
  padding: 80px 0;
  background: var(--surface);
}
.problem-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.problem-headline {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  max-width: 640px;
  margin-bottom: 56px;
}
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.problem-card {
  background: var(--surface2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.p-icon {
  width: 28px;
  height: 28px;
  background: rgba(255, 50, 50, 0.12);
  color: #FF4F4F;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  font-weight: 700;
}
.problem-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* --- PACKAGES --- */
.packages {
  padding: 80px 0;
}
.packages-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.packages-headline {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 48px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.pricing-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  transition: border-color 0.2s;
}
.pricing-card.featured {
  border-color: var(--green);
  background: linear-gradient(135deg, var(--surface) 0%, rgba(57,255,20,0.04) 100%);
}
.pkg-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #000;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
}
.pkg-name {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}
.pkg-price {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -2px;
  margin-bottom: 6px;
}
.pkg-price span {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0;
}
.pkg-tag {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.pkg-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pkg-features li {
  font-size: 14px;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
}
.pkg-features li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--green);
  font-size: 12px;
}

/* --- CLIENTS --- */
.clients {
  padding: 80px 0;
  background: var(--surface);
}
.clients-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.client-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.client-type {
  padding: 24px;
}
.client-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.client-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.client-type p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* --- PROCESS --- */
.process {
  padding: 80px 0;
}
.process-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.step-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid var(--border);
}
.step:last-child { border-bottom: none; }
.step-num {
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--green);
  opacity: 0.25;
  line-height: 1;
  padding-top: 4px;
}
.step-body h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.step-body p {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 480px;
}

/* --- CLOSING --- */
.closing {
  padding: 100px 0;
  background: var(--surface);
}
.closing-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.closing-body {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- FOOTER --- */
.footer {
  padding: 48px 0;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
.footer-tagline {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.footer-legal {
  font-size: 12px;
  color: var(--text-dim);
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-right { order: -1; }
  .hero-stats { gap: 24px; }
  .problem-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .client-grid { grid-template-columns: 1fr 1fr; }
  .step { grid-template-columns: 48px 1fr; gap: 16px; }
  .step-num { font-size: 32px; }
  .nav-tagline { display: none; }
}
@media (max-width: 480px) {
  .client-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-wrap: wrap; }
}
