/* ==========================================================================
   AVATORA — Editorial Hero & Marquee Stylesheet (Pure CSS3)
   ========================================================================== */

:root {
  --yellow-header: #43D270;
  --hero-bg: #FCFBF7;
  --bg-slate: #EAECEE;
  --card-teal: #CBEFEE;
  --card-lavender: #D9D2E9;
  --card-pink: #FADBD8;
  --card-cream: #FFF8E7;
  --card-yellow: #43D270;
  --text-dark: #111111;
  --navy-footer: #1E293B;
  --accent-blue: #00A3FF;

  /* Type: Space Grotesk for display (wide, technical letterforms),
     Manrope for text (warm geometric, very legible at small sizes). */
  /* Segoe UI where the OS provides it (Windows), Open Sans as the loaded
     fallback everywhere else — it is the closest humanist match, so the page
     reads the same on either. One family for display and text, differentiated
     by weight and letter-spacing rather than by typeface. */
  --font-display: 'Segoe UI', 'Open Sans', system-ui, -apple-system, sans-serif;
  --font-body: 'Segoe UI', 'Open Sans', system-ui, -apple-system, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #FCFBF7;
  color: var(--text-dark);
  font-family: var(--font-body);
  overflow-x: hidden;
  line-height: 1.5;
}

img, 
video {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* --------------------------------------------------------------------------
   1. Top Yellow Header Bar
   -------------------------------------------------------------------------- */
.header-bar {
  background-color: transparent;
  color: var(--text-dark);
  padding: 12px 24px;
  box-shadow: none;
}

.header-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--text-dark);
  color: var(--yellow-header);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.brand-logo:hover .brand-icon {
  transform: scale(1.08);
}

.brand-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

/* Search Bar (Perfect Alignment) */
.search-container {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 540px;
  height: 44px;
  background: #ffffff;
  border-radius: 999px;
  padding: 4px 5px 4px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.04), 0 2px 8px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.search-category {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 12px;
  border-right: 1px solid #e5e7eb;
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  user-select: none;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-dark);
  background: transparent;
  width: 100%;
  height: 100%;
}

.search-btn {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 50%;
  background-color: var(--text-dark);
  color: #43D270;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.search-btn i {
  color: #43D270;
}

.search-btn:hover {
  background-color: #222222;
  transform: scale(1.05);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-btn {
  position: relative;
  font-size: 18px;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: var(--accent-blue);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  background-color: var(--text-dark);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.login-btn:hover {
  background-color: #000000;
  transform: translateY(-1px);
}

/* --------------------------------------------------------------------------
   2. Modern Luxury Editorial Hero Section
   -------------------------------------------------------------------------- */
.editorial-hero {
  background-color: #FCFBF7;
  padding: 72px 24px 32px;
  text-align: center;
  position: relative;
}

.hero-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Massive Single Line Editorial Headline */
.editorial-headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5.2vw, 5.4rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 16px;
  white-space: nowrap;
  width: 100%;
  animation: heroFadeInUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Subheading Description */
.editorial-subheading {
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  max-width: 680px;
  line-height: 1.6;
  margin: 0 auto 24px;
}

/* Hero Action CTAs */
.editorial-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.btn-editorial-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 999px;
  background-color: #111111;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.btn-editorial-dark:hover {
  background-color: var(--yellow-header);
  color: #111111;
  transform: translateY(-2px);
}

.btn-editorial-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  background: transparent;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
  border: 1.5px solid rgba(17, 17, 17, 0.25);
  transition: all 0.3s ease;
}

.btn-editorial-outline:hover {
  border-color: #111111;
  background: rgba(17, 17, 17, 0.04);
}

/* Layered Overlapping Hero Image Showcase */
/* Layered Overlapping Hero Image Showcase (Clean Borderless Image) */
.editorial-image-container {
  width: 100%;
  max-width: 1160px;
  position: relative;
  margin-top: -24px;
  z-index: 10;
  animation: heroImageZoom 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.editorial-image-frame {
  width: 100%;
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.editorial-image-frame:hover {
  transform: translateY(-4px);
}

.editorial-image-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  background: transparent;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

/* Keyframe Animations */
@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImageZoom {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* --------------------------------------------------------------------------
   4. Mid Bento Grid Section
   -------------------------------------------------------------------------- */
.bento-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 24px;
}

.section-header {
  margin-bottom: 40px;
}

.section-eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-blue);
}

.section-title {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-top: 4px;
}

/* Bento Grid Layout */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.col-span-5 { grid-column: span 5; }
.col-span-7 { grid-column: span 7; }
.col-span-6 { grid-column: span 6; }
.col-span-12 { grid-column: span 12; }

.bento-card {
  border-radius: 40px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  min-height: 340px;
}

.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.12);
}

/* Premium Full-Width Bento Hero Card */
.bento-hero-card {
  height: 240px;
  min-height: 240px;
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  background-color: var(--card-teal);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.bento-hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.12);
}

.bento-hero-card .hero-text-content {
  flex: 1;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bento-hero-card .hero-image-content {
  flex: 0 0 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.bento-hero-card .hero-image-content img {
  max-height: 290px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(15, 118, 110, 0.15));
  transform: translateY(-32px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-hero-card:hover .hero-image-content img {
  transform: translateY(-40px) scale(1.03);
}

/* Responsiveness for Bento Hero Card */
@media (max-width: 768px) {
  .bento-hero-card {
    flex-direction: column;
    padding: 32px 24px;
    gap: 32px;
    align-items: flex-start;
  }
  
  .bento-hero-card .hero-image-content {
    flex: 1;
    width: 100%;
    justify-content: center;
  }
  
  .bento-hero-card .hero-image-content img {
    max-height: 200px;
    transform: translateY(0);
  }
}

.card-teal-bg { background-color: var(--card-teal); }
.card-lavender-bg { background-color: var(--card-lavender); }
.card-pink-bg { background-color: var(--card-pink); }
.card-cream-bg { background-color: var(--card-cream); }
.card-yellow-bg { background-color: var(--card-yellow); }

.card-eyebrow {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}

.card-heading {
  font-size: 24px;
  font-weight: 800;
  margin-top: 4px;
}

.card-subtext {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
  margin-top: 4px;
}

/* Floating discount badge */
.badge-discount {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--yellow-header);
  color: var(--text-dark);
  font-weight: 800;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(12deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.card-img-box {
  width: 100%;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
  margin: 16px 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mockup Row */
.mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0;
}

.mockup-item {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  text-align: center;
}

.mockup-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 6px;
  border: 2px solid var(--yellow-header);
}

/* Bento Card 2 Assistant Showcase Box & Next Button */
.bento-assistant-showcase {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #ffffff;
  margin: 16px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.assistant-chips-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.assistant-chip {
  padding: 5px 12px;
  border-radius: 999px;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  cursor: pointer;
  transition: all 0.25s ease;
}

.assistant-chip.active {
  background: var(--yellow-header);
  color: var(--text-dark);
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.assistant-card-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.assistant-left-info {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

.assistant-avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--yellow-header);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.assistant-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-dark);
}

.assistant-role {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}

.assistant-quote-box {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-dark);
  background: rgba(0, 163, 255, 0.06);
  padding: 4px 10px;
  border-radius: 8px;
  border-left: 3px solid var(--accent-blue);
  display: inline-block;
}

.assistant-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.assistant-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 11px;
  font-weight: 800;
  color: var(--text-dark);
  cursor: pointer;
  transition: all 0.25s ease;
}

.assistant-nav-btn.next-btn {
  background: var(--text-dark);
  color: #ffffff;
}

.assistant-nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Dark Controller Console Box */
.console-box {
  background-color: var(--text-dark);
  color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  flex-wrap: wrap;
  gap: 14px;
}

.console-launch-btn {
  background: var(--accent-blue);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 163, 255, 0.3);
}

.console-launch-btn:hover {
  background: #008AE6;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 163, 255, 0.4);
}

/* --------------------------------------------------------------------------
   5. Bottom Feature Container & Dark Footer
   -------------------------------------------------------------------------- */


.white-feature-box {
  background: #ffffff;
  border-radius: 40px;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.feature-pillar h3 {
  font-size: 16px;
  font-weight: 800;
}

.feature-pillar p {
  font-size: 12px;
  color: #64748b;
  margin-top: 6px;
  line-height: 1.6;
}

.feature-pillar .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 800;
  color: var(--accent-blue);
}



.footer-links a:hover {
  color: var(--yellow-header);
}

/* --------------------------------------------------------------------------
   6. Log In Modal Dialog
   -------------------------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-card {
  width: 100%;
  max-width: 420px;
  background: #FCFBF7;
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #ffffff;
  position: relative;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-card {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #64748b;
}

.modal-header {
  text-align: center;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 16px;
  text-align: left;
}

.form-label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.form-input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  font-size: 13px;
  outline: none;
  background: #ffffff;
}

.form-input:focus {
  border-color: var(--yellow-header);
}

.modal-submit-btn {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  background-color: var(--text-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.modal-submit-btn:hover {
  background-color: #000000;
}

/* --------------------------------------------------------------------------
   Industries We Serve Section (3 x 2 Bento Grid)
   -------------------------------------------------------------------------- */
.industries-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 24px;
}

.industries-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}

.industries-eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-blue);
  display: block;
  margin-bottom: 8px;
}

