:root {
  color-scheme: light;
  --ink: #101828;
  --navy: #021425;
  --navy-2: #0a2140;
  --brand: #1b5cff;
  --brand-deep: #1246cc;
  --lift: #9fbcff;
  --spark: #f26a21;
  --spark-deep: #d8561a;
  --paper: #fffdfa;
  --cream: #faf5ee;
  --sand: #fff1e8;
  --sky: #e9efff;
  --body: #4a5468;
  --muted: #6a7386;
  --edge: rgba(2, 20, 37, .08);
  --road: #dfe5ef;
  --road-dark: #c3cddd;
  --good: #137a4c;
  --good-soft: #e6f5ec;
  --bad: #c0392b;
  --wide: 1180px;
  --r: 20px;
  --r-lg: 32px;
  --shadow: 0 18px 44px rgba(2, 20, 37, .12);
  --head: "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; padding-top: 14px;
  font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  font-size: 17px; line-height: 1.6;
  color: var(--body); background: var(--paper);
}
h1, h2, h3 { font-family: var(--head); color: var(--navy-2); line-height: 1.08; margin: 0 0 .5em; letter-spacing: -.025em; }
h1 { font-size: clamp(2.6rem, 5.2vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
a { color: var(--brand-deep); }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--wide); margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; scroll-margin-top: 90px; }
.section-head { max-width: 40em; margin-bottom: 52px; }
.section-head.centred { margin-inline: auto; text-align: center; }
.section-head p { font-size: 1.12rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--brand); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--spark); }
.eyebrow.light { color: var(--lift); }

/* a highlighter stroke under a phrase */
.hl {
  background: linear-gradient(180deg, transparent 60%, rgba(242, 106, 33, .32) 60%, rgba(242, 106, 33, .32) 94%, transparent 94%);
  border-radius: 4px; padding: 0 .08em; box-decoration-break: clone; -webkit-box-decoration-break: clone;
}

/* buttons: pills */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; padding: 13px 24px; font-size: 1rem; font-weight: 700;
  text-decoration: none; border: 1.5px solid transparent; white-space: nowrap;
  transition: background .15s, border-color .15s, transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-spark { background: var(--spark); color: var(--navy); box-shadow: 0 8px 22px rgba(242, 106, 33, .35); }
.btn-spark:hover { background: #ff7a33; }
.btn-brand { background: var(--brand); color: #fff; box-shadow: 0 8px 22px rgba(27, 92, 255, .32); }
.btn-brand:hover { background: var(--brand-deep); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 8px 22px rgba(2, 20, 37, .22); }
.btn-navy:hover { background: var(--brand); }
.btn-ghost { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .3); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .55); }
.btn-lg { padding: 16px 30px; font-size: 1.05rem; }
.btn-sm { padding: 10px 18px; font-size: .92rem; box-shadow: none; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0 0 22px; }
.cta-row.centred { justify-content: center; }
.link-more { font-weight: 600; text-decoration: none; }
.link-more:hover { text-decoration: underline; }

