:root {
  --ink: #12241f;
  --ink-soft: #40534c;
  --forest: #17382f;
  --forest-deep: #0f2a23;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --sand: #ded6c6;
  --orange: #f16b43;
  --orange-dark: #c94724;
  --mint: #b6e6d1;
  --white: #ffffff;
  --line: rgba(18, 36, 31, 0.18);
  --shadow: 0 24px 70px rgba(15, 42, 35, 0.16);
  --display: "Inter", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  letter-spacing: -0.012em;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(18, 36, 31, 0.05) 0.6px, transparent 0.6px);
  background-size: 8px 8px;
  opacity: 0.4;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-160%); padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 36, 31, 0.09);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-logo { width: 31px; height: 41px; object-fit: contain; }
.brand-wordmark { color: var(--ink); font-size: 19px; font-weight: 700; letter-spacing: -0.055em; line-height: 1; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: 14px; font-weight: 600; text-decoration: none; }
.nav-links a:not(.nav-cta):hover { color: var(--orange-dark); }
.nav-cta { border: 1px solid rgba(18, 36, 31, .78); padding: 10px 16px; border-radius: 3px; box-shadow: 0 3px 0 rgba(18, 36, 31, .12), 0 8px 20px rgba(18, 36, 31, .08); transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--white); box-shadow: 0 5px 0 rgba(18, 36, 31, .18), 0 12px 25px rgba(18, 36, 31, .14); transform: translateY(-2px); }
.menu-button { display: none; min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); font: 600 14px var(--body); border-radius: 3px; padding: 8px 14px; }

