/* ════════════════════════════════════════════
   /NEW — overrides + additions on top of styles.css
   Dual-logo nav · Hero grid · Sara video cards
   Multi-canvas reveal sections · Engine pillars
   Benefits grid · Footer SS lockup
═══════════════════════════════════════════════ */

/* DUAL LOGO NAV — real PNG logos, 2x size for prominence */
.nav-logo.dual { gap: 28px; max-width: 760px; }
.nav-logo img.logo-hcd {
  height: 124px !important;
  width: auto !important;
  max-width: 460px !important;
  max-height: 124px !important;
  display: block !important;
  object-fit: contain;
}
.nav-logo .logo-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.18);
  display: inline-block;
}
.nav-logo img.logo-ss {
  height: 116px !important;
  width: auto !important;
  max-width: 360px !important;
  max-height: 116px !important;
  opacity: 1;
  transition: opacity 0.2s;
  object-fit: contain;
}
.nav-logo .logo-divider { height: 96px !important; }
nav .nav-inner { height: 168px !important; }
@media (max-width: 720px) {
  .nav-logo img.logo-hcd { height: 72px !important; max-height: 72px !important; }
  .nav-logo img.logo-ss { height: 68px !important; max-height: 68px !important; }
  .nav-logo .logo-divider { height: 56px !important; }
  nav .nav-inner { height: 110px !important; }
  .nav-logo.dual { gap: 16px; }
}
.nav-logo:hover .logo-hcd,
.nav-logo:hover .logo-ss { opacity: 1; }
nav .nav-inner { height: 84px; }
@media (max-width: 720px) {
  .nav-logo .logo-hcd { height: 32px; }
  .nav-logo .logo-ss { height: 28px; }
  .nav-logo .logo-divider { height: 28px; }
}

/* HERO GRID — Sara on right, copy on left */
.hero-new {
  padding: 120px 32px 80px;
  min-height: 100vh;
}
.hero-grid {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero-copy { text-align: left; }
.hero-new .hero-title { font-size: clamp(40px, 6.5vw, 84px); }
.hero-new .hero-sub { margin-left: 0; max-width: 580px; }
.hero-new .hero-sub strong { color: var(--amber-light); font-weight: 700; }
.hero-new .hero-cta { justify-content: flex-start; margin-bottom: 48px; }
.hero-new .hero-stats {
  max-width: 580px;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
}

/* SARA VIDEO CARD */
.hero-video-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sara-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: #06080f;
  border: 1px solid rgba(245, 158, 11, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(245, 158, 11, 0.1);
  cursor: pointer;
}
.sara-video-poster {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background:
    radial-gradient(ellipse at center, rgba(30, 41, 59, 0.6) 0%, rgba(6, 8, 15, 0.95) 100%),
    linear-gradient(135deg, #1e293b 0%, #312e81 100%);
  transition: opacity 0.3s;
  z-index: 2;
}
.sara-play {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 40px rgba(245, 158, 11, 0.55);
  transition: transform 0.2s;
}
.sara-video-wrap:hover .sara-play { transform: scale(1.08); }
.sara-poster-label {
  color: var(--text-primary);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.sara-video-wrap.playing .sara-video-poster { opacity: 0; pointer-events: none; }

/* Animated GIF thumbnail — real <img> fills container, scrim + play button overlay */
.sara-poster-gif { background: #06080f; padding: 0; }
.sara-poster-gif img.sara-gif-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.sara-poster-gif::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(10, 15, 31, 0.10) 0%, rgba(6, 8, 15, 0.5) 100%),
    linear-gradient(180deg, rgba(10, 15, 31, 0.0) 55%, rgba(10, 15, 31, 0.78) 100%);
  z-index: 1;
}
.sara-poster-gif .sara-play,
.sara-poster-gif .sara-poster-label { position: relative; z-index: 2; }
.sara-tagline {
  font-size: 14px;
  color: var(--text-tertiary);
  font-style: italic;
  text-align: center;
  letter-spacing: 0.2px;
}

/* RESPONSIVE HERO */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { text-align: center; }
  .hero-new .hero-cta { justify-content: center; }
  .hero-new .hero-sub { margin: 0 auto 44px; }
  .hero-new .hero-stats { margin: 0 auto; }
}

/* MULTI-CANVAS REVEAL VARIATIONS */
.reveal-pipeline { background: linear-gradient(180deg, var(--bg-primary) 0%, #0f0817 100%); }
.reveal-engine { background: linear-gradient(180deg, #0f0817 0%, var(--bg-secondary) 100%); }
.reveal-build { background: linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%); }

.reveal-pipeline .reveal-container::after,
.reveal-build .reveal-container::after {
  background: linear-gradient(to right, rgba(10, 15, 31, 0.92) 0%, rgba(10, 15, 31, 0.55) 42%, transparent 70%);
}
.reveal-engine .reveal-container::after {
  background: linear-gradient(to left, rgba(10, 15, 31, 0.92) 0%, rgba(10, 15, 31, 0.55) 42%, transparent 70%);
}
.reveal-engine .reveal-text { left: auto; right: 64px; text-align: right; }
.reveal-engine .reveal-label.engine-label {
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.4);
  color: var(--amber-light);
}

/* ENGINE PILLARS GRID */
.engine-pillars {
  padding: 140px 32px;
  background: var(--bg-secondary);
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.pillar-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pillar-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.45);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(245, 158, 11, 0.18);
}

/* Cinematic image / video header (matches /engine/ treatment) */
.pillar-card .pillar-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-color: #0c1b2e;
  position: relative;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
.pillar-card .pillar-image::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 15, 31, 0) 35%, rgba(10, 15, 31, 0.92) 100%);
}
.pillar-card .pillar-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}
.pillar-card.is-playing .pillar-video.is-ready { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .pillar-card .pillar-video { display: none; }
}