.industries-title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.industries-desc {
  font-size: 15px;
  font-weight: 500;
  color: #555555;
  line-height: 1.65;
}

/* 3 x 2 Bento Grid */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.industry-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.industry-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Floating Soft Background Glow */
.card-glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 213, 0, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

/* Top Bar */
.card-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.industry-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #ef4444;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

.live-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  animation: livePulse 2s infinite;
}

@keyframes livePulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

/* Avatar Visual Wrapper */
.avatar-visual-wrapper {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  margin: 16px 0;
  position: relative;
  background: #FCFBF7;
  border: 1px solid rgba(0,0,0,0.04);
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  animation: avatarBreathe 4s ease-in-out infinite alternate;
}

@keyframes avatarBreathe {
  0% {
    transform: scale(1) translateY(0);
  }
  100% {
    transform: scale(1.015) translateY(-3px);
  }
}

/* Bottom Card Info */
.card-bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.industry-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark);
}

.industry-caption {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  margin-top: 2px;
}

.industry-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
  font-size: 12px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Hover State Animations */
.industry-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
}

.industry-card:hover .avatar-img {
  transform: scale(1.08);
}

.industry-card:hover .industry-arrow {
  transform: translateX(6px);
  background-color: var(--yellow-header);
}

/* --------------------------------------------------------------------------
   Live Conversation Demo Section (Two-Column Interactive Component)
   -------------------------------------------------------------------------- */
.live-demo-section {
  background: linear-gradient(180deg, #FCFBF7 0%, #F4F1EA 100%);
  padding: 88px 24px;
}

.live-demo-container {
  max-width: 1320px;
  margin: 0 auto;
}

.live-demo-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.live-demo-eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-blue);
  display: block;
  margin-bottom: 8px;
}

.live-demo-title {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.live-demo-desc {
  font-size: 15px;
  font-weight: 500;
  color: #555555;
  line-height: 1.65;
}

/* Two-Column Layout (38% / 59%) - Centered Vertical Alignment */
.live-demo-layout {
  display: grid;
  grid-template-columns: 38% 59%;
  gap: 3%;
  align-items: center;
}

/* Left Column: Avatar Card (Compact Footprint) */
.demo-avatar-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.demo-avatar-card.visible {
  opacity: 1;
  transform: scale(1);
}

.demo-avatar-card:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
}

.demo-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.industry-selector-pill {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #FCFBF7;
  padding: 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.06);
  flex-wrap: wrap;
}

.tab-item {
  font-size: 10px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  color: #64748b;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: auto !important;
  min-width: auto !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}

.tab-item.active {
  background: var(--yellow-header);
  color: var(--text-dark);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Avatar Stage Video Box (Compact Height) */
.avatar-stage {
  width: 100%;
  height: 270px;
  border-radius: 18px;
  background: #111111;
  border: 1px solid rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6);
}

.avatar-stage-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 163, 255, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
  animation: pulseGlow 4s ease-in-out infinite alternate;
}

.demo-avatar-img,
.demo-avatar-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 2;
  border-radius: 24px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
}

.use-case-avatar-wrapper {
  width: 100%;
  height: 210px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.use-case-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.95;
  transition: opacity 0.4s ease, transform 0.5s ease;
  z-index: 1;
}

.use-case-card:hover .use-case-video {
  opacity: 1;
  transform: scale(1.04);
}

@keyframes avatarFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-6px); }
}

@keyframes pulseGlow {
  0% { transform: scale(0.9); opacity: 0.5; }
  100% { transform: scale(1.15); opacity: 0.9; }
}

/* Speaking Wave Overlay */
.speaking-wave-indicator {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 24px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.75);
  backdrop-filter: blur(8px);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.speaking-wave-indicator.active {
  opacity: 1;
}

.speaking-wave-indicator span {
  width: 3px;
  height: 100%;
  background: var(--yellow-header);
  border-radius: 2px;
  animation: soundWave 0.8s ease-in-out infinite alternate;
}

.speaking-wave-indicator span:nth-child(1) { animation-delay: 0.1s; }
.speaking-wave-indicator span:nth-child(2) { animation-delay: 0.3s; }
.speaking-wave-indicator span:nth-child(3) { animation-delay: 0.2s; }
.speaking-wave-indicator span:nth-child(4) { animation-delay: 0.4s; }

@keyframes soundWave {
  0% { height: 4px; }
  100% { height: 18px; }
}

/* Avatar Status Indicators (Compact Bar) */
.avatar-status-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px 12px;
  background: #FCFBF7;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 10px;
  font-weight: 800;
}

.status-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-dark);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.status-dot.green {
  background-color: #10B981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.status-dot.blue-pulse {
  background-color: var(--accent-blue);
}

.status-dot.blue-pulse.active {
  animation: statusPulse 1.2s infinite;
}

@keyframes statusPulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 163, 255, 0.6); }
  70% { transform: scale(1.2); box-shadow: 0 0 0 6px rgba(0, 163, 255, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 163, 255, 0); }
}

/* Right Column: Application Dashboard UI (Zero Chat UI) */
.demo-dashboard-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, box-shadow 0.3s ease;
}

.demo-dashboard-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.demo-dashboard-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.1);
}

.dashboard-command-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}

.command-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FCFBF7;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.06);
}

.command-label {
  font-size: 12px;
  font-weight: 800;
  color: var(--text-dark);
}

/* Step Progress Bar */
.step-progress-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.progress-step {
  flex: 1;
  padding: 6px 10px;
  border-radius: 8px;
  background: #FCFBF7;
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 10px;
  font-weight: 800;
  color: #94a3b8;
  text-align: center;
  transition: all 0.3s ease;
}

.progress-step.active {
  background: var(--yellow-header);
  color: var(--text-dark);
  border-color: rgba(0,0,0,0.1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Dashboard Glass Panel */
.dashboard-glass-panel {
  background: rgba(252, 251, 247, 0.6);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dash-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
  opacity: 0.4;
  transform: translateY(10px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.dash-section.active {
  opacity: 1;
  transform: translateY(0);
}

.dash-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #94a3b8;
  margin-bottom: 8px;
}

.badge-status-blue {
  background: rgba(0, 163, 255, 0.08);
  color: var(--accent-blue);
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 9px;
}

.dash-dates-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.date-card {
  background: #FCFBF7;
  border-radius: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.05);
}

.date-card.active {
  border-color: var(--yellow-header);
  background: #FFFDF5;
  box-shadow: 0 4px 12px rgba(255, 213, 0, 0.15);
}

.date-label {
  display: block;
  font-size: 9px;
  font-weight: 800;
  color: #94a3b8;
}

.date-val {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: var(--text-dark);
}

/* Featured Room Card */
.room-card.featured {
  background: #FCFBF7;
  border-radius: 12px;
  padding: 10px 14px;
  border: 2px solid var(--yellow-header);
  box-shadow: 0 8px 24px rgba(255, 213, 0, 0.18);
  transition: all 0.4s ease;
}

.room-badge {
  background: var(--yellow-header);
  font-size: 9px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--text-dark);
}

.room-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-dark);
  margin-top: 2px;
}

.room-price {
  font-size: 15px;
  font-weight: 800;
  color: var(--text-dark);
}

.room-tags {
  display: flex;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  margin-top: 6px;
}

.guest-info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FCFBF7;
  padding: 8px 12px;
  border-radius: 10px;
}

.info-item span {
  display: block;
  font-size: 9px;
  color: #94a3b8;
  font-weight: 700;
}

.info-item strong {
  font-size: 11px;
  font-weight: 800;
  color: var(--text-dark);
}

/* Success Banner */
.dash-success-banner {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}

.dash-success-banner.active {
  opacity: 1;
  transform: translateY(0);
}

.dashboard-footer-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  flex-wrap: wrap;
  gap: 10px;
}

.status-indicator-chip {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  color: var(--text-dark);
}

/* Right Column: Chat Panel */
.demo-chat-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 540px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, box-shadow 0.3s ease;
}

.demo-chat-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.demo-chat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.12);
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.chat-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dark);
}

.chat-subtitle {
  font-size: 11px;
  color: #64748b;
  font-weight: 600;
}

.restart-demo-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #FCFBF7;
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 11px;
  font-weight: 800;
  color: var(--text-dark);
  transition: all 0.25s ease;
}

.restart-demo-btn:hover {
  background: var(--yellow-header);
  transform: rotate(15deg);
}

/* Chat Messages Scroll View */
.chat-messages-body {
  flex: 1;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 310px;
  overflow-y: auto;
  padding-right: 6px;
}

