/* Scroll narrative lander — chat dock, voice demo, and CTA animations */

/* DC runtime pins height:100% — allow page scroll for ScrollTrigger */
html.scroll-lander-page,
body.scroll-lander-page,
html:has(body.scroll-lander-page) {
  height: auto !important;
  min-height: 100%;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

html.v2-booting.scroll-lander-page,
html.v2-booting.scroll-lander-page body.scroll-lander-page {
  height: 100% !important;
  overflow: hidden !important;
  overscroll-behavior: none;
}

@media (max-width: 820px) {
  html.v2-booting.scroll-lander-page body.scroll-lander-page {
    position: fixed !important;
    width: 100% !important;
    inset: 0 !important;
    touch-action: none !important;
  }
}

html.scroll-lander-page,
body.scroll-lander-page {
  scroll-behavior: auto;
  overscroll-behavior-y: none;
}

@media (prefers-reduced-motion: no-preference) {
  html.scroll-lander-page {
    scroll-behavior: auto;
  }
}

body.scroll-lander-page .v2-hero-bg::before {
  display: none !important;
}

/* Shared animated hero wash — used by bleed layer + pin spacer */
.v2-hero-wash-bg {
  background-color: #FCFBFA;
  background-image:
    radial-gradient(rgba(10, 10, 10, 0.045) 1px, transparent 1.4px),
    radial-gradient(circle at var(--v2-glow-g-x, 12%) var(--v2-glow-g-y, 18%), rgb(var(--v2-glow-g-r, 67) var(--v2-glow-g-g, 229) var(--v2-glow-g-b, 164) / var(--v2-glow-g-o, 0.18)), transparent 42%),
    radial-gradient(circle at var(--v2-glow-p-x, 88%) var(--v2-glow-p-y, 82%), rgba(163, 71, 234, var(--v2-glow-p-o, 0.14)), transparent 44%),
    linear-gradient(135deg, rgba(67, 229, 164, calc(var(--v2-hero-wash-o, 0.72) * var(--v2-wash-g, 0.42))) 0%, rgba(163, 71, 234, calc(var(--v2-hero-wash-o, 0.72) * var(--v2-wash-p, 0.38))) 100%),
    linear-gradient(180deg, #FCFBFA, #F1EFE9);
  background-size: 26px 26px, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-attachment: scroll;
}

.v2-hero-wash-bg--section,
.v2-hero-wash-bg--card {
  background-attachment: local;
}

  body.scroll-lander-page .pin-spacer:has(.v2-stagewrap) {
    background-color: #FCFBFA !important;
    background-image:
      radial-gradient(rgba(10, 10, 10, 0.045) 1px, transparent 1.4px),
      radial-gradient(circle at var(--v2-glow-g-x, 12%) var(--v2-glow-g-y, 18%), rgb(var(--v2-glow-g-r, 67) var(--v2-glow-g-g, 229) var(--v2-glow-g-b, 164) / var(--v2-glow-g-o, 0.18)), transparent 42%),
      radial-gradient(circle at var(--v2-glow-p-x, 88%) var(--v2-glow-p-y, 82%), rgba(163, 71, 234, var(--v2-glow-p-o, 0.14)), transparent 44%),
      linear-gradient(135deg, rgba(67, 229, 164, calc(var(--v2-hero-wash-o, 0.72) * var(--v2-wash-g, 0.42))) 0%, rgba(163, 71, 234, calc(var(--v2-hero-wash-o, 0.72) * var(--v2-wash-p, 0.38))) 100%),
      linear-gradient(180deg, #FCFBFA, #F1EFE9) !important;
    background-size: 26px 26px, 100% 100%, 100% 100%, 100% 100%, 100% 100% !important;
    background-attachment: scroll !important;
  }

@media (max-width: 820px) {
  html.scroll-lander-page.v2-hero-active,
  body.scroll-lander-page.v2-hero-active {
    background-color: #FCFBFA;
  }

  /* Full-bleed hero wash behind browser chrome — tracks visual viewport */
  body.scroll-lander-page.v2-hero-active:not(.v2-below-hero)::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--v2-vv-fill-h, 100dvh);
    min-height: 100dvh;
    transform: translateY(calc(-1 * var(--v2-vv-offset, 0px)));
    z-index: 0;
    pointer-events: none;
    background-color: #FCFBFA;
    background-image:
      radial-gradient(rgba(10, 10, 10, 0.045) 1px, transparent 1.4px),
      radial-gradient(circle at var(--v2-glow-g-x, 12%) var(--v2-glow-g-y, 18%), rgb(var(--v2-glow-g-r, 67) var(--v2-glow-g-g, 229) var(--v2-glow-g-b, 164) / var(--v2-glow-g-o, 0.18)), transparent 42%),
      radial-gradient(circle at var(--v2-glow-p-x, 88%) var(--v2-glow-p-y, 82%), rgba(163, 71, 234, var(--v2-glow-p-o, 0.14)), transparent 44%),
      linear-gradient(135deg, rgba(67, 229, 164, calc(var(--v2-hero-wash-o, 0.72) * var(--v2-wash-g, 0.42))) 0%, rgba(163, 71, 234, calc(var(--v2-hero-wash-o, 0.72) * var(--v2-wash-p, 0.38))) 100%),
      linear-gradient(180deg, #FCFBFA, #F1EFE9);
    background-size: 26px 26px, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
    background-attachment: scroll;
  }

  body.scroll-lander-page.v2-hero-active:not(.v2-below-hero)::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--v2-vv-fill-h, 100dvh);
    min-height: 100dvh;
    transform: translateY(calc(-1 * var(--v2-vv-offset, 0px)));
    z-index: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 12% 18%, rgba(67, 229, 164, 0.14), transparent 52%),
      radial-gradient(circle at 88% 82%, rgba(163, 71, 234, 0.12), transparent 50%);
    animation: none;
  }

  body.scroll-lander-page.v2-hero-active:not(.v2-below-hero) .v2-stagewrap.v2-hero-bg {
    background: transparent !important;
    z-index: 1;
    overflow: visible !important;
  }

  body.scroll-lander-page.v2-hero-active:not(.v2-below-hero) .v2-stage {
    overflow: visible !important;
  }

  body.scroll-lander-page.v2-hero-active:not(.v2-below-hero) .pin-spacer:has(.v2-stagewrap) {
    z-index: 1;
  }

  /* After hero ends: flat page fill — no gradient bleed into footer */
  body.scroll-lander-page.v2-hero-active.v2-below-hero::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--v2-vv-fill-h, 100dvh);
    min-height: 100dvh;
    transform: translateY(calc(-1 * var(--v2-vv-offset, 0px)));
    z-index: 0;
    pointer-events: none;
    background: #FCFBFA;
  }

  body.scroll-lander-page.v2-hero-active.v2-below-hero::after {
    display: none;
  }

  body.scroll-lander-page.v2-hero-active.v2-below-hero .v2-stagewrap.v2-hero-bg {
    background-color: transparent !important;
    min-height: var(--v2-hero-lock-h, 100dvh) !important;
    z-index: 1;
    overflow: visible !important;
  }

  body.scroll-lander-page.v2-hero-active.v2-below-hero .v2-hero-visual,
  body.scroll-lander-page.v2-hero-active.v2-below-hero .v2-heads {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
  }

  /* Mobile Hello CTA — modest gap under phone (split between flush and bottom-centered) */
  @media (max-width: 820px) {
    body.scroll-lander-page .v2-phone-wrap > .v2-hero-hello-cta--mobile:not(.v2-hero-hello-cta--hidden) {
      position: relative !important;
      left: auto !important;
      right: auto !important;
      top: auto !important;
      bottom: auto !important;
      transform: none !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin: 22px auto 8px !important;
      flex: 0 0 auto !important;
      order: 3 !important;
      pointer-events: auto !important;
      z-index: 6 !important;
      transition: opacity 0.18s ease, visibility 0.18s ease !important;
      appearance: none !important;
      -webkit-appearance: none !important;
      background: #43E5A4 !important;
      color: #06251A !important;
      border: none !important;
      border-radius: 999px !important;
      font-weight: 700 !important;
      font-size: 14px !important;
      padding: 9px 16px !important;
      gap: 6px !important;
      box-shadow: 0 6px 16px -8px rgba(29, 138, 91, 0.55) !important;
    }
    body.scroll-lander-page .v2-phone-wrap > .v2-hero-hello-cta--mobile svg {
      width: 14px !important;
      height: 14px !important;
    }
    body.scroll-lander-page .v2-phone-wrap > .v2-hero-hello-cta--mobile.v2-hero-hello-cta--hidden,
    body.scroll-lander-page.v2-past-hero .v2-phone-wrap > .v2-hero-hello-cta--mobile {
      display: none !important;
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important;
      margin: 0 !important;
    }
  }

  @media (min-width: 821px) {
    body.scroll-lander-page .v2-hero-hello-cta--mobile,
    body.scroll-lander-page .v2-phone-wrap > .v2-hero-hello-cta--mobile {
      display: none !important;
      visibility: hidden !important;
      pointer-events: none !important;
      opacity: 0 !important;
    }
  }

  body.scroll-lander-page .v2-phone-wrap {
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    top: auto !important;
    padding-bottom: 4px !important;
  }

  body.scroll-lander-page .v2-phone-scaler {
    order: 1 !important;
    filter: none;
  }

  body.scroll-lander-page .v2-phone {
    box-shadow:
      0 0 0 1.25px #202024,
      inset 0 1px 1px rgba(255, 255, 255, 0.14) !important;
  }

  body.scroll-lander-page .v2-phone-wrap > .v2-dots {
    order: 2 !important;
  }
  /* Mobile site header — hidden during hero, fixed after user scrolls past */
  body.scroll-lander-page .v2-site-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 120 !important;
    display: none !important;
    background: rgba(252, 251, 250, 0.92) !important;
    border-bottom: 1px solid #E7E5E1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  body.scroll-lander-page.v2-past-hero .v2-site-nav {
    display: block !important;
  }
  body.scroll-lander-page:not(.v2-past-hero) .v2-nav-cta {
    display: none !important;
  }
  body.scroll-lander-page.v2-past-hero .v2-nav-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  body.scroll-lander-page .v2-phone-wrap > .v2-dots {
    order: 2 !important;
  }
  body.scroll-lander-page.v2-hero-active .v2-stagewrap {
    height: var(--v2-hero-lock-h, var(--v2-hero-min-h, 100dvh)) !important;
    min-height: var(--v2-hero-lock-h, var(--v2-hero-min-h, 100dvh)) !important;
    max-height: var(--v2-hero-lock-h, var(--v2-hero-min-h, 100dvh)) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    padding-top: 0 !important;
    padding-bottom: 2px;
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  body.scroll-lander-page:not(.v2-hero-active) .v2-stagewrap {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.scroll-lander-page.v2-hero-active .pin-spacer > .v2-stagewrap {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    min-height: var(--v2-hero-lock-h, var(--v2-hero-min-h, 100dvh)) !important;
    height: var(--v2-hero-lock-h, var(--v2-hero-min-h, 100dvh)) !important;
    max-height: var(--v2-hero-lock-h, var(--v2-hero-min-h, 100dvh)) !important;
  }
  body.scroll-lander-page.v2-hero-active .pin-spacer:has(.v2-stagewrap) {
    min-height: var(--v2-hero-lock-h, var(--v2-hero-min-h, 100dvh)) !important;
  }
  body.scroll-lander-page.v2-hero-active .v2-stage {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    overflow: visible !important;
  }
  body.scroll-lander-page .v2-stage {
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    align-items: stretch !important;
    overflow: visible !important;
  }
  body.scroll-lander-page.v2-hero-active .v2-after-hero {
    /* Keep below-hero content in normal document flow — hiding caused scroll jumps on refresh */
    visibility: visible !important;
    pointer-events: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
  }
}

html.scroll-lander-page #dc-root,
html.scroll-lander-page #dc-root > .sc-host,
body.scroll-lander-page #dc-root,
body.scroll-lander-page #dc-root > .sc-host {
  height: auto !important;
  min-height: 100vh;
  overflow: visible !important;
}

.scroll-lander-page #chatFab,
.scroll-lander-page #voiceFab {
  display: none !important;
}

.scroll-lander-page #chat {
  z-index: 140;
}

.scroll-lander-page .julia-chat-dock:not(.julia-chat-dock--inline) {
  z-index: 12000;
}

.scroll-lander-page .v2-card-stack[data-layout="tabs"] .v2-stack-tabs-wrap {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  isolation: isolate;
}

.scroll-lander-page .v2-card-stack[data-layout="tabs"] .v2-stack-tabs,
.scroll-lander-page .v2-card-stack[data-layout="tabs"] .v2-stack-tab {
  position: relative;
  z-index: 100;
  pointer-events: auto;
}

.scroll-lander-page .v2-card-stack[data-layout="tabs"] .v2-tab-stage {
  position: relative;
  z-index: 1;
}

.scroll-lander-page .v2-fd-call-phase--ring {
  pointer-events: none;
}

.scroll-lander-page #julia-chat-dock-lander-handshake,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float {
  transition:
    opacity 0.38s ease,
    transform 0.38s ease,
    visibility 0.38s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.98);
}

/* Keep FAB anchored bottom-right even before JS applies left/top (avoids 0,0 flash). */
.scroll-lander-page #julia-chat-dock-lander-handshake:not(.julia-chat-dock--mobile-sheet):not(.is-open) {
  left: auto;
  top: auto;
  right: 24px;
  bottom: 20px;
}

