/* ClipStack — Dark editorial theme */

:root {
  --bg: #0A0E1A;
  --surface: #111827;
  --surface-2: #1a2332;
  --accent: #F59E0B;
  --accent-dim: rgba(245, 158, 11, 0.12);
  --text: #E2E8F0;
  --text-muted: #64748b;
  --border: #1e293b;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  padding: 80px 72px;
  max-width: 1400px;
  margin: 0 auto;
}

.hero-label {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-dim);
  border: 1px solid rgba(245,158,11,0.25);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 28px;
}

.hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}

.line-1 { color: #ffffff; }
.line-2 { color: var(--accent); }
.line-3 { color: #94a3b8; font-weight: 600; }

.hero-sub {
  font-size: 18px;
  color: #94a3b8;
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 32px;
}

.hero-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.badge {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
  border: 1px solid var(--border);
  padding: 5px 12px;
  border-radius: 6px;
  background: var(--surface);
}

/* CLIP STACK VISUAL */
.clip-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.clip-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}

.clip-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 4px;
}

.clip-tiktok::before { background: #ff0050; }
.clip-reels::before { background: #833AB4; }
.clip-shorts::before { background: #ff0000; }
.clip-linkedin::before { background: #0A66C2; }

.clip-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.clip-bar {
  height: 3px;
  border-radius: 2px;
  margin-bottom: 8px;
  background: var(--surface-2);
}

.clip-tiktok .clip-bar { background: linear-gradient(to right, #ff0050 30%, var(--surface-2) 30%); }
.clip-reels .clip-bar { background: linear-gradient(to right, #833AB4 40%, var(--surface-2) 40%); }
.clip-shorts .clip-bar { background: linear-gradient(to right, #ff0000 25%, var(--surface-2) 25%); }
.clip-linkedin .clip-bar { background: linear-gradient(to right, #0A66C2 35%, var(--surface-2) 35%); }

.clip-label {
  font-size: 12px;
  color: var(--text-muted);
}

.clip-time {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 11px;
  color: var(--text-muted);
  font-family: 'DM Sans', monospace;
}

/* SOCIAL PROOF */
.social-proof {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 48px 72px;
  gap: 40px;
  flex-wrap: wrap;
}

.proof-number {
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}

.proof-label {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 220px;
}

/* PROCESS */
.process {
  padding: 100px 72px;
  max-width: 1400px;
  margin: 0 auto;
}

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

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 600px;
}

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

.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  align-items: start;
  padding: 40px 0;
  border-top: 1px solid var(--border);
  position: relative;
}

.step:last-child { border-bottom: 1px solid var(--border); }

.step-number {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--accent-dim);
  line-height: 1;
  padding-top: 4px;
}

.step h3 {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.step p {
  font-size: 16px;
  color: #94a3b8;
  max-width: 580px;
  line-height: 1.7;
}

/* NICHES */
.niches {
  background: var(--surface);
  padding: 100px 72px;
}

.niches .section-header {
  max-width: 1400px;
  margin: 0 auto 64px;
}

.niches-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.niche-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px;
  transition: border-color 0.2s;
}

.niche-card:hover {
  border-color: rgba(245,158,11,0.3);
}

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

.niche-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.niche-card p {
  font-size: 15px;
  color: #94a3b8;
  line-height: 1.65;
}

/* PACKAGES */
.packages {
  padding: 100px 72px;
  max-width: 1400px;
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 0;
}

.package {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.package-featured {
  border-color: var(--accent);
  background: linear-gradient(145deg, var(--surface-2), var(--surface));
}

.package-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #0A0E1A;
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.package-name {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.package-price {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 28px;
  letter-spacing: -0.03em;
}

.per {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-muted);
}

.package-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.package-features li {
  font-size: 15px;
  color: var(--text);
  padding-left: 20px;
  position: relative;
}

.package-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.package-note {
  font-size: 12px;
  color: var(--text-muted);
  font-style: italic;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

/* CLOSING */
.closing {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 100px 72px;
}

.closing-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.closing-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 24px;
}

.closing-body {
  font-size: 18px;
  color: #94a3b8;
  max-width: 620px;
  line-height: 1.7;
  margin-bottom: 56px;
}

.closing-stats {
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}

.c-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-num {
  font-family: 'Syne', sans-serif;
  font-size: 52px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}

.c-desc {
  font-size: 14px;
  color: var(--text-muted);
  max-width: 260px;
}

/* FOOTER */
.footer {
  border-top: 1px solid var(--border);
  padding: 48px 72px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.footer-tagline {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.footer-copy {
  font-size: 12px;
  color: #475569;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 32px;
    gap: 48px;
  }

  .social-proof {
    flex-direction: column;
    padding: 48px 32px;
    text-align: center;
  }

  .process,
  .packages {
    padding: 64px 32px;
  }

  .niches {
    padding: 64px 32px;
  }

  .niches-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .step {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .step-number {
    font-size: 36px;
  }

  .closing {
    padding: 64px 32px;
  }

  .closing-stats {
    gap: 32px;
  }

  .footer {
    padding: 40px 32px;
  }
}

/* Subtle scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }

/* Selection */
::selection { background: rgba(245,158,11,0.2); color: #fff; }

/* AGENCY STYLES */
.container { max-width: 1100px; margin: 0 auto; padding: 24px; }

.page-header { margin-bottom: 40px; }
.page-header h1 { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.page-header p { color: var(--text-muted); }

.dashboard-section { margin-bottom: 48px; }

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 10px 14px; text-align: left; border-bottom: 1px solid var(--border); }
.table th { font-weight: 600; color: var(--text-muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
.table td { color: var(--text); font-size: 14px; }
.table a { color: var(--accent); text-decoration: none; }
.table a:hover { text-decoration: underline; }

.empty-state { text-align: center; color: var(--text-muted); font-style: italic; padding: 24px !important; }

.badge {
  font-size: 11px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: capitalize;
}
.badge-pending { background: rgba(245,158,11,0.15); color: #F59E0B; }
.badge-progress { background: rgba(59,130,246,0.15); color: #3B82F6; }
.badge-delivered { background: rgba(34,197,94,0.15); color: #22C55E; }

.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: #0A0E1A;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.btn-primary:hover { opacity: 0.9; }

.intake-form { max-width: 600px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 500; color: var(--text-muted); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.05em; }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group textarea { width: 100%; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 10px 14px; color: var(--text); font-size: 14px; font-family: 'DM Sans', sans-serif; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--text-muted); }
.form-group input:focus,
.form-group textarea:focus { outline: none; border-color: var(--accent); }

.checkbox-group { display: flex; flex-wrap: wrap; gap: 16px; }
.checkbox-group label { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--text); text-transform: none; letter-spacing: 0; cursor: pointer; }
.checkbox-group input[type="checkbox"] { accent-color: var(--accent); }

.status-section { margin-bottom: 32px; }
.status-grid { display: grid; gap: 16px; }
.status-item { display: flex; flex-direction: column; gap: 4px; }
.status-label { font-size: 11px; font-weight: 500; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.status-note { color: var(--text-muted); font-size: 14px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