/* Custom Scrollbar */
.chat-messages-body::-webkit-scrollbar {
  width: 4px;
}
.chat-messages-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* Chat Bubble Styles */
.msg-bubble {
  max-width: 84%;
  padding: 14px 18px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  animation: msgSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes msgSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.msg-bubble.user {
  align-self: flex-end;
  background-color: var(--text-dark);
  color: #ffffff;
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.msg-bubble.ai {
  align-self: flex-start;
  background-color: #FCFBF7;
  color: var(--text-dark);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.msg-header {
  font-size: 10px;
  font-weight: 800;
  opacity: 0.75;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.msg-card-details {
  margin-top: 8px;
  padding: 8px 12px;
  background: rgba(0, 163, 255, 0.06);
  border-radius: 12px;
  border-left: 3px solid var(--accent-blue);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

/* Typing Indicator Bubble */
.typing-bubble {
  align-self: flex-start;
  background-color: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 18px;
  border-radius: 20px;
  border-bottom-left-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.typing-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #94a3b8;
  animation: typingBounce 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(1) { animation-delay: 0s; }
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBounce {
  0%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-6px); background-color: var(--accent-blue); }
}

/* Chat Control Bar */
.chat-control-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FCFBF7;
  border-radius: 999px;
  padding: 6px 6px 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

.voice-input-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--yellow-header);
  color: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.voice-input-btn.pulsing {
  animation: voicePulse 2s infinite alternate;
}

@keyframes voicePulse {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 213, 0, 0.5); }
  100% { transform: scale(1.08); box-shadow: 0 0 0 8px rgba(255, 213, 0, 0); }
}

.chat-input-field {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-dark);
}

.chat-send-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--text-dark);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: background-color 0.25s ease;
}

.chat-send-btn:hover {
  background: var(--accent-blue);
}

/* Feature Pills Row */
.feature-pills-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-item {
  font-size: 10px;
  font-weight: 800;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #FCFBF7;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* --------------------------------------------------------------------------
   Real Use Cases Section (3 x 2 Bento Grid with Floating Speech Bubbles)
   -------------------------------------------------------------------------- */
.use-cases-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 88px 24px;
}

.use-cases-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.use-cases-eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-blue);
  display: block;
  margin-bottom: 8px;
}

.use-cases-title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.use-cases-desc {
  font-size: 15px;
  font-weight: 500;
  color: #555555;
  line-height: 1.65;
}

/* 3 x 2 Bento Grid */
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.use-case-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.use-case-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Light Reflection Overlay */
.card-reflection-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  z-index: 1;
}

.use-case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}

.use-case-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.use-case-avatar-wrapper {
  width: 100%;
  height: 210px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.use-case-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  animation: avatarFloat 4s ease-in-out infinite alternate;
}

/* Floating Speech Bubble on Hover */
.floating-speech-bubble {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: rgba(17, 17, 17, 0.88);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.use-case-card:hover .floating-speech-bubble {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.use-case-content {
  position: relative;
  z-index: 2;
}

.use-case-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.use-case-text {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

.use-case-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: 800;
  color: var(--text-dark);
  transition: all 0.3s ease;
}

.use-case-btn i {
  transition: transform 0.3s ease;
}

/* Hover State */
.use-case-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.14);
}

.use-case-card:hover .use-case-avatar-img {
  transform: scale(1.08);
}

.use-case-card:hover .use-case-btn {
  background: var(--yellow-header);
}

.use-case-card:hover .use-case-btn i {
  transform: translateX(6px);
}

/* --------------------------------------------------------------------------
   Meet Our AI Avatars Section (4 x 2 Responsive Grid & Detail Modal)
   -------------------------------------------------------------------------- */
.avatars-gallery-section {
  background-color: #FCFBF7;
  padding: 88px 24px;
}

.avatars-gallery-container {
  max-width: 1320px;
  margin: 0 auto;
}

.avatars-gallery-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.avatars-gallery-eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-blue);
  display: block;
  margin-bottom: 8px;
}

.avatars-gallery-title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: var(--text-dark);
  margin-bottom: 16px;
}

.avatars-gallery-desc {
  font-size: 15px;
  font-weight: 500;
  color: #555555;
  line-height: 1.65;
}

/* 4 x 2 Responsive Grid */
.avatars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.avatar-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.avatar-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.avatar-card-image-box {
  width: 100%;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #FCFBF7;
  border: 1px solid rgba(0,0,0,0.04);
}

.avatar-card-glow {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 163, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.avatar-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  animation: avatarFloat 4s ease-in-out infinite alternate;
}

.avatar-card-body {
  margin: 16px 0 12px;
}

.avatar-name {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dark);
}

.avatar-role {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  margin-top: 2px;
}

.avatar-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.avatar-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  color: var(--text-dark);
}

.avatar-demo-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--text-dark);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Hover Animations */
.avatar-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px -10px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.14);
}

.avatar-card:hover .avatar-card-img {
  transform: scale(1.08);
}

.avatar-card:hover .avatar-demo-btn {
  background: var(--yellow-header);
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   Avatar Detail Modal
   -------------------------------------------------------------------------- */
.avatar-modal-card {
  width: 100%;
  max-width: 780px;
  background: #FCFBF7;
  border-radius: 36px;
  padding: 36px;
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  position: relative;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.modal-overlay.active .avatar-modal-card {
  transform: scale(1);
}

.avatar-modal-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
}

.avatar-modal-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.avatar-modal-img {
  width: 100%;
  height: 320px;
  border-radius: 24px;
  object-fit: cover;
  border: 3px solid #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.avatar-modal-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 11px;
  font-weight: 800;
}

.avatar-modal-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--accent-blue);
  text-transform: uppercase;
}

.avatar-modal-name {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-dark);
  margin-top: 2px;
}

.avatar-modal-role {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 20px;
}

.modal-section-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.05);
  margin-bottom: 12px;
}

.modal-box-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #94a3b8;
  margin-bottom: 6px;
}

.modal-box-text {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.5;
}

.languages-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lang-tag {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  background: #FCFBF7;
  border: 1px solid rgba(0,0,0,0.06);
}

.avatar-modal-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

/* --------------------------------------------------------------------------
   Responsive Media Queries
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .editorial-headline {
    font-size: clamp(2.8rem, 8.5vw, 6.5rem);
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .col-span-5, .col-span-7, .col-span-6 {
    grid-column: span 12;
  }
  .white-feature-box {
    grid-template-columns: 1fr;
  }
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .live-demo-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .live-demo-title {
    font-size: 34px;
  }
  .use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .avatars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .avatar-modal-grid {
    grid-template-columns: 1fr;
  }
  .avatar-modal-img {
    height: 240px;
  }
}

@media (max-width: 768px) {
  .search-container {
    display: none;
  }
  .editorial-headline {
    font-size: clamp(2.2rem, 7.5vw, 4.5rem);
    line-height: 0.95;
  }
  .editorial-subheading {
    font-size: 14px;
  }
  .industries-grid {
    grid-template-columns: 1fr;
  }
  .industries-title {
    font-size: 32px;
  }
  .use-cases-grid {
    grid-template-columns: 1fr;
  }
  .use-cases-title {
    font-size: 32px;
  }
  .avatars-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Bazil-Style Editorial Featured AI Assistant Section (Minimized Footprint)
   -------------------------------------------------------------------------- */



/* Giant Typography Overlay (Minimized) */




/* Center Hotel Concierge Portrait (Minimized) */



/* Floating Action Buttons at Bottom of Portrait (Minimized) */






/* Capabilities Container Below (Minimized) */






/* Unique Vibrant Hover Colors for Each Capability Card */
/* Card 1: Hotel Check-in Assistance (Ocean Blue Hover) */

/* Card 2: Room Booking (Warm Gold Hover) */

/* Card 3: Restaurant Reservations (Crimson Coral Hover) */

/* Card 4: Local Recommendations (Emerald Green Hover) */

/* Card 5: Multilingual Conversations (Deep Purple Hover) */

/* Card 6: 24/7 Guest Support (Dark Charcoal & Gold Glow Hover) */






/* --------------------------------------------------------------------------
   3D Pop-Out Character Cards Showcase ("Built for Every Customer Interaction")
   -------------------------------------------------------------------------- */
.popout-categories-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}

.popout-cat-tab {
  padding: 8px 18px;
  border-radius: 999px;
  background: #FCFBF7;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  font-weight: 800;
  color: #64748b;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popout-cat-tab.active {
  background: var(--text-dark);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

/* Horizontal Cards Stage (No Scrollbar, Compact Size) */
.popout-cards-stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  padding-top: 15px;
  margin-bottom: 28px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
  padding-bottom: 12px;
}

.popout-cards-stage::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.popout-card {
  width: 155px;
  height: 225px;
  border-radius: 22px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, filter 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
  overflow: hidden;
}

.popout-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16);
}

/* Featured / Active Card Styling (Compact Height & Elevation) */
.popout-card.featured.active {
  width: 175px;
  height: 255px;
  border-radius: 26px;
  background: #111111 !important;
  transform: translateY(-10px);
  z-index: 10;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  border: 2px solid var(--yellow-header);
}

/* Avatar Image Container Inside Card Frame */
.popout-avatar-wrapper {
  width: 100%;
  height: 110px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 6px;
  transition: height 0.4s ease;
}

.popout-card.featured.active .popout-avatar-wrapper {
  height: 130px;
  border-radius: 18px;
}

.popout-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.popout-card:hover .popout-avatar-img {
  transform: scale(1.06);
}

.popout-card-body {
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popout-icon {
  font-size: 15px;
  display: block;
  margin-bottom: 1px;
}

.popout-card-title {
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1px;
}

.popout-rating {
  font-size: 8px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: var(--yellow-header);
}

.popout-action-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(4px);
  padding: 3px 10px;
  border-radius: 999px;
  margin-top: 6px;
  transition: all 0.25s ease;
}

.popout-card.featured.active .popout-action-pill {
  background: var(--yellow-header);
  color: var(--text-dark);
  box-shadow: 0 3px 10px rgba(255, 213, 0, 0.3);
}

