body[data-site-style="cinematic"] {
  --ink: #f7f2e8;
  --muted: #bdb6aa;
  --line: rgba(247, 242, 232, 0.14);
  --wash: #14141a;
  --teal: #c99a42;
  --teal-dark: #e6b95f;
  --gold: #c99a42;
  --gold-bright: #e6b95f;
  --panel: #1c1c24;
  --black: #09090d;
  --receptionist-section-title: clamp(1.65rem, 4vw, 2.45rem);
  color: var(--ink);
  background: #14141a;
}

body[data-site-style="cinematic"] .site-header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  border: 0;
  background: linear-gradient(180deg, rgba(20, 20, 26, 0.92), rgba(20, 20, 26, 0));
  backdrop-filter: none;
}

body[data-site-style="cinematic"] .brand img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(38%) saturate(714%) hue-rotate(357deg) brightness(95%) contrast(91%);
}

body[data-site-style="cinematic"] .nav-links a {
  color: var(--muted);
}

body[data-site-style="cinematic"] .nav-links a:hover {
  color: var(--gold-bright);
}

body[data-site-style="cinematic"] .button-primary {
  color: var(--black);
  background: var(--gold-bright);
  box-shadow: 0 18px 40px rgba(230, 185, 95, 0.2);
}

body[data-site-style="cinematic"] .button-primary:hover {
  background: #f1c971;
}

body[data-site-style="cinematic"] .button-secondary,
body[data-site-style="cinematic"] .button-ghost {
  color: var(--gold-bright);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(230, 185, 95, 0.34);
}

.receptionist-hero {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.58fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(112px, 12vw, 156px) clamp(18px, 6vw, 86px) clamp(56px, 8vw, 92px);
  color: white;
  background:
    linear-gradient(90deg, rgba(9, 9, 13, 0.98) 0%, rgba(9, 9, 13, 0.84) 48%, rgba(9, 9, 13, 0.4) 100%),
    linear-gradient(180deg, rgba(9, 9, 13, 0.08), rgba(9, 9, 13, 0.86)),
    url("/assets/digitizecanada-hero-preview.png");
  background-position: center;
  background-size: cover;
}

.receptionist-copy {
  max-width: 760px;
}

.receptionist-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #ded8ce;
  font-size: 1.14rem;
  line-height: 1.55;
}

.receptionist-copy .eyebrow,
.section-heading .eyebrow,
.form-heading .eyebrow,
.preview-label {
  color: var(--gold);
}

.receptionist-copy h1 {
  max-width: 860px;
  font-size: clamp(3.4rem, 9vw, 8.2rem);
  line-height: 0.94;
}

.receptionist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.demo-panel,
.setup-card,
.form-heading,
.form-card,
.form-submit-bar {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(28, 28, 36, 0.9);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.demo-panel {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 26px);
}

.demo-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.demo-panel__header h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.demo-status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(230, 185, 95, 0.28);
  border-radius: 999px;
  background: rgba(230, 185, 95, 0.12);
  color: var(--gold-bright);
  font-size: 0.82rem;
  font-weight: 900;
}

.widget-mount {
  min-height: 480px;
}

.retell-demo-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 480px;
  padding: clamp(18px, 4vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(230, 185, 95, 0.1), rgba(255, 255, 255, 0.03)),
    #14141a;
}

.retell-demo-card__screen {
  position: relative;
  display: block;
  width: min(100%, 300px);
  aspect-ratio: 1;
  min-height: 0;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 1px solid rgba(230, 185, 95, 0.2);
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 22%, rgba(230, 185, 95, 0.76), transparent 31%),
    radial-gradient(circle at 72% 28%, rgba(247, 242, 232, 0.48), transparent 30%),
    radial-gradient(circle at 52% 78%, rgba(201, 154, 66, 0.66), transparent 34%),
    radial-gradient(circle at 28% 74%, rgba(189, 182, 170, 0.46), transparent 34%),
    #09090d;
  box-shadow:
    inset -28px -34px 58px rgba(0, 0, 0, 0.34),
    inset 20px 18px 34px rgba(255, 255, 255, 0.12),
    0 0 44px rgba(201, 154, 66, 0.12),
    0 0 52px rgba(230, 185, 95, 0.16);
  cursor: pointer;
  isolation: isolate;
}

