/* ─── Reset & Base ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #06060A;
  --bg-card: #0D0D1A;
  --bg-subtle: #111122;
  --amber: #F59E0B;
  --amber-dim: rgba(245, 158, 11, 0.12);
  --amber-glow: rgba(245, 158, 11, 0.25);
  --text-primary: #F0EEE8;
  --text-muted: #8A8A9A;
  --text-dim: #4A4A5A;
  --border: rgba(240, 238, 232, 0.06);
  --border-amber: rgba(245, 158, 11, 0.15);
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text-primary);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ─── Nav ─── */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 6, 10, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--amber);
}

.nav-tagline {
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ─── Hero ─── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  min-height: 88vh;
  padding: 5rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 60% 40%, var(--amber-dim) 0%, transparent 65%);
  pointer-events: none;
}

.hero-left { position: relative; z-index: 1; }
.hero-right { position: relative; z-index: 1; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.hero-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-callouts {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.callout {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.callout-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--amber-dim);
  border: 1px solid var(--border-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  flex-shrink: 0;
}

.callout-label {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

.callout-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ─── Phone Scene ─── */
.phone-scene {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.phone-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--amber-glow) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: glow-pulse 3s ease-in-out infinite;
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

.phone-body {
  position: relative;
  z-index: 1;
  width: 240px;
  background: #0D0D1A;
  border-radius: 36px;
  border: 1.5px solid rgba(245, 158, 11, 0.2);
  box-shadow:
    0 0 0 8px rgba(245,158,11,0.04),
    0 20px 60px rgba(0,0,0,0.6),
    0 0 80px rgba(245,158,11,0.08);
  overflow: hidden;
}

.phone-screen {
  padding: 1.5rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, #0A0A18 0%, #06060A 100%);
  min-height: 380px;
  display: flex;
  flex-direction: column;
}

.screen-notch {
  width: 80px;
  height: 22px;
  background: #111122;
  border-radius: 0 0 14px 14px;
  margin: -1.5rem -1.25rem 1rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.screen-content { display: flex; flex-direction: column; gap: 0.75rem; }

.call-incoming-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--amber);
  font-weight: 600;
}

.call-number {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
}

.call-caller {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.call-status {
  font-size: 0.78rem;
  color: var(--amber);
  font-weight: 600;
}

.call-waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 28px;
  margin: 0.25rem 0;
}

.wave-bar {
  width: 3px;
  background: var(--amber);
  border-radius: 2px;
  animation: wave-anim 1.2s ease-in-out infinite;
  opacity: 0.8;
}
.wave-bar:nth-child(1)  { height: 8px;  animation-delay: 0s; }
.wave-bar:nth-child(2)  { height: 16px; animation-delay: 0.1s; }
.wave-bar:nth-child(3)  { height: 22px; animation-delay: 0.2s; }
.wave-bar:nth-child(4)  { height: 28px; animation-delay: 0.3s; }
.wave-bar:nth-child(5)  { height: 20px; animation-delay: 0.4s; }
.wave-bar:nth-child(6)  { height: 26px; animation-delay: 0.5s; }
.wave-bar:nth-child(7)  { height: 14px; animation-delay: 0.6s; }
.wave-bar:nth-child(8)  { height: 22px; animation-delay: 0.7s; }
.wave-bar:nth-child(9)  { height: 18px; animation-delay: 0.8s; }
.wave-bar:nth-child(10) { height: 24px; animation-delay: 0.9s; }
.wave-bar:nth-child(11) { height: 12px; animation-delay: 1.0s; }
.wave-bar:nth-child(12) { height: 6px;  animation-delay: 1.1s; }

@keyframes wave-anim {
  0%, 100% { transform: scaleY(1); }
  50%       { transform: scaleY(0.4); }
}

.call-meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.meta-tag {
  font-size: 0.68rem;
  font-weight: 600;
  color: #22C55E;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 20px;
  padding: 2px 10px;
}

.call-dispatched {
  font-size: 0.7rem;
  color: var(--text-dim);
  text-align: center;
  margin-top: 0.5rem;
  font-weight: 500;
}

.phone-bottom-btn {
  width: 40px;
  height: 4px;
  background: rgba(240,238,232,0.08);
  border-radius: 2px;
  margin: 0.5rem auto 0.75rem;
}

/* ─── Stats ─── */
.stats {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-subtle);
}

.stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 4rem;
  gap: 0;
  flex-wrap: wrap;
}