/* Bottom Detail Banner (Compact Container) */
.popout-detail-banner {
  background: #FCFBF7;
  border-radius: 20px;
  padding: 16px 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
  max-width: 820px;
  margin: 0 auto;
  transition: all 0.35s ease;
}

.detail-banner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-banner-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-dark);
}

.detail-banner-rating {
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}

.detail-banner-desc {
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  line-height: 1.6;
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE DESIGN SYSTEM (ALL 18 BREAKPOINTS)
   Desktop: 1920px, 1728px, 1600px, 1440px, 1366px, 1280px
   Laptop: 1200px, 1024px
   Tablet: 992px, 820px, 768px
   Mobile: 480px, 430px, 414px, 390px, 375px, 360px, 320px
   ========================================================================== */

/* Global Overflow & Fluid Typography Protection */
html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}

/* Touch Targets Standard (44px Minimum for Mobile Touch Accessibility) */
button, 
a.btn-editorial-dark, 
a.btn-editorial-outline, 
.tab-item, 
.assistant-chip, 
.login-btn, 
.cart-btn, 
.search-btn, 
.mobile-menu-toggle {
  min-height: 44px;
  box-sizing: border-box;
}

/* Mobile Navigation Hamburger & Drawer Styles */
.mobile-menu-toggle {
  display: none;
  background: var(--text-dark);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.mobile-menu-toggle:hover {
  background: #222222;
}

.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: #ffffff;
  z-index: 10000;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-drawer.active {
  transform: translateX(-320px);
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--yellow-header);
}

.mobile-drawer-close {
  background: transparent;
  border: none;
  font-size: 20px;
  color: var(--text-dark);
  cursor: pointer;
}

.mobile-drawer-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  flex: 1;
}

.mobile-search-wrapper {
  display: flex;
  align-items: center;
  background: #F4F1EA;
  border-radius: 12px;
  padding: 4px 8px 4px 14px;
  border: 1px solid rgba(0,0,0,0.06);
}

.mobile-search-input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  outline: none;
}

.mobile-search-btn {
  background: var(--text-dark);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #FCFBF7;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.2s ease;
}

.mobile-nav-link:hover {
  background: var(--yellow-header);
}

.mobile-drawer-actions {
  margin-top: auto;
}

.mobile-full-btn {
  width: 100%;
  justify-content: center;
  padding: 14px;
  border-radius: 12px;
  font-size: 13px;
}

/* --------------------------------------------------------------------------
   18 BREAKPOINTS ACCORDING TO SPECIFICATION
   -------------------------------------------------------------------------- */

/* 1. Ultra-Wide & Large Desktop (1920px, 1728px, 1600px, 1440px) */
@media (max-width: 1920px) {
  .header-container, .hero-wrapper, .bento-container, .live-demo-container, .verticals-container, .footer-container {
    max-width: 1400px;
  }
}

@media (max-width: 1728px) {
  .header-container, .hero-wrapper, .bento-container, .live-demo-container, .verticals-container, .footer-container {
    max-width: 1320px;
  }
}

@media (max-width: 1600px) {
  .header-container, .hero-wrapper, .bento-container, .live-demo-container, .verticals-container, .footer-container {
    max-width: 1280px;
  }
}

@media (max-width: 1440px) {
  .search-container {
    max-width: 440px;
  }
}

/* 2. Standard Desktop & Small Desktop (1366px, 1280px) */
@media (max-width: 1366px) {
  .search-container {
    max-width: 380px;
  }
  .editorial-headline {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
  }
}

@media (max-width: 1280px) {
  .search-container {
    max-width: 340px;
  }
}