.scroll-lander-page #julia-chat-dock-lander-handshake.is-lander-scroll-visible,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float.is-lander-scroll-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.scroll-lander-page #julia-chat-dock-lander-handshake.is-lander-scroll-hidden,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float.is-lander-scroll-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.98);
}

@media (min-width: 681px) {
  .scroll-lander-page #julia-chat-dock-lander-cedarstone-float {
    --julia-chat-accent: #8B6F47;
    --julia-chat-accent-text: #fff;
  }
}

@media (max-width: 680px) {
  .scroll-lander-page #julia-chat-dock-lander-handshake.julia-chat-dock--mobile-sheet.is-open,
  .scroll-lander-page #julia-chat-dock-lander-cedarstone-float.julia-chat-dock--mobile-sheet.is-open {
    transform: none;
    z-index: 50000 !important;
  }
}

body.scroll-lander-page.julia-chat-sheet-open {
  overflow: hidden !important;
  touch-action: none;
  height: 100%;
}

.scroll-lander-page.scroll-lander-chat-opening #chat {
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-lander-page.scroll-lander-chat-opening #chat.hidden {
  transform: translate(-50%, calc(100% + 28px));
}

.scroll-lander-page.scroll-lander-chat-opening #chat:not(.hidden) {
  transform: translate(-50%, 0);
}

.scroll-lander-page .skip-link:focus {
  z-index: 200;
  min-height: var(--v2-tap-min, 44px);
  display: inline-flex;
  align-items: center;
}

.scroll-lander-page .v2-prog {
  display: none !important;
}

/* Tab pills — keep lander styling (poc5-pages global button reset overrides otherwise) */
.scroll-lander-page button.v2-stack-tab,
.scroll-lander-page button.v2-stack-tab:focus,
.scroll-lander-page button.v2-stack-tab:focus-visible {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: 600 !important;
  min-height: var(--v2-tap-min, 44px) !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  overflow: visible !important;
}

.scroll-lander-page button.v2-stack-tab:hover:not(.is-on) {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: #D8D4CC !important;
  color: #0A0A0A !important;
  box-shadow: 0 8px 22px -14px rgba(8, 15, 52, 0.14) !important;
  transform: translateY(-1px) !important;
}

.scroll-lander-page .v2-card-stack[data-stack="front-desk"] button.v2-stack-tab:hover:not(.is-on) {
  border-color: rgba(29, 138, 91, 0.42) !important;
  color: #1D4032 !important;
  box-shadow: 0 10px 24px -16px rgba(29, 138, 91, 0.28) !important;
}

.scroll-lander-page .v2-card-stack[data-stack="side-kick"] button.v2-stack-tab:hover:not(.is-on) {
  border-color: rgba(163, 71, 234, 0.42) !important;
  color: #502373 !important;
  box-shadow: 0 10px 24px -16px rgba(163, 71, 234, 0.24) !important;
}

@media (max-width: 820px) {
  .scroll-lander-page button.v2-stack-tab,
  .scroll-lander-page button.v2-stack-tab:focus,
  .scroll-lander-page button.v2-stack-tab:focus-visible {
    min-height: var(--v2-tap-min, 44px) !important;
    padding: 12px 14px !important;
  }

  .scroll-lander-page #front-desk .v2-channel-header {
    margin-bottom: 10px;
  }

  .scroll-lander-page #front-desk .v2-channel-title {
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
  }

  .scroll-lander-page .v2-card-stack[data-layout="tabs"] .v2-stack-tabs {
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    scroll-padding-inline: 16px;
  }
}

.scroll-lander-page button.v2-fd-chat-open-btn,
.scroll-lander-page button.v2-fd-cedarstone-preview__open,
.scroll-lander-page button.v2-fd-call-round-btn,
.scroll-lander-page button.v2-fd-try-call-btn {
  font-family: inherit !important;
  cursor: pointer;
}

.scroll-lander-page button.v2-fd-try-call-btn {
  font-family: inherit !important;
  cursor: pointer;
  background: #43E5A4 !important;
  color: #06251A !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px -8px rgba(29, 138, 91, 0.6) !important;
  min-height: var(--v2-tap-min, 44px) !important;
  padding: 12px 20px !important;
}

.scroll-lander-page button.v2-fd-call-dismiss {
  font-family: inherit !important;
  cursor: pointer;
  background: rgba(10, 10, 10, 0.08) !important;
  color: #374151 !important;
  border: none !important;
  border-radius: 50% !important;
  min-height: 0 !important;
  padding: 0 !important;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.1) !important;
}

.v2-cedarstone-av {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  flex: none;
}

.v2-cedarstone-av--sm {
  width: 28px;
  height: 28px;
}

.v2-cedarstone-av img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

.scroll-lander-page #julia-chat-dock-lander-cedarstone-float .julia-chat-panel-avatar,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float .julia-chat-fab .julia-chat-panel-avatar {
  background: transparent;
}

.scroll-lander-page #julia-chat-dock-lander-cedarstone-float .julia-chat-panel-avatar img,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float .julia-chat-fab .julia-chat-panel-avatar img {
  object-fit: cover;
  object-position: 50% 50%;
}

.scroll-lander-page .v2-fd-cedarstone-chat-slot {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 12px;
  isolation: isolate;
  z-index: 1;
}

.scroll-lander-page #julia-chat-dock-lander-cedarstone-float.is-lander-inline-dock {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none;
}

.scroll-lander-page #julia-chat-dock-lander-cedarstone-float.is-lander-inline-dock:not(.is-open) .julia-chat-dock__shadow-room {
  padding: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.scroll-lander-page #julia-chat-dock-lander-cedarstone-float.is-lander-inline-dock:not(.is-open) .julia-chat-fab {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  pointer-events: auto;
}

.scroll-lander-page #julia-chat-dock-lander-cedarstone-float.is-lander-inline-dock.is-open {
  pointer-events: auto;
}

.scroll-lander-page #julia-chat-dock-lander-cedarstone-float.is-lander-inline-dock.is-open .julia-chat-dock__shadow-room {
  padding: 0;
  pointer-events: auto;
}

@media (max-width: 820px) {
  .scroll-lander-page .v2-fd-cedarstone-preview {
    min-height: 360px;
  }
}

/* Hero beat dots — transparent hit targets (poc5-pages global button reset paints aqua) */
.scroll-lander-page button.v2-dot,
.scroll-lander-page button.v2-dot:hover,
.scroll-lander-page button.v2-dot:focus,
.scroll-lander-page button.v2-dot:focus-visible,
.scroll-lander-page button.v2-dot:active {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  min-height: var(--v2-tap-min, 44px);
  min-width: var(--v2-tap-min, 44px);
  padding: 10px !important;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

/* Hero beat dots — grey until active */
.scroll-lander-page .v2-dot-mark {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #B8BCC2;
  flex: none;
  box-shadow: none;
  transform: scale(1);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.scroll-lander-page .v2-dot:not(.is-active) .v2-dot-mark {
  background: #B8BCC2 !important;
  box-shadow: none !important;
  transform: scale(1) !important;
}

.scroll-lander-page .v2-dot.is-active .v2-dot-mark {
  transform: scale(1.35);
}

.scroll-lander-page .v2-dot[data-beat="0"].is-active .v2-dot-mark {
  background: #0A0A0A;
  box-shadow: 0 0 0 4px rgba(10, 10, 10, 0.14);
}

.scroll-lander-page .v2-dot[data-beat="1"].is-active .v2-dot-mark {
  background: #502373;
  box-shadow: 0 0 0 4px rgba(80, 35, 115, 0.18);
}

.scroll-lander-page .v2-dot[data-beat="2"].is-active .v2-dot-mark {
  background: #1D4032;
  box-shadow: 0 0 0 4px rgba(29, 64, 50, 0.18);
}

/* Stack carousel dots (testimonials) — neutral dots, not green button blobs */
.scroll-lander-page button.v2-stack-dot,
.scroll-lander-page button.v2-stack-dot:hover,
.scroll-lander-page button.v2-stack-dot:focus,
.scroll-lander-page button.v2-stack-dot:focus-visible,
.scroll-lander-page button.v2-stack-dot:active {
  position: relative !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  padding: 0 !important;
  overflow: visible !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  background: #D4D2CC !important;
  box-shadow: none !important;
  transition: background 0.28s ease, transform 0.28s ease, opacity 0.28s ease !important;
}
.scroll-lander-page button.v2-stack-dot::before {
  content: "";
  position: absolute;
  inset: -18px;
}

.scroll-lander-page button.v2-stack-dot.is-on {
  background: #0A0A0A !important;
  transform: scale(1.35);
}

.scroll-lander-page .v2-card-stack[data-stack="testimonials"] button.v2-stack-dot.is-on {
  background: #0A0A0A !important;
}

.scroll-lander-page .v2-card-stack[data-stack="front-desk"] button.v2-stack-dot.is-on {
  background: #1D8A5B !important;
}

.scroll-lander-page .v2-card-stack[data-stack="side-kick"] button.v2-stack-dot.is-on {
  background: #A347EA !important;
}

/* Under the hood — knowledge flywheel */
@keyframes fwSpin { to { transform: rotate(360deg); } }
@keyframes fwFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes fwAi { 0%,100% { transform: scale(1); box-shadow: 0 6px 16px -8px rgba(8,15,52,.25); } 50% { transform: scale(1.07); box-shadow: 0 8px 22px -8px rgba(67,229,164,.5); } }
@keyframes fwCore { 0%,100% { box-shadow: 0 10px 30px -8px rgba(6,37,26,.6), 0 0 0 0 rgba(67,229,164,0); } 50% { box-shadow: 0 10px 34px -6px rgba(6,37,26,.7), 0 0 26px 2px rgba(67,229,164,.35); } }
@keyframes fwRingScale { 0%,100% { transform: scale(1); opacity:.55; } 50% { transform: scale(1.14); opacity:.12; } }
@keyframes fwFlow { 0% { transform: translate(-50%,104px); opacity:0; } 12% { opacity:1; } 84% { opacity:1; } 100% { transform: translate(-50%,2px); opacity:0; } }

.scroll-lander-page .v2-hood-section + div {
  background: transparent;
}

.scroll-lander-page .v2-hood-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 48px;
  align-items: center;
}

.scroll-lander-page .v2-hood-copy {
  min-width: 0;
  padding-left: clamp(20px, 3.5vw, 48px);
  padding-right: clamp(16px, 2vw, 32px);
  text-align: left;
}

.scroll-lander-page .v2-hood-visual {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

@media (max-width: 900px) {
  .scroll-lander-page .v2-hood-visual {
    justify-content: center;
  }
}

.scroll-lander-page .v2-fw-root {
  max-width: 100%;
}

.scroll-lander-page .v2-fw-diagram-static {
  position: absolute;
  top: 110px;
  left: 0;
  width: 360px;
  height: 360px;
  contain: layout style paint;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.scroll-lander-page .v2-fw-diagram-static.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scroll-lander-page .v2-fw-diagram-static img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateZ(0);
}

.scroll-lander-page .v2-fw-diagram-glow {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(67, 229, 164, 0.22) 0%, rgba(67, 229, 164, 0) 68%);
  animation: v2FwGlowPulse 4.5s ease-in-out infinite;
  will-change: opacity, transform;
}

.scroll-lander-page .v2-fw-root--lite .v2-fw-diagram-static {
  position: absolute;
  top: 110px;
  left: 0;
  width: 360px;
  height: 360px;
  contain: layout style paint;
}

.scroll-lander-page .v2-fw-root--lite .v2-fw-diagram-static img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateZ(0);
}

.scroll-lander-page .v2-fw-root--lite .v2-fw-diagram-glow {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(67, 229, 164, 0.22) 0%, rgba(67, 229, 164, 0) 68%);
  animation: v2FwGlowPulse 4.5s ease-in-out infinite;
  will-change: opacity, transform;
}

.scroll-lander-page .v2-fw-root.is-fw-live [data-fw].v2-fw-diagram {
  z-index: 3;
}

@keyframes v2FwGlowPulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.72; transform: scale(1.04); }
}