.retell-demo-card__screen::before {
  content: "";
  position: absolute;
  inset: -34%;
  z-index: 0;
  background:
    conic-gradient(from 90deg, rgba(230, 185, 95, 0.86), rgba(247, 242, 232, 0.54), rgba(201, 154, 66, 0.82), rgba(189, 182, 170, 0.5), rgba(230, 185, 95, 0.86));
  filter: blur(34px) saturate(1.28);
  opacity: 0.7;
  animation: receptionistAuroraSpin 12s linear infinite;
}

.retell-demo-card__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.34), transparent 18%),
    radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.18), transparent 30%),
    radial-gradient(circle at 76% 78%, rgba(0, 0, 0, 0.32), transparent 35%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.12), transparent 44%);
  box-shadow:
    inset 18px 18px 30px rgba(255, 255, 255, 0.08),
    inset -32px -38px 56px rgba(0, 0, 0, 0.3),
    0 0 64px rgba(230, 185, 95, 0.16);
  pointer-events: none;
}

.homepod-orb,
.homepod-glow {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 999px;
  pointer-events: none;
}

.homepod-orb {
  width: min(44vw, 240px);
  aspect-ratio: 1;
  filter: blur(16px) saturate(1.35);
  opacity: 0.84;
  mix-blend-mode: screen;
}

.homepod-orb--one {
  top: 10%;
  left: 6%;
  background: #e6b95f;
  animation: receptionistFloatOne 8s ease-in-out infinite;
}

.homepod-orb--two {
  right: 4%;
  bottom: 8%;
  background: #f7f2e8;
  animation: receptionistFloatTwo 9.5s ease-in-out infinite;
}

.homepod-orb--three {
  left: 33%;
  bottom: 4%;
  background: #c99a42;
  animation: receptionistFloatThree 7.5s ease-in-out infinite;
}

.homepod-glow {
  inset: 15%;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  filter: blur(2px);
  animation: receptionistPulse 2.8s ease-in-out infinite;
}

.is-calling::before {
  animation-duration: 3.8s;
}

.is-calling .homepod-orb--one {
  animation-duration: 2.6s;
}

.is-calling .homepod-orb--two {
  animation-duration: 3.1s;
}

.is-calling .homepod-orb--three {
  animation-duration: 2.3s;
}

.is-calling .homepod-glow {
  animation-duration: 1.1s;
}

.is-ai-speaking {
  border-color: rgba(174, 92, 255, 0.7);
  box-shadow:
    inset 0 0 86px rgba(0, 0, 0, 0.4),
    0 0 52px rgba(174, 92, 255, 0.46),
    0 0 88px rgba(0, 212, 255, 0.24);
}

.is-ai-speaking::before {
  animation-duration: 1.35s;
  opacity: 0.96;
  filter: blur(24px) saturate(1.7);
}

.is-ai-speaking .homepod-orb {
  opacity: 0.98;
  filter: blur(13px) saturate(1.85);
}

.is-ai-speaking .homepod-glow {
  animation-duration: 0.72s;
  background: rgba(174, 92, 255, 0.22);
}

.retell-demo-card__screen:hover,
.retell-demo-card__screen:focus-visible {
  border-color: rgba(230, 185, 95, 0.58);
  box-shadow:
    inset 0 0 80px rgba(0, 0, 0, 0.48),
    0 0 52px rgba(247, 242, 232, 0.12),
    0 0 68px rgba(230, 185, 95, 0.16);
}

.retell-demo-card__screen:focus-visible {
  outline: 3px solid rgba(230, 185, 95, 0.34);
  outline-offset: 3px;
}

@keyframes receptionistAuroraSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes receptionistFloatOne {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(46%, 32%) scale(1.12);
  }
}

@keyframes receptionistFloatTwo {
  0%, 100% {
    transform: translate(0, 0) scale(1.04);
  }
  50% {
    transform: translate(-42%, -34%) scale(0.94);
  }
}