/* 3. Laptop Breakpoints (1200px, 1024px) */
@media (max-width: 1200px) {
  .bento-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
  .live-demo-layout {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .search-container {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .editorial-image-container {
    margin-top: 24px !important;
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .col-span-5, .col-span-7, .col-span-6 {
    grid-column: span 1;
  }
  .live-demo-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .demo-avatar-card, .demo-dashboard-card {
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }
  .white-feature-box {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* 4. Tablet Breakpoints (992px, 820px, 768px) */
@media (max-width: 992px) {
  .editorial-hero {
    padding: 40px 20px 60px;
  }
  .editorial-headline {
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  }
  .editorial-subheading {
    font-size: 14px;
    max-width: 600px;
  }
  .editorial-ctas {
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media (max-width: 820px) {
  .popout-cards-stage {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }
  .popout-detail-banner {
    padding: 14px 18px;
  }
}

@media (max-width: 768px) {
  .header-bar {
    padding: 10px 0;
  }
  .brand-title {
    font-size: 16px;
  }
  .editorial-headline {
    font-size: clamp(1.9rem, 6.5vw, 3.6rem);
    letter-spacing: -1px;
  }
  .editorial-subheading {
    font-size: 13px;
    line-height: 1.55;
  }
  .btn-editorial-dark, .btn-editorial-outline {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
  .editorial-ctas {
    width: 100%;
    flex-direction: column;
  }
  .editorial-image-container {
    margin-top: 20px !important;
  }
  .demo-card-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .industry-selector-pill {
    width: 100%;
    justify-content: flex-start;
    border-radius: 14px;
    padding: 6px;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .industry-selector-pill::-webkit-scrollbar {
    display: none;
  }
  .step-progress-bar {
    flex-wrap: wrap;
    gap: 6px;
  }
  .progress-step {
    font-size: 10px;
    padding: 4px 8px;
  }
  .login-modal-box, .avatar-modal-box {
    width: 92%;
    padding: 24px 18px;
  }
}

/* 5. Mobile Breakpoints (480px, 430px, 414px, 390px, 375px, 360px, 320px) */
@media (max-width: 480px) {
  .header-container {
    padding: 0 16px;
  }
  .login-btn span {
    display: none;
  }
  .login-btn {
    padding: 10px;
    min-width: 44px;
    justify-content: center;
  }
  .editorial-hero {
    padding: 32px 16px 48px;
  }
  .editorial-image-container {
    margin-top: 16px !important;
  }
  .editorial-headline {
    font-size: clamp(1.75rem, 7.5vw, 3rem);
  }
  .editorial-subheading {
    font-size: 12px;
  }
  .bento-section {
    padding: 40px 16px;
  }
  .bento-card {
    padding: 20px 16px;
  }
  .assistant-chips-row {
    flex-wrap: wrap;
    gap: 6px;
  }
  .assistant-chip {
    font-size: 11px;
    padding: 6px 12px;
  }
  .assistant-card-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .assistant-controls {
    width: 100%;
    justify-content: space-between;
  }
  .live-demo-section, .verticals-section {
    padding: 40px 16px;
  }
  .live-demo-title {
    font-size: 22px;
  }
  .demo-avatar-card, .demo-dashboard-card {
    padding: 16px;
    border-radius: 20px;
  }
  .avatar-stage {
    height: 250px;
  }
  .popout-card {
    width: 140px;
    height: 210px;
    padding: 10px;
  }
  .popout-card:hover {
    transform: translateY(-10px) scale(1.03);
  }
  .popout-avatar-wrapper {
    height: 100px;
  }
  .popout-card:hover .popout-avatar-wrapper {
    height: 115px;
  }
  .popout-card-title {
    font-size: 10px;
  }
  .popout-detail-banner {
    padding: 14px;
    border-radius: 16px;
  }
  .detail-banner-title {
    font-size: 15px;
  }
  .detail-banner-desc {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .editorial-headline {
    font-size: 1.8rem;
  }
  .demo-card-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 414px) {
  .editorial-subheading {
    font-size: 12px;
  }
}

@media (max-width: 390px) {
  .popout-card {
    width: 135px;
    height: 200px;
  }
}

@media (max-width: 375px) {
  .editorial-headline {
    font-size: 1.65rem;
  }
  .brand-title {
    font-size: 15px;
  }
  .popout-card {
    width: 130px;
    height: 195px;
  }
}

@media (max-width: 360px) {
  .editorial-headline {
    font-size: 1.55rem;
  }
  .brand-title {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .editorial-headline {
    font-size: 1.4rem;
  }
  .brand-title {
    display: none;
  }
  .popout-card {
    width: 120px;
    height: 185px;
  }
}

/* ==========================================================================
   NAVBAR PILL NAVIGATION (Right-side nav pills + button)
   ========================================================================== */
.nav-pill-container {
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--yellow-header);
  border-radius: 999px;
  padding: 5px 6px;
}

.nav-pill-link {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: 0.2px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.nav-pill-link:hover {
  color: #ffffff;
  background: transparent;
}

.nav-pill-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--text-dark);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.nav-pill-btn:hover {
  background: #222222;
  transform: translateY(-1px);
}

.brand-logo-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Mobile menu toggle */
.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 16px;
  color: var(--text-dark);
  cursor: pointer;
  transition: background 0.2s;
}
.mobile-menu-toggle:hover { background: rgba(0, 0, 0, 0.18); }

@media (max-width: 1024px) {
  .nav-pill-container { display: none; }
  .mobile-menu-toggle { display: flex; }
}

/* ==========================================================================
   LIVE DEMO / EXPERIENCE AI SECTION
   ========================================================================== */
.live-demo-section {
  background: #F8FAFC;
  padding: 100px 24px;
  position: relative;
  overflow: hidden;
}

.live-demo-container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.live-demo-header {
  text-align: center;
  margin-bottom: 60px;
}

.live-exp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(67, 210, 112, 0.1);
  border: 1px solid rgba(67, 210, 112, 0.25);
  font-size: 11px;
  font-weight: 800;
  color: #2E7D32;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.live-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #43D270;
  animation: pulseDot 1.5s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: 
  font-family: var(--font-display);scale(0.75); }
}

.live-demo-title {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

.live-demo-desc {
  font-size: 15px;
  color: #475569;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Background ambient elements */
.exp-bg-light-rays {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(67, 210, 112, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.exp-bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}
.blob-1 {
  width: 400px; height: 400px;
  top: -100px; left: -100px;
  background: rgba(0, 163, 255, 0.10);
}
.blob-2 {
  width: 350px; height: 350px;
  bottom: -80px; right: -80px;
  background: rgba(67, 210, 112, 0.08);
}

.exp-bg-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Two-column grid */

/* LEFT PANEL — Selector Card */


.exp-live-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
}

.glowing-green-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #43D270;
  box-shadow: 0 0 8px rgba(67, 210, 112, 0.8);
  animation: pulseDot 1.5s ease-in-out infinite;
}

.live-indicator-text {
  font-size: 11px;
  font-weight: 800;
  color: #2E7D32;
  letter-spacing: 0.5px;
}

.system-status-chip {
  font-size: 10px;
  font-weight: 700;
  color: #475569;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Industry pills */
.future-industries-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.future-ind-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
}

.future-ind-pill.active {
  background: #ffffff;
  border-color: #0284C7;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.08);
}






/* Start Experience Button */



.btn-text { font-weight: 800; }

/* RIGHT PANEL — Floating Device */

.exp-floating-device {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  position: relative;
}

.device-glass-reflection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
  z-index: 10;
  pointer-events: none;
}


.device-title-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.device-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #43D270;
  box-shadow: 0 0 6px rgba(67, 210, 112, 0.8);
}

.device-os-tag {
  font-size: 11px;
  font-weight: 700;
  color: #475569;
  letter-spacing: 0.5px;
}

.device-status-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Sound ripple bars */
.sound-ripple-bars {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 18px;
}

.bar {
  width: 2.5px;
  border-radius: 999px;
  background: #43D270;
  animation: rippleBar 1.2s ease-in-out infinite;
}
.bar-1 { height: 6px;  animation-delay: 0s; }
.bar-2 { height: 14px; animation-delay: 0.15s; }
.bar-3 { height: 10px; animation-delay: 0.3s; }
.bar-4 { height: 6px;  animation-delay: 0.45s; }

@keyframes rippleBar {
  0%, 100% { transform: scaleY(0.5); opacity: 0.6; }
  50% { transform: scaleY(1); opacity: 1; }
}

.voice-ready-tag {
  font-size: 10.5px;
  font-weight: 700;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Video container */
.device-video-container {
  position: relative;
  width: 100%;
  background: #000;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.device-demo-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Audio toggle button */
.video-audio-toggle {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  z-index: 20;
  transition: background 0.2s;
}
.video-audio-toggle:hover { background: rgba(0, 0, 0, 0.8); }

/* Connecting toast */
.connecting-toast {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(10, 15, 30, 0.85);
  backdrop-filter: blur(4px);
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.connecting-toast.active { opacity: 1; pointer-events: all; }

.toast-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.2);
  border-top-color: #43D270;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Audio ripple overlay */
.audio-ripple-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}
.audio-ripple-container.active { opacity: 1; }

.ripple-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(67, 210, 112, 0.5);
  animation: rippleExpand 2s ease-out infinite;
}
.ring-1 { width: 80px;  height: 80px;  animation-delay: 0s; }
.ring-2 { width: 140px; height: 140px; animation-delay: 0.5s; }
.ring-3 { width: 200px; height: 200px; animation-delay: 1s; }

@keyframes rippleExpand {
  0%   { transform: scale(0.6); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* Bottom timeline */
.device-timeline-container {
  padding: 14px 18px 16px;
  background: rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.timeline-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9.5px;
  font-weight: 800;
  color: #94A3B8;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.timeline-sync-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #43D270;
}

.exp-timeline {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  gap: 6px;
}

.timeline-step::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  z-index: 0;
}
.timeline-step:last-child::before { display: none; }

.step-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.timeline-step.active .step-dot {
  border-color: #43D270;
  background: #43D270;
  box-shadow: 0 0 8px rgba(67, 210, 112, 0.8);
}

.step-label {
  font-size: 10px;
  font-weight: 700;
  color: #94A3B8;
  text-align: center;
  transition: color 0.3s;
}
.timeline-step.active .step-label { color: #43D270; }

/* Reveal animations */
.exp-reveal-header,
.exp-reveal-left,
.exp-reveal-right {
  opacity: 1;
}

@media (max-width: 1024px) {
}

/* ==========================================================================
   Top Banner Carousel (Flipkart Style Auto-scroll)
   ========================================================================== */
#heroBannerCarouselCard {
  aspect-ratio: 1024 / 429;
  width: 100% !important;
  max-width: 1050px !important;
  margin: 0 auto !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 40px !important;
  position: relative;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.banner-carousel-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  user-select: none;
  outline: none;
}

.banner-carousel-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 500%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.banner-slide {
  position: relative;
  width: 20%;
  height: 100%;
  flex: 0 0 20%;
  overflow: hidden;
}

.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s, color 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.banner-arrow:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.banner-arrow.prev {
  left: 16px;
}

.banner-arrow.next {
  right: 16px;
}

@media (max-width: 768px) {
  .banner-arrow {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  .banner-arrow.prev { left: 8px; }
  .banner-arrow.next { right: 8px; }
}

.banner-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  padding: 6px 12px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-dot.active {
  width: 24px;
  border-radius: 10px;
  background: #ffffff;
}


/* Industry chips (now in the stage shell bar) */
.sub-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sub-chip i { font-size: 10px; }
.sub-chip:hover { border-color: #94A3B8; color: #334155; }

.sub-chip.active {
  background: var(--text-dark);
  border-color: var(--text-dark);
  color: #FFFFFF;
}

/* ==========================================================================
   RENDER STAGES — all four formats share the same 16:9 device frame
   ========================================================================== */

.render-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.render-stage.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Keep the video's own sizing rules intact when it acts as a stage */
video.render-stage { object-fit: cover; }

/* A 9:16 kiosk capture is letterboxed, never cropped — cropping would cut the
   MIRA wordmark off the top and the name badge off the bottom. */
video.render-stage.is-portrait { object-fit: contain; }

.device-video-container.is-portrait {
  background:
    radial-gradient(circle at 28% 45%, rgba(67, 210, 112, 0.15), transparent 56%),
    linear-gradient(160deg, #0C1620 0%, #05090D 100%);
}

/* The portrait capture takes the left 48%; the panel owns the rest. Without
   this the 9:16 video sits centred with two thirds of the frame left empty. */
.device-video-container.is-portrait video.render-stage.is-portrait {
  right: 66%;              /* 34% is just enough: 9:16 in a 16:9 box = 31.6% */
  width: auto;
}

/* ---- companion panel (portrait kiosk format only) ---- */
.kiosk-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 66%;
  z-index: 4;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 18px 20px 44px 8px;
}

.device-video-container.is-portrait .kiosk-panel { display: flex; }

.kp-head {
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #64748B;
  margin-bottom: 3px;
}

.kp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  transition: background 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
}

.kp-item.is-live {
  opacity: 1;
  background: rgba(67, 210, 112, 0.14);
  border-color: rgba(67, 210, 112, 0.36);
}

.kp-item.is-done { opacity: 0.78; }

.kp-num {
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.1);
  color: #94A3B8;
}

.kp-item.is-live .kp-num,
.kp-item.is-done .kp-num {
  background: var(--yellow-header);
  color: #06170D;
}

.kp-copy { min-width: 0; }

.kp-q {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #E2E8F0;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kp-tag {
  display: block;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #64748B;
  margin-top: 1px;
}

.kp-item.is-live .kp-tag { color: var(--yellow-header); }

@media (max-width: 768px) {
  .kiosk-panel { padding: 12px 13px 40px 6px; gap: 5px; }
  .kp-item { padding: 5px 8px; gap: 7px; }
  .kp-q { font-size: 10px; }
  .kp-tag { font-size: 8px; }
  .kp-num { width: 16px; height: 16px; font-size: 8px; }
}

@media (max-width: 600px) {
  /* Too narrow to hold both — give the whole frame back to the capture. */
  .kiosk-panel { display: none !important; }
  .device-video-container.is-portrait video.render-stage.is-portrait {
    right: 0;
    width: 100%;
  }
}

/* --- Shared stage caption --- */
.stage-caption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 10.5px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  z-index: 6;
}

.stage-caption-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yellow-header);
  box-shadow: 0 0 8px var(--yellow-header);
  animation: pulseDot 1.6s ease-in-out infinite;
}

/* ==========================================================================
   STAGE: On-prem placeholder
   ========================================================================== */

.stage-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 40%, rgba(67, 210, 112, 0.12), transparent 62%),
    linear-gradient(160deg, #1B2530 0%, #0E141B 100%);
  text-align: center;
}

.placeholder-inner { max-width: 400px; }

.placeholder-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 12px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(67, 210, 112, 0.14);
  border: 1px solid rgba(67, 210, 112, 0.34);
  color: var(--yellow-header);
  font-size: 18px;
}

.stage-placeholder h4 {
  font-size: 15px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 7px;
}

.stage-placeholder p {
  font-size: 11.5px;
  line-height: 1.65;
  color: #94A3B8;
}

.stage-placeholder code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10.5px;
  padding: 1px 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  color: #CBD5E1;
}

.placeholder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 13px;
}