.pillar-body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 0; }
.pillar-body ul + .engine-toggle { margin-top: 18px; align-self: flex-start; }

/* Engine drawer — expand inline (matches /engine/ pattern) */
.pillar-card.is-open {
  grid-column: 1 / -1;
  border-color: rgba(245, 158, 11, 0.55);
  box-shadow: 0 24px 60px rgba(245, 158, 11, 0.18), 0 0 0 1px rgba(245, 158, 11, 0.35);
}
.pillar-card.is-open:hover { transform: none; }
.pillar-card.is-open .pillar-image { height: 280px; transition: height 0.35s ease; }
.pillar-card.is-open .pillar-video.is-ready { opacity: 1; }

.engine-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.4);
  border-radius: 50px;
  color: var(--amber);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
  margin-top: 4px;
}
.engine-toggle:hover {
  background: rgba(245, 158, 11, 0.22);
  border-color: rgba(245, 158, 11, 0.7);
}
.engine-toggle-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.is-open .engine-toggle-icon { transform: rotate(180deg); }

.engine {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease;
  border-top: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.18);
}
.engine[hidden] { display: none; }
.engine-head { padding: 24px 28px 8px; }
.engine-eyebrow {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 11px;
  color: var(--amber);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 5px 12px;
  background: rgba(245, 158, 11, 0.1);
  border-radius: 50px;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.engine-stat {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
  font-style: italic;
  max-width: 760px;
}
.engine-stat strong {
  color: var(--amber);
  font-style: normal;
  font-weight: 900;
}
.engine-grid {
  list-style: none;
  padding: 18px 28px 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 0;
}
.engine-grid-channels {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 8px;
}
.engine-grid-ops {
  grid-template-columns: repeat(2, 1fr);
  padding-top: 8px;
  padding-bottom: 28px;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
  margin: 0 28px;
  padding-left: 0;
  padding-right: 0;
}
.engine-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  transition: background 0.2s, border-color 0.2s;
}
.engine-item:hover {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.3);
}
.engine-item.channel { align-items: center; }
.engine-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.05));
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 10px;
  color: var(--amber);
}
.engine-icon svg { width: 20px; height: 20px; display: block; }
.engine-item div { display: flex; flex-direction: column; gap: 2px; line-height: 1.35; }
.engine-item strong {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.engine-item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12.5px;
  line-height: 1.45;
}
@media (max-width: 980px) {
  .engine-grid, .engine-grid-channels { grid-template-columns: repeat(2, 1fr); }
  .engine-grid-ops { grid-template-columns: 1fr; margin: 0 16px; }
}
@media (max-width: 540px) {
  .engine-grid, .engine-grid-channels { grid-template-columns: 1fr; }
  .engine-head { padding: 18px 16px 6px; }
  .engine-grid { padding: 14px 16px 22px; }
}