@keyframes receptionistFloatThree {
  0%, 100% {
    transform: translate(0, 0) scale(0.96);
  }
  50% {
    transform: translate(12%, -46%) scale(1.16);
  }
}

@keyframes receptionistPulse {
  0%, 100% {
    opacity: 0.28;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.62;
    transform: scale(1.04);
  }
}

.retell-demo-card h3 {
  max-width: 390px;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1.1;
}

.retell-demo-card p:not(.preview-label) {
  max-width: 420px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.retell-demo-card .button {
  width: fit-content;
  margin-top: 20px;
}

.retell-demo-card #open-voice-demo {
  align-self: center;
}

.button-danger {
  background: #b42318;
  color: white;
}

.voice-status {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(230, 185, 95, 0.2);
  border-radius: 8px;
  background: rgba(9, 9, 13, 0.86);
}

.voice-status[hidden],
.voice-demo-modal[hidden],
.mic-permission-modal[hidden],
.voice-call-modal[hidden],
.voice-summary-section[hidden],
.floating-get-ai[hidden] {
  display: none;
}

.voice-status strong {
  color: var(--ink);
}

.voice-status span {
  color: var(--muted);
  line-height: 1.45;
}

.voice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.voice-summary-fields {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  gap: 8px 14px;
  margin: 18px 0 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--wash);
}

.voice-summary-fields dt {
  color: var(--muted);
  font-weight: 850;
}

.voice-summary-fields dd {
  margin: 0;
  color: var(--ink);
}

.voice-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.voice-summary-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.voice-summary-grid h3 {
  margin: 0;
  font-size: 1.02rem;
}

.voice-summary-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.45;
  white-space: pre-line;
}

.voice-summary-points {
  margin: 16px 0 0;
  padding: 18px 18px 18px 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--muted);
  line-height: 1.5;
}

.voice-summary-points li + li {
  margin-top: 8px;
}

section.voice-summary-section {
  position: fixed;
  inset: 0;
  z-index: 66;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow: auto;
  background: rgba(5, 5, 8, 0.78);
}

