/* ===== FONTS ===== */

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

html { scroll-behavior: smooth; }

body {
  background: #0A0F1E;
  color: #E8EAF0;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ===== TYPOGRAPHY ===== */
h1, h2, h3 {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00E5C8;
  display: inline-block;
  margin-bottom: 16px;
}

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(10, 15, 30, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.03em;
}
.nav-tag {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.08em;
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 32px 80px;
  background: #0A0F1E;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -100px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 229, 200, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 200, 0.15), transparent);
}
.hero-grid {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 229, 200, 0.08);
  border: 1px solid rgba(0, 229, 200, 0.15);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #00E5C8;
  margin-bottom: 28px;
}
.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E5C8;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.hero-title {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  color: #fff;
  line-height: 1.0;
  margin-bottom: 28px;
  letter-spacing: -0.04em;
}
.hero-highlight {
  color: #00E5C8;
}
.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(232, 234, 240, 0.6);
  max-width: 480px;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 0;
}
.proof-item {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.proof-item:first-child { padding-left: 0; }
.proof-num {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}
.proof-label {
  font-size: 11px;
  color: rgba(232, 234, 240, 0.4);
  margin-top: 2px;
  letter-spacing: 0.03em;
}
.proof-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.08);
}

/* ===== WORKFLOW VIZ ===== */
.workflow-viz {
  background: #10162A;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}
.wv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: #0D1424;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.wv-title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em;
}
.wv-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #00E5C8;
  font-weight: 600;
}
.wv-blink {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00E5C8;
  animation: pulse-dot 1.5s infinite;
}
.wv-incoming {
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.wv-caller-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.wv-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00E5C8, #0A8F7A);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0A0F1E;
  flex-shrink: 0;
}
.wv-caller-info {
  flex: 1;
}
.wv-caller-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.wv-caller-sub {
  display: block;
  font-size: 11px;
  color: rgba(232, 234, 240, 0.4);
  margin-top: 1px;
}
.wv-duration {
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  color: #F59E0B;
  font-weight: 600;
}
.wv-transcript {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.wv-line {
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 10px;
}
.wv-them {
  background: rgba(255,255,255,0.04);
  color: rgba(232, 234, 240, 0.7);
  border-bottom-left-radius: 4px;
}
.wv-us {
  background: rgba(0, 229, 200, 0.1);
  color: #00E5C8;
  border-bottom-right-radius: 4px;
  margin-left: 20px;
}
.wv-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wv-tag {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(255,255,255,0.06);
  color: rgba(232, 234, 240, 0.5);
}
.wv-tag--green {
  background: rgba(0, 229, 200, 0.12);
  color: #00E5C8;
}
.wv-history {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wv-h-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wv-h-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  flex-shrink: 0;
}
.wv-h-name {
  font-size: 12px;
  color: rgba(232, 234, 240, 0.6);
  flex: 1;
}
.wv-h-svc {
  font-size: 11px;
  color: rgba(232, 234, 240, 0.3);
}
.wv-h-status {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 600;
}
.wv-h-status--green {
  background: rgba(0, 229, 200, 0.1);
  color: #00E5C8;
}
.wv-h-status--amber {
  background: rgba(245, 158, 11, 0.1);
  color: #F59E0B;
}

/* ===== SERVICES ===== */
.services {
  padding: 100px 32px;
  background: #0D1424;
  position: relative;
}
.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 200, 0.12), transparent);
}
.services-header {
  max-width: 1200px;
  margin: 0 auto 64px;
}
.services-title {
  font-size: clamp(28px, 3.5vw, 44px);
  color: #fff;
  max-width: 600px;
  line-height: 1.2;
}
.services-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.svc-card {
  background: #121830;
  padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.svc-card:hover {
  background: #171E38;
  border-color: rgba(0, 229, 200, 0.15);
  transform: translateY(-2px);
}
.svc-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 229, 200, 0.08);
  border: 1px solid rgba(0, 229, 200, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00E5C8;
  margin-bottom: 20px;
}
.svc-name {
  font-family: 'Syne', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.svc-desc {
  font-size: 14px;
  color: rgba(232, 234, 240, 0.5);
  line-height: 1.6;
  font-weight: 300;
}

/* ===== PROCESS ===== */
.process {
  padding: 100px 32px;
  background: #0A0F1E;
}
.process-header {
  max-width: 1200px;
  margin: 0 auto 64px;
}
.process-title {
  font-size: clamp(28px, 3.5vw, 44px);
  color: #fff;
  max-width: 500px;
}
.process-steps {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.step {
  padding: 32px 28px;
  border-right: 1px solid rgba(255,255,255,0.05);
  position: relative;
}
.step:last-child { border-right: none; }
.step-num {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(255,255,255,0.05);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}
.step-name {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.step-desc {
  font-size: 13px;
  color: rgba(232, 234, 240, 0.45);
  line-height: 1.65;
  font-weight: 300;
}

/* ===== RESULTS ===== */
.results {
  padding: 100px 32px;
  background: #0D1424;
  position: relative;
}
.results::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 200, 0.12), transparent);
}
.results-header {
  max-width: 1200px;
  margin: 0 auto 48px;
}
.results-title {
  font-size: clamp(26px, 3vw, 40px);
  color: #fff;
  max-width: 620px;
  line-height: 1.25;
}
.results-body {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.quote-text {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.45;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.quote-attr {
  font-size: 12px;
  color: rgba(232, 234, 240, 0.35);
  letter-spacing: 0.03em;
}
.results-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.stat {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.stat:first-child { border-top: 1px solid rgba(255,255,255,0.05); }
.stat-val {
  font-family: 'Syne', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #00E5C8;
  letter-spacing: -0.04em;
  display: block;
  margin-bottom: 6px;
}
.stat-lbl {
  font-size: 13px;
  color: rgba(232, 234, 240, 0.4);
  font-weight: 300;
  line-height: 1.5;
}

/* ===== MANIFESTO ===== */
.manifesto {
  padding: 120px 32px;
  background: #0A0F1E;
  position: relative;
}
.manifesto::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 200, 0.12), transparent);
}
.manifesto-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-text {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}
.manifesto-text em {
  color: #00E5C8;
  font-style: normal;
}
.manifesto-sub {
  font-size: 16px;
  color: rgba(232, 234, 240, 0.45);
  line-height: 1.85;
  margin-bottom: 40px;
  font-weight: 300;
}
.manifesto-highlight {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
.manifesto-highlight::before {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: #F59E0B;
  margin: 0 auto 28px;
  border-radius: 2px;
}

/* ===== CLOSING ===== */
.closing {
  padding: 120px 32px;
  background: #0D1424;
  position: relative;
}
.closing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 200, 0.12), transparent);
}
.closing-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.closing-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.closing-sub {
  font-size: 16px;
  color: rgba(232, 234, 240, 0.5);
  line-height: 1.75;
  margin-bottom: 48px;
  font-weight: 300;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.closing-cta {
  display: flex;
  justify-content: center;
}
.cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #F59E0B;
  letter-spacing: 0.01em;
}
.cta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F59E0B;
  animation: pulse-dot 2s infinite;
}

/* ===== FOOTER ===== */
.footer {
  padding: 40px 32px;
  background: #080D1A;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-brand {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.02em;
}
.footer-copy {
  font-size: 12px;
  color: rgba(232, 234, 240, 0.25);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero-right {
    order: -1;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .step {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .results-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .hero { padding: 100px 20px 60px; }
  .services { padding: 80px 20px; }
  .process { padding: 80px 20px; }
  .results { padding: 80px 20px; }
  .manifesto { padding: 80px 20px; }
  .closing { padding: 80px 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .hero-proof { flex-wrap: wrap; }
  .proof-item { padding: 0 16px 0 0; }
  .proof-divider { display: none; }
}