.pillar-num {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--amber);
  letter-spacing: 2px;
  margin-bottom: 6px;
}
.pillar-name {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--text-primary);
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.pillar-card h3 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 18px;
  letter-spacing: -0.2px;
}
.pillar-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}
.pillar-card ul li {
  font-size: 13px;
  color: var(--text-secondary);
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}
.pillar-card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--amber);
  font-weight: 700;
}
@media (max-width: 980px) {
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .pillar-grid { grid-template-columns: 1fr; }
}

/* BENEFITS GRID */
.benefits-section {
  padding: 140px 32px;
  background: var(--bg-primary);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.benefit-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 36px 30px;
  transition: all 0.3s;
}
.benefit-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-amber);
  background: rgba(245, 158, 11, 0.04);
}
.benefit-icon {
  font-size: 32px;
  margin-bottom: 18px;
}
.benefit-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
  color: var(--text-primary);
  line-height: 1.25;
}
.benefit-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-secondary);
}
@media (max-width: 980px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .benefit-grid { grid-template-columns: 1fr; }
}

/* STORY FEATURE — Sara + B-roll cinematic narration
   Sits immediately after the breaking-glass Lost Pipeline cinematic */
.story-feature {
  padding: 100px 32px 120px;
  background: linear-gradient(180deg, #0f0817 0%, var(--bg-primary) 100%);
  position: relative;
}
.story-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 72px;
  align-items: center;
}
.story-copy .section-label { display: block; margin-bottom: 18px; }
.story-copy .section-title { font-size: clamp(34px, 4.2vw, 54px); margin-bottom: 22px; }
.story-copy .section-body { font-size: 17px; margin-bottom: 28px; }
.story-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.story-bullets li {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}
@media (max-width: 980px) {
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
}
.story-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  background: #06080f;
  border: 1px solid rgba(245, 158, 11, 0.3);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(245, 158, 11, 0.12),
    0 0 80px rgba(245, 158, 11, 0.15);
  cursor: pointer;
}
.story-video-wrap .sara-video-poster {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background:
    radial-gradient(ellipse at center, rgba(30, 41, 59, 0.5) 0%, rgba(6, 8, 15, 0.95) 100%),
    linear-gradient(135deg, #1e293b 0%, #312e81 100%);
  z-index: 2;
  transition: opacity 0.3s;
}
.story-video-wrap.playing .sara-video-poster { opacity: 0; pointer-events: none; }
.story-video-wrap .sara-play {
  width: 110px;
  height: 110px;
  box-shadow: 0 16px 60px rgba(245, 158, 11, 0.65);
}
.sara-poster-label.story-label {
  font-size: 16px;
  letter-spacing: 1px;
}

/* INDUSTRIES GRID — replaces named-client wall */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.industry-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.industry-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-amber);
  background: rgba(245, 158, 11, 0.04);
}
.industry-card .ind-icon {
  font-size: 32px;
  margin-bottom: 8px;
}
.industry-card strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.25;
}
.industry-card span {
  font-size: 12px;
  color: var(--text-tertiary);
  letter-spacing: 0.4px;
}
@media (max-width: 980px) { .industries-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .industries-grid { grid-template-columns: 1fr; } }

/* SS LOCKUP IN PLATFORM SECTION */
.ss-logo-lockup {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(245, 158, 11, 0.2);
}
.ss-logo-lockup img {
  height: 42px;
  width: auto;
}