.hero { position: relative; overflow: hidden; padding: 86px 0 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -260px; top: -260px; border: 1px solid rgba(23, 56, 47, 0.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23, 56, 47, 0.03), 0 0 0 140px rgba(23, 56, 47, 0.025); }
.hero-grid { position: relative; z-index: 1; padding-bottom: 92px; }
.hero-copy { max-width: 760px; padding-top: 18px; }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: #f6b39f; }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: -0.06em; line-height: .94; text-wrap: balance; }
h1 { max-width: 680px; margin: 0 0 26px; font-size: clamp(58px, 7vw, 98px); }
h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); }
h3 { margin: 0; font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.1; }
p { text-wrap: pretty; }
.answer-capsule { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 21px); line-height: 1.62; }
.answer-capsule strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid transparent; border-radius: 3px; box-shadow: 0 3px 0 rgba(15, 42, 35, .18), 0 12px 24px rgba(15, 42, 35, .10); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 5px 0 rgba(15, 42, 35, .2), 0 17px 30px rgba(15, 42, 35, .14); }
.button:focus-visible, .text-link:focus-visible, summary:focus-visible, .nav-links a:focus-visible, .menu-button:focus-visible, .social-links a:focus-visible, .phone-placeholder:focus-visible, .scenario-tab:focus-visible, .example-arrow:focus-visible, .call-play:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.button-primary { background: var(--forest); border-color: rgba(15, 42, 35, .82); color: var(--white); }
.button-primary:hover { background: var(--forest-deep); }
.button-light { background: var(--cream); border-color: rgba(255,255,255,.44); color: var(--forest); }
.button-light:hover { background: var(--white); }
.text-link { font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.microcopy { margin: 12px 0 0; color: #6c786f; font-size: 12px; }

.call-example-section { background: var(--paper); border-bottom: 1px solid var(--line); }
.call-example-grid { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); gap: clamp(54px, 9vw, 135px); align-items: start; }
.call-example-copy { max-width: 440px; padding-top: 50px; }
.call-example-copy > p:not(.eyebrow) { margin: 27px 0 0; color: var(--ink-soft); font-size: 18px; }
.call-stage { position: relative; width: 100%; max-width: 510px; min-height: 790px; justify-self: end; display: flex; flex-direction: column; padding: 47px 28px 29px; overflow: hidden; background: var(--forest); color: var(--white); border: 8px solid #0a211a; border-radius: 34px; box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 5px 0 #081913, 0 30px 60px rgba(15, 42, 35, .24); }
.call-stage::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 23px; pointer-events: none; }
.call-stage::after { content: ""; position: absolute; top: 19px; left: 50%; width: 76px; height: 5px; border-radius: 99px; background: rgba(255,255,255,.27); box-shadow: 0 0 0 3px rgba(0,0,0,.08); transform: translateX(-50%); pointer-events: none; }
.stage-topline, .example-heading, .scenario-tabs, .conversation-status, .call-result, .example-controls { flex: none; flex-shrink: 0; }
.stage-topline, .call-result { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.stage-topline { color: #c0d3cb; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; letter-spacing: .03em; color: var(--mint); text-transform: none; }
.live-dot::before { content: ""; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px rgba(182, 230, 209, .12); }
.example-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 36px; }
.caller { max-width: 410px; margin: 0; font-family: var(--display); font-size: 34px; line-height: 1.02; }
.example-count { flex: none; padding-bottom: 4px; color: #a8bcb4; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.scenario-tabs { position: relative; display: flex; gap: 7px; margin: 21px 0 18px; overflow-x: auto; scrollbar-width: none; }
.scenario-tabs::-webkit-scrollbar { display: none; }
.scenario-tab { min-height: 32px; flex: 1 0 auto; padding: 7px 10px; color: #b9cbc3; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); border-radius: 2px; font: 700 10px var(--body); letter-spacing: .055em; white-space: nowrap; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.scenario-tab:hover { border-color: rgba(255,255,255,.35); color: var(--white); transform: translateY(-1px); }
.scenario-tab.is-active { color: var(--forest); border-color: var(--mint); background: var(--mint); }
.conversation { position: relative; display: flex; flex: none; flex-direction: column; gap: 8px; min-height: 0; padding-bottom: 4px; }
.message { max-width: 92%; padding: 9px 11px; border-radius: 3px; font-size: 13px; }
.message.demo-enter { animation: transcript-in .34s ease-out both; }
.message span { display: block; margin-bottom: 3px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.message p { margin: 0; line-height: 1.38; }
.message-agent { background: rgba(255,255,255,.1); }
.message-caller { margin-left: auto; background: var(--cream); color: var(--ink); }
.message-caller span { color: #738078; }
.conversation-status { min-height: 19px; margin: 13px 0 0; color: #a8bcb4; font-size: 11px; }
.call-result[hidden] { display: none; }
.call-result { margin-top: 9px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.15); }
.call-result strong { display: block; max-width: 290px; font-size: 13px; line-height: 1.35; }
.result-label { color: #94aaa1; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.result-status { color: var(--mint); font-size: 11px; text-align: right; }
.demo-play-row { position: relative; display: flex; justify-content: center; margin: -2px 0 18px; }
.example-controls { position: relative; display: grid; grid-template-columns: repeat(2, 36px); justify-content: center; align-items: center; gap: 12px; margin-top: 17px; }
.example-arrow { width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.055); border-radius: 2px; box-shadow: 0 3px 0 rgba(0,0,0,.12); font: 500 18px var(--display); cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.example-arrow:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.12); transform: translateY(-1px); }
.call-play { width: min(100%, 220px); min-height: 40px; padding: 8px 15px; color: var(--mint); border: 1px solid rgba(182,230,209,.38); background: rgba(182,230,209,.08); border-radius: 2px; box-shadow: 0 3px 0 rgba(0,0,0,.12); font: 700 10px var(--body); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, opacity .2s ease; }
.call-play:hover:not(:disabled) { color: var(--white); background: rgba(182,230,209,.12); transform: translateY(-1px); }
.call-play:disabled { cursor: default; opacity: .62; }
@keyframes transcript-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.industry-ticker { position: relative; z-index: 2; border-top: 1px solid var(--line); background: rgba(255,253,248,.5); }
.ticker-track { width: min(var(--shell), 1120px); display: grid; grid-template-columns: repeat(5, max-content); justify-content: center; gap: 14px clamp(20px, 3vw, 42px); margin-inline: auto; padding-block: 20px; }
.ticker-track span { color: #5f6e67; font-size: 12px; font-weight: 600; white-space: nowrap; }

.section-pad { padding: clamp(90px, 11vw, 150px) 0; }
.split-intro { display: grid; grid-template-columns: 70px minmax(0, 1.5fr) minmax(280px, .7fr); gap: 50px; align-items: start; }
.section-number { margin: 9px 0 0; color: var(--orange-dark); font: 700 12px var(--body); letter-spacing: .12em; }
.section-copy { margin: 44px 0 0; color: var(--ink-soft); font-size: 17px; }
.section-heading { max-width: 830px; margin-bottom: 65px; }
.flow-section { background: #e7efe9; border-block: 1px solid var(--line); }
.flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.flow-list li { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.flow-list li > div { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(300px, 1fr); gap: 60px; align-items: baseline; }
.flow-list p { max-width: 650px; margin: 0; color: var(--ink-soft); }
.step { color: var(--orange-dark); font: 700 12px var(--body); letter-spacing: .1em; }

.demo-section { background: var(--forest); color: var(--white); }
.demo-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); gap: clamp(60px, 10vw, 140px); align-items: center; }
.demo-grid h2 { max-width: 600px; }
.demo-grid > div:first-child > p:not(.eyebrow) { max-width: 600px; margin: 28px 0 32px; color: #c8d6d0; font-size: 18px; }
.demo-slot { min-height: 370px; display: grid; place-content: center; padding: 40px; text-align: center; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.035); }
.slot-label { color: #a8bcb4; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.slot-label.dark { color: var(--orange-dark); }
.phone-placeholder { display: inline-block; margin: 30px 0 18px; font-family: var(--display); font-size: clamp(42px, 5vw, 70px); color: inherit; letter-spacing: .03em; text-decoration: none; }
.demo-slot p { max-width: 360px; margin: 0 auto; color: #b7c8c1; }

.business-heading { max-width: 960px; }
.business-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.business-list article { min-height: 245px; padding: 38px 45px 38px 0; border-bottom: 1px solid var(--line); }
.business-list article:nth-child(odd) { border-right: 1px solid var(--line); }
.business-list article:nth-child(even) { padding-left: 45px; }
.business-list p { max-width: 480px; margin: 16px 0 0; color: var(--ink-soft); }

.calendar-section { background: var(--paper); }
.calendar-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr); gap: clamp(60px, 8vw, 120px); align-items: center; }
.calendar-copy { max-width: 620px; margin: 28px 0 30px; }
.calendar-card { min-height: 330px; display: grid; place-items: center; align-content: center; gap: 20px; padding: 36px; background: var(--cream); border: 1px solid var(--line); box-shadow: 0 16px 48px rgba(15, 42, 35, 0.08); text-align: center; }
.calendar-card p { max-width: 330px; margin: 0; color: var(--ink-soft); }
.calendar-card code { display: block; max-width: 100%; padding: 12px 14px; overflow-x: auto; color: var(--forest); background: rgba(23, 56, 47, .08); border: 1px solid rgba(23, 56, 47, .12); border-radius: 3px; font-size: 12px; }

.offer-section { background: var(--cream); border-block: 1px solid var(--line); }
.offer-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(400px, 1.2fr); gap: clamp(70px, 10vw, 150px); align-items: start; }
.offer-intro p:not(.eyebrow) { max-width: 550px; margin-top: 27px; color: var(--ink-soft); }
.offer-steps { border-top: 1px solid var(--line); }
.offer-steps > div { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.offer-steps span { color: var(--orange-dark); font-size: 12px; font-weight: 700; }
.offer-steps p { margin: 0; color: var(--ink-soft); }
.offer-steps strong { color: var(--ink); font-size: 17px; }

.faq-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(460px, 1.28fr); gap: clamp(70px, 10vw, 150px); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; min-height: 78px; display: flex; align-items: center; padding: 20px 46px 20px 0; font-weight: 600; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; font-family: var(--display); font-size: 28px; font-weight: 400; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 680px; margin: 0; padding: 0 48px 28px 0; color: var(--ink-soft); }

.final-cta { background: var(--orange-dark); color: var(--white); text-align: center; }
.cta-inner { max-width: 900px; }
.cta-inner h2 { margin-inline: auto; }
.cta-inner > p:not(.eyebrow) { max-width: 650px; margin: 28px auto 34px; color: #ffe3d9; font-size: 18px; }
footer { padding: 50px 0; background: var(--forest-deep); color: #bfd0c9; }
.footer-inner { display: grid; grid-template-columns: minmax(320px, auto) minmax(250px, 1fr) auto auto auto; gap: 34px; align-items: center; }
.footer-brand-lockup { display: inline-flex; align-items: center; gap: 17px; color: var(--white); text-decoration: none; }
.footer-logo { width: 76px; height: 76px; flex: none; object-fit: contain; }
.footer-wordmark { display: inline-flex; align-items: baseline; color: var(--white); font-family: var(--display); font-size: clamp(42px, 4.5vw, 60px); font-weight: 700; letter-spacing: -0.075em; line-height: .9; }
.footer-wordmark-animation { display: inline-flex; align-items: baseline; }
.footer-suffix { display: inline-block; min-width: 5.4ch; color: var(--orange); }
.footer-suffix.is-settled { color: var(--white); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.footer-inner p { margin: 0; font-size: 13px; }
.footer-inner a:not(.footer-brand-lockup) { color: var(--white); font-size: 13px; }
.footer-meta { display: grid; gap: 6px; text-align: right; }
.copyright { color: #829991; }
.powered-by { color: #829991; }
.powered-by a { font-weight: 700; text-underline-offset: 3px; }
.social-links { display: flex; align-items: center; gap: 10px; }
.social-links a { width: 34px; height: 34px; display: inline-grid; place-items: center; color: var(--white); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.social-links a:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); }

@media (max-width: 980px) {
  .nav-links { gap: 18px; }
  .nav-links a { font-size: 13px; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 32px, 760px); }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 68px; right: 16px; width: min(320px, calc(100vw - 32px)); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 48px; display: flex; align-items: center; padding: 10px 12px; }
  .nav-cta { margin-top: 4px; justify-content: center; }
  .hero { padding-top: 62px; }
  .demo-grid, .offer-grid, .faq-grid, .calendar-grid, .call-example-grid { grid-template-columns: 1fr; }
  .call-example-grid { gap: 54px; }
  .call-example-copy { padding-top: 0; }
  .call-stage { width: min(560px, 100%); height: auto; min-height: 760px; max-width: none; justify-self: start; transform: none; }
  .split-intro { grid-template-columns: 40px 1fr; }
  .split-intro .section-copy { grid-column: 2; margin-top: 0; }
  .flow-list li > div { grid-template-columns: 1fr; gap: 12px; }
  .business-list { grid-template-columns: 1fr; }
  .business-list article:nth-child(odd) { border-right: 0; }
  .business-list article:nth-child(even) { padding-left: 0; }
  .business-list article { min-height: auto; }
  .demo-slot, .calendar-card { min-height: 300px; }
  .faq-grid .section-heading { margin-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .nav-wrap { min-height: 68px; }
  h1 { font-size: clamp(50px, 15.8vw, 68px); }
  h2 { font-size: clamp(39px, 13vw, 54px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { min-height: 44px; display: inline-flex; align-items: center; }
  .call-stage { height: auto; min-height: 0; padding: 39px 20px 21px; border-width: 6px; border-radius: 27px; }
  .call-stage::before { inset: 9px; border-radius: 19px; }
  .call-stage::after { top: 15px; width: 60px; height: 4px; }
  .example-heading { margin-top: 32px; }
  .caller { margin: 0; font-size: 31px; }
  .scenario-tabs { gap: 6px; margin: 18px 0 15px; }
  .scenario-tab { padding-inline: 9px; font-size: 9px; }
  .conversation { min-height: 270px; }
  .message { max-width: 95%; }
  .call-result { align-items: flex-start; flex-direction: column; gap: 8px; }
  .result-status { text-align: left; }
  .example-controls { margin-top: 14px; }
  .ticker-track { grid-template-columns: repeat(2, max-content); justify-content: center; gap: 12px 26px; padding-inline: 0; }
  .split-intro { grid-template-columns: 1fr; gap: 16px; }
  .split-intro .section-copy { grid-column: 1; }
  .section-number { margin: 0; }
  .flow-list li { grid-template-columns: 38px 1fr; gap: 12px; }
  .business-list article { padding: 28px 0; }
  .demo-slot, .calendar-card { padding: 26px 18px; }
  .phone-placeholder { font-size: 40px; }
  .offer-grid, .faq-grid, .calendar-grid { gap: 55px; }
  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .footer-logo { width: 66px; height: 66px; }
  .footer-meta { text-align: left; }
}

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