.placeholder-tags span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #94A3B8;
}

/* ==========================================================================
   STAGE: Voice only — conversation thread + agent activity panel
   No avatar. The interface is the demo: an audio-reactive aura on the left,
   live transcript and the agent's retrieved data on the right.
   ========================================================================== */

.stage-voice {
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow: hidden;              /* the panel must never spill past the frame */
  padding: 16px 18px 52px;       /* bottom clears the caption + Sound On button */
  background:
    radial-gradient(circle at 24% 42%, rgba(67, 210, 112, 0.16), transparent 56%),
    radial-gradient(circle at 82% 62%, rgba(0, 163, 255, 0.13), transparent 58%),
    linear-gradient(155deg, #0E1620 0%, #060A0F 100%);
}

/* -------------------------------------------------- left: aura ----------- */
.voice-aura-col {
  position: relative;
  flex: 0 0 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.voice-aura {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116%;
  height: 116%;
  transform: translate(-50%, -54%);
  overflow: visible;
  pointer-events: none;
}

/* Three organic blobs, path regenerated per frame from the voice level */
.aura-blob {
  transform-box: fill-box;
  transform-origin: center;
  mix-blend-mode: screen;
}

.blob-a { fill: url(#blobA); opacity: 0.5; }
.blob-b { fill: url(#blobB); opacity: 0.34; }
.blob-c { fill: #1E86C9; opacity: 0.2; }

.voice-bar {
  fill: var(--yellow-header);
  transition: height 70ms linear, y 70ms linear, opacity 110ms linear;
}

/* Centre core carrying the logo */
.voice-core {
  position: relative;
  z-index: 3;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 40px rgba(67, 210, 112, 0.34);
  transition: transform 90ms ease, box-shadow 140ms ease;
}

.voice-core-img { width: 100%; height: 100%; object-fit: contain; display: block; }

.voice-state {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(8, 20, 14, 0.72);
  border: 1px solid rgba(67, 210, 112, 0.4);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--yellow-header);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.voice-state-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--yellow-header);
  box-shadow: 0 0 7px var(--yellow-header);
  animation: pulseDot 1.4s ease-in-out infinite;
}

/* ------------------------------------------- right: thread + activity ---- */
.voice-panel-col {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;                 /* lets .voice-thread actually shrink */
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.voice-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.vp-title {
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #64748B;
}

.vp-lang {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(67, 210, 112, 0.16);
  border: 1px solid rgba(67, 210, 112, 0.32);
  color: var(--yellow-header);
}

.voice-thread {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;          /* scrolled by transform, not by scrollbar */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
}

/* One turn = a shopper line and the agent's reply */
.voice-msg {
  max-width: 86%;
  padding: 7px 11px;
  border-radius: 13px;
  font-size: 11.5px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.voice-msg.is-in { opacity: 1; transform: translateY(0); }

.voice-msg.user {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom-right-radius: 4px;
  color: #E2E8F0;
}

.voice-msg.agent {
  align-self: flex-start;
  background: rgba(67, 210, 112, 0.15);
  border: 1px solid rgba(67, 210, 112, 0.3);
  border-bottom-left-radius: 4px;
  color: #EAF7F0;
}

.voice-msg-who {
  display: block;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 2px;
  opacity: 0.6;
}

/* --- agent activity panel: what the concierge actually retrieved --------- */
.voice-activity {
  flex-shrink: 0;
  min-height: 74px;
  padding: 9px 11px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.va-idle {
  font-size: 10px;
  color: #4C5766;
  font-style: italic;
  padding: 12px 0;
  text-align: center;
}

.va-head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: var(--yellow-header);
  margin-bottom: 6px;
}

.va-head i { font-size: 9px; }

.va-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: 10.5px;
  color: #CBD5E1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.va-row:last-child { border-bottom: 0; }

/* Real product packshots, white-padded to a square so every row aligns */
.va-thumb {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 7px;
  object-fit: cover;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.va-strip {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 7px 0 3px;
}

.va-strip .va-thumb { width: 30px; height: 30px; }

.va-strip-more {
  font-size: 9.5px;
  font-weight: 800;
  color: #94A3B8;
  padding-left: 2px;
}
.va-row .va-name { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.va-price { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.va-was { font-size: 9.5px; color: #64748B; text-decoration: line-through; }
.va-now { font-size: 11.5px; font-weight: 800; color: var(--yellow-header); }

.va-chip {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(67, 210, 112, 0.2);
  border: 1px solid rgba(67, 210, 112, 0.4);
  color: var(--yellow-header);
  flex-shrink: 0;
}

.va-chip.red {
  background: rgba(239, 68, 68, 0.18);
  border-color: rgba(239, 68, 68, 0.4);
  color: #FCA5A5;
}

.va-big {
  font-size: 19px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
}

.va-sub { font-size: 10px; color: #94A3B8; margin-top: 1px; }

/* ==========================================================================
   RESPONSIVE — voice stage
   ========================================================================== */

@media (max-width: 992px) {
  .stage-voice { gap: 14px; padding: 14px 15px 36px; }
  .voice-aura-col { flex-basis: 34%; }
  .voice-core { width: 72px; height: 72px; padding: 16px; }
  .voice-msg { font-size: 11px; }
}

@media (max-width: 768px) {
  .stage-voice { gap: 11px; padding: 12px 13px 34px; }
  .voice-aura-col { flex-basis: 30%; }
  .voice-core { width: 60px; height: 60px; padding: 13px; }
  .voice-msg { font-size: 10.5px; padding: 6px 9px; max-width: 92%; }
  .voice-activity { min-height: 64px; padding: 8px 9px; }
  .va-big { font-size: 16px; }
}

@media (max-width: 600px) {
  /* Too short to hold both — the thread is the story, so the activity
     panel is what gives way. */
  .voice-activity { display: none; }
  .voice-aura-col { flex-basis: 26%; }
  .voice-core { width: 50px; height: 50px; padding: 11px; }
  .voice-state { font-size: 8px; padding: 3px 8px; }
  .voice-msg { font-size: 10px; }
}

@media (max-width: 480px) {
  .voice-aura-col { display: none; }   /* full width for the transcript */
  .stage-voice { padding: 10px 11px 30px; }
}

/* ==========================================================================
   RESPONSIVE — render stages
   ========================================================================== */

@media (max-width: 992px) {
}

@media (max-width: 768px) {
  .stage-placeholder h4 { font-size: 14px; }
  .stage-placeholder p { font-size: 11px; }
}

@media (max-width: 600px) {
  /* Stack the voice stage and drop the explanatory copy — the frame is too short for both */
  .stage-caption { font-size: 9.5px; padding: 4px 9px; bottom: 10px; left: 10px; }
  .placeholder-tags { display: none; }
}

@media (max-width: 480px) {
  .pill-name { font-size: 12px; }
  .sub-chip { font-size: 10px; padding: 4px 9px; }
  .stage-placeholder p { font-size: 10.5px; }
}

/* ==========================================================================
   FOUR DELIVERY FORMATS — tab bar + full-width stage + spec strip
   Replaces the old 35/65 split card. The stage is the hero; the switcher is a
   tab bar above it and the trade-offs sit in a strip below.
   ========================================================================== */

.format-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1120px;
  margin: 0 auto 18px;
}

.format-tab {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border-radius: 15px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease,
              box-shadow 0.25s ease, transform 0.25s ease;
}

.format-tab:hover { transform: translateY(-2px); border-color: rgba(15, 23, 42, 0.16); }

.format-tab.active {
  background: #FFFFFF;
  border-color: var(--yellow-header);
  box-shadow: 0 10px 26px rgba(67, 210, 112, 0.2);
}

.ft-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.05);
  color: #94A3B8;
  font-size: 14px;
  transition: background 0.25s ease, color 0.25s ease;
}

.format-tab.active .ft-icon {
  background: var(--yellow-header);
  color: #06170D;
}

.ft-copy { display: flex; flex-direction: column; gap: 1px; min-width: 0; }

.ft-name {
  font-size: 13.5px;
  font-weight: 800;
  color: #475569;
  line-height: 1.2;
  transition: color 0.25s ease;
}

.format-tab.active .ft-name { color: #0F172A; }

.ft-stack {
  font-size: 10px;
  font-weight: 600;
  color: #94A3B8;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* --------------------------------- stage shell -------------------------- */
.demo-shell {
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  background: #0B1118;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.shell-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  background: linear-gradient(180deg, #131C26 0%, #0D141C 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.shell-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1.1px;
  color: var(--yellow-header);
}

.shell-os {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #64748B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell-industry {
  display: flex;
  gap: 6px;
  margin-left: auto;
  overflow: hidden;
  max-width: 340px;
  opacity: 1;
  transition: max-width 0.3s ease, opacity 0.25s ease;
}

.shell-industry.is-hidden { max-width: 0; opacity: 0; pointer-events: none; }

.shell-industry .sub-chip {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #94A3B8;
  padding: 4px 10px;
  font-size: 10.5px;
}

.shell-industry .sub-chip:hover { border-color: rgba(255, 255, 255, 0.28); color: #E2E8F0; }

.shell-industry .sub-chip.active {
  background: var(--yellow-header);
  border-color: var(--yellow-header);
  color: #06170D;
}

.shell-voice {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #64748B;
}

/* --------------------------------- spec strip --------------------------- */
.format-specs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1120px;
  margin: 14px auto 0;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.09);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.spec {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.86);
}

.spec-label {
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #94A3B8;
}

.spec-value {
  font-size: 15px;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}

.spec-foot {
  position: absolute;
  right: 11px;
  bottom: 3px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #B6C0CC;
  pointer-events: none;
}

.format-note {
  max-width: 1120px;
  margin: 11px auto 0;
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
  text-align: center;
}

/* --- English reading under each spoken transcript line --- */
.voice-msg-en {
  display: block;
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 10px;
  font-style: italic;
  line-height: 1.45;
  opacity: 0.62;
}

/* ==========================================================================
   RESPONSIVE — format tabs & spec strip
   ========================================================================== */

@media (max-width: 992px) {
  .format-tabs { grid-template-columns: repeat(2, 1fr); }
  .format-specs { grid-template-columns: repeat(2, 1fr); }
  .shell-industry { max-width: 260px; }
}

@media (max-width: 768px) {
  .format-tab { padding: 11px 12px; gap: 9px; }
  .ft-icon { width: 30px; height: 30px; border-radius: 9px; font-size: 12px; }
  .ft-name { font-size: 12.5px; }
  .ft-stack { font-size: 9.5px; }
  .shell-bar { gap: 9px; padding: 9px 12px; }
  .shell-os { display: none; }             /* the tab already names the stack */
  .spec { padding: 11px 13px; }
  .spec-value { font-size: 14px; }
  .format-note { font-size: 12px; }
}

@media (max-width: 600px) {
  .format-tabs { grid-template-columns: 1fr; gap: 7px; }
  .shell-industry { max-width: 210px; }
  .shell-voice { display: none; }
  .demo-shell { border-radius: 16px; }
}

@media (max-width: 480px) {
  .format-specs { grid-template-columns: 1fr 1fr; }
  .spec-label { font-size: 8px; }
  .spec-value { font-size: 13px; }
}

/* ==========================================================================
   EVERY FRONT DESK — industry switcher
   Replaces the old hotel-only editorial hero. Centred, data-driven, and it
   scales to any number of verticals and activities.
   ========================================================================== */

.verticals-section {
  position: relative;
  padding: 96px 24px 104px;
  background:
    radial-gradient(circle at 15% 12%, rgba(67, 210, 112, 0.09), transparent 45%),
    radial-gradient(circle at 88% 78%, rgba(0, 163, 255, 0.08), transparent 45%),
    var(--hero-bg);
  overflow: hidden;
}

.verticals-container { max-width: 1120px; margin: 0 auto; }

/* --------------------------------- header ------------------------------- */
.verticals-head { text-align: center; margin-bottom: 30px; }

.v-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(67, 210, 112, 0.12);
  border: 1px solid rgba(67, 210, 112, 0.3);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B8A4B;
  margin-bottom: 16px;
}

.v-eyebrow i { font-size: 11px; }

.v-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4.4vw, 50px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1.4px;
  color: var(--text-dark);
  margin: 0 auto 14px;
  max-width: 15ch;
}

.v-sub {
  font-size: clamp(13px, 1.2vw, 15.5px);
  line-height: 1.7;
  color: #475569;
  max-width: 60ch;
  margin: 0 auto 20px;
}

.v-counter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 9px 20px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
}

.v-counter strong { font-size: 15px; font-weight: 800; color: var(--text-dark); margin-right: 3px; }

.v-counter-sep { width: 1px; height: 16px; background: rgba(15, 23, 42, 0.1); }

/* --------------------------------- tabs --------------------------------- */
.v-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 26px;
}

.v-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.8);
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 700;
  color: #64748B;
  cursor: pointer;
  transition: all 0.22s ease;
}

.v-tab i { font-size: 12px; opacity: 0.75; }

.v-tab:hover { border-color: rgba(15, 23, 42, 0.22); color: #334155; transform: translateY(-1px); }

.v-tab.active {
  background: var(--text-dark);
  border-color: var(--text-dark);
  color: #FFFFFF;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}

.v-tab.active i { opacity: 1; color: var(--yellow-header); }

/* --------------------------------- stage -------------------------------- */
.v-stage {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 34px;
  align-items: center;
  padding: 30px 34px;
  border-radius: 26px;
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.1);
}

.v-portrait {
  position: relative;
  align-self: stretch;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(165deg, #EAF7F0 0%, #DCEEF8 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.v-portrait-glow {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 78%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 210, 112, 0.34), transparent 68%);
}

.v-portrait-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  animation: vFade 0.45s ease;
}

@keyframes vFade {
  from { opacity: 0; transform: translateY(9px) scale(0.985); }
  to   { opacity: 1; transform: none; }
}

.v-live {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(9, 20, 14, 0.76);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.1px;
  color: var(--yellow-header);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* --------------------------------- copy --------------------------------- */
.v-body { min-width: 0; }

.v-name {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  letter-spacing: -0.8px;
  color: var(--text-dark);
  margin: 0 0 3px;
}

.v-role {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #1B8A4B;
  margin: 0 0 12px;
}

.v-desc {
  font-size: 14px;
  line-height: 1.72;
  color: #475569;
  margin: 0 0 20px;
  max-width: 62ch;
}

.v-acts-head {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #94A3B8;
  margin: 0 0 11px;
}

.v-acts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
  gap: 8px;
}

.v-act {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 11px;
  background: #F6FAF8;
  border: 1px solid rgba(15, 23, 42, 0.055);
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
  animation: vActIn 0.4s ease both;
}

.v-act i {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow-header);
  color: #06170D;
  font-size: 7.5px;
}

@keyframes vActIn {
  from { opacity: 0; transform: translateY(7px); }
  to   { opacity: 1; transform: none; }
}

/* ==========================================================================
   RESPONSIVE — verticals
   ========================================================================== */

@media (max-width: 992px) {
  .verticals-section { padding: 76px 20px 84px; }
  .v-stage { grid-template-columns: 240px 1fr; gap: 26px; padding: 24px 26px; }
  .v-portrait { min-height: 250px; }
}

@media (max-width: 768px) {
  .v-stage { grid-template-columns: 1fr; gap: 22px; }
  .v-portrait { min-height: 260px; max-width: 300px; margin: 0 auto; width: 100%; }
  .v-body { text-align: center; }
  .v-desc { margin-left: auto; margin-right: auto; }
  .v-acts { grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
  .v-act { text-align: left; }
  .v-tab { font-size: 11.5px; padding: 8px 13px; }
}

@media (max-width: 600px) {
  .verticals-section { padding: 62px 16px 70px; }
  .v-counter { gap: 10px; padding: 8px 15px; font-size: 11px; }
  .v-counter strong { font-size: 13.5px; }
  .v-acts { grid-template-columns: 1fr 1fr; }
  .v-act { font-size: 11.5px; padding: 8px 10px; }
}

@media (max-width: 480px) {
  .v-tabs { gap: 6px; }
  .v-tab { font-size: 11px; padding: 7px 11px; }
  .v-tab i { display: none; }        /* labels alone at this width */
  .v-acts { grid-template-columns: 1fr; }
  .v-stage { padding: 20px 16px; }
}

/* ==========================================================================
   Idle play affordance on the stage
   Replaces the removed CTA button. Only appears when nothing is playing on a
   format that has something to play.
   ========================================================================== */

.stage-play {
  position: absolute;
  inset: 0;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  background: rgba(6, 12, 18, 0.42);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  font-family: inherit;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease;
}

.device-video-container.is-idle .stage-play { opacity: 1; visibility: visible; }
.device-video-container.no-play .stage-play { display: none; }

.stage-play-ring {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow-header);
  color: #06170D;
  font-size: 20px;
  padding-left: 4px;
  box-shadow: 0 10px 34px rgba(67, 210, 112, 0.5);
  transition: transform 0.22s ease;
}

.stage-play:hover .stage-play-ring { transform: scale(1.07); }

.stage-play-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 600px) {
  .stage-play-ring { width: 50px; height: 50px; font-size: 16px; }
  .stage-play-label { font-size: 10px; }
}

/* ==========================================================================
   Question caption over the stage
   Used by landscape formats whose capture has no mic track, so the viewer can
   see what was asked even though only the answer is audible.
   ========================================================================== */

.stage-question {
  position: absolute;
  left: 50%;
  bottom: 52px;
  z-index: 6;
  transform: translate(-50%, 6px);
  max-width: min(72%, 620px);
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(9, 16, 12, 0.82);
  border: 1px solid rgba(67, 210, 112, 0.34);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #EAF7F0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.stage-question.is-on {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* a quiet "asked:" marker so it never reads as the avatar's own words */
.stage-question::before {
  content: 'Shopper asked 4 ';
  font-weight: 800;
  letter-spacing: 0.4px;
  color: var(--yellow-header);
}

@media (max-width: 768px) {
  .stage-question { font-size: 11.5px; padding: 6px 13px; bottom: 46px; max-width: 84%; }
}

@media (max-width: 600px) {
  .stage-question { font-size: 10.5px; padding: 5px 11px; bottom: 40px; }
  .stage-question::before { content: ''; }
}

/* ==========================================================================
   HERO — eyebrow, proof points, secondary CTA
   ========================================================================== */

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 15px;
  border-radius: 999px;
  background: rgba(67, 210, 112, 0.12);
  border: 1px solid rgba(67, 210, 112, 0.32);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #17743F;
  margin-bottom: 20px;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 4px 0 26px;
  font-size: 12.5px;
  font-weight: 600;
  color: #64748B;
}

.hp-item strong {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin-right: 5px;
}

.hp-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #CBD5E1;
}

.btn-editorial-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: rgba(255, 255, 255, 0.7);
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text-dark);
  text-decoration: none;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.btn-editorial-ghost:hover {
  border-color: var(--text-dark);
  background: #FFFFFF;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hero-eyebrow { font-size: 10px; padding: 5px 12px; margin-bottom: 16px; }
  .hero-proof { gap: 10px; font-size: 11.5px; margin-bottom: 20px; }
  .hp-item strong { font-size: 15px; }
  .btn-editorial-ghost { padding: 12px 20px; font-size: 12.5px; }
}

@media (max-width: 480px) {
  .hero-proof { gap: 8px; font-size: 10.5px; }
  .hp-item strong { font-size: 13.5px; }
}

/* The headline is 26 characters now — below this width the clamp() floor is
   wider than the viewport, so let it break onto two balanced lines. */
@media (max-width: 640px) {
  .editorial-headline {
    white-space: normal;
    text-wrap: balance;      /* only meaningful once wrapping is allowed */
    line-height: 1.06;
    letter-spacing: -0.8px;
  }
}

/* ==========================================================================
   BANNER CAROUSEL — copy overlay
   The photographs are generated with one third deliberately left empty; the
   typography lives here in HTML so it stays crisp, editable and translatable
   instead of being baked into the image.
   ========================================================================== */

.bn-copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34%;
  max-width: 420px;
  padding: 0 clamp(18px, 2.6vw, 44px);
  pointer-events: none;
}

