.demo-body {
  background:
    linear-gradient(rgba(254, 209, 0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 155, 58, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(254, 209, 0, 0.10), transparent 34%),
    linear-gradient(45deg, transparent 46%, rgba(0, 155, 58, 0.14) 46% 58%, transparent 58%),
    #050706;
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

.demo-hero,
.demo-section,
.demo-proof,
.care-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.demo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 32px;
  align-items: center;
  min-height: calc(100vh - 86px);
  padding: 64px 0 34px;
}

.demo-hero h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.92;
  letter-spacing: 0;
}

.demo-hero p,
.demo-section p {
  color: var(--muted);
  line-height: 1.6;
}

.price-card {
  display: grid;
  width: min(520px, 100%);
  gap: 6px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(254, 209, 0, 0.35);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(254, 209, 0, 0.13), rgba(0, 155, 58, 0.10)),
    rgba(255, 255, 255, 0.045);
}

.price-card span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.price-card strong {
  color: var(--white);
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.95;
}

.price-card p {
  margin: 0;
}

.checkout-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.checkout-note[data-state="error"] {
  color: #ffb6b6;
}

.checkout-note[data-state="active"] {
  color: var(--bright-green);
}

.demo-phone {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.04));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--white);
}

.phone-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bright-green);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.14);
}

.bubble {
  width: fit-content;
  max-width: 88%;
  margin: 10px 0;
  padding: 12px 14px;
  border-radius: 16px;
  color: #062014;
  line-height: 1.45;
}

.bubble.lead {
  background: #f3f7f3;
}

.bubble.ai {
  margin-left: auto;
  background: var(--gold);
}

.booking-chip {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(34, 197, 94, 0.45);
  border-radius: 999px;
  color: var(--bright-green);
  text-align: center;
  font-weight: 900;
}

.demo-proof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 0 54px;
}

.demo-proof article,
.flow-board article,
.message-stack article,
.dashboard-preview,
.offer-strip {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.demo-proof article {
  padding: 18px;
}

.demo-proof strong {
  display: block;
  color: var(--gold);
  font-size: 32px;
}

.demo-proof span {
  color: var(--muted);
}

.demo-section {
  padding: 58px 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 24px;
}

.demo-section h2 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
}

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

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

.flow-board article,
.pain-grid article,
.complete-grid article {
  padding: 22px;
}

.flow-board span,
.pain-grid span,
.complete-grid span,
.message-stack small {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-board h3,
.pain-grid h3,
.complete-grid h3 {
  margin: 18px 0 8px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
}

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

.message-stack article {
  padding: 18px;
}

.message-stack p {
  margin-bottom: 0;
}

.dashboard-preview {
  padding: 18px;
}

.dash-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.dash-header span {
  color: var(--gold);
  font-weight: 900;
}

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

.dash-grid article {
  padding: 14px;
  border-radius: 8px;
  background: rgba(0, 155, 58, 0.12);
}

.dash-grid span,
.lead-table b,
.lead-table span {
  display: block;
}

.dash-grid span {
  color: var(--muted);
  font-size: 13px;
}

.dash-grid strong {
  font-size: 34px;
  color: var(--gold);
}

.lead-table {
  display: grid;
  gap: 8px;
}

.lead-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr 0.7fr 1fr;
  gap: 10px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
}

.lead-table b {
  color: var(--white);
}

.lead-table .warm {
  color: var(--gold);
  font-weight: 900;
}

.lead-table .hot {
  color: var(--bright-green);
  font-weight: 900;
}

.offer-strip {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 28px;
  margin-bottom: 54px;
}

.offer-strip h2 {
  max-width: 760px;
}

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

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

.value-grid article,
.pain-grid article,
.complete-grid article,
.included-panel,
.outcome-panel,
.guarantee-panel,
.monthly-panel,
.monthly-options article {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.value-grid article {
  padding: 22px;
}

.value-grid span,
.monthly-options small {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.value-grid h3 {
  margin: 18px 0 8px;
}

.outcome-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 22px;
  align-items: center;
  margin-top: 14px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(254, 209, 0, 0.12), rgba(0, 155, 58, 0.10)),
    rgba(255, 255, 255, 0.045);
}

.outcome-panel h3,
.guarantee-panel h3,
.monthly-panel h3 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.02;
}

.outcome-panel strong,
.guarantee-panel strong {
  display: block;
  padding: 20px;
  border-radius: 8px;
  background: rgba(5, 7, 6, 0.50);
  color: var(--gold);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.08;
}

.guarantee-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: 22px;
  align-items: center;
  margin-top: 14px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(0, 155, 58, 0.13), rgba(254, 209, 0, 0.09)),
    rgba(255, 255, 255, 0.045);
}

.included-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 22px;
  margin-top: 14px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(254, 209, 0, 0.10), rgba(0, 155, 58, 0.09)),
    rgba(255, 255, 255, 0.04);
}

.included-panel h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.02;
}

.included-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included-panel li {
  position: relative;
  padding: 12px 12px 12px 34px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  background: rgba(5, 7, 6, 0.36);
  color: var(--muted);
  line-height: 1.4;
}

.included-panel li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bright-green);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.monthly-panel {
  display: grid;
  gap: 20px;
  margin-top: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
}

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

.monthly-options article {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
}

.monthly-options strong {
  color: var(--white);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.05;
}

.monthly-options b {
  color: var(--bright-green);
  line-height: 1.35;
}

.compact-voice-cta {
  width: fit-content;
  margin-top: 8px;
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  min-width: min(100%, 360px);
}

.offer-actions .primary-cta,
.offer-actions .secondary-cta {
  min-width: min(100%, 260px);
}

.demo-body .care-footer {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 0;
}

.demo-body .care-footer > div {
  display: grid;
  gap: 8px;
}

.demo-body .care-footer > a {
  justify-self: end;
  color: var(--gold);
  font-weight: 900;
}

@media (max-width: 920px) {
  .demo-hero,
  .split-section,
  .offer-strip {
    grid-template-columns: 1fr;
    display: grid;
  }

  .demo-proof,
  .flow-board,
  .pain-grid,
  .value-grid,
  .complete-grid,
  .dash-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lead-table > div {
    grid-template-columns: 1fr;
  }

  .included-panel,
  .outcome-panel,
  .guarantee-panel,
  .monthly-options {
    grid-template-columns: 1fr;
  }

  .demo-body .care-footer {
    grid-template-columns: 1fr;
  }

  .demo-body .care-footer > a {
    justify-self: start;
  }

  .compact-voice-cta,
  .offer-actions,
  .offer-actions .primary-cta,
  .offer-actions .secondary-cta {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .demo-body .care-header nav {
    display: none;
  }

  .demo-body .care-voice-widget {
    position: static !important;
    width: min(var(--max), calc(100% - 32px));
    margin: 16px auto 24px;
    justify-items: stretch;
  }

  .demo-body .care-voice-bubble,
  .demo-body .care-voice-panel {
    width: 100%;
  }

  .demo-proof,
  .flow-board,
  .pain-grid,
  .value-grid,
  .complete-grid,
  .dash-grid {
    grid-template-columns: 1fr;
  }

  .demo-hero h1 {
    font-size: 44px;
  }
}
