:root {
  --ink: #082928;
  --muted: #64716b;
  --line: #dde6df;
  --paper: #f8f6f1;
  --mist: #edf3ee;
  --sage: #5d7f6b;
  --forest: #123c34;
  --safe: #1f7a50;
  --coral: #ef6f55;
  --sun: #f4bd1a;
  --blue: #276da8;
  --white: #ffffff;
  --shadow: 0 18px 54px rgba(8, 41, 40, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: rgba(248, 246, 241, 0.9);
  border-bottom: 1px solid rgba(220, 228, 223, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 190px;
}

.brand-logo {
  display: block;
  width: 194px;
  height: auto;
}

.brand-icon {
  display: none;
  width: 52px;
  height: auto;
}

.footer-logo {
  display: block;
  width: 176px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-cta {
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  font-size: 14px;
}

.primary-button {
  padding: 0 22px;
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(8, 41, 40, 0.2);
}

.secondary-button {
  padding: 0 20px;
  border: 1px solid rgba(23, 33, 29, 0.18);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.primary-button:hover,
.secondary-button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 130px clamp(20px, 5vw, 64px) 72px;
  background:
    linear-gradient(105deg, rgba(248, 246, 241, 0.98) 0%, rgba(248, 246, 241, 0.9) 58%, rgba(237, 243, 238, 0.68) 100%),
    linear-gradient(140deg, #f8f6f1 0%, #edf3ee 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.hero-logo {
  display: block;
  width: min(340px, 72vw);
  height: auto;
  margin-bottom: 24px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6.2vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 9px 12px;
  border: 1px solid rgba(23, 33, 29, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.trust-row span:first-child {
  border-color: rgba(31, 122, 80, 0.22);
  background: rgba(31, 122, 80, 0.1);
  color: var(--forest);
}

.call-visual {
  position: absolute;
  right: clamp(8px, 3vw, 52px);
  bottom: 64px;
  width: min(38vw, 540px);
  min-width: 360px;
  height: 520px;
  pointer-events: none;
}

.phone-shell,
.calendar-board,
.approval-note {
  position: absolute;
  border: 1px solid rgba(221, 230, 223, 0.82);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.phone-shell {
  left: -60px;
  bottom: 16px;
  width: 190px;
  height: 418px;
  border-radius: 34px;
  padding: 26px 20px;
}

.phone-top {
  width: 78px;
  height: 6px;
  margin: 0 auto 46px;
  border-radius: 999px;
  background: #c7d2cc;
}

.call-status {
  color: var(--sage);
  font-size: 13px;
  font-weight: 800;
}

.caller {
  margin-top: 8px;
  font-size: 26px;
  font-weight: 800;
}

.wave-row {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 96px;
  margin: 34px 0;
}

.wave-row span {
  width: 18px;
  border-radius: 999px;
  background: var(--blue);
}

.wave-row span:nth-child(1) { height: 38px; }
.wave-row span:nth-child(2) { height: 68px; background: var(--coral); }
.wave-row span:nth-child(3) { height: 90px; background: var(--sun); }
.wave-row span:nth-child(4) { height: 58px; background: var(--sage); }
.wave-row span:nth-child(5) { height: 34px; }

.ai-line {
  padding: 14px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.calendar-board {
  top: 28px;
  right: 0;
  width: 360px;
  border-radius: 18px;
  padding: 20px;
}

.calendar-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 14px;
}

.calendar-head span {
  color: var(--muted);
  font-weight: 700;
}

.calendar-grid {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: stretch;
}

.calendar-grid span {
  min-height: 44px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.time {
  color: var(--muted);
  background: var(--mist);
}

.busy {
  background: rgba(125, 70, 60, 0.11);
  color: #7d463c;
}

.free {
  background: rgba(31, 122, 80, 0.13);
  color: var(--forest);
}

.option {
  background: rgba(244, 189, 26, 0.22);
  color: #6c5111;
}

.approval-note {
  right: 38px;
  bottom: 24px;
  width: 188px;
  border-radius: 14px;
  padding: 16px;
}

.approval-note span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.approval-note strong {
  display: block;
  margin-top: 8px;
  color: var(--forest);
  font-size: 22px;
}

.signal {
  position: absolute;
  border: 1px solid rgba(8, 41, 40, 0.09);
  border-radius: 999px;
}

.signal-one {
  right: 6vw;
  top: 15vh;
  width: 380px;
  height: 380px;
}

.signal-two {
  right: 0;
  top: 4vh;
  width: 620px;
  height: 620px;
}

.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

section:not(.hero) {
  padding: 92px 0;
}

section[id] {
  scroll-margin-top: 86px;
}

.two-column,
.rules-layout,
.demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.15;
}

.problem-list {
  color: var(--muted);
  font-size: 19px;
}

.problem-cards,
.solution-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.problem-cards article,
.solution-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.problem-cards h3,
.solution-grid h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.problem-cards p,
.solution-grid p,
.section-note,
.usage-note,
.legal-note {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.problem-list p:last-child,
.rules-layout p:last-child,
.demo-layout p:last-child {
  margin-bottom: 0;
}

.flow-section {
  background: var(--white);
}

.solution-section {
  background: var(--paper);
}

.solution-section .section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading.compact {
  max-width: 860px;
}

.flow-grid,
.branch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.flow-card,
.branch-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 22px;
}

.flow-card p,
.branch-card li,
.rules-layout p,
.demo-layout p,
.cta-inner p {
  color: var(--muted);
}

.step {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(39, 109, 168, 0.1);
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.status-pill.is-safe {
  background: rgba(31, 122, 80, 0.12);
  color: var(--safe);
}

.branch-section {
  background: var(--mist);
}

.branch-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.branch-card {
  background: rgba(255, 255, 255, 0.72);
  padding: 24px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li + li {
  margin-top: 8px;
}

.rules-section {
  background: var(--forest);
  color: var(--white);
}

.rules-section .section-kicker {
  color: #a7d5bd;
}

.rules-layout p {
  color: #cfe1d8;
  font-size: 18px;
}

.rule-stack {
  display: grid;
  gap: 12px;
}

.rule-stack span {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.permission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.permission-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.permission-grid article.ai-can {
  border-color: rgba(167, 213, 189, 0.35);
  background: rgba(167, 213, 189, 0.12);
}

.permission-grid article.ai-cannot {
  border-color: rgba(207, 225, 216, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.permission-grid h3 {
  color: var(--white);
}

.permission-grid article.ai-can h3 {
  color: #a7d5bd;
}

.permission-grid li {
  color: #cfe1d8;
  font-weight: 700;
}

.control-note {
  grid-column: 2;
  margin: -4px 0 0;
  color: #a7d5bd;
  font-weight: 800;
}

.demo-section {
  background: var(--paper);
}

.demo-panel {
  display: grid;
  gap: 14px;
}

.demo-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.demo-row span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  background: rgba(39, 109, 168, 0.12);
  color: var(--blue);
  font-weight: 900;
}

.demo-row p {
  margin: 0;
  font-weight: 700;
}

.video-demo-section {
  background: var(--white);
}

.video-demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.video-demo-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
}

.video-frame {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: var(--ink);
  object-fit: cover;
}

.cta-section {
  background: var(--forest);
}

.cta-inner {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.cta-inner .section-kicker,
.cta-inner p {
  color: #cfe1d8;
}

.cta-inner h2 {
  color: var(--white);
}

.cta-inner h2 {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.dark {
  margin-top: 10px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(8, 41, 40, 0.2);
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.cta-inner small {
  display: block;
  margin-top: 14px;
  color: #a7d5bd;
  font-weight: 800;
}

.voice-demo-section {
  background: var(--white);
}

.voice-demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
}

.voice-demo-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
}

.voice-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.voice-controls .scenario-button {
  min-height: 40px;
  padding: 0 14px;
  font-size: 13px;
}

button.primary-button,
button.secondary-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

button.primary-button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.voice-demo-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(280px, 1fr);
  gap: 16px;
  min-height: 440px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(237, 243, 238, 0.92), rgba(255, 255, 255, 0.92));
  overflow: hidden;
}

.demo-phone,
.demo-calendar,
.demo-mail {
  border: 1px solid rgba(220, 228, 223, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px rgba(23, 33, 29, 0.1);
}

.demo-phone {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  padding: 22px;
}

.demo-phone-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.demo-phone-head strong {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: var(--forest);
  text-align: right;
}

.demo-speaker {
  margin-bottom: 12px;
  color: var(--sage);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.demo-transcript {
  min-height: 156px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
}

.voice-note {
  min-height: 40px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.demo-meter {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 92px;
  margin-top: auto;
}

.demo-meter span {
  width: 24px;
  height: 34px;
  border-radius: 999px;
  background: var(--blue);
  transition: height 180ms ease, background 180ms ease;
}

.demo-meter span:nth-child(2) {
  height: 58px;
  background: var(--coral);
}

.demo-meter span:nth-child(3) {
  height: 78px;
  background: var(--sun);
}

.demo-meter span:nth-child(4) {
  height: 48px;
  background: var(--safe);
}

.demo-meter.is-speaking span:nth-child(1) {
  animation: speakOne 520ms ease-in-out infinite alternate;
}

.demo-meter.is-speaking span:nth-child(2) {
  animation: speakTwo 480ms ease-in-out infinite alternate;
}

.demo-meter.is-speaking span:nth-child(3) {
  animation: speakThree 560ms ease-in-out infinite alternate;
}

.demo-meter.is-speaking span:nth-child(4) {
  animation: speakOne 440ms ease-in-out infinite alternate;
}

.demo-calendar {
  align-self: start;
  padding: 20px;
}

.demo-calendar .calendar-grid span {
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.is-highlighted {
  transform: scale(1.02);
  outline: 2px solid rgba(23, 60, 50, 0.16);
}

.demo-mail {
  position: absolute;
  right: 34px;
  bottom: 30px;
  width: min(330px, calc(100% - 68px));
  padding: 18px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.demo-mail.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.demo-mail > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.voice-mini {
  display: inline-flex;
  align-items: end;
  gap: 2px;
  height: 16px;
}

.voice-mini span {
  display: block;
  width: 4px;
  border-radius: 999px;
}

.voice-mini span:nth-child(1) {
  height: 9px;
  background: var(--blue);
}

.voice-mini span:nth-child(2) {
  height: 13px;
  background: var(--coral);
}

.voice-mini span:nth-child(3) {
  height: 16px;
  background: var(--sun);
}

.voice-mini span:nth-child(4) {
  height: 12px;
  background: #138348;
}

.demo-mail strong {
  display: block;
  margin: 8px 0 14px;
  font-size: 20px;
  line-height: 1.18;
}

.mail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mail-actions span {
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.waitlist-section {
  background: var(--mist);
}

.waitlist-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.waitlist-hero p:not(.section-kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.waitlist-promise {
  padding: 22px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--white);
}

.waitlist-promise span,
.module-label,
.panel-head span,
.metric-card span {
  display: block;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.waitlist-promise span {
  color: #a7d5bd;
}

.waitlist-promise strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.16;
}

.waitlist-dashboard {
  border: 1px solid rgba(220, 228, 223, 0.88);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  padding: clamp(16px, 3vw, 28px);
}

.waitlist-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.waitlist-topbar h3 {
  margin: 6px 0 0;
  font-size: clamp(24px, 3vw, 36px);
}

.waitlist-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.metric-card {
  min-height: 126px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.metric-card strong {
  display: block;
  margin: 8px 0 2px;
  font-size: 34px;
  line-height: 1;
}

.metric-card small {
  color: var(--muted);
  font-weight: 700;
}

.waitlist-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1fr;
  gap: 12px;
}

.waitlist-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.panel-head strong {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--forest);
  font-size: 12px;
}

.slot-card h4,
.approval-card h4 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
}

.slot-card p,
.message-card p,
.approval-card p,
.waitlist-feature-grid p {
  color: var(--muted);
}

.slot-card dl {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.slot-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.slot-card dt {
  color: var(--muted);
  font-weight: 700;
}

.slot-card dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}

.customer-list,
.reply-list {
  display: grid;
  gap: 10px;
}

.customer-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.customer-row.is-selected {
  border-color: rgba(92, 128, 107, 0.72);
  background: rgba(92, 128, 107, 0.12);
}

.customer-row strong,
.customer-row small {
  display: block;
}

.customer-row small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.customer-row b {
  color: var(--forest);
}

.message-card {
  display: flex;
  flex-direction: column;
}

.message-card p {
  min-height: 158px;
  padding: 14px;
  border-radius: 8px;
  background: var(--mist);
  font-weight: 650;
}

.reply-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: var(--paper);
}

.reply-row strong {
  color: var(--muted);
}

.reply-row.is-yes strong {
  color: var(--forest);
}

.reply-row.is-no strong {
  color: #9d3c29;
}

.reply-row.is-reserve strong {
  color: #8a6510;
}

.timeline-card {
  grid-column: span 2;
}

.recovery-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.timeline-step {
  min-height: 132px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.timeline-step span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  background: var(--mist);
  color: var(--forest);
  font-weight: 900;
}

.timeline-step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.timeline-step.is-current {
  border-color: rgba(233, 111, 85, 0.58);
  background: rgba(233, 111, 85, 0.1);
}

.timeline-step.is-done {
  border-color: rgba(92, 128, 107, 0.52);
  background: rgba(92, 128, 107, 0.1);
}

.timeline-step.is-current span {
  background: var(--coral);
  color: var(--white);
}

.timeline-step.is-done span {
  background: var(--forest);
  color: var(--white);
}

.approval-card {
  grid-column: span 2;
}

.ai-card {
  grid-column: span 2;
}

.ai-card p {
  min-height: 164px;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--white);
  font-size: 18px;
  font-weight: 750;
}

.approval-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.approval-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}

.audit-card ol {
  display: grid;
  gap: 8px;
  max-height: 190px;
  margin: 0;
  padding-left: 22px;
  overflow: auto;
  color: var(--muted);
  font-weight: 650;
}

.waitlist-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.waitlist-feature-grid article {
  padding: 22px;
  border: 1px solid rgba(220, 228, 223, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.waitlist-feature-grid h3 {
  font-size: 21px;
}

.agenda-section {
  background: var(--white);
}

.agenda-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.agenda-hero p:not(.section-kicker),
.agenda-price p {
  color: var(--muted);
  font-size: 18px;
}

.agenda-price {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.agenda-price span {
  display: block;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.agenda-price strong {
  display: block;
  margin: 8px 0;
  font-size: 42px;
  line-height: 1;
}

.agenda-app {
  display: grid;
  grid-template-columns: 260px minmax(360px, 1fr) 320px;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
  box-shadow: var(--shadow);
}

.agenda-settings {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 14px;
  margin-bottom: 14px;
}

.settings-panel,
.availability-check {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 18px;
}

.settings-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.settings-grid label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.settings-grid input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  padding: 0 10px;
}

.staff-list,
.closed-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.staff-list span,
.closed-list span {
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--white);
  color: var(--forest);
  font-size: 12px;
  font-weight: 800;
}

.closed-list span {
  background: rgba(233, 111, 85, 0.12);
  color: #9d3c29;
}

.availability-check {
  display: flex;
  flex-direction: column;
}

.availability-check p {
  flex: 1;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 750;
}

.availability-check button {
  width: 100%;
}

.agenda-sidebar,
.agenda-board,
.human-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  padding: 16px;
}

.agenda-actions {
  display: grid;
  gap: 10px;
}

.agenda-actions button {
  width: 100%;
}

.agenda-help {
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
  background: var(--paper);
}

.agenda-help strong {
  display: block;
  margin-bottom: 6px;
}

.agenda-help p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.agenda-board-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
}

.agenda-board-head span {
  display: block;
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.agenda-board-head strong {
  display: block;
  margin-top: 4px;
  font-size: 26px;
}

.agenda-board-head small {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-weight: 800;
}

.chair-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.chair-strip span {
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--forest);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.agenda-slots {
  display: grid;
  gap: 8px;
}

.agenda-slot {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  min-height: 76px;
}

.agenda-slot time {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  font-weight: 900;
}

.slot-dropzone {
  min-height: 76px;
  border: 1px dashed rgba(92, 128, 107, 0.34);
  border-radius: 8px;
  background: rgba(248, 250, 247, 0.74);
  padding: 8px;
}

.slot-dropzone.is-over {
  border-color: var(--blue);
  background: rgba(39, 109, 168, 0.08);
}

.appointment-card {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: grab;
}

.appointment-card:active {
  cursor: grabbing;
}

.appointment-card span {
  color: var(--sage);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
}

.appointment-card strong,
.appointment-card small {
  display: block;
}

.appointment-card strong {
  margin: 4px 0 2px;
  font-size: 18px;
}

.appointment-card small {
  color: var(--muted);
  font-weight: 700;
}

.appointment-card.is-confirmed {
  border-color: rgba(92, 128, 107, 0.5);
}

.appointment-card.is-option {
  border-color: rgba(244, 201, 93, 0.75);
  background: rgba(244, 201, 93, 0.16);
}

.appointment-card.is-blocked {
  border-color: rgba(23, 33, 29, 0.16);
  background: var(--mist);
}

.appointment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.appointment-actions button {
  min-height: 30px;
  padding: 0 9px;
  border: 0;
  border-radius: 8px;
  background: var(--forest);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.appointment-actions button[data-action="cancel"],
.appointment-actions button[data-action="reject"] {
  background: #6f7a75;
}

.human-panel h3 {
  margin-bottom: 8px;
  font-size: 25px;
}

.human-panel p {
  color: var(--muted);
}

.agenda-log {
  display: grid;
  gap: 8px;
  max-height: 210px;
  margin: 18px 0 0;
  padding-left: 20px;
  overflow: auto;
  color: var(--muted);
  font-weight: 650;
}

.growth-section {
  background: var(--forest);
  color: var(--white);
}

.growth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.growth-section .section-kicker {
  color: #a7d5bd;
}

.growth-layout p {
  color: #cfe1d8;
  font-size: 18px;
}

.growth-grid {
  display: grid;
  gap: 14px;
}

.growth-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.growth-grid span,
.price-card span {
  color: var(--sage);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.growth-grid h3 {
  margin-top: 8px;
}

.pricing-section {
  background: var(--paper);
}

.pricing-section .section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.price-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.price-card.is-featured {
  border-color: rgba(31, 122, 80, 0.34);
  box-shadow: 0 18px 44px rgba(8, 41, 40, 0.12);
}

.price-card h3 {
  margin: 10px 0;
  font-size: 30px;
}

.price-card p,
.price-card li {
  color: var(--muted);
}

.usage-note,
.legal-note {
  margin-top: 18px;
}

@keyframes speakOne {
  from { height: 28px; }
  to { height: 72px; }
}

@keyframes speakTwo {
  from { height: 78px; }
  to { height: 36px; }
}

@keyframes speakThree {
  from { height: 44px; }
  to { height: 88px; }
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px clamp(20px, 5vw, 64px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.site-footer span:nth-of-type(1) {
  color: var(--white);
  font-weight: 800;
}

.site-footer span:last-child {
  max-width: 640px;
  text-align: right;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 0;
  }

  .hero-content {
    max-width: 100%;
  }

  .call-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    height: 460px;
    margin-top: 42px;
  }

  .calendar-board {
    width: min(100%, 390px);
    right: 0;
  }

  .phone-shell {
    transform: scale(0.9);
    transform-origin: bottom left;
  }

  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-column,
  .rules-layout,
  .demo-layout,
  .video-demo-layout,
  .voice-demo-layout {
    grid-template-columns: 1fr;
  }

  .voice-demo-stage {
    grid-template-columns: 1fr;
  }

  .waitlist-hero,
  .waitlist-grid,
  .agenda-hero,
  .agenda-settings,
  .agenda-app,
  .permission-grid,
  .growth-layout {
    grid-template-columns: 1fr;
  }

  .agenda-app {
    padding: 12px;
  }

  .metric-row,
  .waitlist-feature-grid,
  .settings-grid,
  .pricing-grid,
  .solution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .control-note {
    grid-column: auto;
  }

  .approval-card {
    grid-column: auto;
  }

  .timeline-card {
    grid-column: auto;
  }

  .ai-card {
    grid-column: auto;
  }

  .recovery-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-mail {
    position: static;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 52px;
  }

  .brand-logo {
    display: none;
  }

  .brand-icon {
    display: block;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 12px;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-logo {
    width: min(250px, 78vw);
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero-actions a {
    width: 100%;
  }

  .call-visual {
    height: 620px;
  }

  .phone-shell,
  .calendar-board,
  .approval-note {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .phone-shell {
    height: auto;
    min-height: 340px;
    margin-bottom: 14px;
  }

  .calendar-board {
    margin-bottom: 14px;
  }

  .flow-grid,
  .branch-grid {
    grid-template-columns: 1fr;
  }

  .voice-controls a,
  .voice-controls button {
    width: 100%;
  }

  .demo-transcript {
    min-height: 130px;
    font-size: 20px;
  }

  .voice-demo-stage {
    padding: 14px;
  }

  .waitlist-topbar,
  .waitlist-hero,
  .agenda-hero {
    align-items: stretch;
  }

  .waitlist-topbar {
    flex-direction: column;
  }

  .waitlist-controls {
    width: 100%;
    flex-direction: column;
  }

  .waitlist-controls button,
  .agenda-actions button,
  .approval-actions button {
    width: 100%;
  }

  .metric-row,
  .waitlist-feature-grid,
  .settings-grid,
  .pricing-grid,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .waitlist-dashboard {
    padding: 12px;
  }

  .agenda-slot {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .agenda-board-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .recovery-timeline {
    grid-template-columns: 1fr;
  }

  section:not(.hero) {
    padding: 68px 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer span:last-child {
    text-align: left;
  }
}