.bn-left  { left: 0; }
.bn-right { right: 0; }

/* --- eyebrow --------------------------------------------------------- */
.bn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: clamp(8.5px, 0.72vw, 10.5px);
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: clamp(10px, 1.4vw, 18px);
}

.bn-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--yellow-header);
  box-shadow: 0 0 7px var(--yellow-header);
  animation: pulseDot 1.6s ease-in-out infinite;
}

/* --- headline -------------------------------------------------------- */
.bn-head {
  font-family: var(--font-display);
  font-size: clamp(19px, 2.45vw, 40px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.9px;
  margin: 0 0 clamp(7px, 0.9vw, 13px);
}

.bn-sub {
  font-size: clamp(10.5px, 1.02vw, 15px);
  line-height: 1.55;
  margin: 0 0 clamp(12px, 1.5vw, 20px);
  max-width: 34ch;
}

/* --- chips ----------------------------------------------------------- */
.bn-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bn-chip {
  font-size: clamp(8.5px, 0.75vw, 11px);
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 999px;
  white-space: nowrap;
}

/* --- light photo: dark type ------------------------------------------ */
.bn-light .bn-eyebrow { background: rgba(67, 210, 112, 0.15); border: 1px solid rgba(67, 210, 112, 0.4); color: #157A41; }
.bn-light .bn-head    { color: #0F172A; }
.bn-light .bn-sub     { color: #475569; }
.bn-light .bn-chip    { background: rgba(15, 23, 42, 0.055); border: 1px solid rgba(15, 23, 42, 0.1); color: #334155; }

/* --- dark photo: light type ------------------------------------------ */
.bn-dark .bn-eyebrow  { background: rgba(67, 210, 112, 0.18); border: 1px solid rgba(67, 210, 112, 0.45); color: var(--yellow-header); }
.bn-dark .bn-head     { color: #FFFFFF; }
.bn-dark .bn-sub      { color: #C7D2DC; }
.bn-dark .bn-chip     { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); color: #E2E8F0; }

/* --- staggered entrance, replayed each time the slide comes round -----
   The LIVE state is visible by default and the animation only supplies the
   entrance, using fill-mode backwards to hold the from-state during the
   stagger delay. Relying on `forwards` to reveal the text meant that if the
   animation never ran — a backgrounded tab, a paused renderer — the copy
   stayed permanently invisible. */
.bn-copy > * {
  opacity: 0;
  transform: translateY(14px);
}

.banner-slide.is-live .bn-copy > * {
  opacity: 1;
  transform: none;
  animation: bnRise 0.62s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

.banner-slide.is-live .bn-eyebrow { animation-delay: 0.05s; }
.banner-slide.is-live .bn-head    { animation-delay: 0.15s; }
.banner-slide.is-live .bn-sub     { animation-delay: 0.25s; }
.banner-slide.is-live .bn-chips   { animation-delay: 0.35s; }

@keyframes bnRise {
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .bn-copy > * { opacity: 1; transform: none; }
  .banner-slide.is-live .bn-copy > * { animation: none; }
  .bn-dot { animation: none; }
}

/* ==========================================================================
   RESPONSIVE — banner copy
   ========================================================================== */

@media (max-width: 768px) {
  .bn-copy { width: 44%; }
  .bn-sub { display: none; }          /* headline + chips carry it at this size */
}

@media (max-width: 560px) {
  /* Too narrow to sit beside the photo — lay a scrim over the base and put
     the copy across the bottom instead. */
  .bn-copy {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    transform: none;
    padding: 34px 16px 16px;
    background: linear-gradient(to top, rgba(6, 12, 18, 0.9) 25%, transparent);
  }
  .bn-copy .bn-head { color: #FFFFFF; font-size: 17px; }
  .bn-copy .bn-sub  { display: none; }
  .bn-copy .bn-eyebrow { background: rgba(67, 210, 112, 0.2); border-color: rgba(67, 210, 112, 0.5); color: var(--yellow-header); margin-bottom: 8px; }
  .bn-copy .bn-chip { background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.22); color: #E2E8F0; }
}

/* ==========================================================================
   CLOSING CTA + FOOTER
   Dark band to close the page, then a four-column footer. Replaces the old
   single-line footer bar.
   ========================================================================== */

.cta-section {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 9vw, 132px) 24px clamp(80px, 10vw, 140px);
  background: linear-gradient(180deg, #0B1220 0%, #070C15 100%);
  text-align: center;
}

/* soft radial bloom behind the headline */
.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(880px, 92%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(67, 210, 112, 0.13), transparent 62%);
  pointer-events: none;
}

.cta-inner { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }

.cta-eyebrow {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(67, 210, 112, 0.12);
  border: 1px solid rgba(67, 210, 112, 0.38);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--yellow-header);
  margin-bottom: clamp(18px, 2.4vw, 28px);
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1.6px;
  color: #FFFFFF;
  margin: 0 0 clamp(16px, 2vw, 24px);
}

/* the accent line, gradient-filled like the reference */
.cta-title-accent {
  background: linear-gradient(100deg, #8CEDB2 0%, #43D270 46%, #16A34A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.cta-sub {
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 1.75;
  color: #94A3B8;
  margin: 0 auto clamp(26px, 3.2vw, 40px);
  max-width: 60ch;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.cta-btn-primary,
.cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 30px;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease,
              background 0.22s ease, border-color 0.22s ease;
}

.cta-btn-primary {
  background: linear-gradient(135deg, #4EDD7C 0%, #22A757 100%);
  color: #06170D;
  box-shadow: 0 12px 30px rgba(67, 210, 112, 0.32);
}

.cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(67, 210, 112, 0.44);
}

.cta-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #E2E8F0;
}

.cta-btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
}

/* ------------------------------- footer --------------------------------- */
.site-footer {
  background: #0A0F18;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: clamp(48px, 6vw, 76px) 24px clamp(24px, 3vw, 34px);
}

.footer-inner { max-width: 1120px; margin: 0 auto; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: clamp(26px, 4vw, 60px);
  margin-bottom: clamp(34px, 4.5vw, 56px);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  margin-bottom: 14px;
}

.footer-logo-img { height: 26px; width: auto; object-fit: contain; display: block; }

.footer-logo-text {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #FFFFFF;
}

.footer-blurb {
  font-size: 12.5px;
  line-height: 1.75;
  color: #7C8A9C;
  margin: 0;
  max-width: 38ch;
}

.footer-col { display: flex; flex-direction: column; align-items: flex-start; }

.footer-col-title {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #5A6779;
  margin: 0 0 14px;
}

.footer-col a {
  font-size: 13px;
  font-weight: 500;
  color: #A9B6C6;
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover { color: var(--yellow-header); transform: translateX(2px); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: clamp(18px, 2.4vw, 26px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-copy { font-size: 12px; color: #5A6779; }

.footer-stamp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.4px;
  color: #465063;
}

/* ==========================================================================
   RESPONSIVE — CTA + footer
   ========================================================================== */

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-blurb { max-width: 52ch; }
}

@media (max-width: 600px) {
  .cta-btn-primary, .cta-btn-ghost { padding: 13px 22px; font-size: 13px; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-btn-primary, .cta-btn-ghost { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 20px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
}

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