/* KeepTheCall marketing homepage — "anti-Podium dispatch board".
   Navy bookends, one warm amber action color, warm accessible middle.
   Body 18px/1.6, AAA contrast, one primary action repeated, red used once. */
:root {
  --bg: #FAF7F1; --surface: #FFFFFF; --ink: #0F172A; --body: #334155;
  --muted: #64748B; --primary: #F59E0B; --amber-700: #B45309;
  --accent: #0B1524; --navy2: #14243B; --border: #E7E1D6;
  --emergency: #B91C1C; --success: #15803D; --navy-sub: #CBD5E1;
  --shadow: 0 1px 2px rgba(15,23,42,.06), 0 12px 28px rgba(15,23,42,.10);
  --radius: 14px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
body {
  margin: 0; background: var(--bg); color: var(--body);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { color: var(--ink); line-height: 1.15; margin: 0; }
h1 { font-size: clamp(33px, 6vw, 52px); line-height: 1.08; font-weight: 800; letter-spacing: -.02em; }
h2 { font-size: clamp(28px, 4vw, 39px); font-weight: 800; letter-spacing: -.01em; }
h3 { font-size: 22px; font-weight: 700; }
p { margin: 0; max-width: 65ch; }
a { color: var(--amber-700); }
:focus-visible { outline: 3px solid var(--amber-700); outline-offset: 2px; border-radius: 8px; }

.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--amber-700); margin: 0 0 14px; }
.eyebrow-navy { color: var(--primary); }
.section { padding: clamp(64px, 9vw, 112px) 0; }
.section > .container > h2 { margin-bottom: 8px; }
.center { text-align: center; margin-top: 44px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 19px; text-decoration: none; border-radius: 12px;
  padding: 15px 28px; min-height: 52px; border: 2px solid transparent; cursor: pointer; }