.voice-summary-section .section-inner {
  position: relative;
  width: min(980px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.voice-summary-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(247, 242, 232, 0.1);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.floating-get-ai {
  position: fixed;
  right: clamp(16px, 4vw, 34px);
  bottom: clamp(16px, 4vw, 34px);
  z-index: 80;
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: #09090d;
  font-weight: 950;
  box-shadow: 0 18px 50px rgba(230, 185, 95, 0.34);
  cursor: pointer;
}

.receptionist-section {
  padding: clamp(38px, 6vw, 76px) 0;
  background: #14141a;
}

.receptionist-section.muted {
  background: #09090d;
}

.receptionist-fit,
.receptionist-layout {
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
}

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

.fit-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.fit-grid span {
  color: var(--teal);
  font-weight: 950;
}

.fit-grid h3 {
  margin-top: 10px;
}

.fit-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.receptionist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 24px;
  align-items: start;
}

.business-info-page .receptionist-layout {
  width: min(1440px, calc(100% - 28px));
  grid-template-columns: minmax(0, 1fr);
}

.receptionist-form {
  display: grid;
  gap: 18px;
}

.form-heading,
.form-card {
  padding: clamp(20px, 4vw, 30px);
}

.form-heading p {
  margin: 12px 0 0;
  color: var(--muted);
}

.form-card {
  display: grid;
  gap: 18px;
  margin: 0;
}

.form-card legend {
  padding: 0;
  color: var(--teal-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.form-card legend small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

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

.business-info-page .field-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.field-wide {
  grid-column: 1 / -1;
}

.receptionist-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.receptionist-form [hidden] {
  display: none !important;
}

.receptionist-form label > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.receptionist-form [data-preferred-contact-label] {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.receptionist-form input,
.receptionist-form select,
.receptionist-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  background: rgba(9, 9, 13, 0.72);
  color: var(--ink);
}

.receptionist-form input::placeholder,
.receptionist-form textarea::placeholder,
.voice-demo-modal__panel input::placeholder {
  color: rgba(247, 242, 232, 0.46);
}

.receptionist-form select {
  min-height: 45px;
}

.receptionist-form textarea {
  resize: vertical;
}

.receptionist-form input:focus,
.receptionist-form select:focus,
.receptionist-form textarea:focus {
  outline: 3px solid rgba(15, 118, 110, 0.18);
  border-color: var(--gold-bright);
}

.receptionist-form [data-state="error"] {
  border-color: #b42318;
  background: #fff8f7;
}

.field-error {
  margin: 0;
  color: #b42318;
  font-size: 0.92rem;
  font-weight: 800;
}

.form-submit-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 18px;
}

.form-status {
  flex: 1 1 260px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.form-status[data-state="error"] {
  color: #b42318;
}

.form-status[data-state="success"] {
  color: var(--teal-dark);
}

.setup-card {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.setup-card h2 {
  line-height: 1.05;
}

.setup-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.setup-card li + li {
  margin-top: 8px;
}

.success-popup[hidden] {
  display: none;
}

.success-popup {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(5, 5, 8, 0.7);
}

.success-popup__panel {
  width: min(480px, 100%);
  padding: clamp(24px, 5vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(13, 54, 58, 0.28);
}

.success-popup__panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.success-popup__panel .preview-label {
  margin-bottom: 12px;
  color: var(--teal);
}

.success-popup__signature {
  margin-top: 14px !important;
  color: var(--ink) !important;
  font-weight: 900;
}

.success-popup__panel .button {
  width: 100%;
  margin-top: 22px;
}

.voice-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
}

.voice-demo-modal__backdrop,
.mic-permission-modal__backdrop,
.voice-call-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 8, 0.7);
}

.voice-demo-modal__panel,
.mic-permission-modal__panel,
.voice-call-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(430px, 100%);
  padding: clamp(24px, 5vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(13, 54, 58, 0.28);
}

.mic-permission-modal,
.voice-call-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 20px;
}

.mic-permission-modal__panel {
  width: min(400px, 100%);
}

.mic-permission-modal__panel p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 3.5vw, 1.55rem);
  font-weight: 900;
  line-height: 1.18;
}

.voice-call-modal__panel {
  width: min(420px, 100%);
  text-align: center;
}

.voice-call-modal__animation {
  width: min(230px, 70vw);
  justify-self: center;
  margin: 0 auto;
  cursor: default;
}

.voice-call-modal__panel p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 3vw, 1.34rem);
  font-weight: 900;
  line-height: 1.25;
}

.voice-call-modal__panel .button {
  width: 100%;
}

.voice-demo-modal__panel h2 {
  margin-right: 34px;
  line-height: 1.12;
}

.voice-demo-modal__panel label {
  display: grid;
  gap: 7px;
  font-weight: 850;
}

.voice-demo-modal__panel input {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(9, 9, 13, 0.72);
  color: var(--ink);
}

.voice-demo-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(247, 242, 232, 0.1);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 960px) {
  .receptionist-hero,
  .receptionist-layout,
  .fit-grid,
  .voice-summary-grid {
    grid-template-columns: 1fr;
  }

  .setup-card {
    position: static;
  }
}

@media (max-width: 700px) {
  .field-grid {
    grid-template-columns: 1fr;
  }

  .voice-summary-fields {
    grid-template-columns: 1fr;
  }

  .form-submit-bar {
    align-items: stretch;
  }

  .form-submit-bar .button {
    width: 100%;
  }
}

