* {
  box-sizing: border-box;
}

.hero-mobile-shell,
.hero-mobile-channel-orbit,
.mobile-reference-stack,
.mobile-implant,
.mobile-implant-orbit,
.mobile-implant-content,
.mobile-call-tip,
.hero-phone-idle-callout,
.hero-phone-entry-icon,
.blabel {
  display: none;
}

.hero-phone-entry-actions .cbtnwrap,
.hero-phone-control-wrap .cbtnwrap {
  display: contents;
}

.hero-phone-entry-label {
  display: inline;
}

.hero-phone-side {
  display: none !important;
}

@keyframes mobile-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes mobile-wave {
  0%,
  100% {
    transform: scaleY(0.45);
    opacity: 0.48;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes mobile-glow-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.56;
  }
}

@media (min-width: 900px) {
  .hero-mobile-shell,
  .hero-mobile-channel-orbit,
  .mobile-reference-stack,
  .mobile-implant,
  .mobile-implant-orbit,
  .mobile-implant-content,
  .mobile-call-tip,
  .hero-phone-idle-callout,
  .blabel {
    display: none !important;
  }
}

@media (max-width: 899px) {
  body {
    background: #020208;
    overflow-x: hidden;
  }

  #ambientStage {
    display: none;
  }

  .site-header {
    width: 100%;
    margin-top: 0;
  }

  .site-header-shell {
    max-width: 1200px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 14px 16px 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-brand {
    gap: 10px;
  }

  .site-brand-mark {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
    box-shadow: 0 0 12px rgba(107, 140, 255, 0.3);
  }

  .site-brand-orbit {
    display: none;
  }

  .site-brand-core {
    position: absolute;
    inset: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
    box-shadow: none;
  }

  .site-brand-copy strong {
    font-size: 0.92rem;
    font-weight: 650;
  }

  .site-brand-copy span {
    display: none;
  }

  .site-nav {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 6px;
  }

  .site-nav-secondary,
  .site-nav-primary {
    min-height: 32px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
  }

  .site-nav-secondary {
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav-primary {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
    box-shadow: none;
  }

  .app-shell {
    padding: 0 0 36px;
  }

  .hero {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .hero-shell {
    width: 100%;
    max-width: 100%;
    gap: 18px;
    padding: 0 16px;
    border-radius: 0;
    background: transparent;
  }

  .hero-mobile-shell {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 8px;
  }

  .hero-mobile-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    color: #e8ebf3;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(12, 16, 28, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .hero-mobile-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
    animation: mobile-glow-pulse 1.6s infinite;
  }

  .hero-mobile-hint {
    margin: 0;
    max-width: 240px;
    color: #8d94a8;
    font-size: 12px;
    line-height: 1.4;
  }

  .hero-mobile-copy {
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    padding: 0 8px;
  }

  .hero-mobile-copy h1 {
    max-width: 12ch;
    margin: 0 auto;
    font-size: clamp(2.05rem, 10.4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    word-break: break-word;
    overflow-wrap: anywhere;
    color: transparent;
    text-shadow: none;
    background: linear-gradient(180deg, #fff, #cbd5e1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hero-mobile-copy p {
    margin: 0;
    max-width: 100%;
    color: #9ca3af;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-experience {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .hero-live-shell {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .hero-live-body {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    padding: 0 0 8px;
  }

  .hero-mobile-channel-orbit {
    position: absolute;
    inset: 18px 8px auto;
    z-index: 0;
    display: block;
    height: 560px;
    pointer-events: none;
    opacity: 0.68;
  }

  .hero-mobile-channel {
    position: absolute;
    display: grid;
    justify-items: center;
    gap: 4px;
    color: #8d94a8;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
  }

  .hero-mobile-channel-icon {
    display: grid;
    place-items: center;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    border-radius: 12px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
    animation: mobile-float 3s ease-in-out infinite;
  }

  .hero-mobile-channel-whatsapp {
    top: 10%;
    left: 8%;
  }

  .hero-mobile-channel-whatsapp .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
  }

  .hero-mobile-channel-messenger {
    top: 10%;
    right: 8%;
  }

  .hero-mobile-channel-messenger .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #0084ff, #0066cc);
    animation-delay: 0.5s;
  }

  .hero-mobile-channel-instagram {
    bottom: 26%;
    left: 4%;
  }

  .hero-mobile-channel-instagram .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #e4405f, #c13584);
    animation-delay: 1s;
  }

  .hero-mobile-channel-sms {
    bottom: 26%;
    right: 4%;
  }

  .hero-mobile-channel-sms .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
    animation-delay: 1.5s;
  }

  .hero-mobile-channel-calls {
    top: 43%;
    left: 0;
  }

  .hero-mobile-channel-calls .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    animation-delay: 0.3s;
  }

  .hero-mobile-channel-webchat {
    top: 43%;
    right: 0;
  }

  .hero-mobile-channel-webchat .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    animation-delay: 0.8s;
  }

  .hero-phone-glow {
    inset: 48% auto auto 50%;
    width: 400px;
    height: 400px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(107, 140, 255, 0.18), transparent 68%);
    filter: blur(52px);
  }

  .hero-phone-wrap {
    position: relative;
    z-index: 1;
    width: min(100%, 340px);
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding: 18px 0 0;
  }

  .hero-phone-wrap::before,
  .hero-phone-wrap::after {
    display: none;
  }

  .hero-phone {
    filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.75));
  }

  .hero-phone-frame {
    border-radius: 48px;
    background: #0a0e14;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.05),
      0 0 0 10px #000,
      0 30px 70px rgba(0, 0, 0, 0.75);
  }

  .hero-phone-frame::before {
    inset: 0;
    border-radius: 48px;
    padding: 9px;
    background: linear-gradient(180deg, #12161f, #05070b);
  }

  .hero-phone-frame::after {
    display: none;
  }

  .hero-phone-screen {
    inset: 9px;
    border-radius: 40px;
  }

  .hero-phone-screen-inner {
    border-radius: 40px;
    background: radial-gradient(circle at 50% 32%, #1a2333, #050810 62%, #000 100%);
  }

  .hero-phone-island {
    display: block;
    top: 9px;
    width: 90px;
    height: 26px;
    border-radius: 13px;
    background: #000;
    box-shadow: none;
  }

  .hero-phone-status,
  .hero-phone-reflection {
    display: none;
  }

  .hero-phone-face-stage::after {
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 8, 16, 0.18) 26%, rgba(5, 8, 16, 0.92) 100%);
  }

  .hero-phone-face-stage .avatar-frame {
    inset: 0;
    transform: scale(1.02);
  }

  .hero-phone-live-status {
    top: 16px;
    left: 16px;
    transform: none;
    min-height: 0;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none;
  }

  .hero-phone-activity-list {
    bottom: 168px;
    gap: 4px;
  }

  .hero-phone-activity-dot {
    width: 32px;
    height: 6px;
    background: rgba(255, 255, 255, 0.22);
  }

  .hero-phone-setup-card {
    left: 0;
    right: 0;
    bottom: 112px;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-phone-setup-card[data-mode="idle"] {
    bottom: 130px;
  }

  .hero-phone-setup-card.is-focused {
    box-shadow: none;
    border-color: transparent;
  }

  .hero-phone-setup-card[data-mode="idle"] .hero-phone-setup-head {
    justify-items: center;
    gap: 0;
  }

  .hero-phone-setup-card[data-mode="idle"] #phoneSetupKicker,
  .hero-phone-setup-card[data-mode="idle"] #phoneSetupTitle,
  .hero-phone-setup-card[data-mode="idle"] #phoneSetupCopy,
  .hero-phone-setup-card[data-mode="idle"] #phoneTrySaying,
  .hero-phone-setup-card[data-mode="idle"] #phoneCallJessButton {
    display: none;
  }

  .hero-phone-setup-card[data-mode="idle"] .hero-phone-idle-callout {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 auto 18px;
    padding: 8px 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, #7c3aed, #6b8cff);
    box-shadow:
      0 8px 24px rgba(124, 58, 237, 0.4),
      inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  }

  .hero-phone-setup-card[data-mode="idle"] .hero-phone-idle-callout::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #7c3aed;
  }

  .hero-phone-idle-avatar {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.2);
  }

  .hero-phone-idle-callout-copy {
    display: grid;
    gap: 2px;
  }

  .hero-phone-idle-callout-copy strong {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
  }

  .hero-phone-idle-callout-copy span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    line-height: 1;
  }

  .hero-phone-entry-actions {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    padding-left: 18px;
  }

  #phoneTextJessButton {
    display: grid;
    justify-items: center;
    gap: 0;
    min-height: 0;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  #phoneTextJessButton:hover,
  #phoneTextJessButton:focus-visible {
    transform: none;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .hero-phone-entry-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .hero-phone-entry-icon svg {
    width: 23px;
    height: 23px;
    fill: currentColor;
  }

  .hero-phone-entry-label {
    display: block;
    margin-top: 7px;
    color: #9aa3b8;
    font-size: 11px;
    line-height: 1;
  }

  .hero-phone-try-saying {
    display: none;
  }

  .hero-phone-control-wrap {
    left: 50%;
    right: auto;
    bottom: 52px;
    transform: translateX(-50%);
    z-index: 16;
  }

  .hero-phone-call-button {
    position: relative;
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    padding: 0;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.25);
  }

  .hero-phone-call-button::after {
    content: "Call";
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    color: #9aa3b8;
    font-size: 11px;
    font-weight: 600;
  }

  .hero-phone-call-button:hover {
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.25);
  }

  .hero-phone-call-button[data-state="connecting"] {
    background: #3b82f6;
  }

  .hero-phone-call-button[data-state="connecting"]::after {
    content: "Calling";
  }

  .hero-phone-call-button[data-state="active"] {
    background: #ef4444;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.25);
  }

  .hero-phone-call-button[data-state="active"]::after {
    content: "End";
  }

  .hero-phone-call-button .btn-text {
    display: none;
  }

  .hero-phone-call-button .btn-icon,
  .hero-phone-call-button .btn-icon svg {
    width: 27px;
    height: 27px;
  }

  .hero-phone-call-button[data-state="active"] .btn-icon {
    transform: rotate(135deg);
  }

  .hero-phone-call-button .btn-loader {
    width: 30px;
    height: 30px;
    border-width: 2.5px;
  }

  .hero-phone-message-view {
    gap: 8px;
    padding: 48px 12px 18px;
    border-radius: 40px;
    background: #000;
  }

  .hero-phone-message-header {
    height: 74px;
    align-items: center;
    justify-content: space-between;
    margin: -48px -12px 0;
    padding: 40px 14px 10px;
    background: rgba(28, 28, 30, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-phone-message-back {
    width: auto;
    height: auto;
    padding: 0;
    color: #0a84ff;
    background: transparent;
  }

  .hero-phone-message-contact strong {
    font-size: 13px;
  }

  .hero-phone-message-contact span {
    font-size: 11px;
    color: #8e8e93;
  }

  .hero-phone-message-avatar {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #7c3aed, #6b8cff);
  }

  .hero-phone-message-list {
    gap: 6px;
    padding-top: 10px;
    background: #000;
  }

  .hero-phone-message-bubble {
    max-width: 72%;
    padding: 8px 12px;
    border-radius: 17px;
    font-size: 15px;
    line-height: 1.32;
  }

  .hero-phone-message-bubble.assistant {
    color: #fff;
    background: #262626;
    border-bottom-left-radius: 4px;
  }

  .hero-phone-message-bubble.user {
    background: #0a84ff;
    border-bottom-right-radius: 4px;
  }

  .hero-phone-typing-indicator {
    color: #8e8e93;
  }

  .hero-phone-typing-bubble {
    background: #262626;
  }

  .hero-phone-message-form {
    align-items: flex-end;
    gap: 7px;
    margin: 0 -10px -2px;
    padding: 6px 10px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    background: #000;
  }

  .hero-phone-message-form input {
    min-height: 40px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background: #1c1c1e;
    font-size: 15px;
  }

  .hero-phone-message-form button {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0a84ff;
  }

  .mobile-reference-stack {
    display: grid;
    gap: 20px;
    padding: 8px 16px 0;
  }

  .mobile-live-demo-card,
  .mobile-advantage-panel,
  .mobile-activity-panel,
  .mobile-trusted-panel,
  .mobile-capability-grid article {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  }

  .mobile-live-demo-card {
    padding: 14px;
    background: linear-gradient(180deg, rgba(15, 18, 28, 0.9), rgba(8, 10, 16, 0.85));
    border-color: rgba(124, 58, 237, 0.25);
    box-shadow:
      0 12px 32px rgba(0, 0, 0, 0.5),
      inset 0 0 0 1px rgba(124, 58, 237, 0.1);
  }

  .mobile-live-demo-head,
  .mobile-activity-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .mobile-live-demo-head div,
  .mobile-activity-head div {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #cbd5e1;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .mobile-live-demo-head > span,
  .mobile-activity-head > span {
    color: #8d94a8;
    font-size: 10px;
  }

  .mobile-live-demo-dot,
  .mobile-activity-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
  }

  .mobile-live-demo-wave {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 32px;
    margin-bottom: 12px;
  }

  .mobile-live-demo-wave span {
    width: 4px;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(192, 132, 252, 0.9), rgba(107, 140, 255, 0.68));
    transform-origin: center;
    animation: mobile-wave 1.2s ease-in-out infinite;
  }

  .mobile-live-demo-wave span:nth-child(2) {
    animation-delay: 0.1s;
  }

  .mobile-live-demo-wave span:nth-child(3) {
    animation-delay: 0.2s;
  }

  .mobile-live-demo-wave span:nth-child(4) {
    animation-delay: 0.3s;
  }

  .mobile-live-demo-wave span:nth-child(5) {
    animation-delay: 0.4s;
  }

  .mobile-live-demo-wave span:nth-child(6) {
    animation-delay: 0.5s;
  }

  .mobile-live-demo-wave span:nth-child(7) {
    animation-delay: 0.6s;
  }

  .mobile-live-demo-wave span:nth-child(8) {
    animation-delay: 0.7s;
  }

  .mobile-live-demo-actions {
    display: grid;
    gap: 6px;
  }

  .mobile-live-demo-actions div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
    border-radius: 8px;
    border: 1px solid rgba(34, 197, 94, 0.15);
    background: rgba(34, 197, 94, 0.08);
    font-size: 11px;
  }

  .mobile-live-demo-actions div:last-child {
    border-color: rgba(107, 140, 255, 0.15);
    background: rgba(107, 140, 255, 0.08);
  }

  .mobile-live-demo-actions strong {
    color: #e2e8f0;
    font-size: 11px;
    font-weight: 500;
  }

  .mobile-live-demo-actions span {
    margin-left: auto;
    color: #6b7280;
    font-size: 10px;
  }

  .mobile-live-demo-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mobile-live-demo-foot p {
    margin: 0;
    color: #8d94a8;
    font-size: 10px;
    line-height: 1.5;
  }

  .mobile-live-demo-pulse {
    width: 30px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(107, 140, 255, 0.9), rgba(167, 139, 250, 0.9));
    opacity: 0.88;
  }

  .mobile-advantage-panel,
  .mobile-activity-panel,
  .mobile-trusted-panel {
    padding: 18px;
  }

  .mobile-advantage-head,
  .mobile-trusted-head {
    display: grid;
    gap: 8px;
    text-align: center;
  }

  .mobile-advantage-head p {
    margin: 0;
    color: #c4b5fd;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-advantage-head h2 {
    margin: 0;
    font-size: 1.72rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
  }

  .mobile-advantage-head span,
  .mobile-trusted-panel p {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.5;
  }

  .mobile-advantage-grid {
    display: grid;
    gap: 12px;
    margin-top: 18px;
  }

  .mobile-advantage-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  }

  .mobile-advantage-card strong {
    color: #fff;
    font-size: 16px;
  }

  .mobile-advantage-card p {
    margin: 0;
    color: #9ca3af;
    font-size: 13px;
    line-height: 1.5;
  }

  .mobile-advantage-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .mobile-advantage-card span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 10px;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-advantage-card-capture span:first-child {
    color: #86efac;
    background: rgba(34, 197, 94, 0.15);
    border-color: rgba(34, 197, 94, 0.3);
  }

  .mobile-advantage-card-book span:first-child {
    color: #c7d2fe;
    background: rgba(107, 140, 255, 0.15);
    border-color: rgba(107, 140, 255, 0.3);
  }

  .mobile-advantage-card-followup span:first-child {
    color: #ddd6fe;
    background: rgba(167, 139, 250, 0.15);
    border-color: rgba(167, 139, 250, 0.3);
  }

  .mobile-advantage-stats,
  .mobile-activity-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
  }

  .mobile-advantage-stats div,
  .mobile-activity-stats div {
    padding: 12px 10px;
    border-radius: 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mobile-advantage-stats strong,
  .mobile-activity-stats strong {
    display: block;
    color: #e2e8f0;
    font-size: 19px;
  }

  .mobile-advantage-stats span,
  .mobile-activity-stats span {
    color: #8d94a8;
    font-size: 11px;
  }

  .mobile-activity-signals {
    display: grid;
    gap: 8px;
    margin-top: 12px;
  }

  .mobile-activity-signals div {
    padding: 8px;
    border-radius: 8px;
    font-size: 11px;
    color: #e2e8f0;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.15);
  }

  .mobile-activity-signals div:last-child {
    background: rgba(107, 140, 255, 0.08);
    border-color: rgba(107, 140, 255, 0.15);
  }

  .mobile-activity-feed {
    display: grid;
    gap: 8px;
    margin-top: 12px;
  }

  .mobile-activity-feed article {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.045);
  }

  .mobile-activity-feed article > span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
  }

  .mobile-activity-feed strong {
    display: block;
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-activity-feed p {
    margin: 4px 0 0;
    color: #8d94a8;
    font-size: 11px;
    line-height: 1.4;
  }

  .mobile-activity-foot {
    margin: 12px 0 0;
    color: #8d94a8;
    font-size: 11px;
    text-align: center;
  }

  .mobile-activity-foot strong {
    color: #e2e8f0;
  }

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

  .mobile-capability-grid article {
    padding: 12px;
  }

  .mobile-capability-grid strong {
    display: block;
    color: #fff;
    font-size: 13px;
    margin-bottom: 4px;
  }

  .mobile-capability-grid p {
    margin: 0;
    color: #8d94a8;
    font-size: 11px;
    line-height: 1.4;
  }

  .mobile-capability-setup-card {
    grid-column: span 3;
  }

  .mobile-trusted-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .mobile-trusted-head span {
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-trusted-logos {
    display: flex;
    gap: 8px;
    margin: 16px 0 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .mobile-trusted-logos::-webkit-scrollbar {
    display: none;
  }

  .mobile-trusted-logos span {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    color: #cbd5e1;
    font-size: 11px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 899px) {
  .hero-aurora,
  .hero-copy,
  .hero-live-head,
  .hero-live-intro,
  .hero-setup-actions {
    display: none;
  }

  .mobile-implant {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px 0;
    text-align: center;
  }

  .mobile-implant .pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(12, 16, 28, 0.8);
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    backdrop-filter: blur(16px);
  }

  .mobile-implant .dot,
  .advantage-pill .dot,
  .demo-card-head .dot,
  .dashhead .dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
    animation: mobile-glow-pulse 1.6s ease-in-out infinite;
  }

  .mobile-implant .hint {
    margin: 0 0 18px;
    color: #8d94a8;
    font-size: 0.74rem;
  }

  .mobile-implant-copy {
    width: min(720px, calc(100vw - 40px));
    margin: 0 auto 24px;
  }

  .mobile-implant-copy h1 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .mobile-implant-copy p {
    max-width: 34ch;
    margin: 0 auto;
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-experience {
    display: block;
  }

  .hero-live-shell {
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-live-body {
    position: relative;
    display: block;
    min-height: 720px;
    padding: 0 20px;
  }

  .hero-phone-wrap.phonewrap {
    position: relative;
    z-index: 2;
    width: min(340px, calc(100vw - 40px));
    margin: 0 auto 30px;
    padding-top: 10px;
  }

  .mobile-implant-orbit {
    display: block;
    position: absolute;
    inset: 10px auto auto 50%;
    width: min(520px, calc(100vw - 24px));
    height: min(520px, calc(100vw - 24px));
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.62;
  }

  .mobile-channel {
    position: absolute;
    display: grid;
    justify-items: center;
    gap: 4px;
    width: 58px;
    color: #8d94a8;
    font-size: 0.56rem;
    text-align: center;
    animation: mobile-float 3s ease-in-out infinite;
  }

  .mobile-channel-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
  }

  .mobile-channel-whatsapp {
    top: 16%;
    left: 12%;
  }

  .mobile-channel-icon-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
  }

  .mobile-channel-messenger {
    top: 16%;
    right: 12%;
    animation-delay: 0.5s;
  }

  .mobile-channel-icon-messenger {
    background: linear-gradient(135deg, #0084ff, #0066cc);
  }

  .mobile-channel-instagram {
    bottom: 20%;
    left: 8%;
    animation-delay: 1s;
  }

  .mobile-channel-icon-instagram {
    background: linear-gradient(135deg, #e4405f, #c13584);
  }

  .mobile-channel-sms {
    bottom: 20%;
    right: 8%;
    animation-delay: 1.5s;
  }

  .mobile-channel-icon-sms {
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
  }

  .mobile-channel-calls {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation-delay: 0.3s;
  }

  .mobile-channel-icon-calls {
    background: linear-gradient(135deg, #22c55e, #16a34a);
  }

  .mobile-channel-webchat {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    animation-delay: 0.8s;
  }

  .mobile-channel-icon-webchat {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
  }

  .hero-phone-glow.phoneglow {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(400px, calc(100vw - 20px));
    height: min(400px, calc(100vw - 20px));
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(107, 140, 255, 0.16), transparent 70%);
    filter: blur(50px);
  }

  .hero-phone {
    width: 100%;
    aspect-ratio: 340 / 700;
  }

  .hero-phone-frame.phone {
    border-radius: 48px;
    background: #0a0e14;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.05),
      0 0 0 10px #000,
      0 30px 70px rgba(0, 0, 0, 0.75);
  }

  .hero-phone-frame.phone::before,
  .hero-phone-frame.phone::after {
    display: none;
  }

  .hero-phone-screen.screen,
  .hero-phone-screen-inner,
  .hero-phone-face-hitbox,
  .hero-phone-face-stage,
  .hero-phone-connecting-overlay,
  .hero-phone-face-stage .avatar-frame {
    border-radius: 40px;
  }

  .hero-phone-island.island {
    top: 9px;
    width: 90px;
    height: 26px;
    border-radius: 13px;
    background: #000;
  }

  .hero-phone-status {
    padding: 18px 18px 0;
  }

  .hero-phone-reflection {
    opacity: 0.24;
  }

  .hero-phone-face-stage {
    background: radial-gradient(circle at 50% 32%, #1a2333, #050810);
  }

  .hero-phone-setup-card[data-mode="idle"] {
    left: 0;
    right: 0;
    bottom: 82px;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .hero-phone-setup-card[data-mode="idle"] .hero-phone-setup-head {
    position: relative;
    justify-items: center;
    gap: 0;
    min-height: 0;
    text-align: center;
  }

  .hero-phone-setup-card[data-mode="idle"] #phoneSetupKicker,
  .hero-phone-setup-card[data-mode="idle"] #phoneSetupTitle,
  .hero-phone-setup-card[data-mode="idle"] #phoneSetupCopy,
  .hero-phone-setup-card[data-mode="idle"] #phoneTrySaying {
    display: none;
  }

  .hero-phone-entry-actions.controls {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
    width: auto;
    margin-top: 0;
    z-index: 4;
  }

  .hero-phone-entry-actions .cbtnwrap,
  .hero-phone-control-wrap .cbtnwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    position: relative;
  }

  .mobile-call-tip {
    display: inline-flex;
    position: absolute;
    bottom: 82px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.96), rgba(107, 140, 255, 0.96));
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.32);
    white-space: nowrap;
  }

  .mobile-call-tip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(124, 58, 237, 0.96);
  }

  .mobile-call-tip-avatar {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .mobile-call-tip-copy {
    display: grid;
    gap: 1px;
    text-align: left;
  }

  .mobile-call-tip-copy strong {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1;
  }

  .mobile-call-tip-copy span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.63rem;
    line-height: 1;
  }

  .hero-phone-entry-actions .ibtn,
  #phoneCallJessButton.callbtn,
  .hero-phone-call-button {
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
  }

  .hero-phone-entry-actions .ibtn {
    width: 58px;
    min-width: 58px;
    height: 58px;
    min-height: 58px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(20px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }

  .hero-phone-entry-actions .ibtn .hero-phone-entry-icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
  }

  .hero-phone-entry-actions .ibtn .hero-phone-entry-label {
    display: none;
  }

  .hero-phone-entry-actions .ibtn svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

  #phoneCallJessButton.callbtn {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    background: #22c55e center / 27px 27px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E");
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.25);
    color: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
  }

  #phoneCallJessButton.callbtn[data-state="connecting"] {
    background-color: #3b82f6;
  }

  #phoneCallJessButton.callbtn[data-state="active"] {
    background-color: #ef4444;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.25);
  }

  .blabel {
    display: block;
    color: #9aa3b8;
    font-size: 0.69rem;
  }

  .hero-phone-control-wrap {
    bottom: 74px;
    display: flex;
    justify-content: center;
  }

  .hero-phone-control-wrap .cbtnwrap-live {
    gap: 7px;
  }

  .hero-phone-call-button {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    background: #22c55e;
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.25);
  }

  .hero-phone-call-button[data-state="connecting"] {
    background: #3b82f6;
  }

  .hero-phone-call-button[data-state="active"] {
    background: #ef4444;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.25);
  }

  .hero-phone-call-button .btn-text {
    display: none;
  }

  .hero-phone-call-button .btn-icon {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .hero-phone-call-button .btn-icon svg {
    width: 27px;
    height: 27px;
    fill: #fff;
  }

  .hero-phone-call-button[data-state="active"] .btn-icon {
    transform: rotate(135deg);
  }

  .hero-phone-call-button[data-state="connecting"] .btn-icon {
    opacity: 0;
  }

  .hero-phone-connect-label {
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  .hero-phone-message-view,
  .hero-phone-setup-card:not([data-mode="idle"]) {
    left: 12px;
    right: 12px;
    bottom: 14px;
    max-width: calc(100% - 24px);
    padding: 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 18, 28, 0.92), rgba(8, 10, 16, 0.96));
    border: 1px solid rgba(124, 58, 237, 0.18);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(24px);
  }

  .hero-phone-message-view {
    padding-bottom: 18px;
  }

  .hero-phone-message-header {
    min-height: 38px;
    padding: 0 0 12px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
  }

  .hero-phone-message-list {
    gap: 6px;
    padding-top: 10px;
  }

  .hero-phone-message-bubble {
    max-width: 72%;
    padding: 8px 12px;
    border-radius: 17px;
    font-size: 0.94rem;
    line-height: 1.32;
  }

  .hero-phone-message-bubble.assistant {
    color: #fff;
    background: #262626;
    border-bottom-left-radius: 4px;
  }

  .hero-phone-message-bubble.user {
    color: #fff;
    background: #0a84ff;
    border-bottom-right-radius: 4px;
  }

  .hero-phone-typing-indicator {
    color: #8e8e93;
  }

  .hero-phone-typing-bubble {
    background: #262626;
  }

  .hero-phone-message-form {
    padding: 6px 10px 0;
    border: 0;
    background: transparent;
  }

  .hero-phone-message-form input {
    border-radius: 16px;
    background: #1c1c1e;
    color: #fff;
    font-size: 0.94rem;
  }

  #phoneMessageSendButton {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 999px;
    background: #0a84ff;
  }

  .mobile-implant-content.content {
    display: block;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px 40px;
  }

  .demo-card,
  .advantage,
  .dash,
  .trust-strip,
  .capability-cards .card,
  .advantage-cards .card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  }

  .demo-card {
    max-width: 360px;
    margin: -10px auto 24px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(15, 18, 28, 0.9), rgba(8, 10, 16, 0.85));
    border-color: rgba(124, 58, 237, 0.25);
    box-shadow:
      0 12px 32px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(124, 58, 237, 0.1) inset;
    backdrop-filter: blur(24px);
  }

  .demo-card-head,
  .dashhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    color: #8d94a8;
    font-size: 0.68rem;
  }

  .demo-card-head div,
  .dashhead div {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #cbd5e1;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .demo-card-wave {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 32px;
    margin-bottom: 10px;
  }

  .demo-card-wave span {
    width: 4px;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(107, 140, 255, 0.95), rgba(124, 58, 237, 0.5));
    animation: mobile-wave 1.4s ease-in-out infinite;
    transform-origin: center bottom;
  }

  .demo-card-wave span:nth-child(2) { animation-delay: 0.1s; }
  .demo-card-wave span:nth-child(3) { animation-delay: 0.2s; }
  .demo-card-wave span:nth-child(4) { animation-delay: 0.3s; }
  .demo-card-wave span:nth-child(5) { animation-delay: 0.4s; }
  .demo-card-wave span:nth-child(6) { animation-delay: 0.5s; }
  .demo-card-wave span:nth-child(7) { animation-delay: 0.6s; }
  .demo-card-wave span:nth-child(8) { animation-delay: 0.7s; }

  .demo-card-actions {
    display: grid;
    gap: 6px;
  }

  .demo-card-actions div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid rgba(34, 197, 94, 0.15);
    border-radius: 8px;
    background: rgba(34, 197, 94, 0.08);
    font-size: 0.72rem;
  }

  .demo-card-actions div:last-child {
    background: rgba(107, 140, 255, 0.08);
    border-color: rgba(107, 140, 255, 0.15);
  }

  .demo-card-actions strong {
    color: #e2e8f0;
    font-size: 0.72rem;
  }

  .demo-card-actions span {
    margin-left: auto;
    color: #6b7280;
    font-size: 0.65rem;
  }

  .demo-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .demo-card-foot p {
    margin: 0;
    color: #8d94a8;
    font-size: 0.64rem;
  }

  .demo-card-pulse {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #6b8cff;
    box-shadow: 16px 0 0 #6b8cff, 32px 0 0 #6b8cff;
    opacity: 0.9;
  }

  .advantage {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.02);
  }

  .advantage-head {
    margin-bottom: 24px;
    text-align: center;
  }

  .advantage-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px 12px;
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 20px;
    background: rgba(124, 58, 237, 0.1);
    color: #c4b5fd;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .advantage-head h2 {
    margin: 0 0 8px;
    font-size: 1.75rem;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .advantage-head p {
    margin: 0;
    color: #9ca3af;
    font-size: 0.92rem;
  }

  .mobile-implant-content .cards {
    display: grid;
    gap: 12px;
  }

  .advantage-cards .card,
  .capability-cards .card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  }

  .advantage-cards .card::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 999px;
  }

  .card-capture::before {
    background: radial-gradient(circle, rgba(34, 197, 94, 0.2), transparent);
  }

  .card-book::before {
    background: radial-gradient(circle, rgba(107, 140, 255, 0.2), transparent);
  }

  .card-followup::before {
    background: radial-gradient(circle, rgba(167, 139, 250, 0.2), transparent);
  }

  .advantage-cards .card-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
  }

  .card-capture .card-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
  }

  .card-book .card-icon {
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
    box-shadow: 0 4px 12px rgba(107, 140, 255, 0.2);
  }

  .card-followup .card-icon {
    background: linear-gradient(135deg, #a78bfa, #7c3aed);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.2);
  }

  .advantage-cards .card h3,
  .capability-cards .card h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1rem;
  }

  .advantage-cards .card p,
  .capability-cards .card p,
  .feed .item p,
  .trust-strip p {
    margin: 0;
    color: #9ca3af;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .card-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .card-tags span,
  .logo-rail span {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 0.7rem;
  }

  .card-tags span {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #cbd5e1;
  }

  .stats-bar {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
  }

  .stats-bar span[aria-hidden="true"] {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
  }

  .stats-bar div,
  .mobile-stat-grid div {
    text-align: center;
  }

  .stats-bar strong,
  .mobile-stat-grid strong {
    display: block;
    color: #e2e8f0;
    font-size: 1.25rem;
  }

  .stats-bar div span,
  .mobile-stat-grid span {
    color: #6b7280;
    font-size: 0.68rem;
  }

  .dash {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
    backdrop-filter: blur(20px);
    margin: 22px 0;
  }

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

  .mobile-stat-grid div {
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.28);
  }

  .mobile-stat-grid div:last-child strong {
    color: #22c55e;
  }

  .signal-grid {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
  }

  .signal-grid div {
    padding: 8px;
    border-radius: 8px;
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .signal-grid div:first-child {
    border: 1px solid rgba(34, 197, 94, 0.15);
    background: rgba(34, 197, 94, 0.08);
  }

  .signal-grid div:last-child {
    border: 1px solid rgba(107, 140, 255, 0.15);
    background: rgba(107, 140, 255, 0.08);
  }

  .feed {
    display: grid;
    gap: 7px;
  }

  .feed .item {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.025);
  }

  .feed .item strong {
    display: block;
    margin-bottom: 2px;
    color: #e2e8f0;
    font-size: 0.76rem;
  }

  .feed .av {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 600;
  }

  .trustbar {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
    color: #8d94a8;
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .trustbar strong {
    color: #e2e8f0;
  }

  .capability-cards {
    grid-template-columns: 1fr;
  }

  .capability-cards .card {
    padding: 16px;
    border-radius: 14px;
  }

  .capability-cards .card-wide {
    background: linear-gradient(180deg, rgba(107, 140, 255, 0.08), rgba(255, 255, 255, 0.02));
  }

  .trust-strip {
    padding: 24px 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
  }

  .trust-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 0 12px;
    text-align: center;
    color: #d7dce8;
    font-size: 0.76rem;
  }

  .trust-head span:first-child {
    color: #fbbf24;
    font-weight: 600;
  }

  .logo-rail {
    display: flex;
    gap: 12px;
    padding: 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .logo-rail::-webkit-scrollbar {
    display: none;
  }

  .logo-rail span {
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    opacity: 0.85;
  }

  .trust-strip p {
    margin-top: 10px;
    text-align: center;
    color: #6b7280;
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
    .hero-live-body {
      min-height: 655px;
  }

  .mobile-implant-orbit {
    width: min(480px, calc(100vw - 24px));
    height: min(480px, calc(100vw - 24px));
  }

  .hero-phone-wrap.phonewrap {
    width: min(300px, calc(100vw - 44px));
  }

  .hero-phone-setup-card[data-mode="idle"] {
    bottom: 52px;
  }

  .hero-phone-entry-actions.controls {
    gap: 32px;
  }

  .hero-phone-entry-actions .ibtn {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }

  #phoneCallJessButton.callbtn,
  .hero-phone-call-button {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }

  .stats-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .stats-bar span[aria-hidden="true"] {
    display: none;
  }
}

/* Homepage phone containment and responsive alignment correction.
   Keep the device treatment premium, but remove escaped decorative geometry. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero-copy,
.hero-copy-stack,
.hero-experience,
.hero-live-shell,
.hero-live-body,
.hero-phone-wrap,
.hero-phone,
.hero-phone-frame,
.hero-phone-screen,
.hero-phone-screen-inner,
.hero-phone-face-hitbox,
.hero-phone-face-stage {
  min-width: 0;
}

.hero {
  min-height: auto;
}

.hero-shell,
.hero-live-shell,
.hero-live-body {
  overflow: clip;
}

.hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
}

.hero-copy {
  align-self: center;
}

.hero-copy h1,
.hero-copy .lede {
  max-width: 100%;
  overflow-wrap: break-word;
}

.hero-live-shell {
  isolation: isolate;
}

.hero-live-head {
  flex-wrap: wrap;
}

.hero-live-body {
  grid-template-columns: minmax(150px, 0.32fr) minmax(320px, 0.68fr);
}

.hero-phone-glow {
  z-index: 0;
  pointer-events: none;
}

.hero-phone-wrap {
  justify-self: center;
  isolation: isolate;
}

.hero-phone-wrap::before,
.hero-phone-wrap::after {
  display: none !important;
}

.hero-phone {
  position: relative;
  z-index: 2;
}

.hero-phone-frame {
  z-index: 2;
  overflow: hidden;
}

.hero-phone-screen,
.hero-phone-screen-inner,
.hero-phone-face-hitbox,
.hero-phone-face-stage {
  overflow: hidden;
}

.hero-phone-screen {
  z-index: 3;
}

.hero-phone-face-hitbox,
.hero-phone-face-stage,
.hero-phone-face-stage .avatar-shell,
.hero-phone-face-stage .avatar-frame {
  z-index: 1;
}

.hero-phone-reflection {
  z-index: 4;
}

.hero-phone-status,
.hero-phone-island {
  z-index: 12;
}

.hero-phone-setup-card {
  z-index: 14;
}

.hero-phone-message-view {
  z-index: 15;
}

.hero-phone-control-wrap {
  z-index: 16;
}

.hero-phone-entry-actions {
  align-items: stretch;
}

.hero-phone-entry-actions #phoneCallJessButton,
.hero-phone-entry-actions #phoneTextJessButton {
  width: 100%;
}

@media (max-width: 1280px) and (min-width: 1121px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 470px);
    gap: clamp(20px, 2.4vw, 28px);
  }

  h1 {
    font-size: clamp(2.7rem, 4.5vw, 4.35rem);
  }

  .hero-live-body {
    grid-template-columns: minmax(130px, 0.28fr) minmax(300px, 0.72fr);
    gap: 14px;
  }

  .hero-phone-wrap {
    width: min(100%, 370px);
  }
}

@media (max-width: 1120px) {
  .hero-shell,
  .hero-live-body {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 640px;
  }

  .hero-phone-wrap {
    justify-self: center;
  }
}

@media (max-width: 899px) {
  .hero,
  .hero-shell,
  .hero-live-shell,
  .hero-live-body {
    max-width: 100%;
  }

  .mobile-implant-orbit {
    display: none !important;
  }

  .hero-phone-wrap {
    width: min(100%, 320px);
    max-width: calc(100vw - 32px);
  }
}

@media (max-width: 430px) {
  .hero-phone-wrap {
    width: min(100%, 300px);
    max-width: calc(100vw - 28px);
  }
}

@media (max-width: 420px) {
  .site-header-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  .site-nav {
    width: 100%;
    justify-content: center;
  }

  .hero-mobile-channel-orbit {
    inset: 26px -18px auto;
  }

  .hero-mobile-channel-icon {
    min-width: 40px;
    height: 40px;
    padding: 0 8px;
    font-size: 8px;
  }

  .mobile-capability-grid {
    grid-template-columns: 1fr;
  }


@media (max-width: 899px) {
  .hero-shell,
  .hero-experience,
  .hero-live-shell,
  .hero-live-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .hero {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 !important;
    justify-self: stretch !important;
    overflow-x: clip !important;
  }

  .hero-shell,
  .hero-live-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .hero-experience {
    justify-items: center !important;
  }

  .hero-live-body {
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow-x: clip !important;
  }

  .hero-phone-wrap.phonewrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
  .mobile-capability-setup-card {
    grid-column: auto;
  }
}

@media (max-width: 260px) {
  .hero-mobile-channel-orbit {
    display: none;
  }

  .hero-phone-glow {
    display: none;
  }

  .hero-live-shell,
  .hero-live-body {
    overflow: hidden;
  }

  .hero-phone-wrap {
    width: 100%;
    max-width: calc(100vw - 32px);
  }
}

:root {
  color-scheme: dark;
  --bg: #050812;
  --bg-soft: #0b1120;
  --surface: rgba(8, 15, 29, 0.76);
  --surface-strong: rgba(10, 18, 34, 0.92);
  --panel-border: rgba(148, 163, 184, 0.16);
  --panel-border-strong: rgba(160, 185, 220, 0.22);
  --text: #f4f7fd;
  --muted: #a7b5cb;
  --muted-strong: #d3dded;
  --accent: #7dd3fc;
  --accent-strong: #38bdf8;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;
  --shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(29, 78, 216, 0.16), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(34, 197, 94, 0.08), transparent 22%),
    radial-gradient(circle at 70% 64%, rgba(125, 211, 252, 0.12), transparent 24%),
    linear-gradient(180deg, #040711 0%, #060b16 46%, #08101d 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(120px);
  pointer-events: none;
  opacity: 0.55;
}

body::before {
  width: 340px;
  height: 340px;
  top: 90px;
  left: -80px;
  background: rgba(56, 189, 248, 0.12);
}

body::after {
  width: 360px;
  height: 360px;
  right: -120px;
  top: 280px;
  background: rgba(14, 165, 233, 0.08);
}

button,
input {
  font: inherit;
}

button {
  border: 1px solid transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.app-shell {
  position: relative;
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 44px 0 56px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(460px, 1.05fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  margin-bottom: 28px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.footer-pill,
.label {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 15, 30, 0.72);
  border: 1px solid rgba(160, 185, 220, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

h1,
h2,
.lede,
.status-text,
.activity-card p {
  margin: 0;
}

h1 {
  margin-top: 24px;
  max-width: 12ch;
  font-size: clamp(3.25rem, 7vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.lede {
  margin-top: 18px;
  max-width: 560px;
  color: var(--muted-strong);
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
  line-height: 1.7;
}

.proof-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
  max-width: 560px;
}

.proof-list li {
  position: relative;
  padding-left: 34px;
  color: #dbe5f2;
  font-size: 1.02rem;
  line-height: 1.55;
}

.proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 32%, #dcfce7 0 18%, rgba(220, 252, 231, 0.1) 26%, transparent 62%), linear-gradient(180deg, #65d28f 0%, #1f9d58 100%);
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.2);
}

.hero-experience {
  position: relative;
}

.experience-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) 300px;
  align-items: center;
  gap: 0;
}

.orb-zone {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
}

.orb-hitbox {
  position: relative;
  width: min(100%, 620px);
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  justify-items: center;
}

.orb-shadow {
  position: absolute;
  width: 46%;
  height: 8%;
  top: 410px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(103, 179, 255, 0.3), rgba(103, 179, 255, 0) 70%);
  filter: blur(18px);
  animation: shadowPulse 7.2s ease-in-out infinite;
}

.orb {
  position: relative;
  width: clamp(320px, 34vw, 480px);
  aspect-ratio: 1;
  margin-top: 24px;
  border-radius: 50%;
  transition: transform 220ms ease, filter 220ms ease;
  animation: orbFloat 7s ease-in-out infinite;
}

.orb-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.outer-ring {
  background: conic-gradient(from 145deg, rgba(27, 86, 175, 0.98), rgba(72, 163, 236, 0.98), rgba(141, 209, 255, 0.95), rgba(76, 141, 226, 0.96), rgba(27, 86, 175, 0.98));
  filter: blur(0.25px);
  box-shadow: 0 0 34px rgba(78, 142, 224, 0.26), 0 0 88px rgba(125, 211, 252, 0.12);
  animation: spinSlow 18s linear infinite, ringBreathe 5.8s ease-in-out infinite;
  -webkit-mask: radial-gradient(circle, transparent 61%, #000 66%);
  mask: radial-gradient(circle, transparent 61%, #000 66%);
}

.inner-ring {
  inset: 8.2%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 64%), radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 22%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -30px 60px rgba(0, 0, 0, 0.34);
}

.orb-core {
  position: absolute;
  inset: 11.2%;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 27%, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 22%), radial-gradient(circle at 62% 64%, rgba(89, 140, 226, 0.1), rgba(255, 255, 255, 0) 20%), radial-gradient(circle at 50% 50%, #07101d, #02050c 74%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -18px 32px rgba(0, 0, 0, 0.42);
}

.orb-sheen {
  position: absolute;
  inset: 16.5%;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%);
  filter: blur(2px);
}

.orb-voice-orbit {
  position: absolute;
  inset: -5%;
  border-radius: 50%;
  border: 1px solid rgba(147, 197, 253, 0);
  opacity: 0;
  transform: scale(0.95);
}

.eyes {
  position: absolute;
  left: 50%;
  top: 49.5%;
  transform: translate(-50%, -50%);
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
  align-items: center;
}

.eye {
  position: relative;
  width: 50px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #edf4fd 100%);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.14);
  overflow: hidden;
  transform-origin: center center;
  transition: height 180ms ease, width 180ms ease, border-radius 180ms ease, transform 180ms ease;
}

.pupil {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0c1220;
  transition: transform 120ms ease;
}

.brow {
  position: absolute;
  top: 39%;
  width: 48px;
  height: 11px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.5));
  opacity: 0;
  filter: blur(0.4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.brow-left {
  left: 35%;
}

.brow-right {
  right: 35%;
}

.mouth {
  position: absolute;
  left: 50%;
  top: 61.5%;
  width: 32px;
  height: 16px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 0 0 30px 30px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 180ms ease, width 180ms ease, height 180ms ease, border-radius 180ms ease, border-color 180ms ease;
}

.call-button {
  margin-top: 26px;
  min-width: 292px;
  min-height: 66px;
  padding: 0 24px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #eaf9ef;
  background: linear-gradient(180deg, rgba(24, 68, 37, 0.96), rgba(14, 34, 22, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 0 34px rgba(34, 197, 94, 0.18), 0 20px 40px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.call-button:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0 42px rgba(34, 197, 94, 0.22), 0 24px 46px rgba(0, 0, 0, 0.26);
}

.call-button[data-state="connecting"] {
  background: linear-gradient(180deg, rgba(100, 72, 17, 0.98), rgba(60, 42, 11, 0.98));
  color: #fff3d4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 34px rgba(245, 158, 11, 0.2), 0 20px 40px rgba(0, 0, 0, 0.22);
}

.call-button[data-state="active"] {
  background: linear-gradient(180deg, rgba(114, 21, 33, 0.98), rgba(72, 12, 18, 0.98));
  color: #fff1f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0 34px rgba(239, 68, 68, 0.2), 0 20px 40px rgba(0, 0, 0, 0.22);
}

.btn-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}

.btn-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.btn-text {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0;
}

.btn-loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spinSlow 0.9s linear infinite;
}

.call-button[data-state="connecting"] .btn-loader {
  display: inline-block;
}

.phone-panel {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-left: -48px;
}

.phone {
  width: 286px;
  height: 582px;
  padding: 14px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(14, 18, 32, 0.98), rgba(8, 12, 22, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 25px 70px rgba(0, 0, 0, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transform: rotate(7deg) translateY(18px);
}

.phone-screen {
  height: 100%;
  padding: 18px 16px 16px;
  border-radius: 30px;
  background: radial-gradient(circle at 20% 10%, rgba(120, 184, 255, 0.08), transparent 28%), radial-gradient(circle at 70% 0%, rgba(125, 211, 252, 0.06), transparent 25%), linear-gradient(180deg, rgba(14, 18, 32, 0.95), rgba(10, 12, 22, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
}

.phone-top,
.activity-meta,
.transcript-header,
.text-row,
.language-panel-head,
.phone-heading,
.conversation-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.phone-top {
  margin-bottom: 20px;
  font-size: 0.72rem;
  color: #dbe5ff;
  opacity: 0.8;
}

.dot-cluster::before {
  content: "...";
  letter-spacing: 2px;
}

.small-label {
  font-size: 0.76rem;
}

.phone-heading {
  align-items: flex-start;
  margin-bottom: 18px;
}

.phone-heading h2 {
  margin: 2px 0 0;
  font-size: 1.35rem;
}

.missed-badge {
  min-width: 34px;
  min-height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(153, 31, 53, 0.95), rgba(102, 18, 36, 0.95));
  color: #fff1f3;
  font-weight: 800;
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.2);
}

.activity-list {
  display: grid;
  gap: 12px;
  flex: 1;
}

.activity-card {
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.activity-card.highlight {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.3);
  box-shadow: 0 0 0 1px rgba(125, 211, 252, 0.12), 0 14px 28px rgba(0, 0, 0, 0.18);
}

.activity-meta {
  margin-bottom: 8px;
  align-items: flex-start;
}

.activity-meta strong {
  font-size: 0.96rem;
}

.activity-meta span {
  color: #b7c2dd;
  font-size: 0.8rem;
}

.activity-card p {
  color: #d9e3fb;
  line-height: 1.55;
  font-size: 0.92rem;
}

.activity-missed strong {
  color: #ffe4ea;
}

.activity-booked strong {
  color: #d6ffe0;
}

.activity-followup strong {
  color: #dce8ff;
}

.phone-footer {
  padding-top: 10px;
}

.footer-pill {
  width: fit-content;
  padding: 11px 14px;
  border-radius: 999px;
  color: #e8efff;
  background: rgba(10, 15, 32, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.panel {
  background: var(--surface);
  border: 1px solid var(--panel-border);
  border-radius: 28px;
  padding: 24px;
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.language-panel,
.transcript-panel {
  position: relative;
  z-index: 2;
}

.language-panel {
  margin-bottom: 18px;
}

.language-panel-head {
  align-items: flex-start;
  margin-bottom: 16px;
}

.language-panel-head h2 {
  margin-top: 6px;
  font-size: 1.08rem;
}

.language-note {
  max-width: 460px;
  color: var(--muted-strong);
  line-height: 1.55;
}

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

.language-button,
.secondary,
.ghost {
  border-radius: 14px;
}

.language-button,
.secondary {
  padding: 12px 14px;
  border-color: var(--panel-border-strong);
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
}

.language-button.active {
  background: rgba(56, 189, 248, 0.12);
  border-color: rgba(125, 211, 252, 0.6);
}

.ghost {
  padding: 10px 12px;
  background: transparent;
  color: var(--muted);
}

.transcript-header {
  align-items: flex-start;
}

.transcript-header h2 {
  margin-top: 4px;
  font-size: 1.3rem;
}

.conversation-meta {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted-strong);
}

.conversation-stat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.status-text {
  color: var(--text);
  font-weight: 700;
}

.text-form {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.text-row {
  align-items: stretch;
}

input {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--panel-border-strong);
  background: rgba(5, 10, 20, 0.88);
  color: var(--text);
}

input::placeholder {
  color: #7f8ca2;
}

.transcript {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.message {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(5, 10, 20, 0.7);
}

.message strong {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

.message.user {
  border-color: rgba(56, 189, 248, 0.36);
}

.message.assistant {
  border-color: rgba(34, 197, 94, 0.28);
}

.message.system {
  border-color: rgba(148, 163, 184, 0.22);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.orb[data-state="idle"] .brow,
.orb[data-state="idle"] .mouth {
  opacity: 0;
}

.orb[data-state="connecting"] {
  filter: brightness(1.05);
}

.orb[data-state="connecting"] .outer-ring {
  box-shadow: 0 0 36px rgba(245, 158, 11, 0.22), 0 0 86px rgba(245, 158, 11, 0.18);
  filter: hue-rotate(-28deg);
  animation: spinMedium 2.2s linear infinite, ringBreathe 1.9s ease-in-out infinite;
}

.orb[data-state="connecting"] .eye {
  height: 64px;
}

.orb[data-state="connecting"] .mouth {
  opacity: 0.55;
  width: 22px;
  border-bottom-color: rgba(255, 255, 255, 0.34);
}

.orb[data-state="active"][data-mode="listening"] .outer-ring {
  box-shadow: 0 0 38px rgba(120, 184, 255, 0.24), 0 0 92px rgba(120, 184, 255, 0.16);
}

.orb[data-state="active"][data-mode="thinking"] .outer-ring {
  animation: spinMedium 3.6s linear infinite, ringBreathe 2.2s ease-in-out infinite;
}

.orb[data-state="active"][data-mode="speaking"] .outer-ring {
  animation: spinSlow 6s linear infinite, speakingPulse 1.2s ease-in-out infinite;
  box-shadow: 0 0 40px rgba(34, 197, 94, 0.16), 0 0 96px rgba(125, 211, 252, 0.22);
}

.orb[data-state="active"][data-mode="speaking"] .orb-voice-orbit {
  opacity: 1;
  animation: voiceOrbit 1.4s ease-out infinite;
}

.orb[data-state="active"][data-mode="speaking"] .orbit-two {
  animation-delay: 0.35s;
}

.orb[data-state="active"][data-mode="speaking"] .orbit-three {
  animation-delay: 0.7s;
}

.orb[data-emotion="warm"] .mouth {
  opacity: 0.46;
  width: 30px;
  height: 16px;
  border-bottom-color: rgba(255, 255, 255, 0.38);
}

.orb[data-emotion="happy"] .mouth {
  opacity: 0.64;
  width: 38px;
  height: 18px;
  border-bottom-width: 3px;
  border-bottom-color: rgba(255, 255, 255, 0.56);
}

.orb[data-emotion="thinking"] .mouth {
  opacity: 0.22;
  width: 18px;
  height: 6px;
  border-bottom-width: 2px;
  border-radius: 0;
}

.orb[data-emotion="empathy"] .mouth {
  opacity: 0.38;
  width: 28px;
  height: 10px;
  border-bottom-width: 3px;
  border-bottom-color: rgba(255, 255, 255, 0.34);
}

.orb[data-emotion="empathy"] .brow {
  opacity: 0.42;
  top: 37.8%;
}

.orb[data-emotion="empathy"] .brow-left {
  transform: rotate(-14deg);
}

.orb[data-emotion="empathy"] .brow-right {
  transform: rotate(14deg);
}

.orb[data-emotion="thinking"] .brow {
  opacity: 0.45;
  top: 38%;
}

.orb[data-emotion="thinking"] .brow-left {
  transform: rotate(12deg) translateY(-2px);
}

.orb[data-emotion="thinking"] .brow-right {
  transform: rotate(-12deg) translateY(-2px);
}

.orb[data-emotion="curious"] .eye-left,
.orb[data-emotion="curious"] .eye-right {
  height: 82px;
}

.orb[data-emotion="happy"] .eye-left,
.orb[data-emotion="happy"] .eye-right {
  transform: scaleY(0.95);
}

.orb[data-emotion="thinking"] .eye-left,
.orb[data-emotion="thinking"] .eye-right {
  height: 66px;
}

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

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

@keyframes ringBreathe {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }

  50% {
    transform: scale(1.018);
    filter: brightness(1.06);
  }
}

@keyframes speakingPulse {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }

  50% {
    transform: scale(1.03);
    filter: brightness(1.1);
  }
}

@keyframes voiceOrbit {
  0% {
    transform: scale(0.94);
    border-color: rgba(147, 197, 253, 0.35);
    opacity: 0.35;
  }

  100% {
    transform: scale(1.12);
    border-color: rgba(147, 197, 253, 0);
    opacity: 0;
  }
}

@keyframes orbFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes shadowPulse {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 0.86;
  }

  50% {
    transform: scaleX(1.08);
    opacity: 1;
  }
}

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

  .hero-copy {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  h1,
  .lede,
  .proof-list {
    max-width: 760px;
  }

  .proof-list {
    text-align: left;
  }

  .experience-stage {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .phone-panel {
    margin-left: 0;
    margin-top: -28px;
  }

  .phone {
    transform: rotate(4deg) translateY(0);
  }
}

@media (max-width: 760px) {
  .app-shell {
    width: min(100vw - 24px, 1240px);
    padding-top: 24px;
  }

  h1 {
    font-size: clamp(2.6rem, 15vw, 4rem);
  }

  .call-button {
    width: min(100%, 320px);
    min-width: 0;
  }

  .phone {
    width: min(100%, 320px);
    height: 560px;
    transform: none;
  }

  .conversation-meta,
  .text-row,
  .language-panel-head,
  .transcript-header {
    display: grid;
    justify-content: stretch;
  }

  .conversation-stat,
  .text-row button,
  .language-button {
    width: 100%;
  }

  .orb-shadow {
    top: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --bg: #12022f;
  --bg-soft: #1b0640;
  --surface: rgba(15, 10, 34, 0.62);
  --surface-strong: rgba(18, 12, 42, 0.84);
  --panel-border: rgba(108, 97, 201, 0.22);
  --panel-border-strong: rgba(0, 226, 255, 0.22);
  --text: #f7f4ff;
  --muted: #b7abd9;
  --muted-strong: #ddd5f3;
  --accent: #b04dff;
  --accent-strong: #00dfff;
  --shadow: 0 28px 90px rgba(4, 1, 18, 0.5);
  --scroll-shift: 0px;
  --scroll-progress: 0;
}

body {
  background:
    radial-gradient(circle at 58% 14%, rgba(73, 33, 165, 0.18), transparent 18%),
    linear-gradient(180deg, #05030d 0%, #070311 42%, #090417 100%);
}

body::before {
  width: 520px;
  height: 520px;
  top: -60px;
  left: -140px;
  background: rgba(0, 214, 255, 0.08);
  transform: translate3d(0, calc(var(--scroll-shift) * -0.02), 0);
}

body::after {
  width: 520px;
  height: 520px;
  right: -140px;
  top: 220px;
  background: rgba(219, 39, 255, 0.08);
  transform: translate3d(0, calc(var(--scroll-shift) * -0.03), 0);
}

.ambient-stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  isolation: isolate;
}

.ambient-layer,
.ambient-architecture {
  position: absolute;
  inset: -8vh -8vw;
  will-change: transform, opacity;
}

.ambient-base-glow {
  background:
    radial-gradient(circle at 62% 24%, rgba(64, 227, 255, 0.16), transparent 11%),
    radial-gradient(circle at 62% 24%, rgba(207, 72, 255, 0.14), transparent 18%),
    radial-gradient(circle at 62% 24%, rgba(255, 255, 255, 0.08), transparent 6%),
    radial-gradient(circle at 50% 44%, rgba(10, 8, 30, 0.24), rgba(6, 4, 16, 0.72) 44%, rgba(3, 2, 10, 0.96) 76%);
  filter: blur(84px) saturate(108%);
  transform: translate3d(0, calc(var(--scroll-shift) * -0.06), 0) scale(1.02);
}

.ambient-stars {
  display: none;
}

.ambient-columns {
  left: 62%;
  top: 6vh;
  width: clamp(460px, 46vw, 760px);
  height: clamp(460px, 46vw, 760px);
  inset: auto;
  transform: translate3d(-50%, calc(var(--scroll-shift) * -0.06), 0);
  opacity: 0.82;
}

.ambient-columns::before,
.ambient-columns::after {
  content: "";
  position: absolute;
  inset: 0;
}

.ambient-columns::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 50%, rgba(58, 226, 255, 0.18) 58%, rgba(191, 83, 255, 0.18) 66%, rgba(255, 255, 255, 0) 74%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 24%);
  border-radius: 50%;
  filter: blur(2px);
}

.ambient-columns::after {
  display: block;
  inset: 13%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 16%),
    radial-gradient(circle at 50% 50%, rgba(0, 223, 255, 0.1), rgba(0, 223, 255, 0) 34%),
    radial-gradient(circle at 50% 50%, rgba(18, 8, 42, 0.12), rgba(10, 5, 24, 0.48) 58%, rgba(7, 4, 16, 0.8) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ambient-architecture {
  display: none;
}

.ambient-architecture::before,
.ambient-architecture::after {
  content: "";
  position: absolute;
  inset: 0;
}

.ambient-architecture-left {
  left: -4vw;
  transform: perspective(1200px) rotateY(24deg) translate3d(0, calc(var(--scroll-shift) * -0.11), 0);
}

.ambient-architecture-left::before {
  background:
    linear-gradient(#69e6ff, #69e6ff) 10% 10% / 3px 78% no-repeat,
    linear-gradient(#69e6ff, #69e6ff) 10% 10% / 46% 3px no-repeat,
    linear-gradient(#69e6ff, #69e6ff) 56% 10% / 3px 78% no-repeat,
    linear-gradient(#69e6ff, #69e6ff) 10% 88% / 46% 3px no-repeat,
    linear-gradient(#ff59cb, #ff59cb) 17% 18% / 2px 60% no-repeat,
    linear-gradient(#ff59cb, #ff59cb) 17% 18% / 27% 2px no-repeat,
    linear-gradient(#ff59cb, #ff59cb) 44% 18% / 2px 60% no-repeat,
    linear-gradient(#ff59cb, #ff59cb) 17% 78% / 27% 2px no-repeat,
    linear-gradient(#ffb86d, #ffb86d) 30% 34% / 2.6px 34% no-repeat,
    linear-gradient(#ffb86d, #ffb86d) 30% 34% / 18% 2.6px no-repeat,
    linear-gradient(#ffb86d, #ffb86d) 48% 34% / 2.6px 34% no-repeat,
    linear-gradient(#ffb86d, #ffb86d) 30% 68% / 18% 2.6px no-repeat;
  filter: drop-shadow(0 0 12px rgba(101, 230, 255, 0.28)) drop-shadow(0 0 18px rgba(255, 89, 203, 0.18));
}

.ambient-architecture-left::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  clip-path: polygon(8% 8%, 58% 8%, 54% 92%, 4% 92%);
}

.ambient-architecture-right {
  right: -3vw;
  width: 30vw;
  transform: perspective(1200px) rotateY(-20deg) translate3d(0, calc(var(--scroll-shift) * -0.09), 0);
}

.ambient-architecture-right::before {
  background:
    linear-gradient(#ffb057, #ffb057) 58% 8% / 4px 84% no-repeat,
    linear-gradient(#ffb057, #ffb057) 58% 8% / 28% 4px no-repeat,
    linear-gradient(#ffb057, #ffb057) 86% 8% / 4px 84% no-repeat,
    linear-gradient(#ffb057, #ffb057) 58% 92% / 28% 4px no-repeat,
    linear-gradient(#ff3ec8, #ff3ec8) 48% 4% / 2.4px 92% no-repeat,
    linear-gradient(#ff3ec8, #ff3ec8) 48% 4% / 44% 2.4px no-repeat,
    linear-gradient(#56dfff, #56dfff) 74% 0 / 3px 100% no-repeat,
    linear-gradient(#56dfff, #56dfff) 42% 16% / 46% 3px no-repeat,
    linear-gradient(#56dfff, #56dfff) 42% 82% / 50% 3px no-repeat;
  filter: drop-shadow(0 0 14px rgba(255, 176, 87, 0.28)) drop-shadow(0 0 20px rgba(86, 223, 255, 0.18));
}

.ambient-ribbon {
  display: none;
}

.ambient-ribbon::before,
.ambient-ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.ambient-ribbon::before {
  background: linear-gradient(90deg, rgba(116, 93, 255, 0), rgba(255, 79, 196, 0.14) 42%, rgba(255, 255, 255, 0.42) 100%);
  filter: blur(18px);
}

.ambient-ribbon::after {
  inset: 32% 10% 44% 16%;
  background: linear-gradient(90deg, rgba(126, 111, 255, 0), rgba(255, 95, 201, 0.28) 42%, rgba(255, 223, 182, 0.54) 100%);
  filter: blur(4px);
}

.ambient-vignette {
  background:
    radial-gradient(circle at 62% 28%, rgba(0, 0, 0, 0) 0 12%, rgba(5, 2, 16, 0.14) 34%, rgba(2, 1, 10, 0.88) 88%),
    linear-gradient(180deg, rgba(3, 1, 9, 0.34), rgba(3, 1, 9, 0.1) 18%, rgba(3, 1, 9, 0.66) 100%);
}

.app-shell {
  position: relative;
  z-index: 1;
  padding: 32px 0 56px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 36px;
  border: 1px solid rgba(123, 110, 216, 0.14);
  background: linear-gradient(180deg, rgba(10, 7, 22, 0.54), rgba(8, 5, 18, 0.7));
  backdrop-filter: blur(16px) saturate(108%);
  box-shadow: var(--shadow);
  align-items: stretch;
}

.hero-aurora {
  display: none;
}

.hero-aurora-one {
  width: 380px;
  height: 380px;
  top: -90px;
  left: -80px;
  background: radial-gradient(circle, rgba(0, 223, 255, 0.1), transparent 68%);
}

.hero-aurora-two {
  width: 460px;
  height: 460px;
  top: 0;
  right: -110px;
  background: radial-gradient(circle, rgba(176, 77, 255, 0.08), transparent 68%);
}

.hero-aurora-three {
  width: 420px;
  height: 420px;
  bottom: -160px;
  left: 42%;
  background: radial-gradient(circle, rgba(255, 116, 196, 0.06), transparent 70%);
}

.hero-copy,
.hero-experience {
  position: relative;
  z-index: 1;
}

.hero-experience {
  display: grid;
  align-items: center;
  justify-items: end;
}

.eyebrow {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 223, 255, 0.16);
  color: #d8cbff;
  font-weight: 800;
}

h1 {
  max-width: 12ch;
  margin-top: 18px;
  font-size: clamp(3.2rem, 6vw, 5.9rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0;
  color: #f7f4ff;
  background: linear-gradient(180deg, #ffffff 0%, #efe8ff 18%, #00e2ff 42%, #d12cff 68%, #ffffff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 28px rgba(0, 226, 255, 0.16);
}

.lede {
  max-width: 610px;
  margin-top: 20px;
  color: #d7d0ec;
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
  font-weight: 600;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-primary-action,
.hero-secondary-action {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  font: inherit;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-primary-action {
  color: #fff;
  border: 0;
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  box-shadow: 0 18px 34px rgba(22, 163, 74, 0.22);
}

.hero-secondary-action {
  color: #f4f7ff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

.hero-primary-action:hover,
.hero-secondary-action:hover {
  transform: translateY(-1px);
}

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

.trust-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid rgba(104, 93, 194, 0.22);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.trust-pill-rose {
  color: #8fdfff;
  background: rgba(0, 223, 255, 0.08);
}

.trust-pill-violet {
  color: #edc0ff;
  background: rgba(176, 77, 255, 0.1);
}

.trust-pill-cyan {
  color: #b8f4ff;
  background: rgba(0, 223, 255, 0.08);
}

.proof-list {
  max-width: 640px;
  margin-top: 28px;
  gap: 14px;
}

.proof-list li {
  color: #ece8fb;
  font-weight: 600;
}

.proof-list li::before {
  background: linear-gradient(180deg, #00e2ff 0%, #d12cff 100%);
  box-shadow: 0 0 18px rgba(0, 223, 255, 0.26);
}

.hero-proof-card {
  position: relative;
  display: grid;
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 28px;
  border: 1px solid rgba(118, 104, 210, 0.14);
  background:
    linear-gradient(180deg, rgba(16, 9, 34, 0.72), rgba(10, 6, 24, 0.82)),
    radial-gradient(circle at 18% 16%, rgba(0, 223, 255, 0.05), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255, 78, 201, 0.05), transparent 22%);
  box-shadow: 0 26px 60px rgba(5, 2, 18, 0.34);
}

.hero-proof-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-proof-head h2,
.hero-proof-item h3 {
  margin: 0;
}

.hero-proof-head h2 {
  margin-top: 8px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.02;
  color: #f5f2ff;
}

.hero-proof-lede {
  margin: 12px 0 0;
  color: #cfc6e7;
  line-height: 1.7;
  font-weight: 600;
}

.hero-proof-stack {
  display: grid;
  gap: 14px;
}

.hero-proof-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(122, 110, 216, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.hero-proof-step {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #f6f7ff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, rgba(0, 223, 255, 0.18), rgba(176, 77, 255, 0.18));
  border: 1px solid rgba(0, 223, 255, 0.16);
}

.hero-proof-item h3 {
  color: #f4f1ff;
  font-size: 1.02rem;
}

.hero-proof-item p {
  margin: 8px 0 0;
  color: #c8c1df;
  line-height: 1.65;
}

.hero-proof-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #dcefff;
  font-size: 0.84rem;
  font-weight: 700;
  border: 1px solid rgba(0, 223, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.experience-stage {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  min-height: 100%;
  width: 100%;
}

.orb-zone {
  display: grid;
  justify-items: center;
  gap: 18px;
  transform: translateX(clamp(18px, 2.4vw, 42px));
}

.orb-hitbox {
  position: relative;
  width: min(100%, 520px);
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  justify-items: center;
  cursor: pointer;
  touch-action: manipulation;
}

.orb-shadow {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 42%;
  height: 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(39, 161, 255, 0.32), rgba(39, 161, 255, 0) 72%);
  filter: blur(24px);
  transform: translateX(-50%);
  animation: shadowPulse 7.8s ease-in-out infinite;
}

.orb-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(300px, 31vw, 400px);
  aspect-ratio: 1;
}

.orb {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  animation: orbFloat 8.5s ease-in-out infinite;
}

.orb-aura,
.orb-ring,
.orb-core,
.orb-center-glow,
.orb-noise {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.orb-aura {
  inset: -11%;
  background:
    radial-gradient(circle at 50% 50%, rgba(60, 110, 255, 0.1), transparent 52%),
    conic-gradient(from 204deg, rgba(17, 95, 255, 0) 0deg, rgba(112, 179, 255, 0.2) 36deg, rgba(89, 146, 255, 0.54) 112deg, rgba(25, 93, 255, 0.14) 178deg, rgba(17, 95, 255, 0) 360deg);
  filter: blur(28px);
  opacity: 0.96;
}

.orb-ring {
  mix-blend-mode: screen;
}

.orb-ring-outer {
  inset: 4%;
  border: 1px solid rgba(116, 173, 255, 0.18);
  box-shadow:
    0 0 40px rgba(58, 118, 255, 0.18),
    inset 0 0 22px rgba(58, 118, 255, 0.08);
}

.orb-ring-middle {
  inset: 8%;
  border: 5px solid transparent;
  border-top-color: rgba(129, 183, 255, 0.5);
  border-right-color: rgba(124, 182, 255, 0.74);
  border-bottom-color: rgba(195, 228, 255, 0.98);
  border-left-color: rgba(80, 136, 255, 0.42);
  box-shadow:
    0 0 42px rgba(77, 135, 255, 0.34),
    inset 0 0 20px rgba(147, 200, 255, 0.12);
  animation: spinSlow 18s linear infinite;
}

.orb-ring-inner {
  inset: 10.5%;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.88);
  border-right-color: rgba(170, 205, 255, 0.34);
  border-bottom-color: rgba(138, 190, 255, 0.18);
  border-left-color: rgba(170, 205, 255, 0.08);
  opacity: 0.96;
  filter: blur(0.2px);
  animation: spinMedium 12s linear infinite reverse;
}

.orb-core {
  inset: 13.5%;
  background:
    radial-gradient(circle at 50% 50%, rgba(7, 17, 56, 0) 73%, rgba(112, 170, 255, 0.08) 76%, rgba(112, 170, 255, 0) 79%),
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 18%),
    radial-gradient(circle at 50% 50%, rgba(5, 12, 40, 0.72), rgba(3, 8, 28, 0.96) 72%, rgba(1, 4, 18, 1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -30px 48px rgba(1, 3, 12, 0.56);
}

.orb-center-glow {
  inset: 32%;
  background: radial-gradient(circle, rgba(116, 174, 255, 0.12), rgba(116, 174, 255, 0) 48%);
  filter: blur(22px);
}

.orb-noise {
  inset: 2%;
  opacity: 0.74;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 74%, rgba(124, 181, 255, 0.1) 79%, rgba(255, 255, 255, 0) 82%),
    conic-gradient(from 212deg, rgba(255, 255, 255, 0) 0deg, rgba(176, 224, 255, 0.2) 42deg, rgba(91, 146, 255, 0.52) 136deg, rgba(59, 117, 255, 0.1) 212deg, rgba(255, 255, 255, 0) 360deg);
  filter: blur(6px);
}

.orb-voice-orbit {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 1px solid rgba(127, 180, 255, 0.16);
  opacity: 0;
  pointer-events: none;
}

.orbit-two {
  inset: 2%;
}

.orbit-three {
  inset: -2%;
}

.hero-orb-meta {
  display: grid;
  gap: 8px;
  justify-items: center;
  max-width: 360px;
  transform: translateY(-4px);
}

.hero-stage-note {
  max-width: 360px;
  margin: 0;
  color: #b6acd5;
  text-align: center;
  line-height: 1.6;
  font-size: 0.92rem;
  font-weight: 600;
}

.avatar-zone {
  display: grid;
  justify-items: center;
  gap: 18px;
  transform: translateX(clamp(18px, 2.4vw, 42px));
}

.avatar-hitbox {
  position: relative;
  width: min(100%, 520px);
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  justify-items: center;
  cursor: pointer;
  touch-action: manipulation;
}

.avatar-shadow {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 42%;
  height: 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(39, 161, 255, 0.32), rgba(39, 161, 255, 0) 72%);
  filter: blur(24px);
  transform: translateX(-50%);
  animation: shadowPulse 7.8s ease-in-out infinite;
}

.avatar-shell {
  position: relative;
  width: clamp(300px, 31vw, 400px);
  min-height: clamp(380px, 40vw, 500px);
  padding: 24px 0 58px;
  display: grid;
  place-items: center;
}

.avatar-halo {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease, background 220ms ease;
}

.avatar-halo-outer {
  width: 110%;
  aspect-ratio: 1;
  top: 0;
  background: radial-gradient(circle, rgba(70, 132, 255, 0.26), rgba(0, 223, 255, 0.08) 42%, transparent 74%);
  filter: blur(26px);
  opacity: 0.82;
}

.avatar-halo-inner {
  width: 78%;
  aspect-ratio: 1;
  top: 14%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), rgba(125, 146, 255, 0.18) 34%, transparent 74%);
  filter: blur(16px);
  opacity: 0.86;
}

.avatar-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 320px);
  aspect-ratio: 2 / 3;
  margin-top: 34px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(224, 234, 255, 0.64);
  background: linear-gradient(180deg, #fbfcff 0%, #f0f4fb 100%);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.72) inset;
}

.avatar-poster,
.avatar-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.avatar-poster {
  z-index: 0;
}

.avatar-video {
  z-index: 1;
  opacity: 0;
  transition: opacity 120ms ease;
  background: linear-gradient(180deg, #fbfcff 0%, #f0f4fb 100%);
  will-change: opacity;
}

.avatar-video.is-active {
  opacity: 1;
}

.avatar-state-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  color: #dff3ff;
  font-size: 0.8rem;
  font-weight: 700;
  background: rgba(5, 10, 25, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.avatar-shell.state-listening .avatar-halo-outer {
  transform: scale(1.04);
  opacity: 0.96;
  background: radial-gradient(circle, rgba(72, 212, 255, 0.34), rgba(72, 212, 255, 0.08) 40%, transparent 74%);
}

.avatar-shell.state-thinking .avatar-halo-outer {
  transform: scale(1);
  opacity: 0.86;
  background: radial-gradient(circle, rgba(176, 77, 255, 0.26), rgba(81, 110, 255, 0.08) 42%, transparent 76%);
}

.avatar-shell.state-speaking .avatar-halo-outer,
.avatar-shell.state-greeting .avatar-halo-outer,
.avatar-shell.state-friendly .avatar-halo-outer,
.avatar-shell.state-success .avatar-halo-outer,
.avatar-shell.state-laugh .avatar-halo-outer,
.avatar-shell.state-confirm .avatar-halo-outer,
.avatar-shell.state-acknowledge .avatar-halo-outer {
  animation: avatarHaloPulse 1.35s ease-in-out infinite;
  background: radial-gradient(circle, rgba(113, 132, 255, 0.4), rgba(72, 212, 255, 0.14) 42%, transparent 76%);
}

.avatar-shell.state-empathy .avatar-halo-outer,
.avatar-shell.state-reassure .avatar-halo-outer,
.avatar-shell.state-recover .avatar-halo-outer {
  transform: scale(1.02);
  background: radial-gradient(circle, rgba(129, 161, 255, 0.34), rgba(160, 130, 255, 0.12) 42%, transparent 76%);
}

.avatar-shell[data-emotion="reassure"] .avatar-halo-outer {
  background: radial-gradient(circle, rgba(96, 165, 250, 0.38), rgba(125, 146, 255, 0.14) 42%, transparent 76%);
}

.avatar-shell[data-emotion="success"] .avatar-halo-outer {
  background: radial-gradient(circle, rgba(45, 212, 191, 0.34), rgba(56, 189, 248, 0.12) 42%, transparent 76%);
}

.avatar-shell[data-emotion="friendly"] .avatar-halo-outer {
  background: radial-gradient(circle, rgba(250, 204, 21, 0.24), rgba(72, 212, 255, 0.12) 42%, transparent 76%);
}

.avatar-shell[data-emotion="thinking"] .avatar-halo-outer,
.avatar-shell[data-emotion="curious"] .avatar-halo-outer {
  background: radial-gradient(circle, rgba(176, 77, 255, 0.3), rgba(81, 110, 255, 0.1) 42%, transparent 76%);
}

@keyframes avatarHaloPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.84;
  }

  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

.eyes,
.eye,
.pupil,
.brow,
.mouth,
.orb-sheen {
  display: none !important;
}

.call-button {
  min-width: 0;
  min-height: 62px;
  padding: 0 24px;
  border-radius: 16px;
  color: #f9fbff;
  background: linear-gradient(90deg, #1f7aff 0%, #b04dff 52%, #00dfff 100%);
  box-shadow: 0 22px 50px rgba(22, 78, 200, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.call-button:hover {
  box-shadow: 0 26px 56px rgba(0, 223, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.call-button[data-state="connecting"] {
  background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}

.call-button[data-state="active"] {
  background: linear-gradient(90deg, #ef4444 0%, #be123c 100%);
}

.phone-panel {
  margin-left: 0;
  justify-content: center;
}

.live-chat-panel {
  display: grid;
  gap: 28px;
  margin-top: 22px;
  overflow: hidden;
}

.live-chat-copy h2 {
  margin: 8px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.05;
  font-weight: 900;
  color: #f7f4ff;
  background: linear-gradient(180deg, #ffffff 0%, #d9d0ff 30%, #00e2ff 56%, #d12cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.live-chat-lede {
  margin: 12px 0 0;
  max-width: 720px;
  color: #d3cce8;
  line-height: 1.7;
  font-weight: 600;
}

.live-chat-layout {
  display: grid;
  place-items: center;
}

.phone-wrap {
  position: relative;
  width: min(100%, 420px);
  display: flex;
  justify-content: center;
}

.phone-glow {
  position: absolute;
  inset: auto 0 20px;
  margin: auto;
  width: 100%;
  height: 78%;
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.24), rgba(6, 182, 212, 0.18));
  filter: blur(42px);
  opacity: 0.72;
}

.phone {
  position: relative;
  width: 320px;
  height: 640px;
  padding: 12px;
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(18, 18, 26, 0.98), rgba(8, 8, 14, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  transform: none;
}

.phone::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 104px;
  height: 26px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.84);
  z-index: 2;
}

.phone-screen {
  padding: 48px 18px 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 10%, rgba(244, 114, 182, 0.14), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(96, 165, 250, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(24, 22, 35, 0.98), rgba(12, 11, 19, 0.98));
}

.phone-top {
  color: #dfd7ec;
  font-weight: 600;
}

.phone-hero-card {
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(34, 34, 56, 0.92), rgba(18, 18, 34, 0.96));
  border: 1px solid rgba(143, 132, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(18, 20, 48, 0.24);
}

.phone-kicker {
  margin: 0 0 10px;
  color: #b6adff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.phone-hero-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.phone-hero-row h2,
.phone-heading h3 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 800;
  color: #f2f4ff;
}

.phone-subcopy {
  margin: 8px 0 0;
  color: #c8cdf8;
  line-height: 1.55;
  font-size: 0.9rem;
}

.phone-chat-preview {
  display: grid;
  gap: 10px;
  margin: 16px 0 18px;
}

.chat-bubble {
  width: fit-content;
  max-width: 82%;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.chat-bubble-assistant {
  color: #f3eef9;
  background: rgba(255, 255, 255, 0.06);
}

.chat-bubble-user {
  margin-left: auto;
  color: #dceefe;
  background: rgba(59, 130, 246, 0.14);
}

.chat-bubble-gradient {
  color: white;
  background: linear-gradient(90deg, #a855f7 0%, #3b82f6 100%);
}

.phone-heading {
  margin-bottom: 14px;
}

.phone-heading .label {
  color: #bfb7ff;
}

.missed-badge {
  background: linear-gradient(180deg, rgba(244, 114, 182, 0.9), rgba(190, 24, 93, 0.92));
}

.activity-list {
  gap: 10px;
}

.activity-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.06);
}

.activity-card.highlight {
  border-color: rgba(192, 132, 252, 0.34);
  box-shadow: 0 0 0 1px rgba(192, 132, 252, 0.14), 0 16px 34px rgba(0, 0, 0, 0.22);
}

.footer-pill {
  padding: 9px 12px;
  color: #f5f4ff;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(176, 77, 255, 0.22), rgba(0, 223, 255, 0.16));
  border-color: rgba(0, 223, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.panel {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(13, 8, 30, 0.78), rgba(8, 4, 22, 0.9));
  border-color: rgba(123, 110, 216, 0.16);
  box-shadow: 0 20px 48px rgba(7, 3, 18, 0.36);
}

.transcript-panel {
  margin-top: 22px;
}

.language-button.active {
  background: rgba(176, 77, 255, 0.16);
  border-color: rgba(0, 223, 255, 0.24);
}

.secondary {
  background: rgba(31, 122, 255, 0.16);
}

input {
  background: rgba(10, 17, 46, 0.9);
}

.message.user {
  border-color: rgba(96, 165, 250, 0.34);
}

.message.assistant {
  border-color: rgba(192, 132, 252, 0.3);
}

.orb[data-state="connecting"] .orb-ring-outer,
.orb[data-state="connecting"] .orb-ring-middle {
  filter: hue-rotate(-22deg) brightness(1.08);
  animation-duration: 7s;
}

.orb[data-state="active"][data-mode="thinking"] .orb-ring-middle,
.orb[data-state="active"][data-mode="thinking"] .orb-ring-inner {
  filter: brightness(1.08);
}

.orb[data-state="active"][data-mode="speaking"] .orb-ring-middle,
.orb[data-state="active"][data-mode="speaking"] .orb-ring-inner,
.orb[data-state="active"][data-mode="speaking"] .orb-center-glow {
  animation: speakingPulse 1.35s ease-in-out infinite;
}

.orb[data-state="active"][data-mode="speaking"] .orb-voice-orbit {
  animation: voiceOrbit 1.45s ease-out infinite;
}

.orb[data-state="active"][data-mode="speaking"] .orbit-two {
  animation-delay: 0.24s;
}

.orb[data-state="active"][data-mode="speaking"] .orbit-three {
  animation-delay: 0.48s;
}

@media (max-width: 1180px) {
  .ambient-columns {
    left: 60%;
    width: clamp(380px, 50vw, 620px);
    height: clamp(380px, 50vw, 620px);
  }

  .hero-experience {
    justify-items: center;
  }

  .avatar-zone {
    transform: translateX(0);
  }

  .avatar-shell {
    width: clamp(280px, 34vw, 360px);
  }

  .hero {
    padding: 28px 22px;
  }

  .hero-copy {
    justify-items: start;
    text-align: left;
  }

  .trust-row {
    justify-content: flex-start;
  }

  .live-chat-copy {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .ambient-stage {
    inset: -4vh -18vw;
  }

  .ambient-columns {
    left: 50%;
    top: 12vh;
    width: 74vw;
    height: 74vw;
    opacity: 0.72;
  }

  .hero {
    padding: 22px 16px;
    border-radius: 28px;
  }

  .hero-copy {
    justify-items: center;
    text-align: center;
  }

  h1,
  .lede,
  .proof-list {
    max-width: 100%;
  }

  .trust-row {
    justify-content: center;
  }

  .proof-list {
    text-align: left;
  }

  .avatar-shell {
    width: min(82vw, 340px);
    min-height: 420px;
  }

  .phone {
    width: min(100%, 320px);
    height: 620px;
    transform: none;
  }

  .avatar-shadow {
    bottom: 18px;
  }
}

.hero-experience {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 22px;
}

.hero-phone-glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(560px, 92%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 58%),
    radial-gradient(circle at 50% 40%, rgba(99, 102, 241, 0.22), transparent 52%),
    radial-gradient(circle at 64% 62%, rgba(56, 189, 248, 0.16), transparent 44%);
  filter: blur(40px);
  pointer-events: none;
}

.hero-phone-wrap {
  position: relative;
  z-index: 1;
  width: min(92vw, 390px, calc((100dvh - 180px) * 390 / 844));
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 14px 0 0;
}

.hero-phone-wrap::before,
.hero-phone-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-phone-wrap::before {
  width: min(560px, 150%);
  aspect-ratio: 1;
  border: 1px solid rgba(125, 139, 255, 0.14);
}

.hero-phone-wrap::after {
  width: min(470px, 128%);
  aspect-ratio: 1;
  border: 1px solid rgba(103, 232, 249, 0.12);
}

.hero-phone {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 390 / 844;
  transform-origin: center;
  filter: drop-shadow(0 50px 80px rgba(0, 0, 0, 0.7));
}

.hero-phone::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border-radius: 68px;
  opacity: 0;
  border: 1px solid transparent;
  transition: opacity 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.hero-phone[data-call-state="connecting"]::before {
  opacity: 1;
  border-color: rgba(251, 191, 36, 0.24);
  box-shadow:
    0 0 0 1px rgba(251, 191, 36, 0.08),
    0 0 40px rgba(251, 191, 36, 0.16);
  animation: hero-phone-call-ring 1.4s ease-in-out infinite;
}

.hero-phone[data-call-state="active"]::before {
  opacity: 1;
  border-color: rgba(248, 113, 113, 0.18);
  box-shadow:
    0 0 0 1px rgba(248, 113, 113, 0.08),
    0 0 44px rgba(248, 113, 113, 0.16);
}

.hero-phone,
.hero-phone * {
  box-sizing: border-box;
}

.hero-phone :where(div, section, form, input, button, img, video) {
  max-width: 100%;
}

.hero-phone-side {
  position: absolute;
  background: linear-gradient(90deg, #222122, #3a3938 40%, #1a1a1c);
  box-shadow:
    inset 1px 0 1px rgba(255, 255, 255, 0.08),
    inset -1px 0 1px rgba(0, 0, 0, 0.8),
    0 0 2px rgba(0, 0, 0, 0.6);
}

.hero-phone-side-left {
  left: -2.5px;
  width: 3px;
  border-radius: 2px 1px 1px 2px;
}

.hero-phone-side-right {
  right: -2.5px;
  width: 3px;
  border-radius: 1px 2px 2px 1px;
}

.hero-phone-side-action {
  top: 13.3%;
  height: 3.8%;
}

.hero-phone-side-volume-up {
  top: 19.9%;
  height: 6.9%;
}

.hero-phone-side-volume-down {
  top: 27.7%;
  height: 6.9%;
}

.hero-phone-side-power {
  top: 22.7%;
  height: 9.7%;
}

.hero-phone-frame {
  position: absolute;
  inset: 0;
  border-radius: 55px;
  background: #1c1c1e;
  box-shadow:
    inset 0 0 0 1px #0a0a0c,
    inset 0 0 0 2px #2a2a2e,
    inset 0 1px 2px rgba(255, 255, 255, 0.12),
    0 0 0 1px #3a3a3f;
}

.hero-phone-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 55px;
  padding: 2px;
  background: linear-gradient(180deg, #d1cfcc 0%, #a3a19e 12%, #7a7875 24%, #4e4d4b 46%, #5e5d5a 62%, #8f8d8a 84%, #c5c3c0 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hero-phone-frame::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 53px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.25) 100%);
  mix-blend-mode: overlay;
  pointer-events: none;
  opacity: 0.5;
}

.hero-phone-screen {
  position: absolute;
  inset: 10px;
  border-radius: 45px;
  background: #000;
  overflow: hidden;
  box-shadow:
    inset 0 0 20px rgba(0, 0, 0, 1),
    inset 0 0 0 1px #000;
}

.hero-phone-screen-inner {
  position: absolute;
  inset: 0;
  border-radius: 45px;
  overflow: hidden;
  background:
    radial-gradient(800px 600px at 50% 45%, rgba(34, 197, 94, 0.06), transparent 60%),
    radial-gradient(600px 400px at 50% 70%, rgba(99, 102, 241, 0.05), transparent 60%),
    #000;
}

.hero-phone-island {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  height: 33px;
  border-radius: 18px;
  background: #000;
  z-index: 20;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 -1px 3px rgba(0, 0, 0, 0.8),
    0 4px 10px rgba(0, 0, 0, 0.5);
}

.hero-phone-island::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #2a3a5a, #050a12 70%);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 1), 0 0 1px rgba(79, 134, 255, 0.3);
  opacity: 0.9;
}

.hero-phone-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px 0 36px;
  color: #fff;
  font-size: 16px;
  font-weight: 590;
  letter-spacing: 0;
  pointer-events: none;
}

.hero-phone-status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  opacity: 0.95;
}

.hero-phone-status-icons svg {
  display: block;
}

.hero-phone-reflection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  z-index: 6;
  border-radius: 45px 45px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 8%, rgba(255, 255, 255, 0.02) 22%, transparent 60%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-phone-face-hitbox {
  position: absolute;
  inset: 0;
  width: auto;
  justify-items: stretch;
  padding: 0;
  border-radius: 45px;
}

.hero-phone-face-stage {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  overflow: hidden;
  background: #000;
}

.hero-phone-face-stage::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.26) 48%, rgba(0, 0, 0, 0.84) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-phone-face-stage .avatar-shell {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  display: block;
}

.hero-phone-face-stage .avatar-halo-outer {
  width: 118%;
  top: -8%;
  left: -9%;
}

.hero-phone-face-stage .avatar-halo-inner {
  width: 86%;
  top: 11%;
  left: 7%;
}

.hero-phone-face-stage .avatar-frame {
  position: absolute;
  inset: -1% -5% -1%;
  width: auto;
  height: auto;
  margin-top: 0;
  aspect-ratio: auto;
  border: 0;
  border-radius: 45px;
  background: #000;
  box-shadow: none;
  transform: scale(1.08);
  transform-origin: 50% 12%;
  will-change: transform;
}

.hero-phone-face-stage .avatar-poster,
.hero-phone-face-stage .avatar-video {
  background: #000;
}

.hero-phone-face-stage .avatar-state-badge {
  display: none;
}

.hero-phone-connecting-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
  background: radial-gradient(300px 300px at 50% 45%, rgba(255, 255, 255, 0.04), transparent 60%);
}

.hero-phone-connecting-overlay.show {
  opacity: 1;
}

.hero-phone-connect-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #e5e7eb;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18px;
  white-space: nowrap;
  background: rgba(8, 11, 19, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 20px 36px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  transform: translateY(4px) scale(0.98);
  transition: transform 300ms ease;
}

.hero-phone-connect-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4ade80 0%, #22c55e 100%);
  box-shadow: 0 0 14px rgba(74, 222, 128, 0.52);
  animation: hero-phone-connecting-pulse 1.1s ease-in-out infinite;
}

.hero-phone-connecting-overlay.show .hero-phone-connect-label {
  transform: translateY(0) scale(1);
}

.hero-phone-live-status {
  position: absolute;
  left: 50%;
  top: 58px;
  z-index: 13;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #e5f9ff;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(4, 10, 20, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-phone-live-status[hidden],
.hero-phone-activity-list[hidden] {
  display: none;
}

@keyframes hero-phone-connecting-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.hero-phone-activity-list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 92px;
  z-index: 7;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-phone-activity-dot {
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-phone-activity-dot.highlight {
  transform: scaleX(1.14);
  background: linear-gradient(90deg, rgba(34, 197, 94, 0.9), rgba(96, 165, 250, 0.82));
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.32);
}

.hero-phone-setup-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 92px;
  z-index: 14;
  max-width: calc(100% - 32px);
  max-height: none;
  min-height: 0;
  overflow: hidden;
  padding: 12px;
  color: #eef2ff;
  text-align: left;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 20, 34, 0.8), rgba(7, 11, 21, 0.92)),
    radial-gradient(circle at 18% 0%, rgba(129, 140, 248, 0.22), transparent 48%);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(26px) saturate(160%);
  -webkit-backdrop-filter: blur(26px) saturate(160%);
  outline: none;
  pointer-events: auto;
  transform: translateY(0);
  transition: transform 220ms ease, opacity 220ms ease, border-color 220ms ease;
}

.hero-phone-setup-card[hidden] {
  display: none;
}

.hero-phone-setup-card.is-focused {
  border-color: rgba(125, 211, 252, 0.72);
  box-shadow:
    0 0 0 3px rgba(14, 165, 233, 0.18),
    0 24px 54px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-phone-setup-head {
  display: grid;
  gap: 4px;
}

.hero-phone-entry-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.hero-phone-setup-kicker,
.hero-phone-setup-meta,
.hero-phone-setup-label {
  margin: 0;
  color: #93c5fd;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-phone-setup-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(0.9rem, 4vw, 1.04rem);
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-phone-setup-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.74rem;
  line-height: 1.3;
}

.hero-phone-try-saying {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  padding: 8px 9px;
  border-radius: 12px;
  color: #f8fafc;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.76), rgba(8, 16, 28, 0.84)),
    radial-gradient(circle at 88% 0%, rgba(167, 243, 208, 0.16), transparent 42%);
  border: 1px solid rgba(167, 243, 208, 0.18);
}

.hero-phone-try-saying[hidden] {
  display: none;
}

.hero-phone-try-saying span {
  color: #a7f3d0;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-phone-try-saying strong {
  color: #fff;
  font-size: 0.82rem;
  line-height: 1.25;
}

.hero-phone-setup-choice,
.hero-phone-proof-state,
.hero-phone-setup-form,
.hero-phone-guided-step,
.hero-phone-analysis-state,
.hero-phone-review-state {
  display: grid;
  gap: 7px;
  margin-top: 9px;
}

.hero-phone-setup-choice[hidden],
.hero-phone-proof-state[hidden],
.hero-phone-setup-form[hidden],
.hero-phone-guided-step[hidden],
.hero-phone-analysis-state[hidden],
.hero-phone-review-state[hidden] {
  display: none;
}

.hero-phone-proof-state {
  gap: 6px;
}

.hero-phone-proof-state strong {
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.28;
}

.hero-phone-proof-copy,
.hero-phone-proof-example {
  margin: 0;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.72rem;
  line-height: 1.35;
}

.hero-phone-proof-example {
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.54);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.hero-phone-proof-example[hidden] {
  display: none;
}

.hero-phone-proof-chip-list {
  display: none;
}

.hero-phone-proof-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: #dbeafe;
  font-size: 0.66rem;
  font-weight: 700;
  background: rgba(37, 99, 235, 0.18);
  border: 1px solid rgba(96, 165, 250, 0.18);
}

.hero-phone-proof-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-phone-proof-actions .hero-phone-setup-primary:first-child {
  grid-column: 1 / -1;
}

.hero-phone-setup-choice {
  grid-template-columns: 1fr;
}

.hero-phone-choice-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.hero-phone-choice-actions .hero-phone-setup-primary:first-child {
  grid-column: auto;
}

.hero-phone-choice-links {
  display: grid;
  gap: 6px;
}

.hero-phone-choice-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  min-height: 22px;
  border: 0;
  background: transparent;
  color: rgba(125, 211, 252, 0.94);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.hero-phone-choice-link:hover,
.hero-phone-choice-link:focus-visible {
  color: #e0f2fe;
  text-decoration: underline;
}

.hero-phone-choice-demo {
  padding: 8px 9px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.54);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.hero-phone-setup-choice > *:nth-child(odd):last-child,
.hero-phone-setup-choice > *:nth-child(1):last-child {
  grid-column: 1 / -1;
}

.hero-phone-setup-input {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  color: #f8fafc;
  font: inherit;
  font-size: 0.8rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.78);
  outline: none;
}

.hero-phone-setup-textarea {
  width: 100%;
  min-height: 86px;
  max-height: 116px;
  resize: vertical;
  padding: 9px 10px;
  color: #f8fafc;
  font: inherit;
  font-size: 0.78rem;
  line-height: 1.35;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.78);
  outline: none;
}

.hero-phone-setup-textarea:focus {
  border-color: rgba(125, 211, 252, 0.72);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.14);
}

.hero-phone-setup-status {
  min-height: 1em;
  font-size: 0.7rem;
  color: rgba(190, 242, 100, 0.9);
}

.hero-phone-setup-status.is-error {
  color: rgba(252, 165, 165, 0.96);
}

.hero-phone-setup-input:focus {
  border-color: rgba(125, 211, 252, 0.75);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.16);
}

.hero-phone-setup-primary,
.hero-phone-setup-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 34px;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.16;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.hero-phone-setup-primary[hidden],
.hero-phone-setup-secondary[hidden] {
  display: none;
}

.hero-phone-setup-primary {
  border: 0;
  color: #f8fbff;
  background: linear-gradient(135deg, #22c55e, #15803d);
  box-shadow: 0 12px 24px rgba(34, 197, 94, 0.2);
}

.hero-phone-setup-secondary {
  color: #dbeafe;
  border: 1px solid rgba(147, 197, 253, 0.24);
  background: rgba(15, 23, 42, 0.62);
}

#phoneCallJessButton[data-state="connecting"] {
  color: #fff7ed;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 12px 26px rgba(245, 158, 11, 0.22);
}

#phoneCallJessButton[data-state="active"] {
  color: #fff1f2;
  background: linear-gradient(135deg, #ef4444, #be123c);
  box-shadow: 0 12px 26px rgba(239, 68, 68, 0.22);
}

#phoneCallJessButton[data-state="connecting"]::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.88;
  animation: hero-phone-connecting-pulse 1s ease-in-out infinite;
}

.hero-phone-message-view {
  position: absolute;
  inset: 0;
  z-index: 18;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 10px;
  padding: 62px 14px 22px;
  color: #f8fafc;
  background:
    linear-gradient(180deg, rgba(3, 6, 14, 0.74), rgba(3, 6, 14, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(129, 140, 248, 0.18), transparent 30%);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.hero-phone-message-view[hidden] {
  display: none;
}

.hero-phone-message-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-phone-message-back {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.08);
}

.hero-phone-message-back svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-phone-message-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hero-phone-message-avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  background: linear-gradient(135deg, #677dff, #7dd3fc);
  box-shadow: 0 8px 18px rgba(103, 125, 255, 0.24);
}

.hero-phone-message-contact div {
  display: grid;
  gap: 1px;
}

.hero-phone-message-contact strong {
  font-size: 0.8rem;
}

.hero-phone-message-contact span:last-child {
  color: rgba(226, 232, 240, 0.62);
  font-size: 0.64rem;
}

.hero-phone-message-list {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 2px 0 0;
}

.hero-phone-message-list::-webkit-scrollbar {
  display: none;
}

.hero-phone-message-bubble {
  width: fit-content;
  max-width: 84%;
  padding: 9px 11px;
  border-radius: 16px;
  font-size: 0.76rem;
  line-height: 1.34;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-phone-message-bubble.assistant {
  color: #f8fafc;
  border-bottom-left-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-phone-message-bubble.user {
  margin-left: auto;
  color: #fff;
  border-bottom-right-radius: 5px;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
}

.hero-phone-message-bubble.system {
  margin-inline: auto;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.68rem;
  background: rgba(255, 255, 255, 0.05);
}

.hero-phone-typing-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.68rem;
}

.hero-phone-typing-indicator[hidden] {
  display: none;
}

.hero-phone-typing-bubble {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 16px;
  border-bottom-left-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-phone-typing-bubble i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.7);
  animation: hero-phone-typing 1.2s ease-in-out infinite;
}

.hero-phone-typing-bubble i:nth-child(2) {
  animation-delay: 0.16s;
}

.hero-phone-typing-bubble i:nth-child(3) {
  animation-delay: 0.32s;
}

.hero-phone-message-form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-phone-message-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: none;
  color: #fff;
  font: inherit;
  font-size: 0.78rem;
  background: transparent;
}

.hero-phone-message-form input::placeholder {
  color: rgba(226, 232, 240, 0.42);
}

.hero-phone-message-form button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.hero-phone-message-form button:disabled {
  opacity: 0.46;
}

.hero-phone-message-form svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

@keyframes hero-phone-call-ring {
  0%,
  100% {
    transform: scale(0.985);
    opacity: 0.74;
  }

  50% {
    transform: scale(1.01);
    opacity: 1;
  }
}

@keyframes hero-phone-typing {
  0%,
  60%,
  100% {
    opacity: 0.45;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

.hero-phone-guided-step strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.25;
}

.hero-phone-guided-step span {
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.74rem;
}

.hero-phone-guided-question-input {
  display: grid;
  gap: 5px;
}

.hero-phone-guided-preparing {
  display: grid;
  gap: 8px;
  padding: 9px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(8, 18, 32, 0.92), rgba(8, 22, 36, 0.86)),
    radial-gradient(circle at 85% 18%, rgba(103, 232, 249, 0.14), transparent 28%);
  border: 1px solid rgba(125, 211, 252, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-phone-guided-preparing-copy {
  display: grid;
  gap: 3px;
}

.hero-phone-guided-preparing-copy span,
.hero-phone-guided-progress-item span,
.hero-phone-guided-fact span {
  color: #93c5fd;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-phone-guided-preparing-copy strong,
.hero-phone-guided-progress-item strong,
.hero-phone-guided-fact strong {
  color: #fff;
}

.hero-phone-guided-status-copy,
.hero-phone-guided-preparing-copy p {
  margin: 0;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.71rem;
  line-height: 1.35;
}

.hero-phone-guided-progress {
  display: grid;
  gap: 6px;
}

.hero-phone-guided-progress-item {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 7px 8px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.hero-phone-guided-progress-item > div {
  display: grid;
  gap: 2px;
}

.hero-phone-guided-progress-item.is-current {
  border-color: rgba(125, 211, 252, 0.26);
  background: rgba(14, 165, 233, 0.12);
}

.hero-phone-guided-progress-item.is-complete {
  border-color: rgba(167, 243, 208, 0.22);
  background: rgba(16, 185, 129, 0.1);
}

.hero-phone-guided-progress-index {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #dbeafe;
  font-size: 0.66rem;
  font-weight: 900;
  background: rgba(59, 130, 246, 0.18);
  border: 1px solid rgba(96, 165, 250, 0.22);
}

.hero-phone-guided-facts {
  display: grid;
  gap: 6px;
}

.hero-phone-guided-fact {
  display: grid;
  gap: 3px;
  padding: 7px 8px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.46);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.hero-phone-guided-fact-empty {
  background: rgba(15, 23, 42, 0.32);
}

.hero-phone-guided-fact-empty span {
  color: rgba(226, 232, 240, 0.8);
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.7rem;
  font-weight: 700;
}

.hero-phone-guided-question-input[hidden],
.hero-phone-guided-smart[hidden],
.hero-phone-setup-actions[hidden] {
  display: none;
}

.hero-phone-setup-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.hero-phone-setup-actions .hero-phone-setup-primary:first-child {
  grid-column: 1 / -1;
}

.hero-phone-guided-result {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 3px 7px;
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.56);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.hero-phone-guided-result[hidden] {
  display: none;
}

.hero-phone-guided-result span {
  color: #93c5fd;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-phone-guided-result strong {
  min-width: 0;
  color: #fff;
  font-size: 0.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-guided-smart {
  display: grid;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.56);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.hero-phone-guided-smart > span {
  color: #93c5fd;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-phone-analysis-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-phone-analysis-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.78rem;
}

.hero-phone-analysis-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #67e8f9;
  box-shadow: 0 0 12px rgba(103, 232, 249, 0.48);
}

.hero-phone-review-fields,
.hero-phone-review-chips,
.hero-phone-review-notes {
  display: grid;
  gap: 5px;
}

.hero-phone-setup-card[data-mode="review"] {
  max-height: none;
  overflow-y: hidden;
}

.hero-phone-setup-card[data-mode="review"] .hero-phone-review-state {
  gap: 8px;
}

.hero-phone-review-compact {
  display: grid;
  gap: 6px;
}

.hero-phone-review-compact-row {
  display: grid;
  gap: 3px;
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.48);
  border: 1px solid rgba(148, 163, 184, 0.1);
}

.hero-phone-review-compact-row span {
  color: #93c5fd;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-phone-review-compact-row strong {
  color: #fff;
  font-size: 0.73rem;
  font-weight: 850;
  line-height: 1.22;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hero-phone-review-field {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 8px;
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.72rem;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.48);
}

.hero-phone-review-field span:first-child,
.hero-phone-review-note span {
  color: #93c5fd;
  font-weight: 800;
}

.hero-phone-review-field span:last-child,
.hero-phone-review-note strong {
  min-width: 0;
  color: #fff;
  font-weight: 800;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-review-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.hero-phone-review-chip {
  max-width: 100%;
  padding: 5px 7px;
  color: #dff7ff;
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 8px;
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(125, 211, 252, 0.22);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-phone-review-note {
  display: grid;
  gap: 3px;
  padding: 6px 8px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.48);
}

.hero-phone-review-note span {
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-phone-review-note strong {
  font-size: 0.72rem;
  line-height: 1.28;
}

.control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 16;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.hero-phone-control-wrap.is-entry-hidden {
  display: none;
}

.hero-phone-call-button {
  pointer-events: auto;
  margin-top: 0;
  min-width: 164px;
  min-height: 52px;
  height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  gap: 9px;
  color: #fff;
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
  box-shadow:
    0 0 24px rgba(34, 197, 94, 0.35),
    0 10px 30px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.hero-phone-call-button:hover {
  transform: translateY(0);
  box-shadow:
    0 0 28px rgba(34, 197, 94, 0.42),
    0 10px 30px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero-phone-call-button:active {
  transform: scale(0.96);
}

.hero-phone-call-button[data-state="connecting"] {
  background: linear-gradient(180deg, #3f3f46 0%, #27272a 100%);
  color: #f4f4f5;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-phone-call-button[data-state="connecting"] .btn-icon {
  display: none;
}

.hero-phone-call-button[data-state="active"] {
  background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
  box-shadow:
    0 0 24px rgba(239, 68, 68, 0.35),
    0 10px 30px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-phone-call-button .btn-icon {
  width: 20px;
  height: 20px;
}

.hero-phone-call-button .btn-text {
  font-size: 0.98rem;
  white-space: nowrap;
}

.hero-phone-call-button .btn-loader {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.hero-phone-home {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 15;
  width: 138px;
  height: 5px;
  border-radius: 3px;
  transform: translateX(-50%);
  background: #fff;
  opacity: 0.88;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .hero-phone {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .app-shell {
    width: min(100%, calc(100vw - 24px));
    padding-top: 14px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 12px 10px 18px;
    border-radius: 28px;
  }

  .hero-experience {
    order: -1;
    width: 100%;
    min-width: 0;
    justify-items: center;
  }

  .hero-copy {
    order: 2;
    max-width: 100%;
    padding-inline: 2px;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.1rem, 11.4vw, 3.1rem);
    line-height: 0.9;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .lede {
    max-width: 32ch;
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-signup-link {
    min-height: 54px;
    padding: 0 18px;
  }

  .trust-row {
    margin-top: 16px;
    gap: 8px;
  }

  .trust-pill {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.79rem;
  }

  .proof-list {
    margin-top: 18px;
    gap: 10px;
  }

  .proof-list li {
    padding-left: 26px;
    font-size: 0.93rem;
    line-height: 1.44;
    overflow-wrap: anywhere;
  }

  .proof-list li::before {
    top: 0.45rem;
    width: 12px;
    height: 12px;
  }

  .hero-phone-wrap {
    width: min(92vw, 390px, calc((100dvh - 180px) * 390 / 844));
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
  }

  .hero-phone {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 390 / 844;
    filter: drop-shadow(0 32px 56px rgba(0, 0, 0, 0.58));
    overflow-x: hidden;
  }

  .hero-phone-glow {
    display: none;
  }

  .hero-phone-frame {
    border-radius: 55px;
    background: #1c1c1e;
    box-shadow:
      inset 0 0 0 1px #0a0a0c,
      inset 0 0 0 2px #2a2a2e,
      inset 0 1px 2px rgba(255, 255, 255, 0.12),
      0 0 0 1px #3a3a3f;
  }

  .hero-phone-screen {
    inset: 10px;
    border-radius: 45px;
    box-shadow:
      inset 0 0 20px rgba(0, 0, 0, 1),
      inset 0 0 0 1px #000;
  }

  .hero-phone-screen-inner {
    border-radius: 45px;
  }

  .hero-phone-face-hitbox {
    inset: 0;
    border-radius: 45px;
  }

  .hero-phone-face-stage,
  .hero-phone-connecting-overlay,
  .hero-phone-face-stage .avatar-frame {
    border-radius: 45px;
  }

  .hero-phone-face-stage .avatar-frame {
    inset: -1% -5% -1%;
    transform: scale(1.08);
    transform-origin: 50% 12%;
  }

  .hero-phone-connecting-overlay {
    inset: 0;
  }

  .hero-phone-setup-card {
    left: 16px;
    right: 16px;
    max-width: calc(100% - 32px);
    bottom: 82px;
    padding: 12px;
    border-radius: 20px;
  }

  .hero-phone-live-status {
    top: 58px;
  }

  .hero-phone-setup-card h2 {
    font-size: 1rem;
  }

  .hero-phone-setup-card p,
  .hero-phone-guided-step span {
    font-size: 0.78rem;
  }

  .hero-phone-activity-list {
    bottom: 78px;
    gap: 8px;
  }

  .hero-phone-activity-dot {
    width: 26px;
    height: 6px;
  }

  .control-wrap {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .hero-phone-call-button {
    width: min(78%, 236px);
    height: 50px;
    padding: 0 22px;
  }

  .hero-phone-call-button .btn-text {
    font-size: 0.96rem;
  }

  .hero-phone-home {
    width: 116px;
  }

  .panel {
    padding: 18px;
    border-radius: 24px;
  }

  .transcript-panel {
    margin-top: 18px;
  }

  .transcript-header h2 {
    font-size: 1.12rem;
  }

  .conversation-meta {
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
  }

  .conversation-stat {
    justify-content: space-between;
  }
}

@media (max-width: 420px) {
  .hero {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    gap: 16px;
    padding: 16px 10px 15px;
  }

  .hero-experience {
    max-width: 100%;
    min-width: 0;
  }

  .hero-phone-wrap {
    width: min(92vw, 390px, calc((100dvh - 180px) * 390 / 844));
  }

  .hero-copy,
  .hero-copy > * {
    max-width: 100%;
    min-width: 0;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(1.88rem, 9.8vw, 2.58rem);
  }

  .lede {
    max-width: 29ch;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .hero-signup-link {
    min-height: 50px;
  }

  .trust-row {
    margin-top: 14px;
    gap: 7px;
  }

  .trust-pill {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.75rem;
  }

  .proof-list {
    width: min(100%, 310px);
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    gap: 9px;
  }

  .proof-list li {
    padding-left: 24px;
    font-size: 0.88rem;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  .proof-list li::before {
    top: 0.42rem;
    width: 11px;
    height: 11px;
  }

  .hero-phone-setup-card p {
    line-height: 1.28;
    overflow-wrap: anywhere;
  }

  .hero-phone-face-hitbox {
    inset: 0;
    border-radius: 45px;
  }

  .hero-phone-face-stage,
  .hero-phone-connecting-overlay,
  .hero-phone-face-stage .avatar-frame {
    border-radius: 45px;
  }

  .hero-phone-face-stage .avatar-frame {
    inset: -1% -5% -1%;
    transform: scale(1.08);
  }

  .hero-phone-connecting-overlay {
    inset: 0;
  }

  .hero-phone-connect-label {
    gap: 7px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero-phone-activity-list {
    bottom: 72px;
    gap: 7px;
  }

  .hero-phone-activity-dot {
    width: 22px;
  }

  .control-wrap {
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }

  .hero-phone-call-button {
    width: min(80%, 220px);
    height: 48px;
    padding: 0 20px;
  }

  .hero-phone-call-button .btn-text {
    font-size: 0.92rem;
  }

  .hero-phone-home {
    width: 100px;
    bottom: 7px;
  }
}

:root {
  --bg: #050506;
  --bg-soft: #0c0d12;
  --surface: rgba(13, 13, 18, 0.78);
  --surface-strong: rgba(11, 12, 17, 0.94);
  --panel-border: rgba(255, 255, 255, 0.08);
  --panel-border-strong: rgba(157, 170, 255, 0.2);
  --text: #f5f7fb;
  --muted: #98a2b8;
  --muted-strong: #d4daea;
  --accent: #7f91ff;
  --accent-strong: #586dff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.4);
}

body {
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 109, 255, 0.18), transparent 32%),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.05), transparent 18%),
    radial-gradient(circle at 84% 22%, rgba(122, 214, 255, 0.08), transparent 20%),
    linear-gradient(180deg, #050506 0%, #08090d 44%, #07080c 100%);
}

body::before {
  width: 520px;
  height: 520px;
  top: 34px;
  left: 50%;
  background: rgba(88, 109, 255, 0.12);
  transform: translateX(-50%);
  opacity: 0.48;
}

body::after {
  width: 320px;
  height: 320px;
  right: 6%;
  top: 220px;
  background: rgba(122, 214, 255, 0.08);
  opacity: 0.34;
}

#ambientStage {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

#ambientStage .ambient-columns,
#ambientStage .ambient-architecture,
#ambientStage .ambient-ribbon {
  display: none;
}

#ambientStage .ambient-stars {
  opacity: 0.22;
}

#ambientStage .ambient-vignette {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 4, 0.46) 62%, rgba(0, 0, 0, 0.82) 100%);
}

.site-header {
  position: relative;
  z-index: 5;
  width: min(1320px, calc(100vw - 32px));
  margin: 18px auto 0;
}

.site-header-shell {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 24px;
  background: rgba(10, 10, 14, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--text);
  text-decoration: none;
}

.site-brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.site-brand-orbit {
  position: absolute;
  border-radius: 999px;
}

.site-brand-orbit-outer {
  inset: 0;
  border: 1px solid rgba(143, 154, 255, 0.28);
  background: radial-gradient(circle, rgba(120, 140, 255, 0.14), rgba(120, 140, 255, 0) 70%);
  box-shadow: 0 0 24px rgba(88, 109, 255, 0.18);
}

.site-brand-orbit-inner {
  inset: 7px;
  border: 1px solid rgba(122, 214, 255, 0.28);
  background: radial-gradient(circle, rgba(122, 214, 255, 0.18), rgba(122, 214, 255, 0) 72%);
}

.site-brand-core {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #99a6ff 0%, #6dd2ff 100%);
  box-shadow: 0 0 18px rgba(122, 214, 255, 0.36);
}

.site-brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.site-brand-copy strong {
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.site-brand-copy span {
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.2;
}

.site-header-note {
  flex: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover {
  transform: translateY(-1px);
}

.site-nav-primary {
  border-color: transparent;
  background: linear-gradient(180deg, #677dff 0%, #4e63ff 100%);
  box-shadow: 0 16px 34px rgba(88, 109, 255, 0.24);
}

.site-nav-secondary {
  color: #dfe5f4;
}

.app-shell {
  width: min(1320px, calc(100vw - 32px));
  padding: 20px 0 58px;
  display: grid;
  gap: 18px;
}

.hero {
  display: block;
  min-height: min(820px, calc(100vh - 128px));
  margin-bottom: 0;
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: stretch;
  min-height: inherit;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 18%, rgba(109, 109, 255, 0.18), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(46, 211, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(14, 15, 28, 0.95), rgba(7, 9, 18, 0.99));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 109, 255, 0.24), transparent 36%),
    radial-gradient(circle at 10% 30%, rgba(151, 71, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 76%);
  opacity: 0.2;
  pointer-events: none;
}

.hero-aurora {
  position: absolute;
  border-radius: 999px;
  filter: blur(72px);
  opacity: 0.6;
}

.hero-aurora-one {
  top: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: rgba(94, 112, 255, 0.22);
}

.hero-aurora-two {
  right: -120px;
  bottom: -70px;
  width: 340px;
  height: 340px;
  background: rgba(122, 214, 255, 0.16);
}

.hero-aurora-three {
  left: 42%;
  bottom: 18%;
  width: 240px;
  height: 240px;
  background: rgba(182, 94, 255, 0.12);
}

.hero-copy,
.hero-experience {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 6px 0 8px 4px;
}

.hero-copy-stack {
  display: grid;
  gap: 18px;
}

.eyebrow {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #d7ddf2;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
}

h1 {
  max-width: 14ch;
  margin-top: 0;
  color: #f7f8fc;
  font-size: clamp(3rem, 5vw, 5.3rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #f1f4ff 45%, #cbd5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 12px 40px rgba(87, 105, 255, 0.14);
}

.lede {
  max-width: 34ch;
  margin-top: 0;
  color: rgba(232, 236, 245, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 600;
  line-height: 1.64;
}

.hero-actions {
  margin-top: 0;
  gap: 12px;
}

.hero-primary-action,
.hero-secondary-action {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
}

.hero-primary-action {
  background: linear-gradient(180deg, #677dff 0%, #4e63ff 100%);
  box-shadow: 0 18px 38px rgba(88, 109, 255, 0.24);
}

.hero-secondary-action {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.hero-setup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-setup-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #dfe6ff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 750;
  border: 1px solid rgba(148, 163, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(13, 18, 33, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-setup-chip:hover,
.hero-setup-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(148, 163, 255, 0.36);
}

.hero-setup-chip-muted {
  color: rgba(218, 226, 255, 0.82);
  background: rgba(255, 255, 255, 0.035);
}

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

.hero-meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #d8dfef;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-experience {
  display: block;
}

.hero-live-shell {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 100%;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-live-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-live-status-group {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  color: #e7ebf7;
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #99a6ff 0%, #6dd2ff 100%);
  box-shadow: 0 0 16px rgba(122, 214, 255, 0.42);
}

.hero-live-caption {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-live-body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(320px, 0.58fr);
  gap: 18px;
  align-items: stretch;
}

.hero-live-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 4px 8px 0;
}

.hero-live-kicker {
  margin: 0;
  color: rgba(232, 236, 245, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
  font-weight: 600;
}

.hero-live-starters {
  display: grid;
  gap: 10px;
}

.hero-live-starter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 16px;
  color: #eef2ff;
  font-size: 0.86rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-live-starter::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(122, 214, 255, 0.9);
  box-shadow: 0 0 12px rgba(122, 214, 255, 0.3);
}

.hero-phone-glow {
  inset: 50% 18px auto auto;
  width: min(420px, 52%);
  transform: translateY(-50%);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 54%),
    radial-gradient(circle at 50% 40%, rgba(88, 109, 255, 0.16), transparent 52%);
  filter: blur(48px);
}

.hero-phone-wrap {
  justify-self: end;
  width: min(100%, 408px);
  padding: 0;
}

.hero-phone {
  filter: drop-shadow(0 34px 80px rgba(0, 0, 0, 0.48));
}

.hero-phone-side,
.hero-phone-island,
.hero-phone-status,
.hero-phone-home,
.hero-phone-reflection {
  display: none;
}

.hero-phone-frame {
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(20, 20, 26, 0.98), rgba(9, 10, 14, 1));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 30px 80px rgba(0, 0, 0, 0.44);
}

.hero-phone-frame::before,
.hero-phone-frame::after {
  display: none;
}

.hero-phone-screen {
  inset: 0;
  border-radius: 34px;
  background: #050607;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-phone-screen-inner {
  border-radius: 34px;
  background:
    radial-gradient(720px 540px at 50% 36%, rgba(122, 214, 255, 0.08), transparent 58%),
    radial-gradient(540px 360px at 52% 68%, rgba(88, 109, 255, 0.08), transparent 56%),
    linear-gradient(180deg, #050607 0%, #090a0f 100%);
}

.hero-phone-face-hitbox,
.hero-phone-face-stage,
.hero-phone-connecting-overlay,
.hero-phone-face-stage .avatar-frame {
  border-radius: 34px;
}

.hero-phone-face-stage::after {
  height: 56%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(2, 4, 8, 0.28) 42%, rgba(2, 3, 7, 0.94) 100%);
}

.hero-phone-face-stage .avatar-frame {
  inset: -1% -5% -1%;
  transform: scale(1.06);
}

.hero-phone-live-status {
  top: 18px;
  left: 18px;
  transform: none;
  color: #eef2ff;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  background: rgba(7, 8, 12, 0.62);
  border-color: rgba(255, 255, 255, 0.08);
}

.hero-phone-activity-list {
  bottom: 86px;
}

.hero-phone-activity-dot.highlight {
  background: linear-gradient(90deg, rgba(88, 109, 255, 0.94), rgba(122, 214, 255, 0.9));
  box-shadow: 0 0 16px rgba(88, 109, 255, 0.32);
}

.hero-phone-setup-card {
  left: 18px;
  right: 18px;
  bottom: 88px;
  max-width: calc(100% - 36px);
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(13, 13, 18, 0.84), rgba(10, 11, 15, 0.94));
  box-shadow:
    0 20px 54px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}

.hero-phone-setup-card.is-focused {
  border-color: rgba(127, 145, 255, 0.56);
  box-shadow:
    0 0 0 3px rgba(88, 109, 255, 0.14),
    0 20px 54px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-phone-setup-kicker,
.hero-phone-setup-meta,
.hero-phone-setup-label,
.hero-phone-guided-result span,
.hero-phone-guided-smart > span,
.hero-phone-review-compact-row span,
.hero-phone-review-note span,
.hero-phone-review-field span:first-child {
  color: #96a7ff;
}

.hero-phone-setup-card h2,
.hero-phone-proof-state strong,
.hero-phone-guided-result strong,
.hero-phone-review-compact-row strong,
.hero-phone-review-field span:last-child,
.hero-phone-review-note strong {
  color: #fbfcff;
}

.hero-phone-setup-card p,
.hero-phone-guided-step span,
.hero-phone-proof-copy,
.hero-phone-proof-example,
.hero-phone-analysis-list li {
  color: rgba(232, 236, 245, 0.78);
}

.hero-phone-try-saying,
.hero-phone-proof-example,
.hero-phone-choice-demo,
.hero-phone-guided-progress-item,
.hero-phone-guided-fact,
.hero-phone-guided-result,
.hero-phone-guided-smart,
.hero-phone-review-compact-row,
.hero-phone-review-field,
.hero-phone-review-note {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.06);
}

.hero-phone-guided-progress-item.is-current {
  border-color: rgba(127, 145, 255, 0.3);
  background: rgba(88, 109, 255, 0.14);
}

.hero-phone-guided-progress-item.is-complete {
  border-color: rgba(122, 214, 255, 0.22);
  background: rgba(122, 214, 255, 0.08);
}

.hero-phone-guided-progress-index,
.hero-phone-proof-chip,
.hero-phone-review-chip {
  background: rgba(88, 109, 255, 0.16);
  border-color: rgba(127, 145, 255, 0.18);
}

.hero-phone-choice-link {
  color: #abb8ff;
}

.hero-phone-choice-link:hover,
.hero-phone-choice-link:focus-visible {
  color: #eef2ff;
}

.hero-phone-setup-input {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(4, 5, 8, 0.82);
}

.hero-phone-setup-primary,
.hero-phone-setup-secondary {
  min-height: 40px;
  border-radius: 14px;
  padding: 0 12px;
  font-weight: 800;
}

.hero-phone-setup-primary {
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, #677dff 0%, #4e63ff 100%);
  box-shadow: 0 12px 26px rgba(88, 109, 255, 0.2);
}

.hero-phone-setup-secondary {
  color: #edf1ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.hero-phone-analysis-list li::before {
  background: #90a2ff;
  box-shadow: 0 0 12px rgba(88, 109, 255, 0.38);
}

.hero-phone-control-wrap {
  bottom: 24px;
}

.hero-phone-call-button {
  min-width: 156px;
  min-height: 48px;
  height: 48px;
  background: linear-gradient(180deg, #677dff 0%, #4e63ff 100%);
  box-shadow:
    0 0 24px rgba(88, 109, 255, 0.28),
    0 10px 30px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-phone-call-button:hover {
  box-shadow:
    0 0 28px rgba(88, 109, 255, 0.34),
    0 10px 30px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-phone-call-button[data-state="connecting"] {
  background: linear-gradient(180deg, #323744 0%, #1c2029 100%);
}

.hero-phone-call-button[data-state="active"] {
  background: linear-gradient(180deg, #ff6d82 0%, #e14559 100%);
  box-shadow:
    0 0 24px rgba(255, 109, 130, 0.24),
    0 10px 30px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.panel {
  background: linear-gradient(180deg, rgba(13, 13, 18, 0.82), rgba(10, 11, 15, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.conversion-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.conversion-copy {
  max-width: 640px;
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.conversion-primary,
.conversion-secondary,
.secondary,
.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.conversion-primary,
.secondary {
  color: #fff;
  border: 0;
  background: linear-gradient(180deg, #677dff 0%, #4e63ff 100%);
  box-shadow: 0 14px 30px rgba(88, 109, 255, 0.22);
}

.conversion-secondary,
.ghost {
  color: #e7ebf7;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.conversion-primary:hover,
.conversion-secondary:hover,
.secondary:hover,
.ghost:hover {
  transform: translateY(-1px);
}

.language-panel,
.transcript-panel {
  z-index: 1;
}

.transcript-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 18px;
  align-items: start;
}

.transcript-header {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.conversation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.conversation-stat {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.text-form {
  align-self: start;
  margin-top: 0;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.text-row {
  display: flex;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(4, 5, 8, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.text-row input {
  height: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.transcript {
  margin-top: 0;
  min-height: 100%;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.message {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.06);
}

.message strong {
  color: #b4bdd0;
}

.message.user {
  border-color: rgba(88, 109, 255, 0.3);
}

.message.assistant {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.025));
  border-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1120px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-live-body {
    grid-template-columns: 1fr;
  }

  .hero-live-intro {
    padding: 0;
  }

  .hero-phone-glow {
    inset: auto 50% 18%;
    width: min(420px, 82%);
    transform: translateX(50%);
  }

  .hero-phone-wrap {
    justify-self: center;
  }

  .transcript-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: min(100%, calc(100vw - 20px));
    margin-top: 12px;
  }

  .site-header-shell {
    gap: 12px;
    padding: 12px 14px;
    border-radius: 20px;
  }

  .site-header-note,
  .site-brand-copy span {
    display: none;
  }

  .site-nav {
    gap: 8px;
  }

  .site-nav a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .app-shell {
    width: min(100%, calc(100vw - 20px));
    padding: 12px 0 42px;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    gap: 18px;
    padding: 18px 14px;
    border-radius: 28px;
  }

  .hero-copy {
    gap: 20px;
    padding: 0;
  }

  .hero-copy-stack {
    gap: 14px;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(2.6rem, 11vw, 3.9rem);
  }

  .lede {
    max-width: none;
    font-size: 0.96rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-setup-actions {
    gap: 8px;
  }

  .hero-setup-chip {
    flex: 1 1 160px;
  }

  .hero-primary-action,
  .hero-secondary-action {
    flex: 1 1 180px;
  }

  .hero-meta-row {
    gap: 8px;
  }

  .hero-meta-pill {
    min-height: 32px;
    font-size: 0.73rem;
  }

  .hero-live-shell {
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
  }

  .hero-live-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-live-kicker {
    font-size: 0.88rem;
  }

  .hero-live-starter {
    min-height: 38px;
    font-size: 0.8rem;
  }

  .hero-phone-wrap {
    width: min(100%, 390px, calc((100dvh - 220px) * 390 / 844));
  }

  .hero-phone-setup-card {
    left: 14px;
    right: 14px;
    bottom: 78px;
    max-width: calc(100% - 28px);
    padding: 12px;
  }

  .hero-phone-activity-list {
    bottom: 74px;
  }

  .hero-phone-control-wrap {
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  }

  .hero-phone-call-button {
    width: min(82%, 224px);
    min-height: 46px;
    height: 46px;
  }

  .panel {
    padding: 18px;
    border-radius: 24px;
  }

  .conversion-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .text-form,
  .transcript {
    border-radius: 20px;
  }

  .transcript {
    min-height: 280px;
    max-height: none;
  }
}

@media (max-width: 420px) {
  .site-header {
    width: min(100%, calc(100vw - 16px));
  }

  .site-header-shell {
    padding: 10px 12px;
  }

  .site-nav a {
    min-height: 32px;
    padding: 0 10px;
  }

  .app-shell {
    width: min(100%, calc(100vw - 16px));
  }

  .hero-shell {
    padding: 16px 12px;
    border-radius: 24px;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(2.08rem, 9.4vw, 2.82rem);
  }

  .hero-meta-pill {
    font-size: 0.7rem;
  }

  .hero-live-shell {
    padding: 12px;
    border-radius: 22px;
  }

  .hero-phone-wrap {
    width: min(100%, 390px, calc((100dvh - 220px) * 390 / 844));
  }

  .hero-phone-setup-card {
    left: 12px;
    right: 12px;
    bottom: 74px;
    max-width: calc(100% - 24px);
  }

  .hero-phone-call-button {
    width: min(84%, 212px);
  }

  .text-form {
    padding: 12px;
  }

  .text-row {
    padding: 6px;
  }
}

.site-header-note,
.hero-meta-row,
.hero-live-head,
.hero-live-intro {
  display: none;
}

.hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
}

.hero-copy {
  max-width: 540px;
  justify-content: center;
  gap: 20px;
  padding: 0;
}

.hero-experience,
.hero-live-shell {
  width: 100%;
}

.hero-live-shell {
  margin-inline: auto;
}

@media (max-width: 1120px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-copy {
    max-width: none;
  }

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

#conversionPanel[hidden],
#transcriptPanel[hidden] {
  display: none !important;
}

/* Premium phone/demo correction pass — restore the richer device treatment while
   keeping the setup/card system compact and state-stable. */
.hero-shell {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 590px);
  gap: clamp(28px, 4vw, 46px);
}