.btn-lg { min-height: 56px; padding: 16px 32px; }
.btn-primary { background: var(--primary); color: var(--ink); }
.btn-primary:hover { background: #e8930c; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost-light:hover { border-color: #fff; }
.btn-block { display: flex; width: 100%; }

/* 1. Header */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--accent); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.wordmark { color: #fff; font-weight: 800; font-size: 20px; text-decoration: none; position: relative; }
.wordmark span { color: #93a4bd; }
.wordmark .dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); margin-left: 3px; vertical-align: middle; }
.header-right { display: flex; align-items: center; gap: 18px; }
.header-phone { display: flex; flex-direction: column; text-align: right; text-decoration: none; }
.header-phone .num { color: #fff; font-size: 18px; font-weight: 600; font-variant-numeric: tabular-nums; }
.header-phone .sub { color: var(--navy-sub); font-size: 13px; }

/* 2. Hero */
.hero { background: linear-gradient(160deg, #0B1524 0%, #14243B 100%); color: #fff; padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 9vw, 104px); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero-copy h1 { color: #fff; }
.hero-sub { font-size: 20px; line-height: 1.55; color: var(--navy-sub); margin-top: 18px; }
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-micro { margin-top: 16px; color: var(--navy-sub); font-size: 15px; }

/* Phone mockup */
.hero-visual { position: relative; }
.phone { background: #fff; border-radius: 30px; padding: 12px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.15); max-width: 320px; min-height: 460px; margin: 0 auto; }
.phone-topbar { text-align: center; color: var(--muted); font-size: 13px; font-weight: 600; padding: 6px 0 12px; border-bottom: 1px solid #eef1f5; }
.thread { display: flex; flex-direction: column; gap: 10px; padding: 14px 6px 6px; }
.bubble { max-width: 82%; padding: 11px 15px; border-radius: 18px; font-size: 16px; line-height: 1.4; color: var(--ink); }
.bubble.in { align-self: flex-start; background: #EDEFF2; border-bottom-left-radius: 5px; }
.bubble.out { align-self: flex-end; background: var(--navy2); color: #fff; border-bottom-right-radius: 5px; }
.floating-lead { position: absolute; right: -36px; bottom: -30px; width: 264px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px 16px; border-left: 5px solid var(--emergency); }
.fl-top { display: flex; justify-content: space-between; align-items: center; }
.fl-chip { background: var(--emergency); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .04em; padding: 3px 8px; border-radius: 999px; }
.fl-time { color: var(--muted); font-size: 12px; }
.fl-name { font-size: 19px; font-weight: 800; color: var(--ink); margin-top: 8px; }
.fl-phone { color: var(--body); font-size: 14px; font-variant-numeric: tabular-nums; }
.fl-job { color: var(--body); font-size: 14px; margin-top: 4px; }
.fl-actions { display: flex; gap: 8px; margin-top: 12px; }
.fl-btn { flex: 1; text-align: center; font-size: 14px; font-weight: 700; padding: 9px 0; border-radius: 9px; }
.fl-btn.call { background: var(--success); color: #fff; }
.fl-btn.text { background: #fff; color: #175CD3; border: 1.5px solid #175CD3; }

/* 3. Trust strip */
.trust { background: var(--bg); border-bottom: 1px solid var(--border); padding: 22px 0; }
.trust-inner { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: center; }
.pill { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; color: var(--ink); font-size: 16px; }
.check { width: 20px; height: 20px; border-radius: 50%; background: var(--success); flex: 0 0 auto; position: relative; }
.check::after { content: ""; position: absolute; left: 6px; top: 3px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }

/* 4. How it works */
.how { background: var(--surface); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.step { border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 24px; background: #fff; }
.step-num { width: 42px; height: 42px; border-radius: 12px; background: var(--accent); color: #fff; font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--body); }

/* 5. Payoff */
.payoff { background: #F4EFE7; }
.payoff-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.payoff-visual { display: grid; gap: 12px; }
.mini-card { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; box-shadow: var(--shadow); }
.mini-card.emergency { border-left: 5px solid var(--emergency); }
.mc-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.mc-chip { font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
.mc-chip.emerg { background: var(--emergency); color: #fff; }
.mc-chip.new { background: #EFF6FF; color: #1D4ED8; }
.mc-time { color: var(--muted); font-size: 12px; }
.mc-name { font-size: 19px; font-weight: 800; color: var(--ink); }
.mc-job { color: var(--body); font-size: 15px; margin-top: 2px; }
.callout { margin-top: 22px; }
.callout:first-of-type { margin-top: 26px; }
.callout h3 { margin-bottom: 4px; }
.callout p { color: var(--body); }

/* 6. Founder */
.founder { background: var(--bg); }
.founder-inner { display: flex; align-items: center; gap: 32px; }
.avatar { width: 96px; height: 96px; border-radius: 20px; background: var(--accent); color: var(--primary); font-weight: 800; font-size: 32px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; box-shadow: var(--shadow); }
.founder-copy h2 { margin-bottom: 10px; }
.founder-copy p { color: var(--body); }

/* 7. Objections */
.objections { background: var(--surface); }
.obj-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.obj { border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; }
.obj h3 { font-size: 20px; margin-bottom: 6px; }
.obj p { color: var(--body); }

/* 8. Pricing */
.pricing { background: #F4EFE7; }
.price-card { max-width: 560px; margin: 40px auto 0; background: #fff; border-radius: 18px; box-shadow: var(--shadow); padding: 40px 36px; text-align: center; }
.price { display: flex; align-items: baseline; justify-content: center; gap: 4px; }
.price .amount { font-size: 56px; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }
.price .per { font-size: 20px; color: var(--muted); font-weight: 600; }
.price-sub { color: var(--muted); margin: 6px auto 0; }
.price-list { list-style: none; margin: 26px 0; padding: 0; text-align: left; display: grid; gap: 12px; }
.price-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink); font-size: 17px; }
.price-list .check { margin-top: 2px; }
.price-foot { color: var(--muted); font-size: 15px; margin: 16px auto 0; }

/* 9. Final CTA */
.final-cta { background: linear-gradient(160deg, #0B1524 0%, #14243B 100%); color: #fff; padding: clamp(64px, 9vw, 104px) 0; text-align: center; }
.final-inner h2 { color: #fff; }
.final-inner p { color: var(--navy-sub); margin: 14px auto 0; }
.final-inner .btn { margin-top: 30px; }
.final-phone { font-size: 16px; }
.final-phone a { color: var(--primary); }

/* 10. Footer */
.site-footer { background: var(--accent); color: var(--navy-sub); padding: 32px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-brand { color: #fff; font-weight: 800; font-size: 18px; }
.footer-brand span { color: #93a4bd; }
.footer-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-nav a { color: var(--navy-sub); text-decoration: none; }
.footer-nav a:hover { color: #fff; text-decoration: underline; }

/* Responsive */
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { margin-bottom: 26px; }
  .floating-lead { position: static; width: 100%; max-width: 320px; margin: 16px auto 0; right: 0; bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .payoff-grid { grid-template-columns: 1fr; gap: 32px; }
  .obj-grid { grid-template-columns: 1fr; }
  .founder-inner { flex-direction: column; text-align: center; gap: 20px; }
  .header-phone { display: none; }
}