/* KimiK3-inspired visual layer for the live AI receptionist page. */
body[data-site-style="cinematic"] {
  --ink: #e8ecf4;
  --muted: #7a8498;
  --line: rgba(100, 160, 255, 0.12);
  --wash: #060a12;
  --teal: #00d4ff;
  --teal-dark: #00d4ff;
  --gold: #00d4ff;
  --gold-bright: #00d4ff;
  --panel: rgba(16, 22, 40, 0.65);
  --black: #060a12;
  --surface-solid: #0f1525;
  --accent-glow: rgba(0, 212, 255, 0.25);
  --accent-dim: rgba(0, 212, 255, 0.08);
  min-height: 100vh;
  color: var(--ink);
  background: var(--wash);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body[data-site-style="cinematic"]::before,
body[data-site-style="cinematic"]::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

body[data-site-style="cinematic"]::before {
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(0, 212, 255, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(0, 100, 255, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(0, 212, 255, 0.04) 0%, transparent 50%);
}

body[data-site-style="cinematic"]::after {
  z-index: -1;
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

body[data-site-style="cinematic"] .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 16px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 10, 18, 0.72);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  backdrop-filter: blur(20px) saturate(1.5);
}

body[data-site-style="cinematic"] .brand img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(91%) saturate(2782%) hue-rotate(144deg) brightness(103%) contrast(101%);
}

body[data-site-style="cinematic"] .nav-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

body[data-site-style="cinematic"] .nav-links a:hover {
  color: var(--ink);
}

body[data-site-style="cinematic"] .button {
  border-radius: 16px;
  font-family: inherit;
  font-weight: 800;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

body[data-site-style="cinematic"] .button-primary {
  color: #020508;
  background: linear-gradient(135deg, #00d4ff, #0099cc);
  box-shadow: 0 8px 30px rgba(0, 212, 255, 0.22);
}

body[data-site-style="cinematic"] .button-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #26dcff, #00a8d8);
  box-shadow: 0 10px 34px rgba(0, 212, 255, 0.3);
}

body[data-site-style="cinematic"] .button-secondary,
body[data-site-style="cinematic"] .button-ghost {
  color: var(--ink);
  background: rgba(16, 22, 40, 0.65);
  border-color: var(--line);
}

body[data-site-style="cinematic"] .button-secondary:hover,
body[data-site-style="cinematic"] .button-ghost:hover {
  color: var(--teal);
  border-color: rgba(0, 212, 255, 0.35);
  background: var(--accent-dim);
}

.receptionist-hero {
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 0.72fr);
  min-height: auto;
  padding: clamp(70px, 9vw, 106px) clamp(14px, 4vw, 54px) clamp(56px, 8vw, 86px);
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 28%, rgba(0, 212, 255, 0.12), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(0, 100, 255, 0.12), transparent 26%),
    transparent;
}

.receptionist-section .section-inner {
  width: min(1280px, calc(100% - 28px));
}

.receptionist-copy {
  max-width: 760px;
}

.receptionist-copy .eyebrow,
.section-heading .eyebrow,
.form-heading .eyebrow,
.preview-label {
  color: var(--teal);
  letter-spacing: 1.5px;
}

.receptionist-copy h1 {
  max-width: 840px;
  font-size: clamp(3rem, 6vw, 6.35rem);
  font-weight: 950;
  line-height: 1.03;
  letter-spacing: 0;
}

.receptionist-copy p,
.form-heading p,
.fit-grid p,
.retell-demo-card p:not(.preview-label),
.setup-card ul,
.voice-status span,
.voice-summary-grid p,
.voice-summary-points,
.success-popup__panel p {
  color: var(--muted);
}

.receptionist-copy p {
  max-width: 640px;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.7;
}

.demo-panel,
.setup-card,
.form-heading,
.form-card,
.form-submit-bar,
.retell-demo-card,
.voice-summary-fields,
.voice-summary-grid article,
.voice-summary-points,
.voice-summary-section .section-inner,
.success-popup__panel,
.voice-demo-modal__panel,
.mic-permission-modal__panel,
.voice-call-modal__panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(16, 22, 40, 0.65);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.demo-panel,
.retell-demo-card {
  position: relative;
  overflow: hidden;
}

.demo-panel::before,
.fit-grid article::before,
.form-card::before,
.setup-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0.75;
}