.hero-live-shell {
  gap: 18px;
  padding: 20px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 72% 14%, rgba(103, 125, 255, 0.14), transparent 28%),
    radial-gradient(circle at 90% 84%, rgba(122, 214, 255, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 72px rgba(0, 0, 0, 0.24);
}

.hero-live-head {
  display: flex;
}

.hero-live-intro {
  display: flex;
}

.hero-live-body {
  grid-template-columns: minmax(150px, 0.34fr) minmax(350px, 0.66fr);
  align-items: center;
}

.hero-phone-glow {
  inset: 50% 22px auto auto;
  width: min(470px, 58%);
  transform: translateY(-50%);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.07), transparent 54%),
    radial-gradient(circle at 50% 40%, rgba(102, 113, 255, 0.22), transparent 52%),
    radial-gradient(circle at 62% 64%, rgba(67, 221, 255, 0.16), transparent 42%);
  filter: blur(46px);
}

.hero-phone-wrap {
  justify-self: end;
  width: min(100%, 390px);
  padding: 14px 0 0;
}

.hero-phone {
  filter: drop-shadow(0 46px 90px rgba(0, 0, 0, 0.64));
}

.hero-phone-side,
.hero-phone-island,
.hero-phone-home,
.hero-phone-reflection {
  display: block;
}

