:root {
  --bg: #0d0d0f;
  --bg-2: #111114;
  --fg: #f0ede8;
  --fg-muted: #8a8580;
  --accent: #FF8C00;
  --accent-dim: rgba(255, 140, 0, 0.12);
  --border: rgba(240, 237, 232, 0.08);
  --green: #22c55e;
  --blue: #3b82f6;
  --yellow: #eab308;
  --red: #ef4444;
  --purple: #a855f7;
}

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

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

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

/* Nav */
.nav {
  padding: 1.5rem 3rem;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
.nav-status {
  font-size: 0.8rem;
  color: var(--fg-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 6px var(--green);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Hero */
.hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 3rem 4rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: start;
}
.hero-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 1.5rem;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
}
.hero-title {
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
  line-height: 1.05;
}
.hero-sub {
  font-size: 1.15rem;
  color: var(--fg-muted);
  max-width: 520px;
  line-height: 1.7;
  font-weight: 300;
}
.hero-stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1rem;
  border-left: 1px solid var(--border);
  padding-left: 3rem;
}
.stat { display: flex; flex-direction: column; gap: 0.25rem; }
.stat-n {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}
.stat-l { font-size: 0.8rem; color: var(--fg-muted); }
.stat-sep { height: 1px; background: var(--border); width: 60px; }

/* Mockup */
.mockup {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 4rem 3rem;
}
.mockup-window {
  max-width: 1000px;
  margin: 0 auto;
  background: #18181b;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,140,0,0.05);
}
.mockup-bar {
  background: #232328;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.dot.red { background: #ff5f57; }
.dot.yellow { background: #febc2e; }
.dot.green { background: #28c840; }
.mockup-title { margin-left: 0.75rem; font-size: 0.75rem; color: var(--fg-muted); font-family: 'DM Sans', sans-serif; }
.mockup-body { display: flex; height: 340px; }
.mockup-sidebar {
  background: #1c1c20;
  padding: 1.25rem 0;
  width: 130px;
  border-right: 1px solid rgba(255,255,255,0.05);
  flex-shrink: 0;
}
.sb-item {
  padding: 0.6rem 1rem;
  font-size: 0.75rem;
  color: var(--fg-muted);
  cursor: default;
}
.sb-item.active { color: var(--accent); background: rgba(255,140,0,0.08); border-left: 2px solid var(--accent); }
.mockup-main { flex: 1; padding: 1.25rem 1.5rem; overflow: hidden; }
.mockup-section-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--fg-muted); margin-bottom: 0.75rem; }
.pipeline-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.p-name { font-size: 0.78rem; flex: 1; color: var(--fg); }
.p-badge {
  font-size: 0.62rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: rgba(59,130,246,0.15);
  color: #60a5fa;
  white-space: nowrap;
}
.p-badge.progress { background: rgba(234,179,8,0.15); color: #facc15; }
.p-badge.delivered { background: rgba(34,197,94,0.12); color: #4ade80; }
.p-pct { font-size: 0.72rem; color: var(--fg-muted); min-width: 35px; text-align: right; }
.outreach-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.o-name { font-size: 0.78rem; color: var(--fg); }
.o-status {
  font-size: 0.62rem;
  padding: 0.18rem 0.5rem;
  border-radius: 4px;
  white-space: nowrap;
}
.o-status.sent { background: rgba(59,130,246,0.15); color: #60a5fa; }
.o-status.replied { background: rgba(34,197,94,0.12); color: #4ade80; }
.o-status.pending { background: rgba(255,255,255,0.06); color: var(--fg-muted); }
.mockup-caption { text-align: center; font-size: 0.78rem; color: var(--fg-muted); margin-top: 1.25rem; }

/* Services */
.services {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 3rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.svc-card {
  padding: 2rem 2.5rem 2rem 0;
  border-right: 1px solid var(--border);
}
.svc-card:last-child { border-right: none; }
.svc-num {
  font-family: 'Syne', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1rem;
}
.svc-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.svc-card p { font-size: 0.85rem; color: var(--fg-muted); line-height: 1.6; }

/* Features */
.features {
  background: var(--bg-2);
  padding: 5rem 3rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.features-header {
  max-width: 1200px;
  margin: 0 auto 3.5rem;
  text-align: left;
}
.features-header h2 { font-size: 2.4rem; letter-spacing: -0.03em; margin-bottom: 0.75rem; }
.features-header p { color: var(--fg-muted); font-size: 1rem; }
.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 3rem;
}
.feat { display: flex; flex-direction: column; gap: 0.6rem; }
.feat-icon {
  width: 44px;
  height: 44px;
  background: var(--accent-dim);
  border: 1px solid rgba(255,140,0,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 0.25rem;
}
.feat h4 { font-size: 0.95rem; font-weight: 700; }
.feat p { font-size: 0.82rem; color: var(--fg-muted); line-height: 1.6; }

/* Testimonials */
.testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 3rem;
}
.test-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--fg-muted);
  margin-bottom: 2.5rem;
}
.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.test-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 2rem;
}
.test-quote {
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: italic;
  color: var(--fg);
  margin-bottom: 1.25rem;
}
.test-author { font-size: 0.78rem; color: var(--fg-muted); }

/* Closing */
.closing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.closing h2 {
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.closing p { color: var(--fg-muted); font-size: 1rem; line-height: 1.7; }
.closing p + p { margin-top: 1rem; }
.closing-sub { margin-top: 1.5rem; font-size: 0.9rem; color: var(--accent); font-family: 'Syne', sans-serif; font-weight: 600; }

/* Footer */
.footer {
  border-top: 1px solid var(--border);
  padding: 3rem;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-brand { display: flex; flex-direction: column; gap: 0.3rem; }
.footer-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1rem; }
.footer-tagline { font-size: 0.8rem; color: var(--fg-muted); }
.footer-meta { font-size: 0.75rem; color: var(--fg-muted); }

/* Responsive */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding: 4rem 1.5rem 3rem; gap: 2.5rem; }
  .hero-stats { border-left: none; border-top: 1px solid var(--border); padding-left: 0; padding-top: 2rem; flex-direction: row; flex-wrap: wrap; gap: 1.5rem 2.5rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .svc-card { border-right: none; border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .test-grid { grid-template-columns: 1fr; }
  .closing { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 1.5rem; }
  .mockup-body { flex-direction: column; height: auto; }
  .mockup-sidebar { width: 100%; display: flex; gap: 0; overflow-x: auto; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .sb-item { white-space: nowrap; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .nav { padding: 1rem 1.5rem; }
}