.scroll-lander-page .v2-fw-root .fw-msg--enter {
  animation: fwMsgIn 0.45s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@keyframes fwMsgIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.scroll-lander-page .v2-fw-root .fw-msg--exit {
  opacity: 0 !important;
  transform: translateY(-6px) !important;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.scroll-lander-page .v2-testimonials-section,
.scroll-lander-page .v2-hood-section,
.scroll-lander-page .v2-pricing-section,
.scroll-lander-page .v2-cta-section,
.scroll-lander-page .v2-faq-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
  contain: layout style paint;
}


@media (prefers-reduced-motion: reduce) {
  .scroll-lander-page .v2-fw-diagram-glow,
  .scroll-lander-page .v2-fw-root--lite .v2-fw-diagram-glow {
    animation: none;
    opacity: 0.5;
  }
  .scroll-lander-page .v2-fw-root .fw-msg--enter {
    animation: none;
  }
  .scroll-lander-page .v2-fw-root .fw-msg--exit {
    transition: none;
  }
}

/* Flywheel scenario message bubbles */
.scroll-lander-page .v2-fw-root .fw-msg--owner-req {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 12px;
  z-index: 8;
  display: flex;
  justify-content: flex-end;
}

.scroll-lander-page .v2-fw-root .fw-msg--owner-bubble {
  background: #2a6fdb;
  color: #fff;
  padding: 10px 15px;
  border-radius: 15px 15px 4px 15px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
  max-width: 250px;
  box-shadow: 0 10px 24px -12px rgba(42, 111, 219, 0.5);
}

.scroll-lander-page .v2-fw-root .fw-msg--customer {
  position: absolute;
  left: 18px;
  right: 58px;
  top: 468px;
  z-index: 8;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.scroll-lander-page .v2-fw-root .fw-msg--customer-bubble {
  background: #eef1ef;
  color: #1b2621;
  border-radius: 4px 15px 15px 15px;
  padding: 10px 14px;
  font-size: 12.5px;
  line-height: 1.45;
}

.scroll-lander-page .v2-fw-root .fw-msg--call {
  position: absolute;
  left: 18px;
  top: 466px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid #e7ece8;
  border-radius: 14px;
  padding: 9px 14px 9px 9px;
  box-shadow: 0 12px 28px -14px rgba(8, 15, 52, 0.4);
}

.scroll-lander-page .v2-fw-root .fw-msg--resp {
  position: absolute;
  left: 18px;
  right: 18px;
  z-index: 8;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.scroll-lander-page .v2-fw-root .fw-msg--resp.is-customer {
  top: 524px;
}

.scroll-lander-page .v2-fw-root .fw-msg--resp.is-owner {
  top: 50px;
}

.scroll-lander-page .v2-fw-root .fw-msg--resp-bubble {
  background: #fff;
  border: 1px solid #e7ece8;
  border-radius: 4px 15px 15px 15px;
  padding: 10px 14px;
  font-size: 12.5px;
  color: #1b2621;
  line-height: 1.45;
  max-width: 262px;
  box-shadow: 0 12px 28px -14px rgba(8, 15, 52, 0.4);
}

.scroll-lander-page .v2-fw-root .fw-msg--tag {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #0a0a0a;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
  .scroll-lander-page .v2-hood-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .scroll-lander-page .v2-hood-copy {
    order: 1;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
  }

  .scroll-lander-page .v2-hood-visual {
    order: 2;
    margin-top: 0;
  }

  .scroll-lander-page .v2-hood-lede {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 8px;
    padding-right: 8px;
  }

  .scroll-lander-page .v2-hood-title {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 820px) {
  .scroll-lander-page .v2-hood-inner {
    padding: 56px 20px 44px !important;
  }

  .scroll-lander-page .v2-hood-layout {
    gap: 12px;
  }

  .scroll-lander-page .v2-hood-title {
    margin: 8px 0 10px !important;
  }

  .scroll-lander-page .v2-hood-title-br {
    display: none;
  }

  .scroll-lander-page .v2-hood-lede {
    max-width: 100% !important;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
  }

  .scroll-lander-page .v2-fw-root {
    height: 500px !important;
    transform: scale(0.9);
    transform-origin: top center;
    margin-bottom: -28px;
  }

  .scroll-lander-page .v2-fw-root [data-fw] {
    top: 64px !important;
  }

  .scroll-lander-page .v2-fw-diagram-static {
    top: 64px !important;
  }

  .scroll-lander-page .v2-fw-root .fw-msg--owner-req {
    top: 8px;
    left: 14px;
    right: 14px;
  }

  .scroll-lander-page .v2-fw-root .fw-msg--customer {
    top: 448px;
    left: 14px;
    right: 48px;
  }

  .scroll-lander-page .v2-fw-root .fw-msg--call {
    top: 446px;
    left: 14px;
  }

  .scroll-lander-page .v2-fw-root .fw-msg--resp.is-customer {
    top: 502px;
  }

  .scroll-lander-page .v2-fw-root .fw-msg--resp.is-owner {
    top: 44px;
  }

  .scroll-lander-page #front-desk,
  .scroll-lander-page #side-kick {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .scroll-lander-page .v2-card-stack {
    max-width: none !important;
    padding: 0 !important;
  }

  .scroll-lander-page .v2-card-stack[data-layout="tabs"] {
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 16px !important;
  }

  .scroll-lander-page .v2-card-stack[data-layout="tabs"].has-split-panel {
    max-width: 680px !important;
  }

  @media (min-width: 821px) {
    .scroll-lander-page .v2-card-stack[data-layout="tabs"][data-stack="front-desk"] {
      max-width: min(100%, 1040px) !important;
    }

    .scroll-lander-page .v2-card-stack[data-layout="tabs"][data-stack="front-desk"].has-split-panel {
      max-width: min(100%, 1040px) !important;
    }

    .scroll-lander-page .v2-card-stack[data-layout="tabs"].is-voice-call-layout,
    body.scroll-lander-voice-expanded .scroll-lander-page .v2-card-stack[data-layout="tabs"][data-stack="front-desk"] {
      max-width: 920px !important;
    }
  }

  .scroll-lander-page .v2-stack-desc {
    padding-left: 24px !important;
    padding-right: 24px !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .scroll-lander-page .v2-stack-card--voice {
    padding: 0 !important;
  }

  .scroll-lander-page .v2-ucaro {
    padding: 0 4px;
  }

  .scroll-lander-page .v2-uc {
    padding: 28px 20px !important;
  }

  .scroll-lander-page .v2-tcaro {
    padding: 0 4px;
  }
}

/* Desktop: compact use-case cards + peeking reviews */
@media (min-width: 821px) {
  .scroll-lander-page .v2-ucaro-viewport {
    overflow: hidden;
  }

  .scroll-lander-page .v2-ucslide {
    display: flex;
    align-self: stretch;
  }

  .scroll-lander-page .v2-uc {
    box-shadow: 0 8px 22px -14px rgba(29, 64, 50, 0.14) !important;
    padding: 20px 22px !important;
    gap: 18px !important;
    border-radius: 18px !important;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    grid-template-columns: 1fr !important;
  }

  .scroll-lander-page .v2-uc > div {
    order: 0 !important;
  }

  .scroll-lander-page .v2-uc h3 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }

  .scroll-lander-page .v2-uc p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .scroll-lander-page .v2-uc > div > div {
    box-shadow: none !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .scroll-lander-page .v2-stack-card-kicker {
    border-radius: 999px !important;
  }

  .scroll-lander-page .v2-tcaro-viewport {
    overflow: hidden;
  }

  .scroll-lander-page .v2-tslide {
    transition: opacity 0.35s ease, transform 0.35s ease;
    transform-origin: center center;
  }

  .scroll-lander-page .v2-tslide > div {
    height: 100%;
  }
}

/* Desktop / wide: fixed site header (never scroll-dismissed) */
@media (min-width: 821px) {
  body.scroll-lander-page .v2-site-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 120 !important;
    transform: none !important;
    opacity: 1 !important;
  }

  body.scroll-lander-page .v2-stagewrap > .v2-stage {
    box-sizing: border-box !important;
    min-height: 100vh !important;
    height: 100vh !important;
    padding-top: var(--v2-nav-h, 58px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow-x: clip;
    overflow-y: visible;
  }
}

/* Pay-as-you-go card overlay — anchored to .v2-pp-payg so CTA stays in one place */
.v2-pp-payg {
  position: relative;
}

#v2-payg-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  background: rgba(252, 251, 250, 0.72);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

#v2-payg-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#v2-payg-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  transform: translate(-50%, -50%) scale(0.96);
  width: min(300px, calc(100% - 36px));
  background: #fcfbfa;
  border: 1px solid #eceae5;
  border-radius: 18px;
  padding: 20px 20px 18px;
  box-shadow: 0 24px 60px -20px rgba(10, 10, 10, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease, transform 0.34s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
  text-align: center;
}

#v2-payg-cta.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

#v2-payg-cta-msg {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.45;
  color: #4b5563;
}

#v2-payg-cta-msg strong {
  color: #0a0a0a;
  font-weight: 700;
}

#v2-payg-cta-btn {
  display: block;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  background: #43e5a4;
  color: #06251a;
  box-shadow: 0 10px 28px -12px rgba(29, 138, 91, 0.55);
}

#v2-payg-cta:focus-visible,
#v2-payg-cta-btn:focus-visible {
  outline: 2px solid #43e5a4;
  outline-offset: 3px;
}

@media (max-width: 600px) {
  #v2-payg-cta {
    width: calc(100% - 20px);
    padding: 16px 14px 14px;
    border-radius: 14px;
  }

  #v2-payg-cta-msg {
    font-size: 13.5px;
    margin-bottom: 12px;
  }

  #v2-payg-cta-btn {
    font-size: 13px;
    padding: 11px 16px;
  }
}

/* Under-the-hood icon tip — same feel as pay-as-you-go popup */
#v2-icon-tip-overlay {
  position: fixed;
  inset: 0;
  z-index: 280;
  background: rgba(10, 10, 10, 0.42);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

#v2-icon-tip-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#v2-icon-tip {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 281;
  transform: translate(-50%, -50%) scale(0.96);
  width: min(320px, calc(100vw - 40px));
  background: #fcfbfa;
  border: 1px solid #eceae5;
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 24px 60px -20px rgba(10, 10, 10, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease, transform 0.34s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: center;
}

#v2-icon-tip.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

#v2-icon-tip-title {
  font-family: 'PT Serif', serif;
  font-size: 24px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.1;
  margin-bottom: 10px;
}

#v2-icon-tip-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #4b5563;
}

.v2-icon-tile {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.v2-icon-tile:focus-visible {
  outline: 2px solid #43e5a4;
  outline-offset: 4px;
  border-radius: 12px;
}

@media (max-width: 600px) {
  #v2-icon-tip {
    width: calc(100vw - 32px);
    padding: 18px 16px 16px;
    border-radius: 16px;
  }

  #v2-icon-tip-title {
    font-size: 22px;
  }

  #v2-icon-tip-body {
    font-size: 14px;
  }
}
@media (min-width: 821px) {
  body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell {
    display: flex;
  }

  body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap {
    width: 100%;
    max-width: 520px;
    margin: auto;
    padding: 32px 24px;
  }
}

@media (min-width: 821px) {
  .scroll-lander-page .v2-stack-card.is-call-live:not(.v2-tab-card),
  .scroll-lander-page #v2-fd-phone-card.is-voice-pending:not(.v2-tab-card) {
    grid-column: auto;
    min-height: 420px;
  }

  .scroll-lander-page .v2-stack-card.is-call-live #v2-voice-demo-wrap,
  .scroll-lander-page #v2-fd-phone-card.is-voice-pending #v2-voice-demo-wrap {
    max-width: 100%;
    width: 100%;
  }
}

/* Mobile fullscreen: voice wrap lives in the shell — keep the empty stack card collapsed. */
@media (max-width: 820px) {
  body.scroll-lander-voice-fullscreen #v2-fd-phone-card.is-voice-pending,
  body.scroll-lander-voice-fullscreen #v2-fd-phone-card.is-call-live,
  body.scroll-lander-voice-fullscreen #v2-fd-phone-card.is-voice-error,
  body.scroll-lander-voice-fullscreen #v2-fd-phone-card.is-call-ended {
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
  }

  body.scroll-lander-voice-fullscreen #v2-fd-phone-card .v2-stack-card-visual,
  body.scroll-lander-voice-fullscreen #v2-fd-phone-card .v2-stack-card-body {
    min-height: 0 !important;
  }

  body.scroll-lander-voice-fullscreen .v2-card-stack[data-stack="front-desk"] .v2-stack-stage {
    min-height: 560px;
    height: auto !important;
  }
}

/* Mobile: fullscreen voice demo */
#v2-voice-fullscreen-shell {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfbf2;
  padding:
    env(safe-area-inset-top, 0px)
    env(safe-area-inset-right, 0px)
    env(safe-area-inset-bottom, 0px)
    env(safe-area-inset-left, 0px);
}

#v2-voice-fullscreen-shell[hidden] {
  display: none !important;
}

#v2-voice-fullscreen-shell #v2-voice-demo-wrap,
#v2-voice-demo-wrap.is-fullscreen {
  display: flex !important;
}