.hero-phone-status {
  display: flex;
}

.hero-phone-frame {
  border-radius: 55px;
  background: #1c1c1e;
  box-shadow:
    inset 0 0 0 1px #0a0a0c,
    inset 0 0 0 2px #2a2a2e,
    inset 0 1px 2px rgba(255, 255, 255, 0.12),
    0 0 0 1px #3a3a3f,
    0 34px 88px rgba(0, 0, 0, 0.52);
}

.hero-phone-frame::before,
.hero-phone-frame::after {
  display: block;
}

.hero-phone-screen {
  inset: 10px;
  border-radius: 45px;
  background: #000;
  box-shadow:
    inset 0 0 20px rgba(0, 0, 0, 1),
    inset 0 0 0 1px #000;
}

.hero-phone-screen-inner {
  border-radius: 45px;
  background:
    radial-gradient(800px 600px at 50% 45%, rgba(34, 197, 94, 0.06), transparent 60%),
    radial-gradient(600px 400px at 50% 70%, rgba(99, 102, 241, 0.05), transparent 60%),
    #000;
}

.hero-phone-face-hitbox,
.hero-phone-face-stage,
.hero-phone-connecting-overlay,
.hero-phone-face-stage .avatar-frame {
  border-radius: 45px;
}

.hero-phone-face-stage::after {
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 44%, rgba(0, 0, 0, 0.82) 100%);
}

