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

:root {
  --bg: #0c1220;
  --bg-2: #111827;
  --bg-card: #162030;
  --fg: #f0ede8;
  --fg-muted: #8896aa;
  --accent: #f59e0b;
  --accent-dim: rgba(245, 158, 11, 0.12);
  --p1: #ef4444;
  --p1-bg: rgba(239, 68, 68, 0.12);
  --p2: #f97316;
  --p2-bg: rgba(249, 115, 22, 0.12);
  --p3: #eab308;
  --p3-bg: rgba(234, 179, 8, 0.12);
  --p4: #22c55e;
  --p4-bg: rgba(34, 197, 94, 0.12);
  --border: rgba(255,255,255,0.07);
  --radius: 14px;
  --font-head: 'DM Serif Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

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

/* NAV */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
  background: rgba(12, 18, 32, 0.9);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.nav-logo { font-family: var(--font-head); font-size: 22px; color: var(--fg); letter-spacing: -0.5px; }
.nav-dot { color: var(--accent); }
.nav-tagline { font-size: 13px; color: var(--fg-muted); letter-spacing: 0.05em; }

/* HERO */
.hero { padding: 80px 40px 60px; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 64px; align-items: center; }
.hero-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.hero-headline { font-family: var(--font-head); font-size: clamp(36px, 4vw, 54px); line-height: 1.12; color: var(--fg); margin-bottom: 24px; letter-spacing: -1px; }
.hero-lede { font-size: 17px; color: var(--fg-muted); line-height: 1.7; max-width: 500px; }

/* PHONE FRAME */
.phone-frame { background: #1a2332; border: 1.5px solid rgba(255,255,255,0.1); border-radius: 40px; padding: 14px; box-shadow: 0 40px 80px rgba(0,0,0,0.5); }
.phone-notch { width: 80px; height: 24px; background: #0c1220; border-radius: 0 0 16px 16px; margin: 0 auto 12px; }
.phone-screen { background: #0c1220; border-radius: 28px; padding: 20px 18px 24px; font-size: 12px; }
.msg-time { color: var(--fg-muted); font-size: 10px; text-align: right; margin-bottom: 8px; }
.msg-header { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.msg-from { font-weight: 600; font-size: 13px; color: var(--fg); }
.msg-status { font-size: 9px; font-weight: 700; color: var(--accent); letter-spacing: 0.08em; }

.dispatch-card { border-radius: 16px; padding: 16px; border: 1.5px solid; margin-bottom: 14px; }
.dispatch-critical { border-color: var(--p1); background: var(--p1-bg); }
.priority-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--p1); margin-right: 6px; }
.dispatching-priority, .dispatch-priority { display: flex; align-items: center; margin-bottom: 10px; }
.priority-label { font-weight: 700; font-size: 12px; letter-spacing: 0.06em; color: var(--p1); }
.dispatch-address { font-size: 14px; font-weight: 700; color: var(--fg); margin-bottom: 4px; }
.dispatch-job { font-size: 11px; color: var(--fg-muted); margin-bottom: 10px; }
.dispatch-detail { font-size: 12px; color: var(--fg); line-height: 1.5; margin-bottom: 10px; }
.dispatch-caller { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.caller-label { font-size: 10px; color: var(--fg-muted); }
.caller-num { font-size: 12px; font-weight: 600; color: var(--fg); }
.dispatch-state { display: flex; flex-direction: column; gap: 4px; }
.state-badge { display: inline-block; font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 6px; letter-spacing: 0.06em; width: fit-content; }
.state-distressed { background: rgba(239,68,68,0.2); color: #fca5a5; }
.state-reason { font-size: 10px; color: var(--fg-muted); font-style: italic; }
.msg-actions { display: flex; gap: 10px; }
.action-reply, .action-done { font-size: 10px; font-weight: 700; padding: 6px 14px; border-radius: 8px; letter-spacing: 0.06em; cursor: pointer; }
.action-reply { background: var(--accent); color: #0c1220; }
.action-done { background: rgba(255,255,255,0.08); color: var(--fg-muted); border: 1px solid rgba(255,255,255,0.1); }

/* HERO PROOF */
.hero-proof { max-width: 1100px; margin: 60px auto 0; padding: 40px; background: var(--bg-2); border: 1px solid var(--border); border-radius: var(--radius); display: flex; align-items: center; gap: 0; }
.proof-item { flex: 1; text-align: center; padding: 0 32px; }
.proof-stat { display: block; font-family: var(--font-head); font-size: 42px; color: var(--accent); line-height: 1; margin-bottom: 10px; }
.proof-label { display: block; font-size: 13px; color: var(--fg-muted); line-height: 1.5; }
.proof-divider { width: 1px; height: 60px; background: var(--border); }

/* DISPATCH SECTION */
.dispatch-section { padding: 80px 40px; background: var(--bg-2); }
.dispatch-inner { max-width: 1100px; margin: 0 auto; }
.dispatch-title { font-family: var(--font-head); font-size: clamp(30px, 3vw, 44px); margin-bottom: 16px; letter-spacing: -0.5px; }
.dispatch-sub { font-size: 16px; color: var(--fg-muted); margin-bottom: 48px; max-width: 560px; }

.priority-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 48px; }
.priority-card { border-radius: var(--radius); padding: 24px; border: 1px solid; }
.priority-p1 { border-color: var(--p1); background: var(--p1-bg); }
.priority-p2 { border-color: var(--p2); background: var(--p2-bg); }
.priority-p3 { border-color: var(--p3); background: var(--p3-bg); }
.priority-p4 { border-color: var(--p4); background: var(--p4-bg); }
.priority-header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.priority-icon { font-family: var(--font-head); font-size: 22px; color: var(--fg); }
.priority-name { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; }
.priority-p1 .priority-name { color: var(--p1); }
.priority-p2 .priority-name { color: var(--p2); }
.priority-p3 .priority-name { color: var(--p3); }
.priority-p4 .priority-name { color: var(--p4); }
.priority-desc { font-size: 13px; color: var(--fg-muted); margin-bottom: 14px; line-height: 1.5; }
.priority-examples { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.priority-examples li { font-size: 12px; color: var(--fg); padding-left: 14px; position: relative; }
.priority-examples li::before { content: '—'; position: absolute; left: 0; color: var(--fg-muted); }

.dispatch-emotion { border-top: 1px solid var(--border); padding-top: 32px; }
.emotion-label { font-size: 14px; color: var(--fg-muted); margin-bottom: 16px; }
.emotion-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.emotion-tag { font-size: 12px; font-weight: 600; padding: 5px 14px; border-radius: 8px; border: 1px solid; }
.emotion-calm { border-color: var(--p4); color: var(--p4); background: var(--p4-bg); }
.emotion-urgent { border-color: var(--p2); color: var(--p2); background: var(--p2-bg); }
.emotion-distressed { border-color: var(--p1); color: var(--p1); background: var(--p1-bg); }
.emotion-agro { border-color: #a855f7; color: #a855f7; background: rgba(168,85,247,0.1); }
.emotion-note { font-size: 13px; font-style: italic; color: var(--fg-muted); }

/* FEATURES */
.features { padding: 80px 40px; }
.features-inner { max-width: 1100px; margin: 0 auto; }
.features-title { font-family: var(--font-head); font-size: clamp(30px, 3vw, 42px); margin-bottom: 48px; letter-spacing: -0.5px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.feature-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.feature-icon { width: 48px; height: 48px; background: var(--accent-dim); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--accent); }
.feature-name { font-size: 16px; font-weight: 600; color: var(--fg); margin-bottom: 10px; }
.feature-desc { font-size: 14px; color: var(--fg-muted); line-height: 1.6; }

.features-done-for-you { background: linear-gradient(135deg, rgba(245,158,11,0.08) 0%, rgba(245,158,11,0.04) 100%); border: 1px solid rgba(245,158,11,0.2); border-radius: var(--radius); padding: 32px; display: flex; align-items: flex-start; gap: 20px; }
.done-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--accent); background: var(--accent-dim); padding: 8px 16px; border-radius: 8px; white-space: nowrap; }
.done-text { font-size: 15px; color: var(--fg-muted); line-height: 1.7; }

/* TESTIMONIALS */
.testimonials { padding: 80px 40px; background: var(--bg-2); }
.testimonials-inner { max-width: 1100px; margin: 0 auto; }
.testimonials-title { font-family: var(--font-head); font-size: clamp(30px, 3vw, 42px); margin-bottom: 48px; letter-spacing: -0.5px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 56px; }
.testimonial-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.testimonial-quote { font-size: 14px; color: var(--fg); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; flex-direction: column; gap: 2px; }
.author-name { font-size: 14px; font-weight: 600; color: var(--fg); }
.author-role { font-size: 12px; color: var(--fg-muted); }

.roi-row { border-top: 1px solid var(--border); padding-top: 40px; text-align: center; }
.roi-stat { display: inline-block; }
.roi-number { display: block; font-family: var(--font-head); font-size: 56px; color: var(--accent); line-height: 1; margin-bottom: 12px; }
.roi-label { display: block; font-size: 15px; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.roi-note { display: block; font-size: 13px; color: var(--fg-muted); }

/* PRICING */
.pricing { padding: 80px 40px; }
.pricing-inner { max-width: 700px; margin: 0 auto; }
.pricing-header { text-align: center; margin-bottom: 40px; }
.pricing-title { font-family: var(--font-head); font-size: clamp(40px, 5vw, 64px); color: var(--fg); margin-bottom: 12px; }
.pricing-sub { font-size: 16px; color: var(--fg-muted); }
.pricing-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 24px; padding: 40px; }
.pricing-guard { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: var(--accent); margin-bottom: 16px; }
.pricing-note { font-size: 14px; color: var(--fg-muted); margin-bottom: 32px; line-height: 1.6; }
.pricing-what-label { font-size: 13px; font-weight: 600; color: var(--fg); margin-bottom: 16px; letter-spacing: 0.04em; }
.pricing-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.pricing-list li { font-size: 14px; color: var(--fg); padding-left: 24px; position: relative; }
.pricing-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.pricing-bonuses { background: var(--accent-dim); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 24px; }
.bonuses-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 14px; }
.bonus-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-size: 14px; }
.bonus-name { color: var(--fg); }
.bonus-value { color: var(--fg-muted); font-size: 12px; }
.pricing-cta { font-size: 12px; color: var(--fg-muted); text-align: center; letter-spacing: 0.04em; }

/* CLOSING */
.closing { padding: 100px 40px; background: var(--bg-2); }
.closing-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.closing-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; }
.closing-headline { font-family: var(--font-head); font-size: clamp(28px, 4vw, 52px); line-height: 1.2; color: var(--fg); margin-bottom: 28px; letter-spacing: -1px; }
.closing-body { font-size: 16px; color: var(--fg-muted); line-height: 1.8; max-width: 640px; margin: 0 auto; }

/* FOOTER */
.footer { padding: 32px 40px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-name { font-family: var(--font-head); font-size: 18px; color: var(--fg); display: block; }
.footer-tagline { font-size: 12px; color: var(--fg-muted); }
.footer-legal { font-size: 12px; color: var(--fg-muted); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .phone-frame { max-width: 360px; margin: 0 auto; }
  .hero-lede { max-width: 100%; }
  .priority-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-proof { flex-direction: column; gap: 32px; }
  .proof-divider { width: 80px; height: 1px; }
  .features-done-for-you { flex-direction: column; }
}
@media (max-width: 600px) {
  .hero { padding: 48px 20px 40px; }
  .dispatch-section, .features, .testimonials, .pricing { padding: 60px 20px; }
  .closing { padding: 80px 20px; }
  .priority-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .nav { padding: 16px 20px; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .pricing-card { padding: 28px 20px; }
}