/* SARA CLOSING VIDEO IN BOOKING SECTION */
.sara-closing {
  margin: 32px 0 24px;
  max-width: 100%;
}

/* FOOTER LOGO LOCKUP — larger HCD + SalesSpark side-by-side */
.footer-logo-lockup {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 18px;
  flex-wrap: wrap;
  max-width: 100%;
}
img.footer-hcd-logo {
  display: block;
  height: 100px !important;
  max-height: 100px !important;
  width: auto !important;
  max-width: 420px !important;
  object-fit: contain;
}
img.footer-ss-logo {
  display: block;
  height: 92px !important;
  max-height: 92px !important;
  width: auto !important;
  max-width: 320px !important;
  opacity: 1;
  object-fit: contain;
}

/* FADE-UP entry animation */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Suppress browser-injected video controls (occasional iOS/Chrome bug) */
video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-overlay-play-button { display: none !important; }

/* Engine reveal — 4 text panels need slightly tighter pacing */
.engine-text-wrapper .reveal-text { max-width: 460px; }

/* ============================================================
   SALESSPARK VOICE BUBBLE — FAB + side panel + in-panel call UI
   Canonical pattern (matches /htglobal/, /agamatrix/ai-research/)
   ============================================================ */
.voice-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
  box-shadow: 0 14px 40px rgba(245, 158, 11, 0.55), 0 0 0 4px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-fab:hover {
  transform: scale(1.06);
  box-shadow: 0 18px 50px rgba(245, 158, 11, 0.7), 0 0 0 4px rgba(255, 255, 255, 0.14);
}
.voice-fab-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.voice-fab-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(245, 158, 11, 0.65);
  animation: fabPulse 2s ease-out infinite;
  pointer-events: none;
}
@keyframes fabPulse {
  0%   { transform: scale(0.8); opacity: 0.9; }
  100% { transform: scale(1.35); opacity: 0; }
}
.voice-fab-label {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(10, 22, 40, 0.92);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 50px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  text-transform: uppercase;
}
.voice-fab:hover .voice-fab-label { opacity: 1; }

.voice-panel {
  position: fixed;
  right: 24px;
  bottom: 110px;
  width: min(380px, calc(100vw - 48px));
  max-height: min(560px, calc(100vh - 140px));
  background: linear-gradient(160deg, #1a2c3e 0%, #0a1628 100%);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(245, 158, 11, 0.15);
  z-index: 999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.voice-panel.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.voice-panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
}
.voice-panel-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.voice-panel-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  color: #fff;
}
.voice-panel-title strong {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 15px;
}
.voice-panel-title span {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 10px;
  color: var(--amber);
  text-transform: uppercase;
}
.voice-panel-close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color 0.2s ease;
}
.voice-panel-close:hover { color: #fff; }
.voice-panel-body {
  flex: 1;
  padding: 16px;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

/* In-panel call UI rendered by JS */
.voice-call {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 8px 8px;
  width: 100%;
}
.voice-call-status {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  text-align: center;
  min-height: 18px;
}
.voice-call-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 17px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 12px 36px rgba(245, 158, 11, 0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.voice-call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(245, 158, 11, 0.7);
}
.voice-call-btn[data-mode="live"] {
  background: linear-gradient(135deg, #c0392b, #8e2418);
  box-shadow: 0 12px 36px rgba(192, 57, 43, 0.55);
}
.voice-call-btn[data-mode="connecting"] {
  background: linear-gradient(135deg, #6b7a8c, #3f4a59);
  cursor: wait;
}
.voice-call-mic { font-size: 20px; line-height: 1; }
.voice-call-hint {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  text-align: center;
  margin: 0;
  max-width: 280px;
}

@media (max-width: 720px) {
  .voice-fab { right: 16px; bottom: 16px; width: 60px; height: 60px; }
  .voice-fab-avatar { width: 52px; height: 52px; }
  .voice-fab-label { display: none; }
  .voice-panel { right: 16px; left: 16px; bottom: 88px; width: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .voice-fab-pulse { animation: none; }
}