.stat { text-align: center; padding: 0 3rem; }

.stat-number {
  font-family: 'Syne', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--amber);
  letter-spacing: -0.04em;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  max-width: 200px;
  line-height: 1.5;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: var(--border);
}

/* ─── Section Common ─── */
.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.section-sub {
  font-size: 1rem;
  color: var(--text-muted);
}

/* ─── How It Works ─── */
.how {
  padding: 7rem 4rem;
  background: var(--bg);
}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}

.step {
  flex: 1;
  min-width: 220px;
  max-width: 280px;
  padding: 2rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: border-color 0.3s;
}

.step:hover { border-color: var(--border-amber); }

.step-number {
  font-family: 'Syne', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--amber-dim);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.step-body h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.step-body p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.step-arrow { display: flex; align-items: center; color: var(--text-dim); }

/* ─── Industries ─── */
.industries {
  padding: 7rem 4rem;
  background: var(--bg-subtle);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
}

.industry-card {
  padding: 2rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: border-color 0.3s, transform 0.3s;
}

.industry-card:hover {
  border-color: var(--border-amber);
  transform: translateY(-3px);
}

.industry-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--amber-dim);
  border: 1px solid var(--border-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  margin-bottom: 1.25rem;
}

.industry-card h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}

.industry-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ─── Bio ─── */
.bio {
  padding: 7rem 4rem;
  background: var(--bg-subtle);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.bio-inner {
  max-width: 860px;
  margin: 0 auto;
}

.bio-card {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(245,158,11,0.05);
}

.bio-avatar {
  flex-shrink: 0;
}

.bio-avatar-inner {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--amber-dim);
  border: 2px solid var(--border-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
}

.bio-info {
  flex: 1;
  min-width: 0;
}

.bio-name {
  font-family: 'Syne', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.bio-title {
  font-size: 0.85rem;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.bio-location {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.bio-credentials {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex-shrink: 0;
}

.bio-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  white-space: nowrap;
}

.bio-badge svg { color: var(--amber); flex-shrink: 0; }

/* ─── Voice / Difference ─── */
.voice {
  padding: 7rem 4rem;
  background: var(--bg);
}

.voice-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.voice-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.voice-quote {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 3rem;
  font-style: normal;
  position: relative;
}

.voice-quote::before {
  content: '"';
  position: absolute;
  top: -0.5em;
  left: -0.3em;
  font-size: 4em;
  color: var(--amber);
  opacity: 0.15;
  font-family: Georgia, serif;
  line-height: 1;
}

.voice-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  text-align: left;
}

.vf-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
}

.vf-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--amber-dim);
  border: 1px solid var(--border-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  flex-shrink: 0;
}

/* ─── Closing ─── */
.closing {
  padding: 8rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.closing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, var(--amber-dim) 0%, transparent 70%);
  pointer-events: none;
}

.closing-inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }

.closing-orb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--amber-glow) 0%, transparent 70%);
  margin: 0 auto 2.5rem;
}

.closing-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 1.25rem;
}

.closing-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.closing-note {
  font-size: 0.82rem;
  color: var(--text-dim);
}

.email-addr {
  color: var(--amber);
  font-weight: 600;
}

/* ─── Footer ─── */
.footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 4rem;
  background: var(--bg);
}

.footer-inner { max-width: 1100px; margin: 0 auto; }

.footer-brand {
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--amber);
  margin-bottom: 0.25rem;
}

.footer-tagline {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.footer-meta {
  font-size: 0.75rem;
  color: var(--text-dim);
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 3rem 1.75rem;
    min-height: auto;
    gap: 2.5rem;
  }

  .hero-right { order: -1; }

  .phone-body { width: 180px; }
  .phone-screen { min-height: 280px; padding: 1rem 0.75rem; }

  .steps { flex-direction: column; }
  .step-arrow { transform: rotate(90deg); }

  .stats-inner { flex-direction: column; gap: 2rem; }
  .stat-divider { width: 60px; height: 1px; }

  .voice-features { grid-template-columns: 1fr; }

  .how, .industries, .voice, .closing { padding: 4rem 1.75rem; }

  .nav { padding: 1.25rem 1.5rem; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 2.2rem; }
  .industry-grid { grid-template-columns: 1fr; }
}