body.scroll-lander-voice-engaged:not(:has(#v2-fd-phone-card.is-call-live)),
body.scroll-lander-voice-fullscreen {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

html.scroll-lander-voice-engaged:not(:has(#v2-fd-phone-card.is-call-live)),
html.scroll-lander-voice-fullscreen {
  overflow: hidden;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  box-sizing: border-box;
}

/* Fullscreen voice — mirror Front Desk phone card (wrap lives outside #v2-fd-phone-card) */
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount {
  min-height: 0;
  width: 100%;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .callcard {
  background: linear-gradient(168deg, #0e241b 0%, #0a0a0a 72%);
  color: #fcfbf2;
  border: none;
  border-radius: 16px;
  box-shadow: 0 24px 56px -28px rgba(10, 10, 10, 0.45);
  padding: 20px 18px 18px;
  width: 100%;
  max-width: 440px;
  min-height: 280px;
  height: auto;
  max-height: min(640px, 88dvh);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-top {
  width: 100%;
  justify-content: flex-end;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-tag,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-timer {
  color: rgba(252, 251, 250, 0.55);
  font-size: 12px;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-id {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 0 4px;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-id span {
  color: rgba(252, 251, 250, 0.62);
  font-size: 12px;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-id .ring {
  width: 64px;
  height: 64px;
  background: rgba(67, 229, 164, 0.1);
  border: 2px solid rgba(67, 229, 164, 0.42);
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-id .ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-id b {
  color: #fcfbf2;
  font-size: 18px;
  font-weight: 600;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-tx {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 56px;
  max-height: 72px;
  overflow-y: auto;
  width: 100%;
  padding: 0 8px;
  margin: 4px 0;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-tx .b {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  font-style: italic;
  color: rgba(252, 251, 250, 0.72);
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-tx .b.them,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-tx .b.julia {
  color: rgba(252, 251, 250, 0.72);
  font-weight: 400;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-tx .b:not(:last-child) {
  display: none;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap.is-live .v2-voice-mount .hs-callcard .call-tx .b,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-tx .b {
  display: block !important;
  max-width: 86%;
  margin: 0 !important;
  padding: 9px 12px !important;
  border-radius: 14px !important;
  font-style: normal;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(252, 251, 250, 0.88);
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap.is-live .v2-voice-mount .hs-callcard .call-tx .b.julia,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-tx .b.julia {
  align-self: flex-start;
  text-align: left;
  background: rgba(67, 229, 164, 0.16) !important;
  color: #43e5a4;
  font-weight: 600;
  border-bottom-left-radius: 4px !important;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap.is-live .v2-voice-mount .hs-callcard .call-tx .b.them,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-tx .b.them {
  align-self: flex-end;
  text-align: right;
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(252, 251, 250, 0.9);
  border-bottom-right-radius: 4px !important;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .hs-status {
  color: rgba(252, 251, 250, 0.55);
  font-size: 12px;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .hs-status.ok {
  color: #43e5a4;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-id span:last-child {
  color: #43e5a4;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-id .ring {
  animation: v2-fd-voice-ring-pulse 1.4s ease-out infinite;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-action-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 8px;
  background: none;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-action {
  width: 64px;
  height: 64px;
  min-height: 64px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(67, 229, 164, 0.28);
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-action .call-action-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-action.live {
  background: #ff3b30;
  color: #fff;
  box-shadow: 0 10px 28px rgba(255, 59, 48, 0.28);
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap.is-live .v2-voice-mount .hs-callcard .call-action.live,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-action.live {
  width: auto;
  height: auto;
  min-height: 0;
  padding: 11px 20px;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap.is-live .v2-voice-mount .hs-callcard .call-action.live .call-action-label,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-action.live .call-action-label {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  border: 0;
  font-size: 15px;
  font-weight: 700;
}

body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap.is-live .v2-voice-mount .hs-callcard #hs-voice-disconnect:not([hidden]),
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live #hs-voice-disconnect:not([hidden]) {
  display: inline-flex !important;
}

#v2-voice-demo-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
  transition:
    transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.55s ease,
    opacity 0.45s ease;
}

.v2-fd-call-dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.08);
  color: #374151;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.1);
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.v2-fd-call-dismiss:hover {
  background: rgba(10, 10, 10, 0.14);
  transform: scale(1.04);
}

.v2-fd-call-dismiss:focus-visible {
  outline: 2px solid #43e5a4;
  outline-offset: 2px;
}

#v2-fd-phone-card.is-call-ended .v2-fd-call-dismiss,
#v2-fd-phone-card.is-voice-error .v2-fd-call-dismiss {
  display: none !important;
}

#v2-fd-phone-card.is-call-ended .v2-fd-call-dismiss[hidden],
#v2-fd-phone-card.is-voice-error .v2-fd-call-dismiss[hidden] {
  display: none !important;
}

#v2-voice-demo-wrap.is-activating {
  opacity: 1;
}

#v2-fd-phone-card.is-voice-pending #v2-voice-demo-wrap,
#v2-fd-phone-card.is-call-live #v2-voice-demo-wrap,
#v2-fd-phone-card.is-call-ended #v2-voice-demo-wrap,
#v2-fd-phone-card.is-voice-error #v2-voice-demo-wrap {
  display: flex;
}

#v2-voice-demo-wrap.is-fading-out {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.48s ease;
}

#v2-fd-phone-card:not(.is-voice-pending):not(.is-call-live):not(.is-call-ended):not(.is-voice-error) #v2-voice-demo-wrap {
  display: none !important;
}

#v2-fd-phone-card:not(.is-voice-pending):not(.is-call-live):not(.is-call-ended):not(.is-voice-error) .v2-fd-call-stage {
  display: block !important;
}

#v2-voice-demo-wrap.is-live {
  transform: none;
  box-shadow: none;
}

.v2-voice-mount {
  min-height: 0;
  width: 100%;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount,
#v2-fd-phone-card.is-call-live .v2-voice-mount,
#v2-fd-phone-card.is-voice-error .v2-voice-mount {
  min-height: 0;
  max-height: none;
}

/* Front Desk phone card — call UI (not chat) */
#v2-fd-phone-card .v2-voice-mount {
  min-height: 0;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard,
#v2-fd-phone-card .v2-voice-mount .callcard {
  background: linear-gradient(168deg, #0E241B 0%, #0A0A0A 72%);
  color: #fcfbf2;
  border: none;
  border-radius: 16px;
  box-shadow: none;
  padding: 20px 18px 18px;
  min-height: 280px;
  height: auto;
  max-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-top {
  width: 100%;
  justify-content: flex-end;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tag,
#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-timer {
  color: rgba(252, 251, 250, 0.55);
  font-size: 12px;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-id {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 0 4px;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-id span {
  color: rgba(252, 251, 250, 0.62);
  font-size: 12px;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-id .ring {
  width: 64px;
  height: 64px;
  background: rgba(67, 229, 164, 0.1);
  border: 2px solid rgba(67, 229, 164, 0.42);
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-id .ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-id b {
  color: #fcfbf2;
  font-size: 18px;
  font-weight: 600;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tx {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 56px;
  max-height: 72px;
  overflow-y: auto;
  width: 100%;
  padding: 0 8px;
  margin: 4px 0;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tx .b {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  font-style: italic;
  color: rgba(252, 251, 250, 0.72);
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tx .b.them,
#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tx .b.julia {
  color: rgba(252, 251, 250, 0.72);
  font-weight: 400;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tx .b:not(:last-child) {
  display: none;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-tx .b,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-tx .b,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-tx .b {
  display: block !important;
  max-width: 86%;
  margin: 0 !important;
  padding: 9px 12px !important;
  border-radius: 14px !important;
  font-style: normal;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(252, 251, 250, 0.88);
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-tx .b.julia,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-tx .b.julia,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-tx .b.julia {
  align-self: flex-start;
  text-align: left;
  background: rgba(67, 229, 164, 0.16) !important;
  color: #43e5a4;
  font-weight: 600;
  border-bottom-left-radius: 4px !important;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-tx .b.them,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-tx .b.them,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-tx .b.them {
  align-self: flex-end;
  text-align: right;
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(252, 251, 250, 0.9);
  border-bottom-right-radius: 4px !important;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .hs-status {
  color: rgba(252, 251, 250, 0.55);
  font-size: 12px;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .hs-status.ok {
  color: #43e5a4;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-id span:last-child {
  color: #43e5a4;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-id .ring {
  animation: v2-fd-voice-ring-pulse 1.4s ease-out infinite;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-action-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 8px;
  background: none;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-action {
  width: 64px;
  height: 64px;
  min-height: 64px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(67, 229, 164, 0.28);
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-action .call-action-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-action.live {
  background: #ff3b30;
  color: #fff;
  box-shadow: 0 10px 28px rgba(255, 59, 48, 0.28);
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-action.live,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-action.live,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-action.live {
  width: auto;
  height: auto;
  min-height: 0;
  padding: 11px 20px;
  border-radius: 999px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-action.live .call-action-label,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-action.live .call-action-label,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-action.live .call-action-label {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  border: 0;
  font-size: 15px;
  font-weight: 700;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard #hs-voice-disconnect:not([hidden]),
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard #hs-voice-disconnect:not([hidden]),
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live #hs-voice-disconnect:not([hidden]) {
  display: inline-flex !important;
}

#v2-fd-phone-card.is-call-ended .v2-voice-mount .hs-callcard #hs-voice-disconnect,
#v2-fd-phone-card.is-call-ended .v2-voice-mount .hs-callcard.live #hs-voice-disconnect {
  display: none !important;
}

body.scroll-lander-voice-expanded #v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tx,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-tx {
  max-height: min(200px, 28vh);
}

@media (min-width: 821px) {
  body.scroll-lander-voice-expanded #v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-tx,
  body.scroll-lander-voice-expanded #v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-tx,
  body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-tx {
    max-height: none;
    min-height: 140px;
  }
}

@media (max-width: 820px) {
  body.scroll-lander-voice-expanded #v2-fd-phone-card .v2-voice-mount .hs-callcard,
  body.scroll-lander-voice-expanded #v2-fd-phone-card .v2-voice-mount .callcard,
  .v2-card-stack.is-voice-call-sheet #v2-fd-phone-card .v2-voice-mount .hs-callcard,
  .v2-card-stack.is-voice-call-sheet #v2-fd-phone-card .v2-voice-mount .callcard {
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  body.scroll-lander-voice-expanded #v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tx,
  body.scroll-lander-voice-expanded #v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-tx,
  body.scroll-lander-voice-expanded #v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-tx,
  .v2-card-stack.is-voice-call-sheet #v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tx,
  .v2-card-stack.is-voice-call-sheet #v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-tx,
  .v2-card-stack.is-voice-call-sheet #v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-tx {
    max-height: min(176px, 30dvh) !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    justify-content: flex-start !important;
    align-items: stretch !important;
    flex: 1 1 auto;
  }

  body.scroll-lander-voice-expanded #v2-fd-phone-card #v2-voice-demo-wrap,
  .v2-card-stack.is-voice-call-sheet #v2-fd-phone-card #v2-voice-demo-wrap {
    max-height: min(72dvh, 560px);
    overflow: hidden;
  }

  body.scroll-lander-voice-expanded #v2-fd-phone-card .v2-stack-card-body,
  .v2-card-stack.is-voice-call-sheet #v2-fd-phone-card .v2-stack-card-body {
    overflow: hidden;
  }

  body.scroll-lander-voice-expanded #v2-fd-phone-card .v2-voice-mount .hs-callcard .call-action-wrap,
  .v2-card-stack.is-voice-call-sheet #v2-fd-phone-card .v2-voice-mount .hs-callcard .call-action-wrap {
    flex: none;
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0), #0a0a0a 24%);
    padding-top: 12px;
    margin-top: auto;
  }

  body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard,
  body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .callcard {
    min-height: 0;
    height: auto;
    max-height: min(88dvh, 640px);
    display: flex;
    flex-direction: column;
  }

  body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell #v2-voice-demo-wrap.is-live .v2-voice-mount .hs-callcard .call-tx,
  body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard.live .call-tx {
    max-height: min(176px, 30dvh) !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    justify-content: flex-start !important;
    align-items: stretch !important;
    flex: 1 1 auto;
  }

  body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-action-wrap {
    flex: none;
    position: sticky;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0), #0a0a0a 24%);
    padding-top: 12px;
    margin-top: auto;
  }

  body.scroll-lander-page .v2-card-stack.is-voice-call-sheet.is-card-focused {
    z-index: 40;
  }
}

@keyframes v2-fd-voice-ring-pulse {
  0% { box-shadow: 0 0 0 0 rgba(67, 229, 164, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(67, 229, 164, 0); }
  100% { box-shadow: 0 0 0 0 rgba(67, 229, 164, 0); }
}

.v2-voice-mount .hs-callcard,
.v2-voice-mount .callcard {
  background: linear-gradient(160deg, #14231c, #0a0a0a);
  border: 1px solid #21332a;
  border-radius: 16px 16px 0 0;
  box-shadow: none;
  padding: 24px;
  min-height: 220px;
  height: 100%;
  color: #fcfbf2;
}

#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard,
#v2-fd-phone-card.is-call-live .v2-voice-mount .callcard {
  min-height: 0;
}

.v2-voice-mount .hs-callcard.highlight,
.v2-voice-mount .callcard.highlight {
  animation: none !important;
}

body.scroll-lander-page .hs-callcard.highlight,
body.scroll-lander-page .callcard.highlight,
body.scroll-lander-page .v2-voice-mount .hs-callcard.highlight,
body.scroll-lander-page .v2-voice-mount .callcard.highlight {
  animation: none !important;
  box-shadow: inherit !important;
}

@keyframes v2-voice-highlight {
  0% {
    box-shadow: 0 30px 70px -34px rgba(0, 0, 0, 0.7);
  }
  40% {
    box-shadow:
      0 30px 70px -34px rgba(0, 0, 0, 0.7),
      0 0 0 4px rgba(67, 229, 164, 0.35);
  }
  100% {
    box-shadow: 0 30px 70px -34px rgba(0, 0, 0, 0.7);
  }
}

.v2-voice-mount .lander-voice-unavailable {
  background: linear-gradient(160deg, #14231c, #0a0a0a);
  border: 1px solid #21332a;
  border-radius: 0;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fb3a9;
  padding: 24px;
}

.v2-voice-mount .lander-voice-unavailable p {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

#v2-try-test-call.is-busy,
#v2-try-test-call-screen.is-busy {
  opacity: 0.82;
  pointer-events: none;
}

#v2-try-test-call:focus-visible,
#v2-try-test-call-screen:focus-visible {
  outline: 2px solid #43e5a4;
  outline-offset: 3px;
}

/* Voice idle dismiss (×) and auto-connect on scroll lander */
#v2-voice-demo-wrap.is-activating #hs-voice-connect,
#v2-fd-phone-card #hs-voice-connect {
  display: none !important;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 28px;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-btn,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-audio-settings-btn {
  flex: none;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(252, 251, 250, 0.22);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.55) !important;
  color: #fcfbfa !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-btn svg,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-audio-settings-btn svg {
  display: block;
  flex: none;
  fill: none;
  stroke: currentColor;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-btn:hover,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-audio-settings-btn:hover {
  background: rgba(10, 10, 10, 0.72) !important;
  color: #fcfbfa !important;
  transform: scale(1.04);
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-btn:focus-visible,
body.scroll-lander-voice-fullscreen #v2-voice-fullscreen-shell .v2-voice-mount .hs-callcard .call-audio-settings-btn:focus-visible {
  outline: 2px solid rgba(252, 251, 250, 0.45);
  outline-offset: 2px;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  width: min(280px, calc(100vw - 48px));
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  background: #fff;
  box-shadow: 0 18px 40px -24px rgba(10, 10, 10, 0.35);
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-row {
  display: grid;
  gap: 6px;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-row + .call-audio-settings-row {
  margin-top: 10px;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-label,
#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-row label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-audio-settings-select {
  width: 100%;
  font: inherit;
  font-size: 13px;
  color: #111827;
  border: 1px solid #e7e5e1;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fcfbfa;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-tag {
  margin-right: auto;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-timer {
  margin-left: auto;
  flex-shrink: 0;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-idle-close {
  position: static;
  margin-left: auto;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.08);
  color: #374151;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.1);
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-idle-close[hidden],
#v2-fd-phone-card.is-call-live:not(.is-call-ended) .v2-voice-mount .hs-callcard .call-idle-close,
#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-idle-close,
.hs-callcard.live .call-idle-close {
  display: none !important;
}

#v2-fd-phone-card.is-call-ended .v2-voice-mount .hs-callcard .call-idle-close {
  display: none !important;
}

#v2-fd-phone-card.is-call-ended .v2-voice-mount .hs-callcard .call-action-wrap,
#v2-fd-phone-card.is-call-ended .v2-voice-mount .hs-callcard #hs-voice-connect {
  display: none !important;
}

#v2-fd-phone-card.is-call-ended .v2-voice-mount .hs-callcard .hs-status.ok {
  color: rgba(252, 251, 250, 0.55) !important;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-idle-close:hover {
  background: rgba(10, 10, 10, 0.14);
  color: #111827;
}

#v2-fd-phone-card .v2-voice-mount .hs-callcard .call-idle-close:focus-visible {
  outline: 2px solid #43e5a4;
  outline-offset: 2px;
}

/* Card detail — desktop split layout polish */
@media (min-width: 821px) {
  .v2-card-stack.is-desktop-detail .is-card-expanded {
    box-shadow: 0 28px 72px -36px rgba(29, 64, 50, 0.28);
  }
  .v2-card-stack[data-stack="side-kick"].is-desktop-detail .is-card-expanded {
    box-shadow: 0 28px 72px -36px rgba(163, 71, 234, 0.24);
  }
  .v2-card-stack.is-desktop-detail .v2-stack-detail-panel:not([hidden]) {
    box-shadow: 0 22px 54px -30px rgba(29, 64, 50, 0.14);
  }
  .v2-card-stack[data-stack="side-kick"].is-desktop-detail .v2-stack-detail-panel:not([hidden]) {
    box-shadow: 0 22px 54px -30px rgba(163, 71, 234, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  #v2-voice-demo-wrap,
  #v2-voice-demo-wrap.is-activating,
  .v2-voice-mount .hs-callcard.highlight {
    transition: none;
    animation: none;
    transform: none;
  }
}

/* ---- CTA scroll easter egg (sticky through bottom zone + page tail) ---- */
.scroll-lander-page .v2-bottom-zone {
  position: relative;
  isolation: isolate;
  background: #FCFBFA;
}

.scroll-lander-page .v2-bottom-zone .v2-cta-panel.v2-hero-wash-bg--card {
  overflow: hidden;
}

.scroll-lander-page .v2-bottom-zone .v2-cta-panel.v2-hero-wash-bg--card:not(.v2-cta-panel--scroll-driven)::before {
  content: '';
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(circle at 12% 18%, rgba(67, 229, 164, 0.14), transparent 52%),
    radial-gradient(circle at 88% 82%, rgba(163, 71, 234, 0.12), transparent 50%);
  animation: v2-cta-drift 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.scroll-lander-page .v2-cta-sticky {
  position: sticky;
  top: max(72px, 12vh);
  z-index: 2;
  pointer-events: none;
}

.scroll-lander-page .v2-cta-sticky .v2-cta-panel {
  pointer-events: auto;
}

.scroll-lander-page .v2-cta-section {
  position: relative;
  padding-bottom: 0;
}

.scroll-lander-page .v2-faq-section {
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
}

/* Front Desk phone demo — 3 rings (~3.6s), then Julia pickup (hero-style) */
.scroll-lander-page .v2-card-stack[data-layout="tabs"] .v2-tab-panels > .v2-tab-panel:not(.is-active) {
  display: none !important;
}

.scroll-lander-page .v2-fd-call-phase--pickup {
  opacity: 0;
  pointer-events: none;
  gap: 14px;
  padding: 22px 18px 16px;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-phase--ring {
  animation: v2-fd-call-ring-phase-once 11.2s ease-in-out forwards;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-phase--pickup {
  animation: v2-fd-call-pickup-phase-once 11.2s ease-in-out forwards;
}

@keyframes v2-fd-call-ring-phase-once {
  0%, 28% { opacity: 1; }
  34%, 100% { opacity: 0; }
}

@keyframes v2-fd-call-pickup-phase-once {
  0%, 28% { opacity: 0; transform: translateY(10px); }
  34%, 100% { opacity: 1; transform: none; }
}

@keyframes v2-fd-ring-wave {
  0% {
    transform: scale(0.68);
    opacity: 0.72;
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active .v2-fd-call-phase--ring .v2-fd-phone-ring-wrap {
  transform-origin: center center;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-phase--ring .v2-fd-phone-ring-wave {
  animation: v2-fd-ring-wave 1.75s ease-out 3;
  animation-play-state: running !important;
}

.scroll-lander-page .v2-fd-phone-ring-wave--1 { animation-delay: 0s; }
.scroll-lander-page .v2-fd-phone-ring-wave--2 { animation-delay: 0.58s; }
.scroll-lander-page .v2-fd-phone-ring-wave--3 { animation-delay: 1.16s; }

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-phase--ring .v2-fd-phone-ring-icon {
  animation: v2-ring 1.15s ease-in-out 3, v2-callpulse 1.7s ease-out 3;
  animation-play-state: running !important;
  transform-origin: center center;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-phase--ring .v2-fd-phone-ring-icon svg {
  animation: v2-icon-wiggle 1.15s ease-in-out 3;
  animation-play-state: running !important;
  transform-origin: center center;
}

@keyframes v2-fd-ring-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(67, 229, 164, 0.55);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(67, 229, 164, 0);
  }
}

.scroll-lander-page .v2-fd-call-julia-av {
  margin: 14px 0 6px;
  flex-shrink: 0;
}

.scroll-lander-page .v2-fd-call-julia-av img {
  object-position: center 12%;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-julia-av {
  animation: v2-callpulse 1.7s ease-out 4;
  margin-top: 12px;
}

.scroll-lander-page .v2-fd-call-julia-name {
  font-size: 22px;
  font-weight: 600;
  color: #FCFBFA;
  line-height: 1.1;
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}

.scroll-lander-page .v2-fd-call-julia-status {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 100%;
  align-self: stretch;
  height: 18px;
  margin-top: 2px;
  text-align: center;
}

.scroll-lander-page .v2-fd-call-julia-status-in,
.scroll-lander-page .v2-fd-call-julia-status-on {
  grid-area: 1 / 1;
  place-self: center;
  width: 100%;
  max-width: 100%;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

.scroll-lander-page .v2-fd-call-julia-status-in {
  color: rgba(252, 251, 250, 0.62);
}

.scroll-lander-page .v2-fd-call-julia-status-on {
  color: #43E5A4;
  font-weight: 600;
  opacity: 0;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-julia-status-in {
  animation: v2-fd-call-status-in-once 11.2s ease-in-out forwards;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-julia-status-on {
  animation: v2-fd-call-status-on-once 11.2s ease-in-out forwards;
}

@keyframes v2-fd-call-status-in-once {
  0%, 38% { opacity: 1; }
  44%, 100% { opacity: 0; }
}

@keyframes v2-fd-call-status-on-once {
  0%, 38% { opacity: 0; }
  44%, 100% { opacity: 1; }
}

.scroll-lander-page .v2-fd-call-phase--pickup .v2-fd-call-eq--live {
  opacity: 0;
  margin-top: 2px;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-phase--pickup .v2-fd-call-eq--live {
  animation: v2-fd-call-eq-in-once 11.2s ease-in-out forwards;
}

@keyframes v2-fd-call-eq-in-once {
  0%, 40% { opacity: 0; transform: translateY(4px); }
  46%, 100% { opacity: 1; transform: none; }
}

@keyframes v2-fd-call-status-in {
  0%, 38% { opacity: 1; }
  44%, 90% { opacity: 0; }
  96%, 100% { opacity: 0; }
}

@keyframes v2-fd-call-status-on {
  0%, 38% { opacity: 0; }
  44%, 90% { opacity: 1; }
  96%, 100% { opacity: 0; }
}

@keyframes v2-fd-call-eq-in {
  0%, 40% { opacity: 0; transform: translateY(4px); }
  46%, 90% { opacity: 1; transform: none; }
  96%, 100% { opacity: 0; transform: translateY(4px); }
}

  @media (prefers-reduced-motion: reduce) {
  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active .v2-fd-call-phase--ring {
    display: none;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active .v2-fd-call-phase--pickup {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active .v2-fd-call-phase--ring .v2-fd-phone-ring-wrap,
  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active .v2-fd-call-phase--ring .v2-fd-phone-ring-wave,
  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active .v2-fd-call-phase--ring .v2-fd-phone-ring-icon {
    animation: none !important;
  }

  .scroll-lander-page .v2-fd-call-julia-status-in { display: none; }
  .scroll-lander-page .v2-fd-call-julia-status-on { opacity: 1; }
  .scroll-lander-page .v2-fd-call-phase--pickup .v2-fd-call-eq--live { opacity: 1; }
  .scroll-lander-page .v2-fd-call-transcript--organic .v2-fd-call-tx {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.scroll-lander-page .v2-social-panels--solo {
  position: relative;
  flex: 1;
  min-height: 220px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #E3E6EA;
  background: linear-gradient(180deg, #FFF8FD, #FFFFFF);
}

.scroll-lander-page .v2-social-panels--solo .v2-social-head {
  border-radius: 15px 15px 0 0;
}

.scroll-lander-page .v2-social-panels--solo .v2-social-panel--dms .v2-social-head {
  margin: 0;
}

.scroll-lander-page .v2-social-panels--solo .v2-social-panel {
  position: relative;
  inset: auto;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  animation: none !important;
  min-height: 220px;
}

.scroll-lander-page .v2-fd-call-transcript--organic .v2-fd-call-tx {
  opacity: 0;
  transform: translateY(6px);
  max-width: 88%;
}

.scroll-lander-page .v2-fd-call-transcript--organic .v2-fd-call-tx--julia {
  align-self: flex-start;
  text-align: left;
}

.scroll-lander-page .v2-fd-call-transcript--organic .v2-fd-call-tx--caller {
  align-self: flex-end;
  text-align: right;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-transcript--organic .v2-fd-call-tx--line1 {
  animation: v2-fd-tx-line1-once 11.2s ease-out forwards;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-transcript--organic .v2-fd-call-tx--line2 {
  animation: v2-fd-tx-line2-once 11.2s ease-out forwards;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-transcript--organic .v2-fd-call-tx--line3 {
  animation: v2-fd-tx-line3-once 11.2s ease-out forwards;
}

@keyframes v2-fd-tx-line1-once {
  0%, 34% { opacity: 0; transform: translateY(6px); }
  40%, 100% { opacity: 1; transform: none; }
}

@keyframes v2-fd-tx-line2-once {
  0%, 44% { opacity: 0; transform: translateY(6px); }
  50%, 100% { opacity: 1; transform: none; }
}

@keyframes v2-fd-tx-line3-once {
  0%, 52% { opacity: 0; transform: translateY(6px); }
  58%, 100% { opacity: 1; transform: none; }
}

.scroll-lander-page .v2-social-thread--animated .v2-social-bubble--seed {
  opacity: 1;
  transform: none;
  animation: none;
}

.scroll-lander-page .v2-social-panel--dms .v2-social-bubble--in {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.scroll-lander-page .v2-social-thread--animated .v2-social-bubble:not(.v2-social-bubble--seed) {
  opacity: 0;
  transform: translateY(8px);
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-social-thread--animated .v2-social-bubble:not(.v2-social-bubble--seed) {
  animation: v2-social-bubble-reveal 11s ease-in-out 1 forwards;
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-social-thread--animated .v2-social-bubble:nth-child(2) {
  animation-delay: 1.2s;
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-social-thread--animated .v2-social-bubble:nth-child(3) {
  animation-delay: 2.4s;
}

@keyframes v2-social-bubble-reveal {
  0%, 6% { opacity: 0; transform: translateY(8px); }
  12%, 100% { opacity: 1; transform: translateY(0); }
}

/* Front Desk — SMS text bubbles (no container chrome) */
.scroll-lander-page .v2-fd-sms-demo {
  width: 100%;
  padding: 4px 2px 8px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.scroll-lander-page .v2-fd-sms-thread {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 280px;
  padding: 8px 6px 12px;
  justify-content: center;
}

.scroll-lander-page .v2-fd-sms-bubble {
  max-width: 88%;
  font-size: 13.5px;
  line-height: 1.45;
  padding: 10px 14px;
  border-radius: 18px;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(10, 10, 10, 0.1), 0 1px 3px rgba(10, 10, 10, 0.06);
}

.scroll-lander-page .v2-fd-sms-bubble--in {
  align-self: flex-start;
  background: #E9E9EB;
  color: #0A0A0A;
  border-bottom-left-radius: 5px;
}

.scroll-lander-page .v2-fd-sms-bubble--out {
  background: #0A84FF;
  color: #fff;
  border-bottom-right-radius: 5px;
  box-shadow: 0 3px 12px rgba(10, 132, 255, 0.32), 0 1px 4px rgba(10, 10, 10, 0.08);
}

.scroll-lander-page .v2-fd-sms-row--julia {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  align-self: flex-end;
  max-width: 92%;
}

.scroll-lander-page .v2-fd-sms-julia-av {
  width: 28px;
  height: 28px;
  flex: none;
  border: 1.5px solid rgba(67, 229, 164, 0.45);
  box-shadow: 0 2px 8px rgba(10, 10, 10, 0.12);
}

.scroll-lander-page .v2-fd-sms-row--julia .v2-fd-sms-bubble--out {
  align-self: auto;
  max-width: none;
  flex: 1 1 auto;
}

.scroll-lander-page .v2-fd-sms-thread--animated .v2-fd-sms-bubble--seed {
  opacity: 1;
  transform: none;
  animation: none;
}

.scroll-lander-page .v2-fd-sms-thread--animated .v2-fd-sms-bubble:not(.v2-fd-sms-bubble--seed),
.scroll-lander-page .v2-fd-sms-thread--animated .v2-fd-sms-row--julia {
  opacity: 0;
  transform: translateY(8px);
}

@keyframes v2-fd-sms-bubble-reveal {
  0%, 3% { opacity: 0; transform: translateY(8px); }
  9%, 100% { opacity: 1; transform: translateY(0); }
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-sms-thread--animated .v2-fd-sms-bubble:not(.v2-fd-sms-bubble--seed),
.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-sms-thread--animated .v2-fd-sms-row--julia {
  animation: v2-fd-sms-bubble-reveal 6.24s ease-out 1 forwards;
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-sms-thread--animated > .v2-fd-sms-row--julia:nth-child(2) { animation-delay: 0.46s; }
.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-sms-thread--animated > .v2-fd-sms-bubble--in:nth-child(3) { animation-delay: 0.98s; }
.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-sms-thread--animated > .v2-fd-sms-row--julia:nth-child(4) { animation-delay: 1.5s; }
.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-sms-thread--animated > .v2-fd-sms-bubble--in:nth-child(5) { animation-delay: 2.02s; }

/* Side Kick — Ask Julia chat */
.scroll-lander-page .v2-sk-ask-chat {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  border-radius: 18px;
  border: 1px solid #E8E0F4;
  background: linear-gradient(180deg, #FBFAFF, #FFFFFF);
  overflow: hidden;
  box-shadow: 0 16px 40px -24px rgba(80, 35, 115, 0.22);
}

.scroll-lander-page .v2-sk-ask-chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid #EDE8F6;
  background: rgba(255, 255, 255, 0.92);
}

.scroll-lander-page .v2-sk-ask-chat-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  border: 1.5px solid rgba(163, 71, 234, 0.35);
}

.scroll-lander-page .v2-sk-ask-chat-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scroll-lander-page .v2-sk-ask-chat-title {
  font-size: 14px;
  font-weight: 700;
  color: #2a1040;
}

.scroll-lander-page .v2-sk-ask-thread {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 12px 18px;
}

.scroll-lander-page .v2-sk-ask-msg {
  max-width: 92%;
  font-size: 13px;
  line-height: 1.45;
  padding: 10px 12px;
  border-radius: 18px;
}

.scroll-lander-page .v2-sk-ask-msg--you {
  align-self: flex-end;
  background: #43e5a4;
  color: #06251a;
  font-weight: 600;
  border-bottom-right-radius: 5px;
}

.scroll-lander-page .v2-sk-ask-msg--julia {
  align-self: flex-start;
  background: #fff;
  border: 1px solid #e8e0f4;
  color: #1f2937;
  border-bottom-left-radius: 5px;
  box-shadow: 0 10px 24px -18px rgba(80, 35, 115, 0.28);
}

/* Front Desk — left-aligned copy on all breakpoints */
.scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-split-copy {
  text-align: left;
}

.scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-split-body {
  margin-left: 0;
  margin-right: 0;
  max-width: 48ch;
}

.scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-fd-phone-steps {
  margin-inline: 0;
}

.scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-fd-tab-cta--copy {
  justify-content: flex-start;
}

.scroll-lander-page .v2-fd-email-flow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 300px;
  padding: 4px 2px;
}

.scroll-lander-page .v2-fd-email-flow-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scroll-lander-page .v2-fd-email-flow-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.scroll-lander-page .v2-fd-email-flow-icon {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.scroll-lander-page .v2-fd-email-flow-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.scroll-lander-page .v2-fd-email-flow-icon--gmail {
  background: linear-gradient(180deg, #fff5f5, #ffe8e8);
  border: 1px solid rgba(234, 67, 53, 0.22);
  box-shadow: 0 6px 16px -10px rgba(234, 67, 53, 0.45);
}

.scroll-lander-page .v2-fd-email-flow-icon--julia {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 8px;
}

.scroll-lander-page .v2-fd-email-flow-icon--julia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 8px;
}

.scroll-lander-page .v2-fd-email-flow-label {
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  color: #1F2937;
}

.scroll-lander-page .v2-fd-email-flow-pill {
  flex: none;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
}

.scroll-lander-page .v2-fd-email-flow-pill--new {
  background: rgba(251, 146, 60, 0.16);
  color: #c2410c;
  border: 1px solid rgba(251, 146, 60, 0.35);
}

.scroll-lander-page .v2-fd-email-flow-pill--sent {
  background: rgba(29, 138, 91, 0.12);
  color: #1d8a5b;
  border: 1px solid rgba(29, 138, 91, 0.28);
}

.scroll-lander-page .v2-fd-email-flow-card {
  border-radius: 14px;
  padding: 12px 14px;
  text-align: left;
}

.scroll-lander-page .v2-fd-email-flow-card--in {
  background: linear-gradient(180deg, #fffaf5, #fff);
  border: 1px solid rgba(251, 146, 60, 0.28);
  box-shadow: 0 10px 28px -18px rgba(194, 65, 12, 0.22);
}

.scroll-lander-page .v2-fd-email-flow-card--out {
  background: linear-gradient(180deg, #f4fcf8, #fff);
  border: 1px solid rgba(29, 138, 91, 0.3);
  box-shadow: 0 10px 28px -18px rgba(29, 138, 91, 0.24);
}

.scroll-lander-page .v2-fd-email-flow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.scroll-lander-page .v2-fd-email-flow-ava {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.scroll-lander-page .v2-fd-email-flow-ava--lead {
  background: linear-gradient(135deg, #fde68a, #fbbf24);
  color: #78350f;
  border: 1px solid rgba(180, 83, 9, 0.2);
}

.scroll-lander-page .v2-fd-email-flow-name {
  font-size: 13px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.2;
}

.scroll-lander-page .v2-fd-email-flow-name span {
  font-weight: 500;
  color: #6b7280;
}

.scroll-lander-page .v2-fd-email-flow-subj {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}

.scroll-lander-page .v2-fd-email-flow-snippet {
  margin: 0;
  font-size: 13px;
  line-height: 1.48;
  color: #1f2937;
}

.scroll-lander-page .v2-fd-email-flow-arrow {
  display: flex;
  justify-content: center;
  color: #1d8a5b;
  opacity: 0;
  transform: translateY(-4px);
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-email-flow-arrow {
  animation: v2-fd-email-arrow 11s ease-in-out 1 forwards;
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-email-flow-step--in .v2-fd-email-flow-card {
  animation: v2-fd-email-in-emphasis 11s ease-in-out 1 forwards;
}

.scroll-lander-page .v2-fd-email-flow-step--out {
  opacity: 0;
  transform: translateY(10px);
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-email-flow-step--out {
  animation: v2-fd-email-out-step 11s ease-in-out 1 forwards;
}

.scroll-lander-page .v2-tab-panel.is-fd-panel-demo-playing .v2-fd-email-flow-step--out .v2-fd-email-flow-card {
  animation: v2-fd-email-out-card-in 11s ease-in-out 1 forwards;
}

@keyframes v2-fd-email-arrow {
  0%, 34% { opacity: 0; transform: translateY(-4px); }
  40%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes v2-fd-email-out-step {
  0%, 46% { opacity: 0; transform: translateY(10px); }
  52%, 100% { opacity: 1; transform: none; }
}

@keyframes v2-fd-email-out-card-in {
  0%, 48% { opacity: 0; transform: translateY(8px); }
  54%, 100% { opacity: 1; transform: none; }
}

.scroll-lander-page .v2-sk-phone--brief {
  background: #fff;
  border: 1px solid #ebe9e4;
  border-radius: 28px;
  box-shadow: 0 18px 48px -28px rgba(29, 64, 50, 0.22);
  min-height: 420px;
  padding: 0;
}

.scroll-lander-page .v2-sk-phone-head--brief {
  background: #fff;
  border-bottom: 1px solid #eceae5;
  padding: 14px 16px 12px;
  gap: 0;
}

.scroll-lander-page .v2-sk-phone-head--brief .v2-sk-phone-back {
  width: 28px;
  flex: none;
  color: #8e8e93;
  font-size: 24px;
  font-weight: 400;
}

.scroll-lander-page .v2-sk-phone-head-center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.scroll-lander-page .v2-sk-phone-av {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  border: 1.5px solid rgba(163, 71, 234, 0.28);
}

.scroll-lander-page .v2-sk-phone-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scroll-lander-page .v2-sk-phone-head--brief .v2-sk-phone-title {
  flex: none;
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}

.scroll-lander-page .v2-sk-phone-head--brief .v2-sk-phone-time {
  flex: none;
  width: auto;
  font-size: 12px;
  font-weight: 500;
  color: #9aa0a6;
}

.scroll-lander-page .v2-sk-phone--brief .v2-sk-brief-sources {
  justify-content: flex-start;
  padding: 14px 16px 10px;
  gap: 8px;
  animation: none;
}

.scroll-lander-page .v2-sk-phone--brief .v2-sk-src {
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  border-color: #e8eaed;
  box-shadow: none;
}

.scroll-lander-page .v2-sk-src-markets {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  flex: none;
}

.scroll-lander-page .v2-sk-brief-card-inner {
  margin: 0 14px 14px;
  padding: 16px 16px 14px;
  background: #f9f8f3;
  border-radius: 20px;
  border: 1px solid #f0efe8;
  flex: 1;
}

.scroll-lander-page .v2-sk-brief-card-title {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.25;
}

.scroll-lander-page .v2-sk-brief-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.scroll-lander-page .v2-sk-brief-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  line-height: 1.45;
  color: #1f2937;
}

.scroll-lander-page .v2-sk-brief-line-text {
  flex: 1;
  min-width: 0;
}

.scroll-lander-page .v2-sk-brief-line-text strong {
  font-weight: 700;
  color: #0a0a0a;
}

.scroll-lander-page .v2-sk-brief-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: none;
  margin-top: 6px;
}

.scroll-lander-page .v2-sk-brief-dot--green {
  background: #43e5a4;
}

.scroll-lander-page .v2-sk-brief-dot--purple {
  background: #a347ea;
}

.scroll-lander-page .v2-sk-brief-trend {
  flex: none;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(67, 229, 164, 0.18);
  color: #0d5c40;
  line-height: 1.2;
  margin-top: 1px;
}

.scroll-lander-page .v2-sk-brief-trend--down {
  color: #0d5c40;
}

.scroll-lander-page .v2-sk-brief-trend--up {
  color: #0d5c40;
}

.scroll-lander-page .v2-sk-brief-divider {
  height: 1px;
  background: #ebe8df;
  margin: 14px 0 12px;
}

.scroll-lander-page .v2-sk-brief-suggestion {
  margin: 0 0 14px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #1f2937;
}

.scroll-lander-page .v2-sk-brief-suggestion-label {
  font-weight: 700;
  color: #7a3fb0;
}

.scroll-lander-page .v2-sk-brief-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.scroll-lander-page .v2-sk-brief-btn {
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.scroll-lander-page .v2-sk-brief-btn--primary,
.scroll-lander-page .v2-sk-brief-btn--secondary,
.scroll-lander-page .v2-sk-brief-btn--primary:hover,
.scroll-lander-page .v2-sk-brief-btn--secondary:hover,
.scroll-lander-page .v2-sk-brief-btn--primary:focus,
.scroll-lander-page .v2-sk-brief-btn--secondary:focus,
.scroll-lander-page .v2-sk-brief-btn--primary:active,
.scroll-lander-page .v2-sk-brief-btn--secondary:active {
  border: 1.5px solid #0a0a0a !important;
  background: #fff !important;
  color: #0a0a0a !important;
  box-shadow: none !important;
}

.scroll-lander-page .v2-sk-brief-btn:hover {
  transform: translateY(-1px);
  background: #fff !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 8px 20px -14px rgba(10, 10, 10, 0.18) !important;
}

.scroll-lander-page .v2-sk-pill {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  flex: none;
  line-height: 1.2;
  border: 1px solid rgba(163, 71, 234, 0.28);
}

.scroll-lander-page .v2-sk-inbox-head .v2-sk-pill {
  color: #7a3fb0;
  background: rgba(163, 71, 234, 0.14);
}

.scroll-lander-page .v2-sk-creative-chat {
  width: 100%;
  min-height: 360px;
  border-radius: 22px;
  border: 1px solid #e8e0f4;
  background: linear-gradient(180deg, #f7f4fc, #fff 32%);
  box-shadow: 0 16px 42px -24px rgba(80, 35, 115, 0.28);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.scroll-lander-page .v2-sk-creative-chat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid #ece8f4;
  background: rgba(255, 255, 255, 0.72);
  flex: none;
}

.scroll-lander-page .v2-sk-creative-chat-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  border: 1.5px solid rgba(163, 71, 234, 0.35);
}

.scroll-lander-page .v2-sk-creative-chat-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scroll-lander-page .v2-sk-creative-chat-title {
  font-size: 14px;
  font-weight: 700;
  color: #2a1040;
}

.scroll-lander-page .v2-sk-creative-thread {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 12px 18px;
}

.scroll-lander-page .v2-sk-creative-msg {
  max-width: 92%;
  font-size: 13px;
  line-height: 1.45;
  padding: 10px 12px;
  border-radius: 18px;
}

.scroll-lander-page .v2-sk-creative-msg--you {
  align-self: flex-end;
  background: #43e5a4;
  color: #06251a;
  font-weight: 600;
  border-bottom-right-radius: 5px;
  animation: v2-sk-creative-you-in 18s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-creative-msg--julia,
.scroll-lander-page .v2-sk-creative-msg--preview,
.scroll-lander-page .v2-sk-creative-msg--followup {
  align-self: flex-start;
  background: #fff;
  border: 1px solid #e8e0f4;
  color: #1f2937;
  border-bottom-left-radius: 5px;
  box-shadow: 0 10px 24px -18px rgba(80, 35, 115, 0.28);
}

.scroll-lander-page .v2-sk-creative-msg--preview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: v2-sk-creative-preview 18s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-creative-msg--followup {
  animation: v2-sk-creative-followup 18s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-creative-msg-line {
  font-weight: 600;
  color: inherit;
}

.scroll-lander-page .v2-sk-creative-reaction {
  align-self: flex-end;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -4px;
  animation: v2-sk-creative-reaction 18s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-creative-tap {
  display: inline-flex;
  font-size: 17px;
  line-height: 1;
  padding: 4px 9px;
  background: rgba(67, 229, 164, 0.22);
  border: 1px solid rgba(67, 229, 164, 0.42);
  border-radius: 14px;
  animation: v2-sk-creative-tap-pop 18s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-creative-mosaic {
  display: none;
}

.scroll-lander-page .v2-sk-creative-photo-stack {
  position: relative;
  width: 100%;
  max-width: 196px;
  height: 132px;
  margin-top: 4px;
}

.scroll-lander-page .v2-sk-creative-photo {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(27, 61, 47, 0.12);
  box-shadow: 0 10px 24px -14px rgba(8, 15, 52, 0.35);
  background: #fff;
  transform-origin: center bottom;
}

.scroll-lander-page .v2-sk-creative-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scroll-lander-page .v2-sk-creative-photo--1 {
  z-index: 3;
  animation: v2-sk-creative-stack-1 9s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-creative-photo--2 {
  z-index: 2;
  animation: v2-sk-creative-stack-2 9s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-creative-photo--3 {
  z-index: 1;
  animation: v2-sk-creative-stack-3 9s ease-in-out infinite;
}

@keyframes v2-sk-creative-stack-1 {
  0%, 28% { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }
  33%, 61% { transform: translateX(14px) rotate(8deg) scale(0.94); opacity: 0.55; }
  66%, 94% { transform: translateX(-14px) rotate(-7deg) scale(0.92); opacity: 0.45; }
  100% { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }
}

@keyframes v2-sk-creative-stack-2 {
  0%, 28% { transform: translateX(-10px) rotate(-6deg) scale(0.94); opacity: 0.55; }
  33%, 61% { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }
  66%, 94% { transform: translateX(14px) rotate(8deg) scale(0.94); opacity: 0.55; }
  100% { transform: translateX(-10px) rotate(-6deg) scale(0.94); opacity: 0.55; }
}

@keyframes v2-sk-creative-stack-3 {
  0%, 28% { transform: translateX(12px) rotate(7deg) scale(0.92); opacity: 0.45; }
  33%, 61% { transform: translateX(-12px) rotate(-6deg) scale(0.94); opacity: 0.55; }
  66%, 94% { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }
  100% { transform: translateX(12px) rotate(7deg) scale(0.92); opacity: 0.45; }
}

.scroll-lander-page .v2-sk-meta-flow--stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 400px;
  padding: 8px 4px 12px;
}

.scroll-lander-page .v2-sk-meta-flow--stack .v2-sk-meta-step {
  opacity: 0;
  transform: translateY(10px);
}

.scroll-lander-page .v2-sk-meta-flow--stack .v2-sk-meta-step--prompt {
  opacity: 1;
  transform: none;
  animation: v2-sk-meta-stack-prompt 18s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-meta-flow--stack .v2-sk-meta-step--ad {
  animation: v2-sk-meta-stack-ad 18s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-meta-flow--stack .v2-sk-meta-step--budget {
  animation: v2-sk-meta-stack-budget 18s ease-in-out infinite;
}

.scroll-lander-page .v2-sk-meta-flow--stack .v2-sk-meta-step--live {
  display: flex;
  justify-content: center;
  animation: v2-sk-meta-stack-live 18s ease-in-out infinite;
}

@keyframes v2-sk-meta-stack-prompt {
  0%, 8% { opacity: 1; transform: none; }
  92%, 100% { opacity: 0.88; transform: none; }
}

@keyframes v2-sk-meta-stack-ad {
  0%, 18% { opacity: 0; transform: translateY(10px); }
  24%, 92% { opacity: 1; transform: none; }
  100% { opacity: 1; transform: none; }
}

@keyframes v2-sk-meta-stack-budget {
  0%, 38% { opacity: 0; transform: translateY(10px); }
  44%, 92% { opacity: 1; transform: none; }
  100% { opacity: 1; transform: none; }
}

@keyframes v2-sk-meta-stack-live {
  0%, 58% { opacity: 0; transform: translateY(10px); }
  64%, 92% { opacity: 1; transform: none; }
  100% { opacity: 1; transform: none; }
}

.scroll-lander-page .v2-fd-call-stage {
  position: relative;
}

.scroll-lander-page .v2-stack-card-visual {
  position: relative;
}

.scroll-lander-page .v2-fd-call-replay {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 12;
  width: var(--v2-tap-min, 44px);
  height: var(--v2-tap-min, 44px);
  min-width: var(--v2-tap-min, 44px);
  min-height: var(--v2-tap-min, 44px);
  border: 1px solid rgba(252, 251, 250, 0.22);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.55) !important;
  color: #fcfbfa !important;
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.35s ease;
  -webkit-tap-highlight-color: transparent;
}

.scroll-lander-page .v2-fd-call-replay svg {
  display: block;
  flex: none;
  stroke: currentColor;
}

.scroll-lander-page .v2-fd-call-replay:focus-visible {
  outline: 2px solid rgba(252, 251, 250, 0.45);
  outline-offset: 2px;
}

.scroll-lander-page .v2-fd-call-replay[hidden] {
  display: none !important;
}

.scroll-lander-page .v2-fd-try-call-btn--screen {
  margin: 0;
  padding: 11px 18px !important;
  font-size: 15px !important;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  flex-shrink: 0;
}

.scroll-lander-page .v2-fd-call-julia-cta-slot {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 18px;
  margin: 14px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-julia-cta-slot {
  align-self: stretch;
  width: 100%;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-call-phase--pickup {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  gap: 14px;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-call-julia-cta-slot {
  min-height: 42px;
  margin-top: 12px;
  margin-bottom: 0;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-call-julia-av {
  margin-top: 0;
  margin-bottom: 0;
}

.scroll-lander-page .v2-fd-call-replay:hover {
  background: rgba(10, 10, 10, 0.72);
  transform: scale(1.04);
}

.scroll-lander-page .v2-fd-tab-cta--copy .v2-fd-try-call-btn {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.scroll-lander-page .v2-fd-tab-cta--copy.is-fd-call-cta-retired .v2-fd-try-call-btn {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-try-call-btn--screen {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-call-phase--ring {
  opacity: 0 !important;
  animation: none !important;
}

.scroll-lander-page .v2-fd-call-transcript--organic {
  transition: opacity 0.5s ease, max-height 0.5s ease, margin 0.5s ease;
  width: min(100%, 100%);
  max-width: 100%;
}

@media (max-width: 820px) {
  /* Keep mobile pickup spacing aligned with web — avoid the old compressed card layout */
  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) {
    overflow: visible;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-phase--pickup {
    justify-content: flex-start;
    padding: 22px 18px 16px;
    gap: 14px;
    overflow: visible;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-julia-av.v2-julia-av--xl {
    width: 96px;
    height: 96px;
    margin-top: 12px !important;
    margin-bottom: 6px;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-julia-name {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-julia-cta-slot {
    margin-top: 14px !important;
    min-height: 18px;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-eq--live {
    height: 42px;
    margin-top: 2px;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-eq--live span {
    height: 28px;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-transcript--organic {
    width: 100%;
    max-width: 100%;
    gap: 6px;
    margin-top: 2px;
    padding-bottom: 0;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-transcript--organic .v2-fd-call-tx {
    max-width: 88%;
    font-size: 13px;
    line-height: 1.45;
    padding: 9px 12px;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-transcript--organic .v2-fd-call-tx span {
    font-size: 10px;
  }

  .scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-active:not(.is-fd-call-demo-complete) .v2-fd-call-phase--ring .v2-fd-phone-ring-wrap {
    margin-bottom: 22px;
  }
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-call-transcript--organic,
.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-call-eq--live,
.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-call-julia-status {
  opacity: 0 !important;
  pointer-events: none;
  max-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  inset: 0;
}

.scroll-lander-page .v2-fd-call-stage.is-fd-call-demo-complete .v2-fd-call-transcript--organic .v2-fd-call-tx {
  opacity: 0 !important;
  transform: none !important;
  animation: none !important;
}

.scroll-lander-page .v2-fd-webchat-steps {
  margin-top: 12px;
}

.scroll-lander-page .v2-fd-webchat-steps .v2-fd-phone-step-num {
  background: transparent;
  color: #1d8a5b;
  width: auto;
  min-width: 0;
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

.scroll-lander-page .v2-fd-email-demo-note {
  margin: 14px auto 0;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.5;
  color: var(--v2-text-muted, #6b7280);
  font-style: italic;
}

.scroll-lander-page .v2-fd-email-demo-btn {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  border: none;
  background: #43E5A4;
  color: #06251A;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px -8px rgba(29, 138, 91, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scroll-lander-page .v2-fd-email-demo-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px -10px rgba(29, 138, 91, 0.65);
}

.scroll-lander-page.v2-fd-email-composer-open {
  overflow: hidden;
}

.v2-fd-email-composer {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));
}

.v2-fd-email-composer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 52, 0.36);
  backdrop-filter: blur(2px);
}

.v2-fd-email-composer__card {
  position: relative;
  z-index: 1;
  width: min(420px, 100%);
  max-height: min(92vh, 640px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  padding: 22px 20px 18px;
  box-shadow: 0 28px 64px -28px rgba(8, 15, 52, 0.45);
  border: 1px solid #e8ece9;
}

.v2-fd-email-composer__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
}

.v2-fd-email-composer__close:hover {
  background: #f3f4f6;
  color: #111827;
}

.v2-fd-email-composer__title {
  margin: 0 28px 6px 0;
  font-family: "PT Serif", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.2;
}

.v2-fd-email-composer__lede {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #6b7280;
}

.v2-fd-email-composer__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.v2-fd-email-composer__input,
.v2-fd-email-composer__textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8e0dc;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  background: #fff;
}

.v2-fd-email-composer__input:focus,
.v2-fd-email-composer__textarea:focus {
  outline: 2px solid rgba(67, 229, 164, 0.45);
  outline-offset: 1px;
  border-color: #43e5a4;
}

.v2-fd-email-composer__textarea {
  resize: vertical;
  min-height: 72px;
  line-height: 1.45;
}

.v2-fd-email-composer__chips {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.v2-fd-email-composer__chip {
  text-align: left;
  border: 2px solid #D1D5DB !important;
  background: #FFFFFF !important;
  color: #374151 !important;
  border-radius: 12px;
  padding: 11px 12px;
  font: inherit;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  box-shadow: none !important;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.v2-fd-email-composer__chip:hover {
  border-color: #9CA3AF !important;
  background: #FFFFFF !important;
  color: #111827 !important;
}

.v2-fd-email-composer__chip.is-selected {
  border-color: #1D8A5B !important;
  background: rgba(67, 229, 164, 0.12) !important;
  color: #0A0A0A !important;
  box-shadow: none !important;
}

.v2-fd-email-composer__submit {
  width: 100%;
  margin-top: 4px;
  border: none;
  border-radius: 999px;
  padding: 12px 18px;
  background: #43E5A4 !important;
  color: #06251A !important;
  font: inherit;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px -8px rgba(29, 138, 91, 0.55);
}

.v2-fd-email-composer__submit:hover {
  transform: translateY(-1px);
}

.v2-lander-demo-toast {
  position: fixed;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  z-index: 12000;
  max-width: min(420px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: 14px;
  background: #0f1f18;
  color: #ecfdf5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 18px 48px -16px rgba(8, 15, 52, 0.45);
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.v2-lander-demo-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes v2-sk-creative-you-in {
  0%, 5% { opacity: 0; transform: translateY(8px); }
  10%, 92% { opacity: 1; transform: none; }
  98%, 100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes v2-sk-creative-preview {
  0%, 16% { opacity: 0; transform: translateY(10px); }
  22%, 92% { opacity: 1; transform: none; }
  98%, 100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes v2-sk-creative-reaction {
  0%, 46% { opacity: 0; }
  50%, 88% { opacity: 1; }
  94%, 100% { opacity: 0; }
}

@keyframes v2-sk-creative-tap-pop {
  0%, 46% { opacity: 0; transform: scale(0.5); }
  49% { opacity: 1; transform: scale(1.35); }
  52% { transform: scale(0.92); }
  55%, 85% { opacity: 1; transform: scale(1); }
  94%, 100% { opacity: 0; transform: scale(0.8); }
}

@keyframes v2-sk-creative-followup {
  0%, 54% { opacity: 0; transform: translateY(10px); }
  60%, 92% { opacity: 1; transform: none; }
  98%, 100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes v2-fd-email-in-emphasis {
  0%, 40% {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 2px rgba(251, 146, 60, 0.45), 0 14px 32px -18px rgba(194, 65, 12, 0.28);
  }
  50%, 100% {
    opacity: 1;
    transform: translateY(0) scale(0.995);
    box-shadow: 0 6px 18px -16px rgba(194, 65, 12, 0.12);
  }
}

@keyframes v2-fd-email-out-emphasis {
  0%, 48% {
    opacity: 1;
    transform: translateY(0) scale(0.995);
    box-shadow: 0 6px 18px -16px rgba(29, 138, 91, 0.1);
  }
  58%, 92% {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 2px rgba(29, 138, 91, 0.42), 0 14px 32px -18px rgba(29, 64, 50, 0.26);
  }
  100% {
    opacity: 1;
    box-shadow: 0 6px 18px -16px rgba(29, 138, 91, 0.1);
  }
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount {
  --julia-chat-accent: #8B6F47;
  --julia-chat-accent-text: #ffffff;
  --julia-chat-accent-hover: #7a6240;
  --julia-chat-accent-press: #6a5537;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel-avatar img,
.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel-avatar {
  border-radius: 50%;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel-avatar img,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float .julia-chat-panel-avatar img,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float .julia-chat-fab .julia-chat-panel-avatar img {
  transform: scale(0.85);
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel__thread .hs-chat-msg.inbound .hs-chat-bubble,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float .julia-chat-panel__thread .hs-chat-msg.inbound .hs-chat-bubble {
  background: var(--julia-chat-accent, var(--hs-aqua, #43e5a4));
  border: none;
  color: var(--hs-ink, #0A0A0A);
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel__thread .hs-chat-msg.outbound .hs-chat-bubble,
.scroll-lander-page #julia-chat-dock-lander-cedarstone-float .julia-chat-panel__thread .hs-chat-msg.outbound .hs-chat-bubble {
  background: #fff;
  border: 1px solid #E7EDEA;
  color: #0A0A0A;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel__foot .hs-btn-primary,
.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-form .hs-btn-primary {
  background: #1b3d2f !important;
  border-color: #1b3d2f !important;
  color: #fff8ee !important;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel__head {
  background: #fff;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel__thread-wrap {
  background: var(--julia-chat-card-thread-bg, #F4F7F5);
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel__foot {
  background: #fff;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .hs-chatbot-preview-wrap,
.scroll-lander-page #v2-fd-cedarstone-embed-mount.hs-chatbot-preview-wrap {
  display: flex;
  flex-direction: column;
  height: 440px;
  min-height: 440px;
  max-height: 440px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  touch-action: pan-y;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .v2-fd-cedarstone-preview {
  height: 100%;
  min-height: 0;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .v2-fd-cedarstone-preview__foot,
.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel__foot {
  padding-bottom: 10px;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .v2-fd-cedarstone-preview,
.scroll-lander-page #v2-fd-cedarstone-embed-mount .v2-fd-cedarstone-preview__thread {
  touch-action: pan-y;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount[data-embed-mounted="1"] [data-cedarstone-static-demo] {
  display: none !important;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-dock--inline {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  transform: none !important;
  z-index: 1 !important;
  pointer-events: auto;
  touch-action: pan-y;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-dock--inline .julia-chat-panel {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  box-shadow: none;
  border-radius: 18px;
  border: none;
}

.scroll-lander-page #v2-fd-cedarstone-embed-mount .julia-chat-panel__identity .sub {
  display: block;
  font-size: 12px;
  color: #6B7280;
}

.scroll-lander-page .v2-fd-chat-demo-wrap {
  padding-bottom: 0;
}

.scroll-lander-page .v2-tab-split-demo--chat {
  max-width: 400px;
}

@media (max-width: 820px) {
  .scroll-lander-page #front-desk {
    padding-left: max(16px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(16px, env(safe-area-inset-right, 0px)) !important;
  }

  .scroll-lander-page .v2-card-stack[data-stack="front-desk"][data-layout="tabs"] .v2-tab-stage,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"][data-layout="tabs"] .v2-tab-panels,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"][data-layout="tabs"] .v2-tab-panel.is-active {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-panel.is-active .v2-tab-split {
    align-items: center;
    width: 100%;
  }

  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-split-demo,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-split-demo--phone,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-split-demo--chat {
    align-self: center;
    width: min(100%, 340px) !important;
    max-width: min(100%, 340px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] #v2-fd-phone-card,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-card--flush,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-fd-chat-demo-wrap,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-fd-email-duo,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .hs-chatbot-preview-frame,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] #v2-fd-cedarstone-embed-mount {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-stack-card-visual,
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-fd-call-stage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-social-panels--solo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-lander-page .v2-fd-phone-slot .v2-fd-tab-cta--copy {
    justify-content: center !important;
    width: 100%;
  }

  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-panel[data-panel="sms"] .v2-tab-split-demo {
    width: min(100%, 360px) !important;
    max-width: min(100%, 360px) !important;
  }
}

@media (min-width: 821px) {
  .scroll-lander-page .v2-card-stack[data-stack="front-desk"] .v2-tab-split {
    gap: clamp(40px, 4.5vw, 56px);
  }

  .scroll-lander-page .v2-tab-split:has(.v2-tab-split-demo--chat) {
    grid-template-columns: minmax(380px, 440px) minmax(0, 1fr);
  }

  .scroll-lander-page .v2-tab-split:has(.v2-tab-split-demo--phone) {
    grid-template-columns: minmax(340px, 400px) minmax(0, 1fr);
  }
}

/* Crossfade call-ended card back to looping phone demo without layout jump */
#v2-fd-phone-card .v2-stack-card-visual.is-voice-crossfading {
  position: relative;
  min-height: 280px;
}

#v2-fd-phone-card .v2-stack-card-visual.is-voice-crossfading .v2-fd-call-stage {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.48s ease;
}

#v2-fd-phone-card .v2-stack-card-visual.is-voice-crossfading.is-demo-visible .v2-fd-call-stage {
  opacity: 1;
}

#v2-fd-phone-card .v2-stack-card-visual.is-voice-crossfading #v2-voice-demo-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  min-height: 280px;
}

.scroll-lander-page .v2-cta-panel {
  --v2-cta-g1-x: 12%;
  --v2-cta-g1-y: 18%;
  --v2-cta-g2-x: 88%;
  --v2-cta-g2-y: 82%;
  --v2-cta-g1-o: 0.18;
  --v2-cta-g2-o: 0.14;
  --v2-cta-drift-x: 0%;
  --v2-cta-drift-y: 0%;
  --v2-cta-drift-scale: 1;
  --v2-cta-drift-o: 0.55;
  --v2-cta-wash-tilt: 0deg;
}

.scroll-lander-page .v2-cta-panel.v2-cta-panel--scroll-driven {
  animation: none !important;
  background-image:
    radial-gradient(rgba(10, 10, 10, 0.045) 1px, transparent 1.4px),
    radial-gradient(circle at var(--v2-cta-g1-x) var(--v2-cta-g1-y), rgba(67, 229, 164, var(--v2-cta-g1-o)), transparent 42%),
    radial-gradient(circle at var(--v2-cta-g2-x) var(--v2-cta-g2-y), rgba(163, 71, 234, var(--v2-cta-g2-o)), transparent 44%),
    linear-gradient(calc(168deg + var(--v2-cta-wash-tilt)), #FCFBFA, #F1EFE9);
  transition:
    background-image 0.08s linear,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.scroll-lander-page .v2-cta-panel.v2-cta-panel--scroll-driven::before {
  animation: none !important;
  transform: translate(var(--v2-cta-drift-x), var(--v2-cta-drift-y)) scale(var(--v2-cta-drift-scale));
  opacity: var(--v2-cta-drift-o);
  transition: transform 0.06s linear, opacity 0.1s ease-out;
}

.scroll-lander-page .v2-cta-panel.is-overscroll-active {
  border-color: rgba(163, 71, 234, 0.14);
}

.scroll-lander-page .v2-cta-panel.is-overscroll-deep {
  border-color: rgba(163, 71, 234, 0.2);
  box-shadow: 0 18px 52px -28px rgba(163, 71, 234, 0.18);
}

.scroll-lander-page .v2-cta-panel.is-overscroll-deep::before {
  background:
    radial-gradient(circle at 24% 36%, rgba(67, 229, 164, 0.2), transparent 52%),
    radial-gradient(circle at 76% 64%, rgba(163, 71, 234, 0.22), transparent 48%);
}

.scroll-lander-page .v2-cta-panel.is-egg {
  border-color: rgba(163, 71, 234, 0.22);
  box-shadow: 0 22px 58px -28px rgba(163, 71, 234, 0.26);
}

/* Front desk phone — lock card to pre-call demo dimensions (demo + live call) */
.scroll-lander-page .v2-card-stack[data-layout="tabs"][data-stack="front-desk"] #v2-fd-phone-card {
  --v2-fd-phone-card-h: 420px;
  flex: none;
  height: var(--v2-fd-phone-card-h);
  min-height: var(--v2-fd-phone-card-h);
  max-height: var(--v2-fd-phone-card-h);
  overflow: hidden;
}

@media (min-width: 821px) {
  .scroll-lander-page .v2-card-stack[data-layout="tabs"][data-stack="front-desk"] #v2-fd-phone-card {
    --v2-fd-phone-card-h: 460px;
  }
}

.scroll-lander-page .v2-card-stack[data-layout="tabs"][data-stack="front-desk"] #v2-fd-phone-card .v2-stack-card-body,
.scroll-lander-page .v2-card-stack[data-layout="tabs"][data-stack="front-desk"] #v2-fd-phone-card .v2-stack-card-visual {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: auto;
  max-height: none;
}

.scroll-lander-page .v2-card-stack[data-layout="tabs"][data-stack="front-desk"] #v2-fd-phone-card .v2-fd-call-stage {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 100%;
}

/* Live call — same footprint as demo card */
#v2-fd-phone-card.is-voice-pending #v2-voice-demo-wrap,
#v2-fd-phone-card.is-call-live #v2-voice-demo-wrap,
#v2-fd-phone-card.is-call-ended #v2-voice-demo-wrap,
#v2-fd-phone-card.is-voice-error #v2-voice-demo-wrap {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  width: 100%;
  display: flex !important;
  flex-direction: column;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount,
#v2-fd-phone-card.is-call-live .v2-voice-mount,
#v2-fd-phone-card.is-call-ended .v2-voice-mount,
#v2-fd-phone-card.is-voice-error .v2-voice-mount {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard,
#v2-fd-phone-card.is-call-ended .v2-voice-mount .hs-callcard,
#v2-fd-phone-card.is-voice-error .v2-voice-mount .hs-callcard,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  align-items: stretch;
  text-align: left;
  overflow: hidden;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-id,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-id,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-id {
  text-align: center;
  align-items: center;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-tx,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-tx,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-tx {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  padding: 8px 4px;
}

#v2-fd-phone-card.is-voice-pending .v2-voice-mount .hs-callcard .call-action-wrap,
#v2-fd-phone-card.is-call-live .v2-voice-mount .hs-callcard .call-action-wrap,
#v2-fd-phone-card .v2-voice-mount .hs-callcard.live .call-action-wrap {
  flex: none;
  justify-content: center;
  padding-top: 10px;
  margin-top: auto;
}

.scroll-lander-page .v2-fd-social-dm-btn {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  border: none;
  background: #43E5A4;
  color: #06251A;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 20px -8px rgba(29, 138, 91, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scroll-lander-page .v2-fd-social-dm-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px -10px rgba(29, 138, 91, 0.65);
}