.hero-phone-face-stage .avatar-frame {
  inset: -1% -5% -1%;
  transform: scale(1.08);
}

.hero-phone-live-status {
  display: none !important;
}

.hero-phone-setup-card {
  left: 16px;
  right: 16px;
  bottom: 88px;
  max-width: calc(100% - 32px);
  padding: 12px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(20, 20, 25, 0.76), rgba(10, 10, 14, 0.9)),
    radial-gradient(circle at 20% 0%, rgba(103, 125, 255, 0.14), transparent 44%);
  border-color: rgba(255, 255, 255, 0.09);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-phone-setup-card[data-mode="idle"] {
  bottom: 18px;
  padding: 14px 14px 12px;
}

.hero-phone-setup-card[data-mode="idle"] .hero-phone-setup-head {
  gap: 5px;
}

.hero-phone-setup-card[data-mode="idle"] h2 {
  font-size: 1rem;
  line-height: 1.12;
}

.hero-phone-setup-card[data-mode="idle"] p {
  font-size: 0.72rem;
  line-height: 1.34;
}

.hero-phone-entry-actions {
  gap: 8px;
  margin-top: 7px;
}

.hero-phone-entry-actions[hidden] {
  display: none;
}

.hero-phone-entry-actions #phoneCallJessButton,
.hero-phone-call-button {
  color: #06110a;
  background: linear-gradient(180deg, #37dc6a 0%, #20b953 100%);
  box-shadow:
    0 0 26px rgba(48, 209, 88, 0.22),
    0 12px 28px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-phone-entry-actions #phoneCallJessButton:hover,
.hero-phone-call-button:hover {
  box-shadow:
    0 0 30px rgba(48, 209, 88, 0.28),
    0 14px 30px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-phone-entry-actions #phoneTextJessButton {
  color: #f7f8ff;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.hero-phone-entry-actions .hero-phone-setup-primary,
.hero-phone-entry-actions .hero-phone-setup-secondary {
  min-height: 36px;
  border-radius: 12px;
  font-size: 0.78rem;
}

.hero-phone-setup-card[data-mode="idle"] .hero-phone-try-saying {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 7px;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-phone-setup-card[data-mode="idle"] .hero-phone-try-saying span {
  flex: 0 0 auto;
  color: rgba(167, 243, 208, 0.92);
  font-size: 0.56rem;
}

.hero-phone-setup-card[data-mode="idle"] .hero-phone-try-saying strong {
  color: rgba(248, 250, 252, 0.9);
  font-size: 0.67rem;
  line-height: 1.24;
  font-weight: 700;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-preparing {
  gap: 7px;
  padding: 8px;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-step {
  gap: 5px;
  margin-top: 7px;
}

.hero-phone-setup-card[data-mode="guided"] #phoneGuidedMeta,
.hero-phone-setup-card[data-mode="guided"] #phoneGuidedHint,
.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-preparing-copy span,
.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-preparing-copy p,
.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-facts {
  display: none;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-step strong {
  font-size: 0.86rem;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-preparing-copy strong {
  font-size: 0.76rem;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-question-input {
  gap: 4px;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-progress {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-progress-item {
  min-height: 52px;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 5px;
  padding: 6px 4px;
  text-align: center;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-progress-item > div {
  gap: 0;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-progress-item span {
  display: none;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-progress-item strong {
  font-size: 0.62rem;
  line-height: 1.08;
}

.hero-phone-setup-card[data-mode="guided"] .hero-phone-guided-progress-index {
  width: 18px;
  height: 18px;
  font-size: 0.58rem;
}

#phoneCallJessButton[data-state="connecting"],
.hero-phone-call-button[data-state="connecting"] {
  color: #fff8e7;
  background: linear-gradient(180deg, #f5a623 0%, #df8500 100%);
  box-shadow:
    0 0 24px rgba(245, 166, 35, 0.22),
    0 12px 28px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

#phoneCallJessButton[data-state="active"],
.hero-phone-call-button[data-state="active"] {
  color: #fff;
  background: linear-gradient(180deg, #ff5b67 0%, #df3144 100%);
  box-shadow:
    0 0 24px rgba(255, 91, 103, 0.24),
    0 12px 28px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (max-width: 1120px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-live-body {
    grid-template-columns: 1fr;
  }

  .hero-phone-wrap {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .hero-live-intro {
    display: none;
  }

  .hero-phone-glow {
    display: block;
    inset: auto 50% 16%;
    width: min(420px, 90%);
    transform: translateX(50%);
  }

  .hero-phone-wrap {
    width: min(100%, 390px, calc((100dvh - 220px) * 390 / 844));
  }

  .hero-phone-setup-card[data-mode="idle"] {
    bottom: 16px;
    padding: 13px 13px 11px;
  }
}

.site-header-note {
  display: none;
}

.hero-trust-line {
  margin: 0;
  color: rgba(228, 234, 248, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (min-width: 900px) {
  .hero {
    min-height: min(860px, calc(100vh - 132px));
  }

  .hero-shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
    gap: clamp(40px, 5vw, 88px);
    align-items: center;
    padding: clamp(28px, 4vw, 46px);
  }

  .hero-copy {
    max-width: 560px;
    justify-content: center;
    gap: 18px;
    padding: 8px 0 8px 8px;
  }

  .hero-copy-stack {
    gap: 22px;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(3.4rem, 5.2vw, 5.6rem);
  }

  .lede {
    max-width: 38ch;
    font-size: 1.08rem;
  }

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

  .hero-setup-actions {
    margin-top: 4px;
  }

  .hero-experience {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hero-live-shell {
    width: min(100%, 560px);
    margin-left: auto;
    padding: 22px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(14, 16, 28, 0.9), rgba(8, 10, 18, 0.96));
  }

  .hero-live-body {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-live-intro {
    display: none;
  }

  .hero-phone-glow {
    display: block;
    inset: 50% auto auto 54%;
    width: min(500px, 86%);
    height: 500px;
    transform: translate(-50%, -50%);
    background:
      radial-gradient(circle, rgba(110, 126, 255, 0.26), transparent 38%),
      radial-gradient(circle at 62% 36%, rgba(120, 214, 255, 0.2), transparent 44%),
      radial-gradient(circle at 48% 64%, rgba(173, 93, 255, 0.16), transparent 50%);
    filter: blur(58px);
    opacity: 0.96;
  }

  .hero-phone-wrap {
    width: min(100%, 430px);
    justify-self: center;
  }
}

@media (max-width: 899px) {
  .site-header {
    width: min(calc(100vw - 20px), 100%);
    margin-top: 10px;
  }

  .site-header-shell {
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .site-brand-copy span {
    display: none;
  }

  .site-nav {
    gap: 8px;
  }

  .site-nav a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 28px;
  }

  .hero-copy {
    display: none;
  }

  .hero-live-shell {
    gap: 0;
    padding: 8px;
    border-radius: 24px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .hero-live-head,
  .hero-live-intro,
  .hero-setup-actions {
    display: none;
  }

  .hero-live-body {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-phone-glow {
    display: block;
    inset: auto 50% 16%;
    width: min(420px, 90%);
    height: 420px;
    transform: translateX(50%);
    background:
      radial-gradient(circle, rgba(100, 117, 255, 0.24), transparent 40%),
      radial-gradient(circle at 50% 35%, rgba(110, 214, 255, 0.18), transparent 46%);
    filter: blur(58px);
  }

  .hero-phone-wrap {
    width: min(100%, 390px, calc((100dvh - 170px) * 390 / 844));
  }

  .hero-phone-frame,
  .hero-phone-screen,
  .hero-phone-screen-inner,
  .hero-phone-face-hitbox,
  .hero-phone-face-stage,
  .hero-phone-connecting-overlay,
  .hero-phone-face-stage .avatar-frame {
    border-radius: 36px;
  }

  .hero-phone-setup-card {
    left: 12px;
    right: 12px;
    bottom: 16px;
    max-width: calc(100% - 24px);
    padding: 16px 16px 14px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(15, 18, 24, 0.92), rgba(8, 10, 14, 0.98));
  }

  .hero-phone-setup-head {
    display: grid;
    gap: 12px;
    justify-items: center;
    text-align: center;
  }

  .hero-phone-setup-card h2 {
    font-size: 1.38rem;
  }

  .hero-phone-setup-card p {
    max-width: 22ch;
    margin: 0 auto;
  }

  .hero-phone-entry-actions {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  #phoneCallJessButton,
  .hero-phone-call-button {
    color: #fff;
    background: linear-gradient(180deg, #40d773 0%, #169d4e 100%);
    box-shadow:
      0 0 22px rgba(48, 203, 111, 0.24),
      0 12px 28px rgba(0, 0, 0, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  #phoneCallJessButton[data-state="connecting"],
  .hero-phone-call-button[data-state="connecting"] {
    background: linear-gradient(180deg, #323844 0%, #1a2028 100%);
  }

  #phoneCallJessButton[data-state="active"],
  .hero-phone-call-button[data-state="active"] {
    background: linear-gradient(180deg, #ff6570 0%, #d83145 100%);
    box-shadow:
      0 0 22px rgba(255, 101, 112, 0.24),
      0 12px 28px rgba(0, 0, 0, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  #phoneTextJessButton {
    color: #eef3ff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
  }

  .hero-phone-connect-label {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(12, 15, 20, 0.8);
  }

  .hero-phone-message-view {
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(12, 14, 18, 0.96), rgba(7, 9, 13, 1));
  }

  .hero-phone-message-header {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-phone-message-list {
    gap: 10px;
    padding-top: 10px;
  }

  .hero-phone-message-bubble {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 18px;
  }

  .hero-phone-message-bubble.assistant {
    color: #0b1220;
    background: #f3f5f9;
    border-bottom-left-radius: 8px;
  }

  .hero-phone-message-bubble.user {
    color: #fff;
    background: linear-gradient(180deg, #38d36f 0%, #1aa85b 100%);
    border-bottom-right-radius: 8px;
  }

  .hero-phone-typing-indicator {
    color: #e0e6f5;
  }

  .hero-phone-typing-bubble {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero-phone-message-form {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
  }
}

@media (max-width: 899px) {
  .hero-shell,
  .hero-experience,
  .hero-live-shell,
  .hero-live-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .hero {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 !important;
    justify-self: stretch !important;
    overflow-x: clip !important;
  }

  .hero-shell,
  .hero-live-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .hero-experience {
    justify-items: center !important;
  }

  .hero-live-body {
    padding-left: 16px !important;
    padding-right: 16px !important;
    overflow-x: clip !important;
  }

  .hero-phone-wrap.phonewrap {
    width: min(300px, calc(100vw - 44px)) !important;
    margin: 0 auto 30px !important;
    padding-top: 10px !important;
  }

  .hero-phone-setup-card[data-mode="idle"] {
    left: 0 !important;
    right: 0 !important;
    bottom: 72px !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .hero-phone-setup-card[data-mode="idle"] .hero-phone-setup-head {
    position: relative !important;
    justify-items: center !important;
    gap: 0 !important;
    min-height: 0 !important;
    text-align: center !important;
  }

  .hero-phone-setup-card[data-mode="idle"] #phoneSetupKicker,
  .hero-phone-setup-card[data-mode="idle"] #phoneSetupTitle,
  .hero-phone-setup-card[data-mode="idle"] #phoneSetupCopy,
  .hero-phone-setup-card[data-mode="idle"] #phoneTrySaying {
    display: none !important;
  }

  .hero-phone-entry-actions.controls {
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 32px !important;
    width: auto !important;
    margin-top: 0 !important;
    z-index: 4 !important;
  }

  .hero-phone-entry-actions .cbtnwrap,
  .hero-phone-control-wrap .cbtnwrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 7px !important;
    position: relative !important;
  }

  .mobile-call-tip {
    display: inline-flex !important;
    left: auto !important;
    right: -6px !important;
    bottom: 82px !important;
    transform: none !important;
    max-width: 152px !important;
    white-space: normal !important;
  }

  .mobile-call-tip::after {
    left: auto !important;
    right: 24px !important;
    transform: none !important;
  }

  .hero-phone-entry-actions .ibtn {
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  }

  .hero-phone-entry-actions .ibtn .hero-phone-entry-icon {
    display: grid !important;
    place-items: center !important;
    width: 22px !important;
    height: 22px !important;
  }

  .hero-phone-entry-actions .ibtn .hero-phone-entry-label {
    display: none !important;
  }

  .hero-phone-entry-actions .ibtn svg {
    width: 22px !important;
    height: 22px !important;
    fill: currentColor !important;
  }

  #phoneCallJessButton.callbtn {
    display: grid !important;
    width: 64px !important;
    min-width: 64px !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #22c55e center / 24px 24px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") !important;
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.25) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  #phoneCallJessButton.callbtn[data-state="connecting"] {
    background-color: #3b82f6 !important;
  }

  #phoneCallJessButton.callbtn[data-state="active"] {
    background-color: #ef4444 !important;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.25) !important;
  }

  .blabel {
    display: block !important;
    color: #9aa3b8 !important;
    font-size: 0.69rem !important;
  }
}

@media (min-width: 900px) {
  .hero-phone-side {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .site-header {
    width: 100%;
    margin-top: 0;
  }

  .site-header-shell {
    max-width: 1200px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 14px 16px 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-brand-mark {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
    box-shadow: 0 0 12px rgba(107, 140, 255, 0.3);
  }

  .site-header-note {
    display: none;
  }

  .site-nav {
    gap: 8px;
  }

  .site-nav a {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 0.78rem;
  }

  .hero {
    padding: 8px 0 30px;
  }

  .hero-shell {
    padding: 0 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    gap: 0;
    overflow: visible;
  }

  .hero-aurora,
  .hero-copy,
  .hero-live-head,
  .hero-live-intro,
  .hero-setup-actions {
    display: none;
  }

  .hero-mobile-shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px 0;
    text-align: center;
  }

  .hero-mobile-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(12, 16, 28, 0.8);
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    backdrop-filter: blur(16px);
  }

  .hero-mobile-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
    animation: mobile-glow-pulse 1.6s ease-in-out infinite;
  }

  .hero-mobile-hint {
    margin: 0 0 18px;
    color: #8d94a8;
    font-size: 0.74rem;
  }

  .hero-mobile-copy {
    width: min(720px, calc(100vw - 40px));
    margin: 0 auto 24px;
  }

  .hero-mobile-copy h1 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .hero-mobile-copy p {
    max-width: 34ch;
    margin: 0 auto;
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-experience {
    display: block;
  }

  .hero-live-shell {
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-live-body {
    position: relative;
    display: block;
    min-height: 720px;
    padding: 0 20px;
  }

  .hero-mobile-channel-orbit {
    display: block;
    position: absolute;
    inset: 10px auto auto 50%;
    width: min(520px, calc(100vw - 24px));
    height: min(520px, calc(100vw - 24px));
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.62;
  }

  .hero-mobile-channel {
    position: absolute;
    display: grid;
    justify-items: center;
    gap: 4px;
    width: 58px;
    color: #8d94a8;
    font-size: 0.56rem;
    text-align: center;
    animation: mobile-float 3s ease-in-out infinite;
  }

  .hero-mobile-channel-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
  }

  .hero-mobile-channel-whatsapp {
    top: 16%;
    left: 12%;
  }

  .hero-mobile-channel-whatsapp .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #25d366, #128c7e);
  }

  .hero-mobile-channel-messenger {
    top: 16%;
    right: 12%;
    animation-delay: 0.5s;
  }

  .hero-mobile-channel-messenger .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #0084ff, #0066cc);
  }

  .hero-mobile-channel-instagram {
    bottom: 20%;
    left: 8%;
    animation-delay: 1s;
  }

  .hero-mobile-channel-instagram .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #e4405f, #c13584);
  }

  .hero-mobile-channel-sms {
    bottom: 20%;
    right: 8%;
    animation-delay: 1.5s;
  }

  .hero-mobile-channel-sms .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
  }

  .hero-mobile-channel-calls {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation-delay: 0.3s;
  }

  .hero-mobile-channel-calls .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
  }

  .hero-mobile-channel-webchat {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    animation-delay: 0.8s;
  }

  .hero-mobile-channel-webchat .hero-mobile-channel-icon {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
  }

  .hero-phone-glow {
    display: block;
    position: absolute;
    top: 338px;
    left: 50%;
    width: min(400px, calc(100vw - 20px));
    height: min(400px, calc(100vw - 20px));
    transform: translateX(-50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(107, 140, 255, 0.16), transparent 70%);
    filter: blur(50px);
  }

  .hero-phone-wrap {
    position: relative;
    z-index: 2;
    width: min(340px, calc(100vw - 40px));
    margin: 0 auto 30px;
    padding-top: 10px;
  }

  .hero-phone {
    width: 100%;
    aspect-ratio: 340 / 700;
  }

  .hero-phone-frame {
    border-radius: 48px;
    background: #0a0e14;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.05),
      0 0 0 10px #000,
      0 30px 70px rgba(0, 0, 0, 0.75);
  }

  .hero-phone-frame::before,
  .hero-phone-frame::after {
    display: none;
  }

  .hero-phone-screen,
  .hero-phone-screen-inner,
  .hero-phone-face-hitbox,
  .hero-phone-face-stage,
  .hero-phone-connecting-overlay,
  .hero-phone-face-stage .avatar-frame {
    border-radius: 40px;
  }

  .hero-phone-island {
    top: 9px;
    width: 90px;
    height: 26px;
    border-radius: 13px;
    background: #000;
  }

  .hero-phone-status {
    padding: 18px 18px 0;
  }

  .hero-phone-reflection {
    opacity: 0.24;
  }

  .hero-phone-face-stage {
    background: radial-gradient(circle at 50% 32%, #1a2333, #050810);
  }

  .hero-phone-setup-card[data-mode="idle"] {
    left: 0;
    right: 0;
    bottom: 64px;
    max-width: none;
    padding: 0 0 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-phone-setup-card[data-mode="idle"] .hero-phone-setup-head {
    justify-items: center;
    gap: 10px;
    text-align: center;
  }

  .hero-phone-setup-card[data-mode="idle"] #phoneSetupKicker,
  .hero-phone-setup-card[data-mode="idle"] #phoneSetupTitle,
  .hero-phone-setup-card[data-mode="idle"] #phoneSetupCopy,
  .hero-phone-setup-card[data-mode="idle"] #phoneTrySaying {
    display: none;
  }

  .hero-phone-idle-callout {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(15, 18, 28, 0.95);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(18px);
  }

  .hero-phone-idle-avatar {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .hero-phone-idle-callout-copy {
    display: grid;
    gap: 1px;
    text-align: left;
  }

  .hero-phone-idle-callout-copy strong {
    color: #fff;
    font-size: 0.72rem;
    line-height: 1;
  }

  .hero-phone-idle-callout-copy span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.64rem;
    line-height: 1;
  }

  .hero-phone-entry-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    align-items: start;
    justify-content: center;
    gap: 40px;
    width: 100%;
  }

  #phoneCallJessButton,
  #phoneTextJessButton {
    display: grid;
    place-items: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
    padding: 0;
    border-radius: 999px;
    font-size: 0.69rem;
    line-height: 1.1;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  }

  #phoneCallJessButton {
    color: #fff;
    background: #22c55e;
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.25);
  }

  #phoneCallJessButton[data-state="connecting"] {
    background: #3b82f6;
  }

  #phoneCallJessButton[data-state="active"] {
    background: #ef4444;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.25);
  }

  #phoneTextJessButton {
    gap: 3px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 0;
    backdrop-filter: blur(20px);
  }

  .hero-phone-entry-icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
  }

  .hero-phone-entry-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }

  .hero-phone-entry-label {
    display: block;
    font-size: 0.62rem;
  }

  .hero-phone-control-wrap {
    bottom: 74px;
  }

  .hero-phone-call-button {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    padding: 0;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 6px 18px rgba(34, 197, 94, 0.25);
  }

  .hero-phone-call-button[data-state="connecting"] {
    background: #3b82f6;
  }

  .hero-phone-call-button[data-state="active"] {
    background: #ef4444;
    box-shadow: 0 6px 18px rgba(239, 68, 68, 0.25);
  }

  .hero-phone-connect-label {
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.03em;
  }

  .hero-phone-message-view,
  .hero-phone-setup-card:not([data-mode="idle"]) {
    left: 12px;
    right: 12px;
    bottom: 14px;
    max-width: calc(100% - 24px);
    padding: 16px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 18, 28, 0.92), rgba(8, 10, 16, 0.96));
    border: 1px solid rgba(124, 58, 237, 0.18);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(24px);
  }

  .hero-phone-message-view {
    padding-bottom: 18px;
  }

  .hero-phone-message-header {
    min-height: 38px;
    padding: 0 0 12px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
  }

  .hero-phone-message-list {
    gap: 6px;
    padding-top: 10px;
  }

  .hero-phone-message-bubble {
    max-width: 72%;
    padding: 8px 12px;
    border-radius: 17px;
    font-size: 0.94rem;
    line-height: 1.32;
  }

  .hero-phone-message-bubble.assistant {
    color: #fff;
    background: #262626;
    border-bottom-left-radius: 4px;
  }

  .hero-phone-message-bubble.user {
    color: #fff;
    background: #0a84ff;
    border-bottom-right-radius: 4px;
  }

  .hero-phone-typing-indicator {
    color: #8e8e93;
  }

  .hero-phone-typing-bubble {
    background: #262626;
  }

  .hero-phone-message-form {
    padding: 6px 10px 0;
    border: 0;
    background: transparent;
  }

  .hero-phone-message-form input {
    border-radius: 16px;
    background: #1c1c1e;
    color: #fff;
    font-size: 0.94rem;
  }

  #phoneMessageSendButton {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    border-radius: 999px;
    background: #0a84ff;
  }

  .mobile-reference-stack {
    display: grid;
    gap: 22px;
    width: min(1100px, 100%);
    margin: 0 auto;
    padding: 0 20px 40px;
  }

  .mobile-reference-demo-card,
  .mobile-reference-advantage,
  .mobile-reference-dashboard,
  .mobile-reference-trust-strip,
  .mobile-reference-capability-grid article {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  }

  .mobile-reference-demo-card {
    max-width: 360px;
    margin: -10px auto 2px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(15, 18, 28, 0.9), rgba(8, 10, 16, 0.85));
    border-color: rgba(124, 58, 237, 0.25);
    box-shadow:
      0 12px 32px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(124, 58, 237, 0.1) inset;
    backdrop-filter: blur(24px);
  }

  .mobile-reference-demo-head,
  .mobile-reference-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.68rem;
    color: #8d94a8;
  }

  .mobile-reference-demo-head div,
  .mobile-reference-dashboard-head div {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #cbd5e1;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .mobile-reference-demo-dot,
  .mobile-reference-mini-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
  }

  .mobile-reference-demo-wave {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 32px;
    margin-bottom: 10px;
  }

  .mobile-reference-demo-wave span {
    width: 4px;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(107, 140, 255, 0.95), rgba(124, 58, 237, 0.5));
    animation: mobile-wave 1.4s ease-in-out infinite;
    transform-origin: center bottom;
  }

  .mobile-reference-demo-wave span:nth-child(2) { animation-delay: 0.1s; }
  .mobile-reference-demo-wave span:nth-child(3) { animation-delay: 0.2s; }
  .mobile-reference-demo-wave span:nth-child(4) { animation-delay: 0.3s; }
  .mobile-reference-demo-wave span:nth-child(5) { animation-delay: 0.4s; }
  .mobile-reference-demo-wave span:nth-child(6) { animation-delay: 0.5s; }
  .mobile-reference-demo-wave span:nth-child(7) { animation-delay: 0.6s; }
  .mobile-reference-demo-wave span:nth-child(8) { animation-delay: 0.7s; }

  .mobile-reference-demo-actions {
    display: grid;
    gap: 6px;
  }

  .mobile-reference-demo-actions div {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid rgba(34, 197, 94, 0.15);
    border-radius: 8px;
    background: rgba(34, 197, 94, 0.08);
    font-size: 0.72rem;
  }

  .mobile-reference-demo-actions div:last-child {
    background: rgba(107, 140, 255, 0.08);
    border-color: rgba(107, 140, 255, 0.15);
  }

  .mobile-reference-demo-actions strong {
    color: #e2e8f0;
    font-size: 0.72rem;
  }

  .mobile-reference-demo-actions span {
    margin-left: auto;
    color: #6b7280;
    font-size: 0.65rem;
  }

  .mobile-reference-demo-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mobile-reference-demo-foot p {
    margin: 0;
    color: #8d94a8;
    font-size: 0.64rem;
  }

  .mobile-reference-demo-pulse {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #6b8cff;
    box-shadow: 16px 0 0 #6b8cff, 32px 0 0 #6b8cff;
    opacity: 0.9;
  }

  .mobile-reference-advantage {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.02);
  }

  .mobile-reference-advantage-head {
    margin-bottom: 24px;
    text-align: center;
  }

  .mobile-reference-mini-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px 12px;
    border: 1px solid rgba(124, 58, 237, 0.2);
    border-radius: 20px;
    background: rgba(124, 58, 237, 0.1);
    color: #c4b5fd;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .mobile-reference-advantage-head h2 {
    margin: 0 0 8px;
    font-size: 1.75rem;
    letter-spacing: -0.03em;
    color: #fff;
  }

  .mobile-reference-advantage-head p {
    margin: 0;
    color: #9ca3af;
    font-size: 0.92rem;
  }

  .mobile-reference-advantage-grid,
  .mobile-reference-capability-grid {
    display: grid;
    gap: 12px;
  }

  .mobile-reference-advantage-card {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  }

  .mobile-reference-advantage-card::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 999px;
  }

  .mobile-reference-advantage-card-capture::before {
    background: radial-gradient(circle, rgba(34, 197, 94, 0.2), transparent);
  }

  .mobile-reference-advantage-card-book::before {
    background: radial-gradient(circle, rgba(107, 140, 255, 0.2), transparent);
  }

  .mobile-reference-advantage-card-followup::before {
    background: radial-gradient(circle, rgba(167, 139, 250, 0.2), transparent);
  }

  .mobile-reference-advantage-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
  }

  .mobile-reference-advantage-card-capture .mobile-reference-advantage-icon {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
  }

  .mobile-reference-advantage-card-book .mobile-reference-advantage-icon {
    background: linear-gradient(135deg, #6b8cff, #9b6bff);
    box-shadow: 0 4px 12px rgba(107, 140, 255, 0.2);
  }

  .mobile-reference-advantage-card-followup .mobile-reference-advantage-icon {
    background: linear-gradient(135deg, #a78bfa, #7c3aed);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.2);
  }

  .mobile-reference-advantage-card strong,
  .mobile-reference-capability-grid strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 1rem;
  }

  .mobile-reference-advantage-card p,
  .mobile-reference-capability-grid p {
    margin: 0 0 12px;
    color: #9ca3af;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .mobile-reference-advantage-card div:last-child {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }

  .mobile-reference-advantage-card div:last-child span {
    padding: 3px 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    color: #cbd5e1;
    font-size: 0.65rem;
  }

  .mobile-reference-stats-bar {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
  }

  .mobile-reference-stats-bar span[aria-hidden="true"] {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-reference-stats-bar div {
    text-align: center;
  }

  .mobile-reference-stats-bar strong,
  .mobile-reference-dashboard-stats strong {
    display: block;
    color: #e2e8f0;
    font-size: 1.25rem;
  }

  .mobile-reference-stats-bar div span,
  .mobile-reference-dashboard-stats span {
    color: #6b7280;
    font-size: 0.68rem;
  }

  .mobile-reference-dashboard {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
    backdrop-filter: blur(20px);
  }

  .mobile-reference-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
  }

  .mobile-reference-dashboard-stats div {
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.28);
    text-align: center;
  }

  .mobile-reference-dashboard-signals {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
  }

  .mobile-reference-dashboard-signals div {
    padding: 8px;
    border-radius: 8px;
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .mobile-reference-dashboard-signals div:first-child {
    border: 1px solid rgba(34, 197, 94, 0.15);
    background: rgba(34, 197, 94, 0.08);
  }

  .mobile-reference-dashboard-signals div:last-child {
    border: 1px solid rgba(107, 140, 255, 0.15);
    background: rgba(107, 140, 255, 0.08);
  }

  .mobile-reference-dashboard-feed {
    display: grid;
    gap: 7px;
  }

  .mobile-reference-dashboard-feed article {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.045);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.025);
  }

  .mobile-reference-dashboard-feed article > span {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #3b82f6, #7c3aed);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 600;
  }

  .mobile-reference-dashboard-feed strong {
    color: #e2e8f0;
    font-size: 0.76rem;
  }

  .mobile-reference-dashboard-feed p,
  .mobile-reference-dashboard-foot,
  .mobile-reference-trust-strip p {
    margin: 0;
    color: #8d94a8;
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .mobile-reference-dashboard-foot {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
  }

  .mobile-reference-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-reference-capability-grid article {
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
  }

  .mobile-reference-capability-grid p {
    margin-bottom: 0;
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .mobile-reference-setup-card {
    grid-column: span 3;
  }

  .mobile-reference-trust-strip {
    padding: 24px 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
  }

  .mobile-reference-trust-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
    padding: 0 12px;
    text-align: center;
    color: #d7dce8;
    font-size: 0.76rem;
  }

  .mobile-reference-trust-head span:first-child {
    color: #fbbf24;
    font-weight: 600;
  }

  .mobile-reference-logo-rail {
    display: flex;
    gap: 12px;
    padding: 0 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  .mobile-reference-logo-rail::-webkit-scrollbar {
    display: none;
  }

  .mobile-reference-logo-rail span {
    flex: 0 0 auto;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #cbd5e1;
    font-size: 0.7rem;
    opacity: 0.85;
  }

  .mobile-reference-trust-strip p {
    margin-top: 10px;
    text-align: center;
    color: #6b7280;
  }

  @media (max-width: 768px) {
    .hero-live-body {
      min-height: 655px;
    }

    .hero-mobile-channel-orbit {
      width: min(480px, calc(100vw - 24px));
      height: min(480px, calc(100vw - 24px));
    }

    .hero-phone-wrap {
      width: min(300px, calc(100vw - 44px));
    }

    .hero-phone-setup-card[data-mode="idle"] {
      bottom: 72px;
    }

    .hero-phone-entry-actions {
      gap: 32px;
    }

    #phoneCallJessButton,
    #phoneTextJessButton {
      width: 58px;
      min-width: 58px;
      height: 58px;
      min-height: 58px;
    }

    .mobile-reference-advantage-grid,
    .mobile-reference-capability-grid {
      grid-template-columns: 1fr;
    }

    .mobile-reference-stats-bar {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .mobile-reference-stats-bar span[aria-hidden="true"] {
      display: none;
    }

    .mobile-reference-setup-card {
      grid-column: auto;
    }
  }
}

/* Final mobile parity lock at EOF: keep the live page matched to mobileui.html. */
@media (max-width: 899px) {
  .site-header-shell { padding: 16px 20px; }
  .hero { min-height: auto; padding: 20px 20px 30px; }
  .hero-shell { gap: 0; padding: 0; overflow: visible; }
  .mobile-implant { padding: 0; }
  .mobile-implant-orbit { display: block !important; }
  .hero-live-body { min-height: 720px; padding: 0 20px; }
  .hero-phone-wrap.phonewrap { width: min(340px, calc(100vw - 40px)); margin: 0 auto 30px; padding-top: 10px; }
  .mobile-implant-content.content { max-width: 760px; margin: 0 auto; padding: 0 20px 40px; }
}

@media (max-width: 768px) {
  .site-header-shell { padding: 12px 16px; }
  .hero { padding: 16px 16px 20px; }
  .mobile-implant .pill { padding: 5px 10px; font-size: 11px; }
  .mobile-implant .hint { margin-bottom: 14px; font-size: 11px; }
  .mobile-implant-copy h1 { padding: 0 12px; font-size: 26px !important; line-height: 1.2 !important; }
  .mobile-implant-copy p { max-width: 100%; padding: 0 16px; font-size: 13.5px; line-height: 1.4; }
  .mobile-implant-orbit { display: none !important; }
  .hero-live-body { min-height: 655px; padding: 0 16px; }
  .hero-phone-wrap.phonewrap { width: min(300px, calc(100vw - 44px)); margin-bottom: 20px; }
  .mobile-implant-content.content { width: 100%; max-width: 100vw; padding: 0 12px 30px; box-sizing: border-box; overflow-x: hidden; }
}

@media (max-width: 480px) {
  .hero { padding: 12px 8px 16px; }
  .mobile-implant-copy h1 { padding: 0 8px; font-size: 24px !important; }
  .mobile-implant-copy p { padding: 0 12px; font-size: 13px; }
  .hero-phone-wrap.phonewrap { width: min(280px, calc(100vw - 32px)); }
}

@media (max-width: 360px) {
  .site-header-shell { padding: 10px 12px; }
  .site-nav a { min-height: 30px; padding: 0 9px; font-size: 11px; }
  .mobile-implant-copy h1 { font-size: 22px !important; }
  .hero-phone-wrap.phonewrap { width: min(260px, calc(100vw - 24px)); }
}

/* Mobile reference ordering and overflow safeguards. */
@media (max-width: 899px) {
  html,
  body,
  .app-shell,
  .hero,
  .hero-shell,
  .hero-live-shell,
  .hero-live-body,
  .mobile-implant-content.content {
    max-width: 100%;
  }

  .site-header-shell {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }

  .site-nav {
    width: auto !important;
    justify-content: flex-end !important;
  }

  .hero-shell {
    display: flex !important;
    flex-direction: column !important;
  }

  .mobile-implant {
    order: 0 !important;
  }

  .hero-experience {
    order: 1 !important;
  }

  .hero-copy {
    order: 2 !important;
  }

  .mobile-implant-content.content,
  .demo-card,
  .advantage,
  .dash,
  .trust-strip,
  .capability-cards,
  .advantage-cards {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .mobile-implant-content.content {
    overflow-x: hidden;
  }
}

/* Mobile centering guardrails: match the compact reference layout without side drift. */
@media (max-width: 899px) {
  .site-header,
  .site-header-shell,
  .app-shell,
  .hero,
  .hero-shell,
  .hero-experience,
  .hero-live-shell,
  .hero-live-body,
  .mobile-implant-content.content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .app-shell {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hero-live-body,
  .mobile-implant-content.content {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-experience {
    display: block !important;
  }

  .hero-phone-wrap.phonewrap,
  .demo-card,
  .advantage,
  .dash,
  .capability-cards,
  .trust-strip {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-phone-wrap.phonewrap {
    justify-self: center !important;
  }

  .mobile-implant-content.content {
    overflow-x: clip !important;
  }
}