.demo-panel__header {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.demo-panel__header h2,
.retell-demo-card h3,
.section-heading h2,
.form-heading h2,
.setup-card h2,
.voice-demo-modal__panel h2 {
  letter-spacing: 0;
}

.demo-status {
  min-height: 31px;
  border-color: rgba(0, 230, 118, 0.24);
  background: rgba(0, 230, 118, 0.1);
  color: #00e676;
  font-weight: 800;
}

.retell-demo-card {
  background:
    radial-gradient(circle at 18% 16%, rgba(0, 212, 255, 0.18), transparent 30%),
    radial-gradient(circle at 86% 80%, rgba(124, 60, 255, 0.18), transparent 28%),
    rgba(15, 21, 37, 0.86);
}

.retell-demo-card__screen {
  border: 0;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.52), transparent 13%),
    radial-gradient(circle at 22% 24%, rgba(0, 212, 255, 0.9), transparent 32%),
    radial-gradient(circle at 72% 28%, rgba(174, 92, 255, 0.76), transparent 31%),
    radial-gradient(circle at 54% 76%, rgba(0, 229, 255, 0.78), transparent 36%),
    radial-gradient(circle at 78% 80%, rgba(0, 0, 0, 0.34), transparent 38%),
    radial-gradient(circle at 50% 50%, rgba(15, 21, 37, 0), rgba(6, 10, 18, 0.24) 61%, rgba(0, 0, 0, 0.68) 100%),
    #060a12;
  box-shadow:
    inset 22px 18px 34px rgba(255, 255, 255, 0.12),
    inset -34px -40px 64px rgba(0, 0, 0, 0.42),
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 48px rgba(0, 212, 255, 0.2),
    0 0 72px rgba(174, 92, 255, 0.22);
}

.retell-demo-card__screen::before {
  inset: -28%;
  background:
    conic-gradient(from 90deg, rgba(0, 212, 255, 0.9), rgba(174, 92, 255, 0.7), rgba(0, 153, 204, 0.86), rgba(124, 60, 255, 0.56), rgba(0, 212, 255, 0.9));
  filter: blur(28px) saturate(1.45);
  opacity: 0.76;
}

.retell-demo-card__screen::after {
  border: 0;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.5), transparent 12%),
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.2), transparent 31%),
    radial-gradient(circle at 72% 76%, rgba(0, 0, 0, 0.38), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(174, 92, 255, 0.16), transparent 46%);
  box-shadow:
    inset 20px 18px 30px rgba(255, 255, 255, 0.08),
    inset -36px -42px 64px rgba(0, 0, 0, 0.34),
    0 0 64px rgba(0, 212, 255, 0.18);
}

.homepod-orb--one {
  background: #00d4ff;
}

.homepod-orb--two {
  background: #ae5cff;
}

.homepod-orb--three {
  background: #7c3cff;
}

.retell-demo-card__screen:hover,
.retell-demo-card__screen:focus-visible {
  box-shadow:
    inset 0 0 80px rgba(0, 0, 0, 0.48),
    0 0 54px rgba(0, 212, 255, 0.18),
    0 0 78px rgba(0, 102, 255, 0.18);
}

.retell-demo-card__screen:focus-visible,
.receptionist-form input:focus,
.receptionist-form select:focus,
.receptionist-form textarea:focus,
.voice-demo-modal__panel input:focus {
  outline: 3px solid rgba(0, 212, 255, 0.18);
  outline-offset: 2px;
  border-color: var(--teal);
}

.retell-demo-card__screen.is-ai-speaking {
  border-color: rgba(174, 92, 255, 0.7);
  box-shadow:
    inset 0 0 86px rgba(0, 0, 0, 0.4),
    0 0 52px rgba(174, 92, 255, 0.46),
    0 0 88px rgba(0, 212, 255, 0.24);
}

.retell-demo-card__screen.is-ai-speaking::before {
  animation-duration: 1.35s;
  opacity: 0.96;
  filter: blur(24px) saturate(1.7);
}

.retell-demo-card__screen.is-ai-speaking .homepod-orb {
  opacity: 0.98;
  filter: blur(13px) saturate(1.85);
}

.retell-demo-card__screen.is-ai-speaking .homepod-glow {
  animation-duration: 0.72s;
  background: rgba(174, 92, 255, 0.22);
}

.receptionist-roi-section {
  padding-top: clamp(58px, 8vw, 88px);
}

