@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap');

:root {
  --navy-950: #071727;
  --navy-900: #0B2440;
  --navy-850: #0F2B49;
  --navy-800: #123354;
  --navy-700: #1B4571;
  --navy-100: #E7EEF6;
  --paper: #F7F4EE;
  --paper-warm: #F0EBE1;
  --white: #FFFFFF;
  --orange-600: #C85A1D;
  --orange-500: #E8722C;
  --orange-400: #F2925A;
  --orange-100: #FCE6D6;
  --ink: #14202E;
  --ink-soft: #536173;
  --green: #54D198;
  --font-display: 'Space Grotesk', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 22px;
  --shadow-card: 0 2px 4px rgba(8,23,41,.04), 0 18px 45px -22px rgba(8,23,41,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.08; letter-spacing: -.025em; margin: 0; color: var(--navy-900); }
p { margin: 0; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
section { padding: 96px 0; }

.stamp { display: inline-flex; align-items: center; gap: 8px; padding: 7px 13px; border-radius: 999px; font: 600 11px/1 var(--font-mono); letter-spacing: .075em; text-transform: uppercase; color: var(--navy-700); background: var(--navy-100); border: 1px solid rgba(11,36,64,.1); }
.stamp::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--orange-500); }
.dark-stamp { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.7); }
.cta-stamp { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.7); }

.btn { display: inline-flex; justify-content: center; align-items: center; border: 1px solid transparent; border-radius: var(--radius-sm); padding: 12px 20px; font-size: 14px; font-weight: 700; transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--orange-500); color: #fff; box-shadow: 0 10px 24px -12px rgba(232,114,44,.85); }
.btn-primary:hover { background: var(--orange-600); }
.btn-ghost { border-color: rgba(11,36,64,.22); color: var(--navy-900); }
.btn-ghost:hover { border-color: var(--navy-900); }
.btn-lg { min-height: 50px; padding: 14px 22px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,244,238,.9); border-bottom: 1px solid rgba(11,36,64,.08); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 18px var(--font-display); color: var(--navy-900); flex-shrink: 0; }
.brand img { width: 54px; height: 44px; object-fit: contain; }
.brand .ai { color: var(--orange-500); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.site-nav a { color: var(--ink-soft); font-size: 13px; font-weight: 600; }
.site-nav a:hover { color: var(--navy-900); }
.header-cta { flex-shrink: 0; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 1px solid rgba(11,36,64,.14); border-radius: 8px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--navy-900); }