/* header: a floating pill */
.site-header { position: sticky; top: 14px; z-index: 10; padding: 0 16px; }
.topbar {
  max-width: var(--wide); margin: 0 auto;
  display: flex; align-items: center; gap: 28px;
  min-height: 62px; padding: 8px 10px 8px 24px;
  background: rgba(255, 253, 250, .65);
  backdrop-filter: saturate(160%) blur(16px); -webkit-backdrop-filter: saturate(160%) blur(16px);
  border: 1px solid var(--edge); border-radius: 999px;
  box-shadow: 0 10px 30px rgba(2, 20, 37, .10);
}
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 44px; width: auto; }
.nav { display: flex; gap: 24px; margin-left: auto; align-items: center; }
.nav a { color: var(--navy); text-decoration: none; font-size: .95rem; font-weight: 600; }
.nav a:hover { color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.signin { color: var(--navy); text-decoration: none; font-size: .95rem; font-weight: 600; }
.signin:hover { color: var(--brand); }

/* roads */
.road-edge { fill: none; stroke: rgba(2, 20, 37, .10); stroke-width: 46; stroke-linecap: round; }
.road-bed { fill: none; stroke: var(--road); stroke-width: 38; stroke-linecap: round; }
.road-line { fill: none; stroke: #fff; stroke-width: 3; stroke-dasharray: 16 14; stroke-linecap: round; }
.pin-blue { fill: var(--brand); stroke: #fff; stroke-width: 4; }
.pin-spark { fill: var(--spark); stroke: #fff; stroke-width: 4; }

/* hero: one big rounded navy block, a road sweeping behind the copy, the phone hanging off its bottom edge */
.hero { padding: 22px 0 48px; }
.hero-block { position: relative; border-radius: var(--r-lg); padding: 72px 64px 56px; }
.hero-block::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: 0;
  background: radial-gradient(800px 500px at 85% 10%, rgba(27, 92, 255, .45), transparent 60%),
              linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 60%, #0e2c55 100%);
}
.hero-road { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: inherit; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-road .road-bed { stroke: rgba(255, 255, 255, .07); stroke-width: 58; }
.hero-road .road-line { stroke: rgba(255, 255, 255, .16); stroke-dasharray: 18 16; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: stretch; }
.hero-copy { padding: 18px 0 0; color: #c9d4e6; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--lift); }
.hero h1 .dot { color: var(--spark); }
.lede { font-size: 1.2rem; max-width: 30em; color: #c9d4e6; margin-bottom: 30px; }
.trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: .92rem; color: #a9b7cc; }
.trust li { display: inline-flex; align-items: center; gap: 8px; }
.trust li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--spark); }
/* The phone fills the column: the copy sets the row height and the transcript window grows to meet it. */
.hero-demo { display: flex; flex-direction: column; justify-self: end; width: 100%; max-width: 400px; }
.hero-demo .phone { flex: 1; display: flex; flex-direction: column; }

/* the phone */
.phone {
  position: relative; background: #fff; border-radius: 36px; padding: 30px 16px 16px;
  box-shadow: 0 0 0 9px var(--navy-2), 0 0 0 10px rgba(255, 255, 255, .12), 0 40px 80px rgba(2, 20, 37, .45);
}
.phone::before { content: ""; position: absolute; top: 10px; left: 50%; translate: -50% 0; width: 92px; height: 8px; border-radius: 999px; background: var(--navy-2); }
.phone-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid #ede9e2; }
.caller { display: flex; align-items: center; gap: 10px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--sky); color: var(--brand-deep); font-weight: 800; display: grid; place-items: center; flex: none; }
.caller-name { margin: 0; color: var(--ink); font-weight: 650; font-size: .92rem; line-height: 1.2; }
.caller-status { margin: 0; color: var(--muted); font-size: .78rem; display: flex; align-items: center; gap: 6px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--good); animation: pulse 1.6s ease-in-out infinite; }
.chip { font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; background: var(--cream); color: var(--muted); }
.demo-caption { font-size: .85rem; color: var(--muted); text-align: center; margin: 22px 0 0; }

/* The transcript is a fixed-height window anchored to its bottom edge, so each
   new line lands at the bottom and pushes older ones up past the top, where a
   mask fades them out. Every message runs the SAME 55 s looping animation and
   differs only in the keyframe percentage at which it appears, so the whole
   conversation stays in step and resets together. No JavaScript. */
.screen { flex: 1 1 0px; min-height: 350px; position: relative; margin-top: 6px; }
.transcript {
  /* The window is a layer laid over .screen, so its messages never count toward
     the phone's height: the column sets the size, 350px is the floor. */
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
  padding-bottom: 4px;
  mask-image: linear-gradient(180deg, transparent 0, #000 56px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 56px);
}
.bubble {
  --mt: 7px; --pb: 8px; --mh: 130px;
  margin: 0; max-width: 88%; padding: 0 12px; border-radius: 16px;
  font-size: .86rem; line-height: 1.4;
  flex: none; overflow: hidden; opacity: 0; max-height: 0;
  animation: 55s linear infinite;
}
.bubble.long { --mh: 200px; }
.bubble.bot { background: #f3f0ea; color: var(--ink); border-bottom-left-radius: 5px; align-self: flex-start; }
.bubble.you { background: var(--brand); color: #fff; border-bottom-right-radius: 5px; align-self: flex-end; }
.ticket {
  --mt: 10px; --pb: 12px; --mh: 240px;
  border: 1px solid #bfe3cf; background: var(--good-soft);
  border-radius: 14px; padding: 0 14px;
  flex: none; overflow: hidden; opacity: 0; max-height: 0;
  animation: 55s linear infinite;
}
.ticket-head { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.ticket-head p { margin: 0; color: var(--ink); font-size: .92rem; }
.tick { width: 18px; height: 18px; border-radius: 50%; background: var(--good); flex: none; position: relative; }
.tick::after { content: "\2713"; color: #fff; font-size: .7rem; font-weight: 800; position: absolute; inset: 0; display: grid; place-items: center; }
.ticket ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 14px; font-size: .82rem; color: var(--ink); }
.ticket li span { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.m1 { animation-name: m1; } .m2 { animation-name: m2; } .m3 { animation-name: m3; } .m4 { animation-name: m4; }
.m5 { animation-name: m5; } .m6 { animation-name: m6; } .m7 { animation-name: m7; } .m8 { animation-name: m8; }
.m9 { animation-name: m9; } .m10 { animation-name: m10; } .m11 { animation-name: m11; } .m12 { animation-name: m12; }

/* One 55 s cycle. Each message: hidden until its moment, a 0.7 s rise, held
   until 51.25 s (the last message lands at ~32 s, so the finished call sits
   for ~19 s), faded by 52.75 s, collapsed by 53.5 s, blank until the loop
   restarts. Percentages are seconds / 55. */
@keyframes m1 {
  0%, 1.37% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  2.59%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m2 {
  0%, 8.18% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  9.41%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m3 {
  0%, 12.54% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  13.77%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m4 {
  0%, 19.64% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  20.86%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m5 {
  0%, 23.46% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  24.68%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m6 {
  0%, 30% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  31.23%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m7 {
  0%, 34.36% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  35.59%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m8 {
  0%, 38.18% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  39.41%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m9 {
  0%, 42% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  43.22%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m10 {
  0%, 50.18% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  51.41%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m11 {
  0%, 53.45% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  54.68%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes m12 {
  0%, 57.27% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; animation-timing-function: ease-out; }
  58.5%, 93.18% { opacity: 1; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  95.91% { opacity: 0; transform: none; max-height: var(--mh); margin-top: var(--mt); padding-block: var(--pb); }
  97.28%, 100% { opacity: 0; transform: translateY(8px); max-height: 0; margin-top: 0; padding-block: 0; }
}
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(19, 122, 76, .45); } 50% { box-shadow: 0 0 0 5px rgba(19, 122, 76, 0); } }

/* the missed call */
.missed { padding-top: 110px; }
.missed-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; }
.missed-copy p:last-child { font-size: 1.12rem; }
.lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lane { border-radius: 24px; padding: 26px 24px 22px; }
.lane-before { background: var(--sand); }
.lane-after { background: var(--sky); }
.lane-title { font-weight: 800; color: var(--navy-2); margin: 0 0 16px; font-family: var(--head); font-size: 1.05rem; }
.lane ol { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.lane li { counter-increment: s; position: relative; padding: 0 0 12px 34px; font-size: .95rem; color: var(--ink); }
.lane li::before { content: counter(s); position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 50%; background: #fff; color: var(--navy-2); font-size: .74rem; font-weight: 800; display: grid; place-items: center; box-shadow: 0 2px 6px rgba(2, 20, 37, .12); }
.outcome { margin: 8px 0 0; padding: 12px 14px; border-radius: 14px; font-weight: 700; font-size: .95rem; background: #fff; }
.outcome.bad { color: var(--bad); }
.outcome.good { color: var(--good); }

/* how it works: three pins on a dashed road */
.how { background: var(--cream); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; position: relative; }
.steps::before { content: ""; position: absolute; left: 17%; right: 17%; top: 30px; border-top: 3px dashed var(--road-dark); }
.step { text-align: center; position: relative; }
.pin { width: 60px; height: 60px; border-radius: 50%; background: var(--brand); color: #fff; font-family: var(--head); font-weight: 800; font-size: 1.4rem; display: grid; place-items: center; margin: 0 auto 22px; box-shadow: 0 0 0 6px var(--cream), 0 10px 24px rgba(27, 92, 255, .35); position: relative; }
.step h3 { font-size: 1.28rem; }
.step p { margin: 0; font-size: .98rem; }

/* the route: a winding road with the day's stops on it */
.route-section { padding-bottom: 120px; }
.route { position: relative; max-width: 1060px; margin: 24px auto 0; aspect-ratio: 1100 / 860; }
.route-svg, .route-pins { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.van-body { fill: #fff; stroke: var(--navy-2); stroke-width: 3; }
.van-glass { fill: var(--lift); }
.stop-dot { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--brand); border: 4px solid #fff; box-shadow: 0 4px 12px rgba(2, 20, 37, .28); translate: -50% -50%; }
.dot-1 { left: 22.7%; top: 3.3%; }
.dot-2 { left: 78.2%; top: 26.7%; }
.dot-3 { left: 21.8%; top: 54.7%; }
.dot-4 { left: 78.2%; top: 81.4%; }
.stop-dot.new { width: 30px; height: 30px; background: var(--spark); }
.stop-dot.new::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 3px solid var(--spark); animation: ripple 1.8s ease-out infinite; }
.stop { position: absolute; width: 30%; background: #fff; border-radius: 18px; padding: 16px 18px 14px; box-shadow: var(--shadow); border: 1px solid var(--edge); }
.stop p { margin: 0; }
.stop-time { font-family: var(--head); font-weight: 800; color: var(--navy-2); font-size: 1.3rem; letter-spacing: -.02em; display: flex; align-items: baseline; gap: 10px; }
.stop-time span { font-family: inherit; font-size: .78rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.stop-what { color: var(--ink); font-weight: 600; font-size: .98rem; margin-top: 2px; }
.stop-note { color: var(--muted); font-size: .84rem; margin-top: 6px; }
.stop-1 { left: 27%; top: -3%; }
.stop-2 { right: 26%; top: 20%; }
.stop-3 { left: 27%; top: 46%; }
.stop-4 { right: 26%; top: 75%; }
.stop.booked { border: 2px solid var(--spark); box-shadow: 0 18px 44px rgba(242, 106, 33, .22); }
.badge { position: absolute; top: -13px; right: 16px; background: var(--spark); color: var(--navy); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.drive { position: absolute; margin: 0; translate: -50% -50%; background: #fff; border: 1.5px dashed var(--road-dark); border-radius: 999px; padding: 6px 14px; font-size: .78rem; font-weight: 700; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.drive-1 { left: 50%; top: 40.7%; }
.drive-2 { left: 50%; top: 68.5%; }
@keyframes ripple { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(2.1); opacity: 0; } }

/* what you get: big-word tiles */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tile { border-radius: 24px; padding: 30px 28px 26px; min-height: 240px; display: flex; flex-direction: column; }
.tile .big { font-family: var(--head); font-size: 2.7rem; font-weight: 800; letter-spacing: -.03em; line-height: 1; margin: 0 0 auto; padding-bottom: 28px; }
.tile h3 { font-size: 1.12rem; margin-bottom: .3em; }
.tile p:last-child { margin: 0; font-size: .95rem; }
.t-navy { background: var(--navy); color: #c9d4e6; } .t-navy .big, .t-navy h3 { color: #fff; } .t-navy .big { color: var(--lift); }
.t-blue { background: var(--brand); color: #dce6ff; } .t-blue .big, .t-blue h3 { color: #fff; }
.t-sand { background: var(--sand); } .t-sand .big { color: var(--spark); }
.t-white { background: #fff; border: 1px solid var(--edge); box-shadow: var(--shadow); } .t-white .big { color: var(--brand); }
.t-spark { background: var(--spark); color: #3b1a08; } .t-spark .big, .t-spark h3 { color: var(--navy); }
.t-sky { background: var(--sky); } .t-sky .big { color: var(--brand); }

/* the console: in a tilted phone, on a navy block */
.console-section { padding-top: 40px; }
.console-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: center; background: var(--navy-2); border-radius: var(--r-lg); padding: 72px 64px; color: #c9d4e6; }
.console-grid h2 { color: #fff; }
.console-phone-wrap { display: flex; justify-content: center; padding: 20px 0; }
.console-phone { width: 320px; rotate: -4deg; padding: 34px 16px 20px; font-size: .84rem; }
.cp-top { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid #ede9e2; }
.cp-top img { border-radius: 8px; }
.cp-top p { margin: 0; font-weight: 700; color: var(--ink); }
.cp-window { margin-left: auto; font-size: .74rem; font-weight: 600; color: var(--muted); border: 1px solid var(--edge); border-radius: 999px; padding: 3px 9px; }
.cp-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; }
.cp-tile { background: var(--cream); border-radius: 12px; padding: 10px 12px; }
.cp-tile .k { margin: 0; font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.cp-tile .v { margin: 0; font-family: var(--head); font-size: 1.6rem; font-weight: 800; color: var(--navy-2); line-height: 1.1; }
.cp-tile.alert { background: var(--sand); } .cp-tile.alert .v { color: var(--spark); }
.cp-note { margin: 10px 0 0; font-size: .74rem; color: var(--spark-deep); font-weight: 600; }
.cp-panel { margin-top: 16px; }
.cp-panel .k { margin: 0 0 8px; font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; }
.tally { display: grid; grid-template-columns: 74px 1fr 18px; align-items: center; gap: 8px; margin-bottom: 6px; color: var(--ink); }
.tally .bar { height: 9px; border-radius: 999px; background: var(--brand); }
.tally .bar.dim { background: #cfd6e2; }
.w-100 { width: 100%; } .w-75 { width: 75%; } .w-50 { width: 50%; } .w-25 { width: 25%; }
.tally .num, .cp-row .num { color: var(--muted); font-size: .78rem; text-align: right; font-weight: 600; }
.cp-row { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px solid #f0ece5; color: var(--ink); }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { padding: 0 0 14px 30px; position: relative; font-size: 1rem; }
.checklist li::before { content: "\2713"; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--spark); color: var(--navy); font-size: .7rem; font-weight: 800; display: grid; place-items: center; }
.checklist strong { color: #fff; }

/* the demo */
.demo { padding-top: 40px; }
.demo-card { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 48px; align-items: center; background: var(--cream); border-radius: var(--r-lg); padding: 64px; }
.demo-card p { max-width: 32em; }
.demo-card .cta-row { margin: 0; }
.demo-art { display: flex; justify-content: center; }
.ring-card { position: relative; background: #fff; border-radius: 24px; padding: 34px 28px 26px; text-align: center; width: 260px; box-shadow: var(--shadow); }
.ring-icon { position: relative; display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--spark); margin: 0 auto 18px; }
.ring-icon svg { width: 32px; height: 32px; }
.ring-icon::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 3px solid var(--spark); animation: ripple 1.8s ease-out infinite; }
.ring-title { margin: 0; font-weight: 800; color: var(--navy-2); font-family: var(--head); font-size: 1.15rem; }
.ring-sub { margin: 2px 0 14px; color: var(--muted); font-size: .9rem; }
.ring-status { display: inline-block; background: var(--good-soft); color: var(--good); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }

/* the voice picker inside the demo card: radio inputs drive it, no script */
.voice-pick { position: relative; grid-column: 1 / -1; border-top: 1px solid var(--edge); padding-top: 44px; margin-top: 8px; }
.voice-head { max-width: 40em; margin-bottom: 26px; }
.voice-head h3 { font-size: 1.5rem; margin-bottom: .3em; }
.voice-head p { margin: 0; max-width: 40em; }
.voice-pick input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; overflow: hidden; pointer-events: none; }
.voice-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; margin-bottom: 26px; }
.voice-group-title { margin: 0 0 10px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.voice-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.voice-chips label { display: flex; flex-direction: column; gap: 1px; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1.5px solid var(--edge); cursor: pointer; line-height: 1.25; transition: border-color .15s, box-shadow .15s, transform .15s; }
.voice-chips label:hover { border-color: var(--brand); transform: translateY(-1px); }
.voice-chips strong { color: var(--navy-2); font-size: .95rem; }
.voice-chips span { color: var(--muted); font-size: .76rem; }
.voice-player { background: #fff; border-radius: 24px; padding: 26px 28px 22px; box-shadow: var(--shadow); max-width: 640px; }
.voice-line { margin: 0 0 16px; color: var(--ink); font-size: 1rem; line-height: 1.5; font-style: italic; }
.voice-audio { display: none; width: 100%; height: 44px; }
.voice-note { margin: 14px 0 0; font-size: .85rem; color: var(--muted); }
#voice-ivy:checked ~ .voice-groups label[for="voice-ivy"], #voice-harriet:checked ~ .voice-groups label[for="voice-harriet"], #voice-margot:checked ~ .voice-groups label[for="voice-margot"], #voice-sienna:checked ~ .voice-groups label[for="voice-sienna"], #voice-matilda:checked ~ .voice-groups label[for="voice-matilda"], #voice-ruby:checked ~ .voice-groups label[for="voice-ruby"], #voice-bronte:checked ~ .voice-groups label[for="voice-bronte"], #voice-clancy:checked ~ .voice-groups label[for="voice-clancy"], #voice-angus:checked ~ .voice-groups label[for="voice-angus"], #voice-fletcher:checked ~ .voice-groups label[for="voice-fletcher"], #voice-riley:checked ~ .voice-groups label[for="voice-riley"], #voice-lachlan:checked ~ .voice-groups label[for="voice-lachlan"], #voice-miles:checked ~ .voice-groups label[for="voice-miles"], #voice-tom:checked ~ .voice-groups label[for="voice-tom"], #voice-duncan:checked ~ .voice-groups label[for="voice-duncan"] { background: var(--navy); border-color: var(--navy); box-shadow: 0 8px 22px rgba(2, 20, 37, .22); }
#voice-ivy:checked ~ .voice-groups label[for="voice-ivy"] strong, #voice-harriet:checked ~ .voice-groups label[for="voice-harriet"] strong, #voice-margot:checked ~ .voice-groups label[for="voice-margot"] strong, #voice-sienna:checked ~ .voice-groups label[for="voice-sienna"] strong, #voice-matilda:checked ~ .voice-groups label[for="voice-matilda"] strong, #voice-ruby:checked ~ .voice-groups label[for="voice-ruby"] strong, #voice-bronte:checked ~ .voice-groups label[for="voice-bronte"] strong, #voice-clancy:checked ~ .voice-groups label[for="voice-clancy"] strong, #voice-angus:checked ~ .voice-groups label[for="voice-angus"] strong, #voice-fletcher:checked ~ .voice-groups label[for="voice-fletcher"] strong, #voice-riley:checked ~ .voice-groups label[for="voice-riley"] strong, #voice-lachlan:checked ~ .voice-groups label[for="voice-lachlan"] strong, #voice-miles:checked ~ .voice-groups label[for="voice-miles"] strong, #voice-tom:checked ~ .voice-groups label[for="voice-tom"] strong, #voice-duncan:checked ~ .voice-groups label[for="voice-duncan"] strong { color: #fff; }
#voice-ivy:checked ~ .voice-groups label[for="voice-ivy"] span, #voice-harriet:checked ~ .voice-groups label[for="voice-harriet"] span, #voice-margot:checked ~ .voice-groups label[for="voice-margot"] span, #voice-sienna:checked ~ .voice-groups label[for="voice-sienna"] span, #voice-matilda:checked ~ .voice-groups label[for="voice-matilda"] span, #voice-ruby:checked ~ .voice-groups label[for="voice-ruby"] span, #voice-bronte:checked ~ .voice-groups label[for="voice-bronte"] span, #voice-clancy:checked ~ .voice-groups label[for="voice-clancy"] span, #voice-angus:checked ~ .voice-groups label[for="voice-angus"] span, #voice-fletcher:checked ~ .voice-groups label[for="voice-fletcher"] span, #voice-riley:checked ~ .voice-groups label[for="voice-riley"] span, #voice-lachlan:checked ~ .voice-groups label[for="voice-lachlan"] span, #voice-miles:checked ~ .voice-groups label[for="voice-miles"] span, #voice-tom:checked ~ .voice-groups label[for="voice-tom"] span, #voice-duncan:checked ~ .voice-groups label[for="voice-duncan"] span { color: var(--lift); }
#voice-ivy:focus-visible ~ .voice-groups label[for="voice-ivy"], #voice-harriet:focus-visible ~ .voice-groups label[for="voice-harriet"], #voice-margot:focus-visible ~ .voice-groups label[for="voice-margot"], #voice-sienna:focus-visible ~ .voice-groups label[for="voice-sienna"], #voice-matilda:focus-visible ~ .voice-groups label[for="voice-matilda"], #voice-ruby:focus-visible ~ .voice-groups label[for="voice-ruby"], #voice-bronte:focus-visible ~ .voice-groups label[for="voice-bronte"], #voice-clancy:focus-visible ~ .voice-groups label[for="voice-clancy"], #voice-angus:focus-visible ~ .voice-groups label[for="voice-angus"], #voice-fletcher:focus-visible ~ .voice-groups label[for="voice-fletcher"], #voice-riley:focus-visible ~ .voice-groups label[for="voice-riley"], #voice-lachlan:focus-visible ~ .voice-groups label[for="voice-lachlan"], #voice-miles:focus-visible ~ .voice-groups label[for="voice-miles"], #voice-tom:focus-visible ~ .voice-groups label[for="voice-tom"], #voice-duncan:focus-visible ~ .voice-groups label[for="voice-duncan"] { outline: 3px solid var(--brand); outline-offset: 2px; }
#voice-ivy:checked ~ .voice-player .voice-audio[src="/assets/voices/ivy.mp3"] { display: block; }
#voice-harriet:checked ~ .voice-player .voice-audio[src="/assets/voices/harriet.mp3"] { display: block; }
#voice-margot:checked ~ .voice-player .voice-audio[src="/assets/voices/margot.mp3"] { display: block; }
#voice-sienna:checked ~ .voice-player .voice-audio[src="/assets/voices/sienna.mp3"] { display: block; }
#voice-matilda:checked ~ .voice-player .voice-audio[src="/assets/voices/matilda.mp3"] { display: block; }
#voice-ruby:checked ~ .voice-player .voice-audio[src="/assets/voices/ruby.mp3"] { display: block; }
#voice-bronte:checked ~ .voice-player .voice-audio[src="/assets/voices/bronte.mp3"] { display: block; }
#voice-clancy:checked ~ .voice-player .voice-audio[src="/assets/voices/clancy.mp3"] { display: block; }
#voice-angus:checked ~ .voice-player .voice-audio[src="/assets/voices/angus.mp3"] { display: block; }
#voice-fletcher:checked ~ .voice-player .voice-audio[src="/assets/voices/fletcher.mp3"] { display: block; }
#voice-riley:checked ~ .voice-player .voice-audio[src="/assets/voices/riley.mp3"] { display: block; }
#voice-lachlan:checked ~ .voice-player .voice-audio[src="/assets/voices/lachlan.mp3"] { display: block; }
#voice-miles:checked ~ .voice-player .voice-audio[src="/assets/voices/miles.mp3"] { display: block; }
#voice-tom:checked ~ .voice-player .voice-audio[src="/assets/voices/tom.mp3"] { display: block; }
#voice-duncan:checked ~ .voice-player .voice-audio[src="/assets/voices/duncan.mp3"] { display: block; }

/* pricing */
.price-card { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 48px; background: #fff; border-radius: 28px; border: 1px solid var(--edge); box-shadow: var(--shadow); padding: 48px 52px; max-width: 980px; margin: 0 auto; }
.sticker { position: absolute; top: -16px; left: 40px; rotate: -4deg; background: var(--spark); color: var(--navy); font-weight: 800; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; box-shadow: 0 8px 20px rgba(242, 106, 33, .35); }
.list-price { color: var(--muted); margin: 8px 0 0; }
.list-price s { color: var(--ink); }
.founding { display: flex; align-items: baseline; gap: 6px; margin: 0; color: var(--navy-2); }
.founding .amount { font-family: var(--head); font-size: clamp(3.4rem, 6vw, 4.8rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.founding .per { color: var(--muted); font-weight: 600; }
.gst { font-size: .86rem; color: var(--muted); margin: 6px 0 24px; }
.price-ctas { margin: 0; gap: 12px; }
.price-fine { font-size: .86rem; color: var(--muted); margin: 16px 0 0; }
.price-list { list-style: none; margin: 0; padding: 0; align-self: center; }
.price-list li { padding: 11px 0 11px 34px; position: relative; color: var(--ink); border-bottom: 1px solid #f0ece5; }
.price-list li:last-child { border-bottom: 0; }
.price-list li::before { content: "\2713"; position: absolute; left: 0; top: 13px; width: 22px; height: 22px; border-radius: 50%; background: var(--sky); color: var(--brand-deep); font-size: .72rem; font-weight: 800; display: grid; place-items: center; }

/* getting started */
.setup { background: var(--cream); }
.connect { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.connect-card { background: #fff; border-radius: 24px; padding: 28px; border: 1px solid var(--edge); }
.connect-card p { margin: 0; font-size: .95rem; }
.logos { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.logos img { width: 72px; height: 72px; padding: 14px; object-fit: contain; background: #fff; border: 1px solid var(--edge); border-radius: 18px; box-shadow: 0 6px 16px rgba(2, 20, 37, .08); }
.connect-note { margin: 24px 0 0; font-size: .95rem; }

/* faq */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
details { background: var(--cream); border-radius: 18px; margin-bottom: 10px; }
summary { list-style: none; cursor: pointer; padding: 18px 56px 18px 22px; position: relative; font-weight: 700; color: var(--navy-2); font-size: 1.05rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: ""; position: absolute; right: 22px; top: 22px; width: 10px; height: 10px; border-right: 2.5px solid var(--brand); border-bottom: 2.5px solid var(--brand); transform: rotate(45deg); transition: transform .2s; }
details[open] summary::after { transform: rotate(-135deg); top: 28px; }
details p { margin: 0; padding: 0 22px 20px; max-width: 42em; }

/* the final call: the road ends at the pin */
.final { padding-top: 40px; }
.final-block { position: relative; border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(160deg, var(--brand) 0%, var(--brand-deep) 100%); color: #dce6ff; text-align: center; padding: 96px 32px; }
.final-road { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.final-road .road-bed { stroke: rgba(255, 255, 255, .12); stroke-width: 58; }
.final-road .road-line { stroke: rgba(255, 255, 255, .45); stroke-dasharray: 18 16; }
.final-inner { position: relative; max-width: 36em; margin: 0 auto; }
.final h2 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.4rem); }
.final p { font-size: 1.15rem; margin-bottom: 30px; }
.final .cta-row { margin: 0; }
.final .btn-ghost { border-color: rgba(255, 255, 255, .5); }

/* footer */
.site-footer { padding: 36px 0 44px; font-size: .88rem; color: var(--muted); }
.powered { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-bottom: 36px; margin-bottom: 36px; border-bottom: 1px solid var(--edge); }
.powered-label { margin: 0; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.powered-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px 52px; }
.site-footer .powered-logos img { height: 26px; width: auto; } /* the marks are shown as issued: no tint, no fade — Telnyx's kit says "do not alter" */
.site-footer .powered-logos img[alt="FreeSWITCH"] { height: 28px; }
.site-footer .wrap { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.site-footer img { height: 28px; width: auto; }
.site-footer a { color: var(--navy); text-decoration: none; font-weight: 600; }
.site-footer a:hover { color: var(--brand); }
.spacer { flex: 1; }

/* responsive */
@media (max-width: 1000px) {
  .nav { display: none; }
  .hero-block { padding: 56px 36px 48px; }
  .hero-grid, .missed-grid, .console-grid, .demo-card, .price-card, .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-demo { justify-self: center; }
  .tiles, .connect { grid-template-columns: 1fr 1fr; }
  .console-grid { padding: 48px 32px; }
}
@media (max-width: 820px) {
  .route { aspect-ratio: auto; display: flex; flex-direction: column; gap: 14px; padding-left: 36px; border-left: 4px dashed var(--road-dark); margin-left: 12px; }
  .route-svg, .route-pins, .stop-dot { display: none; }
  .stop, .drive { position: relative; left: auto; right: auto; top: auto; width: auto; translate: none; }
  .stop::before { content: ""; position: absolute; left: -49px; top: 22px; width: 22px; height: 22px; border-radius: 50%; background: var(--brand); border: 4px solid #fff; box-shadow: 0 3px 8px rgba(2, 20, 37, .25); }
  .stop.booked::before { background: var(--spark); }
  .drive { align-self: flex-start; }
}
@media (max-width: 720px) {
  body { padding-top: 10px; }
  section { padding: 64px 0; }
  .site-header { top: 10px; padding: 0 10px; }
  .topbar { padding: 6px 6px 6px 14px; gap: 12px; }
  .logo img { height: 36px; }
  .signin { display: none; }
  .hero-block { padding: 44px 22px 36px; border-radius: 24px; }
  .hero-road .road-line { stroke: rgba(255, 255, 255, .075); } /* a quarter of the desktop strength: still a road, no longer over the copy */
  .hero-copy { padding-bottom: 36px; }
  .lanes, .tiles, .connect { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps::before { display: none; }
  .console-grid { padding: 40px 22px; }
  .console-phone { width: 290px; rotate: 0deg; }
  .demo-card { padding: 36px 24px; }
  .voice-groups { grid-template-columns: 1fr; }
  .voice-player { padding: 20px 18px 16px; }
  .price-card { padding: 40px 24px 28px; }
  .final-block { padding: 64px 22px; }
  .powered-logos { gap: 18px 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .screen { flex: none; min-height: 0; }
  .transcript { position: static; mask-image: none; -webkit-mask-image: none; }
  .bubble, .ticket { animation: none; opacity: 1; max-height: none; margin-top: var(--mt); padding-block: var(--pb); }
  .live-dot, .stop-dot.new::after, .ring-icon::after { animation: none; }
  html { scroll-behavior: auto; }
}

/* long-form pages: the privacy policy and the terms */
.doc { max-width: 760px; padding: 56px 24px 72px; }
.doc h1 { font-size: clamp(1.9rem, 5vw, 2.6rem); margin-bottom: .3em; }
.doc h2 { font-size: 1.3rem; margin-top: 2.1em; }
.doc h3 { font-size: 1.05rem; margin-top: 1.6em; }
.doc .updated { color: var(--muted); font-size: .92rem; margin-bottom: 2.4em; }
.doc ul { padding-left: 1.15em; }
.doc li { margin-bottom: .5em; }
.doc table { border-collapse: collapse; width: 100%; margin: 1.2em 0; font-size: .95rem; }
.doc th, .doc td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--edge); vertical-align: top; }
.doc th { color: var(--ink); font-weight: 650; }
.doc .callout { background: var(--cream); border-left: 3px solid var(--brand); border-radius: 0 14px 14px 0; padding: 16px 20px; margin: 1.4em 0; }
.doc .callout p:last-child { margin-bottom: 0; }