.receptionist-roi-section .section-heading,
.receptionist-cta-section .section-heading {
  text-align: center;
}

.receptionist-roi-section .section-heading p:not(.eyebrow) {
  max-width: 560px;
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.roi-card,
.trial-banner {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(16, 22, 40, 0.65);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.roi-card::before,
.trial-banner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0.75;
}

.roi-card {
  max-width: 1100px;
  margin: 34px auto 0;
  padding: clamp(24px, 5vw, 42px);
  text-align: center;
}

.roi-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: var(--receptionist-section-title);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.roi-sub {
  margin: 8px 0 28px;
  color: var(--muted);
}

.roi-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.roi-box {
  min-width: 0;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(6, 10, 18, 0.58);
}

.roi-label {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.roi-value {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 900;
  line-height: 1;
}

.roi-value span {
  margin-left: 3px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 550;
}

.roi-value--red {
  color: #ffe88a;
}

.roi-value--accent {
  color: var(--teal);
}

.roi-value--green {
  color: #00e676;
}

.roi-arrow {
  color: var(--teal);
  font-size: 1.4rem;
  font-weight: 900;
}

.roi-summary {
  margin: 28px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.6;
}

.roi-summary strong {
  color: #00e676;
}

.receptionist-cta-section {
  padding-top: clamp(20px, 4vw, 40px);
}

.trial-banner {
  padding: clamp(34px, 6vw, 58px) clamp(22px, 5vw, 48px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 212, 255, 0.18), transparent 42%),
    rgba(16, 22, 40, 0.7);
}

.business-info-hero {
  padding: clamp(58px, 8vw, 96px) clamp(14px, 4vw, 54px) clamp(26px, 5vw, 54px);
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 212, 255, 0.14), transparent 30%),
    radial-gradient(circle at 84% 22%, rgba(0, 100, 255, 0.12), transparent 28%),
    transparent;
}

.business-info-hero__inner {
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
}

.business-info-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.business-info-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.7;
}

.business-info-page .receptionist-section.muted {
  padding-top: clamp(28px, 5vw, 52px);
}

@media (max-width: 1100px) {
  .business-info-page .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .business-info-page .field-grid {
    grid-template-columns: 1fr;
  }
}

.receptionist-footer {
  padding: 28px clamp(14px, 4vw, 54px) 34px;
  border-top: 1px solid var(--line);
  background: rgba(6, 10, 18, 0.74);
}

.receptionist-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.92rem;
}

.receptionist-footer p {
  margin: 0;
}

.receptionist-footer__brand {
  color: var(--ink);
  font-weight: 850;
}

.receptionist-footer a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.receptionist-footer a:hover {
  color: var(--ink);
}