.hero { position: relative; padding: 0; background: var(--navy-900); color: #fff; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 15%, rgba(232,114,44,.2), transparent 35%), radial-gradient(circle at 8% 95%, rgba(232,114,44,.08), transparent 35%); pointer-events: none; }
.hero-grid { position: relative; min-height: 720px; padding-top: 90px; padding-bottom: 90px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.hero-stamp { display: inline-flex; align-items: center; gap: 9px; padding: 7px 13px; border: 1px solid rgba(232,114,44,.4); border-radius: 999px; color: var(--orange-400); font: 600 11px var(--font-mono); letter-spacing: .06em; text-transform: uppercase; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--orange-500); box-shadow: 0 0 0 0 rgba(232,114,44,.45); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(232,114,44,0); opacity: .75; } }
.hero h1 { margin-top: 24px; color: #fff; font-size: clamp(42px, 5vw, 66px); max-width: 690px; }
.hero h1 .accent { color: var(--orange-400); }
.hero .lede { margin-top: 22px; max-width: 620px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.tagline { margin-top: 14px; color: #fff; font-weight: 700; }
.hero-ctas { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero .btn-ghost { border-color: rgba(255,255,255,.3); color: #fff; }
.hero .btn-ghost:hover { border-color: #fff; }
.hero-meta { margin-top: 38px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hero-meta div { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-meta strong { display: block; font: 700 16px var(--font-display); color: #fff; }
.hero-meta span { display: block; margin-top: 4px; color: rgba(255,255,255,.47); font-size: 11px; line-height: 1.45; }

.lead-rescue { border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: rgba(18,51,84,.84); box-shadow: 0 38px 80px -30px rgba(0,0,0,.65); overflow: hidden; }
.lead-rescue-top { display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.lead-rescue-top .eyebrow { display: block; margin-bottom: 4px; color: rgba(255,255,255,.45); font: 500 10px var(--font-mono); text-transform: uppercase; letter-spacing: .08em; }
.lead-rescue-top strong { font: 600 18px var(--font-display); }
.status-pill { display: inline-flex; align-items: center; gap: 7px; font: 600 10px var(--font-mono); text-transform: uppercase; color: var(--green); }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.timeline { padding: 5px 24px 10px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 14px; padding: 19px 0; }
.timeline-item:not(:last-child)::after { content: ''; position: absolute; left: 4px; top: 31px; bottom: -8px; width: 1px; background: rgba(255,255,255,.13); }
.timeline-dot { width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; border: 2px solid var(--orange-400); background: var(--navy-800); z-index: 1; }
.timeline-item.complete .timeline-dot { border-color: var(--green); background: var(--green); }
.timeline-meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 7px; color: rgba(255,255,255,.42); font: 500 10px var(--font-mono); text-transform: uppercase; letter-spacing: .035em; }
.timeline-meta .urgent { color: var(--orange-400); }
.timeline-copy strong { color: #fff; font: 600 14px var(--font-display); }
.timeline-copy p { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 12px; }
.timeline-item.featured { margin: 2px -10px; padding: 18px 10px; border-radius: 13px; background: rgba(255,255,255,.035); }
.message-bubble { max-width: 87%; padding: 10px 12px; border-radius: 11px 11px 11px 3px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.5; }
.message-bubble.customer { margin-top: 8px; margin-left: auto; border-radius: 11px 11px 3px 11px; background: var(--orange-500); color: #fff; }

.pain-strip { padding: 66px 0; background: var(--paper-warm); border-bottom: 1px solid rgba(11,36,64,.06); }
.pain-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; }
.pain-heading h2 { margin-top: 15px; font-size: clamp(30px,4vw,44px); }
.pain-grid > p { color: var(--ink-soft); font-size: 17px; line-height: 1.8; }

.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { margin-top: 17px; font-size: clamp(32px,4vw,46px); }
.section-head p { margin-top: 16px; color: var(--ink-soft); font-size: 16px; }

.solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.solution-card { padding: 30px; border: 1px solid rgba(11,36,64,.09); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-card); }
.solution-card.flagship { border-color: rgba(232,114,44,.42); box-shadow: 0 2px 4px rgba(8,23,41,.04), 0 24px 55px -28px rgba(232,114,44,.5); }
.solution-top { min-height: 24px; display: flex; justify-content: space-between; align-items: center; }
.solution-index { font: 600 11px var(--font-mono); color: var(--orange-500); }
.solution-label { padding: 4px 8px; border-radius: 999px; background: var(--orange-100); color: var(--orange-600); font: 600 9px var(--font-mono); text-transform: uppercase; }
.solution-icon { width: 46px; height: 46px; margin-top: 19px; display: grid; place-items: center; border-radius: 12px; background: var(--navy-900); color: var(--orange-400); font: 600 20px var(--font-mono); }
.problem-label { margin-top: 22px; color: var(--orange-600); font: 600 11px var(--font-mono); text-transform: uppercase; letter-spacing: .05em; }
.solution-card h3 { margin-top: 7px; font-size: 23px; }
.solution-card > p:not(.problem-label) { margin-top: 12px; color: var(--ink-soft); font-size: 14px; }
.check-list { list-style: none; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(11,36,64,.08); }
.check-list li { position: relative; padding-left: 20px; margin: 8px 0; color: var(--ink); font-size: 12px; font-weight: 600; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--orange-500); }
.custom-callout { margin-top: 24px; padding: 26px 30px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; border: 1px dashed rgba(11,36,64,.2); border-radius: var(--radius-lg); }
.custom-callout h3 { margin-top: 12px; font-size: 22px; }
.custom-callout p { color: var(--ink-soft); font-size: 14px; }

.calculator-section { background: var(--navy-900); color: #fff; }
.calculator-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 78px; align-items: center; }
.calculator-copy h2 { margin-top: 18px; color: #fff; font-size: clamp(34px,4.5vw,52px); }
.calculator-copy > p { margin-top: 18px; color: rgba(255,255,255,.68); font-size: 16px; max-width: 590px; }
.calculator-copy .fine-print { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 11px; }
.calculator-card { padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: var(--navy-850); box-shadow: 0 30px 70px -32px rgba(0,0,0,.6); }
.calculator-card label { display: block; margin-top: 19px; margin-bottom: 8px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }
.calculator-card label:first-child { margin-top: 0; }
.input-wrap { height: 54px; display: flex; align-items: center; padding: 0 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); }
.input-wrap input { width: 100%; border: 0; outline: 0; background: transparent; color: #fff; font: 700 21px var(--font-display); }
.input-wrap span { color: rgba(255,255,255,.48); font-size: 12px; white-space: nowrap; }
.calculator-card > small { display: block; margin-top: 6px; color: rgba(255,255,255,.33); font-size: 10px; }
.calculator-result { margin-top: 26px; padding: 24px; border-radius: 14px; background: var(--orange-500); }
.calculator-result span { display: block; color: rgba(255,255,255,.75); font: 600 10px var(--font-mono); text-transform: uppercase; letter-spacing: .055em; }
.calculator-result strong { display: block; margin-top: 5px; color: #fff; font: 700 38px var(--font-display); }
.calculator-result small { display: block; margin-top: 3px; color: rgba(255,255,255,.75); font-size: 11px; }

.howsteps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(11,36,64,.1); border-bottom: 1px solid rgba(11,36,64,.1); }
.howstep { padding: 30px 24px; border-right: 1px solid rgba(11,36,64,.1); }
.howstep:last-child { border-right: 0; }
.howstep .t { margin-bottom: 10px; color: var(--orange-500); font: 600 10px var(--font-mono); text-transform: uppercase; }
.howstep h4 { font-size: 17px; }
.howstep p { margin-top: 9px; color: var(--ink-soft); font-size: 13px; }

.control-section { background: var(--navy-950); color: #fff; }
.control-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.control-copy { position: sticky; top: 120px; }
.control-copy h2 { margin-top: 18px; color: #fff; font-size: clamp(32px,4vw,48px); }
.control-copy p { margin-top: 18px; color: rgba(255,255,255,.6); }
.control-cards { display: grid; gap: 12px; }
.control-card { padding: 23px 24px; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(255,255,255,.035); }
.control-card > span { color: var(--orange-400); font: 600 11px var(--font-mono); }
.control-card h3 { color: #fff; font-size: 18px; }
.control-card p { margin-top: 6px; color: rgba(255,255,255,.53); font-size: 13px; }

.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.industry-card { min-height: 120px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(11,36,64,.09); border-radius: 15px; background: #fff; }
.industry-card strong { font: 600 18px var(--font-display); color: var(--navy-900); }
.industry-card span { color: var(--ink-soft); font-size: 12px; }

.ai-demo-section { background: var(--paper-warm); }
.ai-demo-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.demo-copy h2 { margin-top: 18px; font-size: clamp(32px,4vw,48px); }
.demo-copy > p { margin-top: 16px; max-width: 590px; color: var(--ink-soft); }
.prompt-list { margin-top: 28px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.prompt-list button { padding: 13px 14px; text-align: left; border: 1px solid rgba(11,36,64,.12); border-radius: 10px; background: #fff; color: var(--navy-800); cursor: pointer; font-size: 12px; font-weight: 600; }
.prompt-list button:hover { border-color: var(--orange-500); }
.chat-shell { border: 1px solid rgba(11,36,64,.11); border-radius: 19px; background: #fff; box-shadow: var(--shadow-card); overflow: hidden; }
.chat-shell-head { min-height: 72px; padding: 13px 18px; display: flex; align-items: center; gap: 11px; background: var(--navy-900); color: #fff; }
.chat-shell-head img { width: 44px; height: 36px; object-fit: contain; }
.chat-shell-head div { display: flex; flex-direction: column; }
.chat-shell-head strong { font-size: 13px; }
.chat-shell-head span { color: rgba(255,255,255,.45); font-size: 9px; font-family: var(--font-mono); text-transform: uppercase; }
.chat-shell-head i { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: var(--green); }
.chat-shell-body { min-height: 310px; padding: 22px; display: flex; align-items: flex-end; }
.mock-chat { width: 100%; }
.mock-bubble { width: 85%; padding: 12px 14px; border-radius: 13px 13px 13px 4px; background: var(--navy-100); color: var(--navy-800); font-size: 12px; }
.mock-input { margin-top: 115px; height: 46px; padding: 0 6px 0 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(11,36,64,.12); border-radius: 10px; color: #8A94A2; font-size: 11px; }
.mock-input span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mock-input button { width: 34px; height: 34px; margin-left: auto; flex-shrink: 0; border: 0; border-radius: 8px; background: var(--orange-500); color: #fff; cursor: pointer; }
.mock-chat small { display: block; margin-top: 8px; color: #9AA2AC; font-size: 9px; text-align: center; }

.faq-container { max-width: 860px; }
.faq-list { border-top: 1px solid rgba(11,36,64,.12); }
details { border-bottom: 1px solid rgba(11,36,64,.12); }
summary { list-style: none; padding: 22px 40px 22px 0; position: relative; cursor: pointer; color: var(--navy-900); font: 600 16px var(--font-display); }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 6px; top: 18px; color: var(--orange-500); font: 500 24px var(--font-display); }
details[open] summary::after { content: '–'; }
details p { max-width: 720px; padding: 0 45px 23px 0; color: var(--ink-soft); font-size: 14px; }

.founder-section { padding-top: 0; }
.founder-card { padding: 42px; display: grid; grid-template-columns: 150px 1fr; gap: 42px; align-items: center; border: 1px solid rgba(11,36,64,.1); border-radius: 24px; background: #fff; box-shadow: var(--shadow-card); }
.founder-mark { width: 150px; height: 150px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--orange-400); font: 700 38px var(--font-display); border: 8px solid var(--navy-100); }
.founder-copy h2 { margin-top: 16px; font-size: 31px; }
.founder-copy p { margin-top: 13px; color: var(--ink-soft); font-size: 14px; }
.founder-copy > strong { display: block; margin-top: 20px; color: var(--navy-900); font: 600 13px var(--font-display); }
.founder-copy > strong span { color: var(--ink-soft); font-weight: 500; }

.contact-section { padding-top: 0; }
.cta-band { padding: 60px; border-radius: 24px; background: var(--navy-900); color: #fff; text-align: center; overflow: hidden; position: relative; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(232,114,44,.2), transparent 55%); }
.cta-band > * { position: relative; }
.cta-copy { max-width: 720px; margin: 0 auto; }
.cta-band h2 { margin-top: 17px; color: #fff; font-size: clamp(32px,4vw,46px); }
.cta-band p { margin-top: 14px; color: rgba(255,255,255,.65); }
.cta-actions { margin-top: 28px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); }
.cta-band .btn-ghost:hover { border-color: #fff; }
.cta-band .cta-email { margin-top: 15px; color: rgba(255,255,255,.4); font: 500 10px var(--font-mono); }

.site-footer { padding: 46px 0 28px; background: var(--navy-950); color: rgba(255,255,255,.45); }
.footer-top { padding-bottom: 26px; margin-bottom: 22px; display: flex; justify-content: space-between; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 44px; height: 36px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: rgba(255,255,255,.9); font: 600 14px var(--font-display); }
.footer-brand span { margin-top: 2px; font-size: 9px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { font-size: 11px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; font-size: 10px; }

.legal { padding: 72px 0 96px; }
.legal .container { max-width: 780px; }
.legal h1 { font-size: 38px; margin-bottom: 8px; }
.legal .updated { margin-bottom: 38px; color: var(--ink-soft); font: 500 11px var(--font-mono); }
.legal h2 { margin-top: 38px; margin-bottom: 10px; font-size: 20px; }
.legal p,.legal li { color: var(--ink-soft); font-size: 14px; }
.legal ul { padding-left: 20px; }
.legal table { width: 100%; margin: 16px 0; border-collapse: collapse; font-size: 13px; }
.legal th,.legal td { padding: 10px 12px; text-align: left; border: 1px solid rgba(11,36,64,.12); }
.legal th { background: var(--navy-100); color: var(--navy-900); }

@media (max-width: 960px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { display: none; position: fixed; inset: 82px 0 auto 0; padding: 22px 24px 28px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--paper); border-bottom: 1px solid rgba(11,36,64,.1); box-shadow: 0 24px 35px -28px rgba(0,0,0,.4); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; font-size: 15px; }
  .hero-grid,.calculator-grid,.control-grid,.ai-demo-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 48px; }
  .hero-copy { max-width: 760px; }
  .lead-rescue { max-width: 700px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { padding: 28px; }
  .howsteps { grid-template-columns: repeat(2,1fr); }
  .howstep:nth-child(2) { border-right: 0; }
  .howstep:nth-child(-n+2) { border-bottom: 1px solid rgba(11,36,64,.1); }
  .control-copy { position: static; }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 32px, 1160px); }
  section { padding: 72px 0; }
  .header-inner { height: 72px; }
  .brand img { width: 48px; height: 38px; }
  .site-nav { top: 72px; }
  .hero-grid { padding-top: 68px; padding-bottom: 68px; }
  .hero h1 { font-size: clamp(38px,12vw,52px); }
  .hero .lede { font-size: 16px; }
  .hero-ctas .btn { width: 100%; }
  .hero-meta { grid-template-columns: 1fr; gap: 9px; }
  .hero-meta div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; align-items: baseline; }
  .hero-meta span { margin-top: 0; }
  .lead-rescue-top { padding: 19px; }
  .timeline { padding-left: 18px; padding-right: 18px; }
  .timeline-meta { flex-direction: column; gap: 3px; }
  .message-bubble { max-width: 100%; }
  .pain-grid,.custom-callout { grid-template-columns: 1fr; gap: 22px; }
  .section-head { margin-bottom: 38px; }
  .section-head h2,.pain-heading h2 { font-size: 33px; }
  .calculator-card { padding: 22px; }
  .calculator-result strong { font-size: 31px; }
  .howsteps { grid-template-columns: 1fr; }
  .howstep,.howstep:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(11,36,64,.1); }
  .howstep:last-child { border-bottom: 0; }
  .industry-grid,.prompt-list { grid-template-columns: 1fr; }
  .founder-card { padding: 30px 24px; grid-template-columns: 1fr; gap: 24px; }
  .founder-mark { width: 92px; height: 92px; font-size: 26px; justify-self: start; }
  .cta-band { padding: 46px 22px; }
  .cta-actions .btn { width: 100%; }
  .footer-top,.footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
  .legal table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* === Original-logo production treatment === */
.site-header {
  background: var(--navy-900);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 10px 28px rgba(5,20,38,.14);
}
.header-inner { min-height: 88px; }
.brand { gap: 11px; color: #fff; min-width: 310px; }
.brand-icon-crop {
  width: 70px; height: 70px; overflow: visible; flex: 0 0 70px;
  position: relative; background: transparent;
  display: flex; align-items: center; justify-content: center;
}
.brand-icon-crop img {
  position: static; width: 70px; height: 70px; max-width: 100%;
  object-fit: contain; display: block;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color:#fff; font: 700 25px var(--font-display); letter-spacing: -.025em; white-space: nowrap; }
.brand-copy small { color: rgba(255,255,255,.77); font: 500 10px var(--font-display); margin-top: 7px; white-space: nowrap; }
.brand .ai { color: var(--orange-400); }
.site-nav a { color: rgba(255,255,255,.82); }
.site-nav a:hover { color:#fff; }
.menu-toggle span { background:#fff; }
.header-cta { white-space: nowrap; }

.hero {
  background: linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
  color: var(--navy-900);
  border-bottom: 1px solid var(--line);
}
.hero::before {
  background:
    radial-gradient(circle at 52% 42%, rgba(232,114,44,.07), transparent 23%),
    linear-gradient(90deg, transparent 0 39%, rgba(232,114,44,.035) 39% 61%, transparent 61%);
}
.hero-grid-v3 {
  min-height: 610px;
  padding-top: 58px; padding-bottom: 58px;
  grid-template-columns: 1.05fr .88fr .92fr;
  gap: 34px;
  align-items: center;
}
.hero-stamp {
  border: 0; padding: 0; border-radius: 0; color: var(--orange-500);
  font: 800 13px var(--font-display); letter-spacing: .04em;
}
.hero h1 { color: var(--navy-900); font-size: clamp(42px,4.3vw,62px); margin-top: 18px; line-height: 1.02; }
.hero h1 .accent { color: var(--navy-900); }
.hero .lede { color: var(--slate-700); font-size: 17px; margin-top: 22px; }
.hero .btn-ghost { color: var(--navy-900); border-color: #9aa8b8; background:#fff; }
.hero .btn-ghost:hover { border-color: var(--navy-900); background:#f7f9fb; }
.hero-brand-showcase {
  background: var(--navy-900); border-radius: 22px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(11,36,64,.12);
  border: 1px solid rgba(11,36,64,.09);
  aspect-ratio: 1.25 / 1;
  display:flex; align-items:center; justify-content:center;
}
.hero-brand-showcase img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display:block;
}
.lead-rescue-compact { box-shadow: 0 20px 50px rgba(11,36,64,.12); }
.lead-rescue-compact .timeline { gap: 0; }
.lead-rescue-compact .timeline-item { padding: 13px 0; }
.lead-rescue-compact .timeline-copy p { font-size: 11px; }
.lead-rescue-compact .message-bubble { font-size: 10px; padding: 9px 11px; }

.footer-icon-crop { width: 52px; height: 52px; overflow:visible; position:relative; flex:0 0 52px; display:flex; align-items:center; justify-content:center; }
.footer-icon-crop img { position:static; width:52px; height:52px; max-width:100%; object-fit:contain; }

@media (max-width: 1180px) {
  .hero-grid-v3 { grid-template-columns: 1fr 1fr; }
  .hero-copy { grid-column: 1 / -1; max-width: 860px; }
  .hero-brand-showcase, .lead-rescue-compact { min-height: 390px; }
  .brand-copy small { display:none; }
  .brand { min-width:auto; }
}
@media (max-width: 820px) {
  .header-inner { min-height: 76px; }
  .brand-icon-crop { width:58px; height:58px; flex-basis:58px; }
  .brand-icon-crop img { width:58px; height:58px; }
  .brand-copy strong { font-size:20px; }
  .hero-grid-v3 { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 48px; gap: 28px; }
  .hero-copy { grid-column:auto; }
  .hero h1 { font-size: clamp(38px,12vw,52px); }
  .hero-brand-showcase { min-height: 0; aspect-ratio: 1.5/1; }
  .lead-rescue-compact { min-height: 0; }
}
@media (max-width: 520px) {
  .brand-copy small { display:none; }
  .brand-copy strong { font-size:18px; }
  .brand-icon-crop { width:52px; height:52px; flex-basis:52px; }
  .brand-icon-crop img { width:52px; height:52px; }
  .hero-brand-showcase { aspect-ratio: 1.25/1; border-radius:16px; }
}

/* === Hero wordmark clarity + All City workflow refinement === */
.hero-brand-showcase {
  background: transparent;
  border: 0;
  box-shadow: none;
  aspect-ratio: auto;
  min-height: 420px;
  padding: 18px 8px;
  overflow: visible;
  flex-direction: column;
  gap: 10px;
}
.hero-brand-showcase .hero-brand-mark {
  width: min(100%, 310px);
  height: auto;
  max-height: 310px;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(11,36,64,.08));
}
.hero-wordmark { width: 100%; text-align: center; line-height: 1; }
.hero-wordmark strong {
  display: block;
  color: var(--navy-900);
  font: 700 clamp(36px,3.6vw,54px)/.95 var(--font-display);
  letter-spacing: -.045em;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.hero-wordmark strong span { color: var(--orange-500); }
.hero-wordmark small {
  display: block;
  margin-top: 10px;
  color: var(--navy-900);
  font: 600 clamp(11px,1vw,14px)/1.25 var(--font-display);
  letter-spacing: -.01em;
}
.lead-rescue-compact .timeline-item { padding: 10px 0; }
.lead-rescue-compact .timeline-item.featured { padding: 12px 10px; }
.lead-rescue-compact .message-bubble { line-height: 1.38; }
.message-bubble.ai-followup {
  margin-top: 7px;
  border: 1px solid rgba(84,209,152,.28);
  background: rgba(84,209,152,.10);
  color: rgba(255,255,255,.9);
}
.timeline-item.human-alert .timeline-dot {
  border-color: var(--orange-500);
  background: var(--orange-500);
  box-shadow: 0 0 0 5px rgba(232,114,44,.12);
}
.timeline-item.human-alert p b { color: var(--orange-400); font-weight: 700; }

@media (max-width: 1180px) {
  .hero-brand-showcase { min-height: 390px; }
}
@media (max-width: 820px) {
  .hero-brand-showcase { min-height: 0; aspect-ratio: auto; padding: 10px 0 2px; }
  .hero-brand-showcase .hero-brand-mark { width: min(78vw, 300px); }
  .hero-wordmark strong { font-size: clamp(38px,10vw,52px); }
}
@media (max-width: 520px) {
  .hero-brand-showcase { aspect-ratio: auto; border-radius: 0; }
  .hero-brand-showcase .hero-brand-mark { width: min(82vw, 270px); }
  .hero-wordmark strong { font-size: clamp(34px,11vw,46px); }
  .hero-wordmark small { font-size: 11px; }
}

/* === Animated lead-rescue conversation === */
.lead-rescue-compact {
  max-height: 650px;
}
.conversation-timeline {
  max-height: 555px;
  overflow-y: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding-bottom: 18px;
  -ms-overflow-style: none;
}
.conversation-timeline::-webkit-scrollbar { display: none; }
.conversation-timeline .timeline-item {
  padding-top: 13px;
  padding-bottom: 13px;
}
.conversation-timeline .timeline-item.featured {
  margin-top: 0;
  margin-bottom: 0;
}
.conversation-timeline .message-bubble {
  max-width: 94%;
  padding: 9px 11px;
  font-size: 11.5px;
  line-height: 1.45;
}
.conversation-timeline .message-bubble.customer {
  max-width: 88%;
}
.conversation-timeline .message-bubble.short-reply { width: fit-content; min-width: 72px; text-align: center; }
.conversation-timeline .human-alert {
  margin: 3px -8px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 12px;
  background: rgba(232,114,44,.08);
  border: 1px solid rgba(232,114,44,.14);
}
.conversation-timeline .human-alert .timeline-dot {
  background: var(--orange-500);
  box-shadow: 0 0 0 5px rgba(232,114,44,.10);
}
.conversation-timeline .complete {
  margin: 3px -8px 0;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 12px;
  background: rgba(46,160,67,.09);
  border: 1px solid rgba(46,160,67,.15);
}

.workflow-step {
  opacity: 1;
  transform: none;
}
.js .workflow-animated .workflow-step {
  opacity: 0;
  transform: translateY(16px) scale(.985);
  filter: blur(3px);
  pointer-events: none;
}
.js .workflow-animated .workflow-step.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.75,.25,1), filter .45s ease;
}
.js .workflow-animated .workflow-step.is-visible .timeline-dot {
  animation: workflowDot .58s ease both;
}
@keyframes workflowDot {
  0% { transform: scale(.35); opacity: .15; box-shadow: 0 0 0 0 rgba(232,114,44,.45); }
  65% { transform: scale(1.35); opacity: 1; box-shadow: 0 0 0 8px rgba(232,114,44,0); }
  100% { transform: scale(1); opacity: 1; }
}
.demo-controls { display: flex; align-items: center; gap: 10px; }
.replay-demo {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.82);
  font: 600 9px var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
}
.replay-demo:hover { background: rgba(255,255,255,.11); color: #fff; }
.replay-demo:focus-visible { outline: 2px solid var(--orange-500); outline-offset: 2px; }

@media (max-width: 1050px) {
  .lead-rescue-compact { max-height: none; }
  .conversation-timeline { max-height: none; overflow: visible; }
}

@media (prefers-reduced-motion: reduce) {
  .js .workflow-animated .workflow-step {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }
}


/* === Workflow animation v3: explicit reset/replay + AI typing === */
.workflow-animated .typing-indicator {
  display: none;
  align-items: center;
  gap: 5px;
  width: fit-content;
  min-height: 35px;
  padding: 9px 12px;
  border-radius: 12px 12px 12px 4px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.72);
}
.workflow-animated .typing-indicator > span {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange-500);
  animation: typingDot .8s infinite ease-in-out;
}
.workflow-animated .typing-indicator > span:nth-child(2) { animation-delay: .14s; }
.workflow-animated .typing-indicator > span:nth-child(3) { animation-delay: .28s; }
.workflow-animated .typing-indicator em {
  margin-left: 4px; font: 600 8px var(--font-mono); font-style: normal;
  text-transform: uppercase; letter-spacing: .04em;
}
@keyframes typingDot {
  0%, 60%, 100% { transform: translateY(0); opacity: .35; }
  30% { transform: translateY(-4px); opacity: 1; }
}

/* JS owns visibility so replay always produces a real visual reset. */
.js .workflow-animated .workflow-step {
  display: none;
  opacity: 0;
  transform: translateY(18px) scale(.98);
  filter: blur(3px);
  pointer-events: none;
}
.js .workflow-animated .workflow-step.is-typing,
.js .workflow-animated .workflow-step.is-visible {
  display: flex;
}
.js .workflow-animated .workflow-step.is-typing {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: none;
  pointer-events: none;
}
.js .workflow-animated .workflow-step.is-typing .typing-indicator { display: flex; }
.js .workflow-animated .workflow-step.is-typing .message-bubble { display: none; }
.js .workflow-animated .workflow-step.is-visible {
  opacity: 1; transform: translateY(0) scale(1); filter: none; pointer-events: auto;
  animation: workflowReveal .48s cubic-bezier(.2,.75,.25,1) both;
}
.js .workflow-animated .workflow-step.is-visible .typing-indicator { display: none; }
@keyframes workflowReveal {
  from { opacity: 0; transform: translateY(18px) scale(.98); filter: blur(3px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.workflow-animated.is-running .status-pill i {
  animation: livePulse 1s infinite ease-out;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(46,160,67,.55); }
  100% { box-shadow: 0 0 0 8px rgba(46,160,67,0); }
}
.replay-demo.is-running { opacity: .65; }

/* Explicit Replay is an intentional user action, so it can preview motion even when OS motion is reduced. */
@media (prefers-reduced-motion: reduce) {
  .js .workflow-animated:not(.force-motion) .workflow-step {
    display: flex !important; opacity: 1 !important; transform: none !important; filter: none !important;
  }
  .js .workflow-animated.force-motion .workflow-step { display: none !important; opacity: 0 !important; }
  .js .workflow-animated.force-motion .workflow-step.is-typing,
  .js .workflow-animated.force-motion .workflow-step.is-visible { display: flex !important; opacity: 1 !important; }
}

/* Launch-readiness additions */
:focus-visible { outline: 3px solid #E8722C; outline-offset: 3px; }
button, .btn, .site-nav a, .footer-links a, summary { min-height: 44px; }
button, .btn { touch-action: manipulation; }
.contact-grid { display:grid; grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr); gap:42px; align-items:start; }
.lead-form { background:#fff; color:#0B2440; border-radius:18px; padding:24px; box-shadow:0 18px 45px rgba(4,19,34,.16); display:grid; gap:15px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.lead-form label { display:grid; gap:7px; font-weight:750; font-size:.92rem; }
.lead-form input, .lead-form textarea { width:100%; border:1px solid #c8d1db; border-radius:10px; padding:12px 13px; font:inherit; color:#0B2440; background:#fff; }
.lead-form input { min-height:46px; }
.lead-form textarea { resize:vertical; min-height:112px; }
.lead-form input:focus, .lead-form textarea:focus { border-color:#E8722C; box-shadow:0 0 0 3px rgba(232,114,44,.14); outline:none; }
.optional { font-weight:500; opacity:.65; }
.consent-check { grid-template-columns:22px 1fr !important; align-items:start; font-weight:500 !important; line-height:1.45; }
.consent-check input { width:20px; min-height:20px; margin-top:1px; }
.form-status { min-height:1.3em; margin:0; font-weight:700; }
.form-privacy, .form-note { line-height:1.5; }
.form-privacy a, .form-note a { text-decoration:underline; }
.legal-page { padding:64px 0 90px; background:#f7f9fb; }
.legal-wrap { max-width:820px; }
.legal-wrap h1 { font-size:clamp(2.3rem,6vw,4.2rem); margin:.2em 0; }
.legal-wrap h2 { margin-top:2rem; }
.legal-wrap p, .legal-wrap li { line-height:1.75; }
.legal-updated { opacity:.7; }
.legal-note { border-left:4px solid #E8722C; padding:12px 16px; background:#fff; border-radius:0 10px 10px 0; }
.site-footer a { color:inherit; }
@media (max-width: 820px) {
  .contact-grid { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .lead-form { padding:18px; }
  .legal-page { padding-top:42px; }
  .legal-wrap table, .legal-wrap thead, .legal-wrap tbody, .legal-wrap tr, .legal-wrap th, .legal-wrap td { display:block; width:100%; }
  .legal-wrap thead { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
  .legal-wrap tr { background:#fff; border:1px solid #dfe5eb; border-radius:12px; padding:12px; margin:0 0 12px; }
  .legal-wrap td { border:0 !important; padding:6px 0 !important; }
  .legal-wrap td:first-child { font-weight:800; color:#0B2440; }
}
@media (max-width: 520px) {
  .brand-copy small { max-width:170px; line-height:1.15; }
  .hero-ctas .btn { width:100%; justify-content:center; }
}


/* Live ClockedIn AI chat */
.sr-only {
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
.live-chat-shell {
  overflow:hidden;
  min-height:560px;
  display:grid;
  grid-template-rows:auto minmax(360px,1fr) auto auto auto;
}
.live-chat-shell .chat-shell-head {
  border-bottom:1px solid rgba(11,36,64,.1);
}
.live-chat-shell .chat-shell-head img {
  width:42px;
  height:42px;
  object-fit:contain;
}
.live-chat-shell .chat-shell-head span {
  display:block;
}
.live-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background:#35b76f;
  box-shadow:0 0 0 5px rgba(53,183,111,.12);
  margin-left:auto;
}
.live-dot.offline {
  background:#d56a55;
  box-shadow:0 0 0 5px rgba(213,106,85,.12);
}
.live-chat-messages {
  padding:20px;
  overflow-y:auto;
  overscroll-behavior:contain;
  scroll-behavior:smooth;
  background:
    radial-gradient(circle at 10% 0%, rgba(232,114,44,.055), transparent 24%),
    #f8fafc;
}
.live-message {
  display:flex;
  gap:9px;
  margin:0 0 15px;
  align-items:flex-end;
}
.live-message.user {
  justify-content:flex-end;
}
.live-message-avatar {
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#0B2440;
  overflow:hidden;
}
.live-message-avatar img {
  width:25px;
  height:25px;
  object-fit:contain;
}
.live-message-content {
  max-width:min(82%, 480px);
}
.live-message-bubble {
  border-radius:16px 16px 16px 5px;
  padding:11px 13px;
  background:#fff;
  color:#0B2440;
  line-height:1.52;
  box-shadow:0 5px 18px rgba(8,30,50,.08);
  white-space:pre-wrap;
  overflow-wrap:anywhere;
}
.live-message.user .live-message-bubble {
  background:#0B2440;
  color:#fff;
  border-radius:16px 16px 5px 16px;
}
.live-message.error .live-message-bubble {
  background:#fff5f2;
  border:1px solid rgba(213,106,85,.25);
  color:#7c3327;
}
.live-chat-typing {
  padding:0 20px 10px 59px;
  min-height:31px;
  align-items:center;
  gap:5px;
  color:#617080;
  font-size:.8rem;
}
.live-chat-typing:not([hidden]) { display:flex; }
.live-chat-typing span {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#E8722C;
  animation:chatTypingDot 1s infinite ease-in-out;
}
.live-chat-typing span:nth-child(2){ animation-delay:.14s; }
.live-chat-typing span:nth-child(3){ animation-delay:.28s; }
.live-chat-typing em {
  font-style:normal;
  margin-left:4px;
}
@keyframes chatTypingDot {
  0%, 60%, 100% { transform:translateY(0); opacity:.45; }
  30% { transform:translateY(-4px); opacity:1; }
}
.live-chat-form {
  display:grid;
  grid-template-columns:1fr 48px;
  align-items:end;
  gap:10px;
  padding:12px 14px;
  background:#fff;
  border-top:1px solid rgba(11,36,64,.1);
}
.live-chat-form textarea {
  resize:none;
  max-height:130px;
  min-height:46px;
  width:100%;
  border:1px solid #c8d1db;
  border-radius:13px;
  padding:12px 13px;
  font:inherit;
  line-height:1.4;
  color:#0B2440;
  background:#fff;
}
.live-chat-form textarea:focus {
  outline:none;
  border-color:#E8722C;
  box-shadow:0 0 0 3px rgba(232,114,44,.13);
}
.live-chat-send {
  width:46px;
  height:46px;
  border:0;
  border-radius:12px;
  background:#E8722C;
  color:#fff;
  font-size:1.45rem;
  font-weight:800;
  cursor:pointer;
  display:grid;
  place-items:center;
}
.live-chat-send:disabled {
  cursor:not-allowed;
  opacity:.55;
}
.live-chat-footer {
  min-height:36px;
  padding:7px 15px 9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#73808d;
  font-size:.72rem;
  background:#fff;
}
.live-chat-footer button {
  border:0;
  background:transparent;
  color:#0B2440;
  text-decoration:underline;
  cursor:pointer;
  font:inherit;
  min-height:32px;
}
.chat-disclosure {
  font-size:.8rem !important;
  line-height:1.5;
  opacity:.72;
  margin-top:18px !important;
}
@media (max-width: 1050px) {
  .live-chat-shell { min-height:520px; }
}
@media (max-width: 700px) {
  .live-chat-shell { min-height:540px; }
  .live-chat-messages { padding:16px 13px; }
  .live-message-content { max-width:88%; }
  .live-chat-typing { padding-left:51px; }
}
@media (prefers-reduced-motion: reduce) {
  .live-chat-messages { scroll-behavior:auto; }
  .live-chat-typing span { animation:none; opacity:.75; }
}

.demo-disclosure {
  margin: 0;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(11,36,64,.08);
  background: rgba(232,114,44,.055);
  color: #5f6c79;
  font-size: .74rem;
  line-height: 1.45;
}
.demo-disclosure strong { color: #0B2440; }

/* Live missed-call demo / public SMS disclosure */
.live-missed-call-demo { padding: 34px 0 76px; }
.live-demo-card {
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:34px;
  align-items:center;
  padding:34px;
  border:1px solid rgba(11,36,64,.12);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 48px rgba(4,19,34,.08);
}
.live-demo-copy h2 { margin:.35em 0 .45em; }
.live-demo-disclosure {
  margin-top:16px;
  padding:14px 16px;
  border-left:4px solid #E8722C;
  border-radius:0 10px 10px 0;
  background:#f7f9fb;
  font-size:.88rem;
  line-height:1.6;
}
.live-demo-links { display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; font-size:.84rem; }
.live-demo-links a { text-decoration:underline; }
.live-demo-action {
  display:grid;
  justify-items:center;
  gap:10px;
  text-align:center;
  padding:26px 20px;
  border-radius:18px;
  background:#0B2440;
  color:#fff;
}
.live-demo-label { font-size:.8rem; opacity:.78; }
.live-demo-number {
  color:#fff;
  font-size:clamp(1.65rem,4vw,2.35rem);
  font-weight:900;
  letter-spacing:-.03em;
  text-decoration:none;
}
.live-demo-action small { max-width:260px; opacity:.72; line-height:1.4; }
.demo-consent-page { max-width:860px; }
.demo-number-panel {
  display:grid;
  gap:6px;
  padding:22px;
  margin:24px 0;
  border-radius:16px;
  background:#0B2440;
  color:#fff;
}
.demo-number-panel span { font-size:.82rem; opacity:.75; }
.demo-number-panel a { color:#fff; font-size:2rem; font-weight:900; text-decoration:none; }
.demo-flow-list { padding-left:1.35rem; }
.demo-flow-list li { margin:.7rem 0; line-height:1.65; }
.demo-example-message {
  max-width:620px;
  padding:16px 18px;
  border-radius:16px 16px 16px 5px;
  background:#fff;
  border:1px solid #dfe5eb;
  box-shadow:0 8px 24px rgba(4,19,34,.07);
  line-height:1.55;
}
@media (max-width: 820px) {
  .live-demo-card { grid-template-columns:1fr; padding:22px; }
  .live-missed-call-demo { padding-bottom:50px; }
}