.trial-banner h2 {
  margin: 0;
  color: var(--ink);
  font-size: var(--receptionist-section-title);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.trial-banner p {
  max-width: 560px;
  margin: 16px auto 26px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.65;
}

.trial-button {
  font-size: 1rem;
  padding: 16px 34px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 22px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.trust-row > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
}

.trust-icon {
  display: inline-grid;
  place-items: center;
  width: 1.25em;
  height: 1.25em;
  color: var(--gold-bright);
  font-size: 1rem;
  line-height: 1;
}

.voice-status,
.receptionist-form input,
.receptionist-form select,
.receptionist-form textarea,
.voice-demo-modal__panel input {
  border-color: var(--line);
  border-radius: 12px;
  background: rgba(6, 10, 18, 0.74);
  color: var(--ink);
}

.receptionist-section {
  background: transparent;
}

.receptionist-section.muted {
  background: rgba(6, 10, 18, 0.48);
}

.fit-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(16, 22, 40, 0.65);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.fit-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 212, 255, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.fit-grid span,
.form-card legend,
.success-popup__panel .preview-label {
  color: var(--teal);
}

.floating-get-ai {
  background: linear-gradient(135deg, #00d4ff, #0099cc);
  color: #020508;
  box-shadow: 0 18px 50px rgba(0, 212, 255, 0.34);
}

.button-danger {
  background: #ff5252;
  color: #fff;
}

.success-popup,
.voice-demo-modal__backdrop,
.mic-permission-modal__backdrop,
.voice-call-modal__backdrop,
section.voice-summary-section {
  background: rgba(3, 6, 12, 0.76);
}

.form-status[data-state="success"] {
  color: #00e676;
}

.form-status[data-state="error"],
.field-error {
  color: #ff5252;
}

.receptionist-form [data-state="error"] {
  border-color: rgba(255, 82, 82, 0.78);
  background: rgba(255, 82, 82, 0.08);
}

@media (max-width: 960px) {
  body[data-site-style="cinematic"] .site-header {
    gap: 10px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .receptionist-hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 54px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .receptionist-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: center;
  }

  .receptionist-copy h1 {
    box-sizing: border-box;
    width: calc(100vw - 28px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(2.05rem, 8.5vw, 3.35rem);
    line-height: 1.1;
    word-break: normal;
    overflow-wrap: break-word;
    text-wrap: wrap;
  }

  .receptionist-copy p {
    box-sizing: border-box;
    width: calc(100vw - 28px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .receptionist-actions {
    justify-content: center;
  }

  .demo-panel,
  .widget-mount,
  .retell-demo-card {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .demo-panel {
    justify-self: stretch;
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  .demo-panel__header > div {
    min-width: 0;
  }

  .retell-demo-card__screen {
    width: min(100%, 260px);
  }

  .retell-demo-card h3,
  .retell-demo-card p:not(.preview-label) {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .roi-row {
    grid-template-columns: 1fr;
  }

  .roi-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 520px) {
  body[data-site-style="cinematic"] .brand img {
    width: min(178px, 48vw);
  }

  body[data-site-style="cinematic"] .nav-links {
    gap: 12px;
    font-size: 0.78rem;
  }

  .receptionist-hero {
    width: 100%;
    justify-items: center;
    gap: 22px;
    max-width: 100vw;
    overflow: hidden;
    padding: 48px 10px 42px;
  }

  .receptionist-section {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
  }

  .receptionist-section .section-inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .receptionist-copy h1 {
    box-sizing: border-box;
    width: calc(100vw - 20px);
    max-width: 100%;
    font-size: clamp(1.62rem, 7vw, 1.82rem);
  }

  .receptionist-copy p {
    box-sizing: border-box;
    width: calc(100vw - 20px);
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.58;
  }

  .demo-panel {
    justify-self: stretch;
    box-sizing: border-box;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
  }

  .retell-demo-card {
    overflow: hidden;
  }

  .retell-demo-card h3 {
    width: 100%;
    font-size: 1.24rem;
    line-height: 1.15;
  }

  .retell-demo-card p:not(.preview-label) {
    width: 100%;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .retell-demo-card__screen {
    width: min(100%, 232px);
    margin-bottom: 24px;
  }

  .voice-call-modal__animation {
    width: min(210px, 64vw);
  }

  .roi-card,
  .trial-banner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }

  .receptionist-roi-section .section-heading,
  .receptionist-cta-section .section-heading {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .receptionist-roi-section .section-heading h2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--receptionist-section-title);
    line-height: 1.12;
  }

  .receptionist-roi-section .section-heading p:not(.eyebrow) {
    max-width: 18.5rem;
  }

  .roi-box {
    padding: 18px;
  }

  .trial-banner h2 {
    font-size: var(--receptionist-section-title);
  }

  .business-info-hero {
    padding: 44px 10px 26px;
  }

  .business-info-hero__inner,
  .receptionist-footer__inner {
    width: 100%;
  }

  .business-info-hero h1 {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .receptionist-footer__inner {
    display: grid;
    justify-items: start;
  }

  .mic-permission-modal,
  .voice-demo-modal,
  .voice-call-modal {
    padding: 14px;
  }

  .mic-permission-modal__panel,
  .voice-demo-modal__panel,
  .voice-call-modal__panel {
    width: 100%;
  }

  .mic-permission-modal__panel p,
  .voice-call-modal__panel p {
    font-size: 1rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
}
