.qs-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: left;
  -webkit-mask-image: linear-gradient(
    180deg,
    black 0%,
    black 90%,
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: linear-gradient(180deg, black 0%, black 90%, transparent 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  transform: translateZ(0);
  will-change: transform;
}

.qs-hero__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 70%,
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 0 0;
  transform: translateZ(0);
  will-change: transform;
}

/* Cinematic dark overlay */
.qs-hero__video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 3, 5, 0.72) 0%,
    rgba(3, 3, 5, 0.68) 40%,
    rgba(3, 3, 5, 0.62) 70%,
    transparent 100%
  );
  z-index: 1;
}

/* Cinematic vignette — darkens edges to hide any letterboxing */
.qs-hero__video-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 100% 80% at 50% 50%,
    transparent 0%,
    transparent 25%,
    rgba(0, 0, 0, 0.45) 50%,
    rgba(0, 0, 0, 0.7) 75%,
    rgba(0, 0, 0, 0.85) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.qs-hero__video-iframe {
  position: absolute;
  /* True cover sizing for 16:9 video across viewport aspect ratios (Safari-safe). */
  top: 50%;
  left: 50%;
  width: max(177.7778vh, 100%);
  height: max(56.25vw, 100%);
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
  opacity: 0;
  animation: hero-video-fade 1s ease 0.2s forwards;
}

@keyframes hero-video-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.qs-hero__noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
  opacity: 0.035;
  pointer-events: none;
}

.qs-hero__ambient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      ellipse 60% 50% at 70% 50%,
      rgba(56, 189, 248, 0.06) 0%,
      transparent 70%
    ),
    radial-gradient(
    ellipse 40% 60% at 30% 60%,
    rgba(129, 140, 248, 0.04) 0%,
    transparent 70%
  );
  pointer-events: none;
}

/* Split layout wrapper */
.qs-hero__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(100px, 14vh, 160px) clamp(24px, 5vw, 80px) 80px;
  flex: 1;
}

/* Left content column */
.qs-hero__content {
  position: relative;
  z-index: 4;
  max-width: 620px;
  text-align: left;
}

.qs-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 100px;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin-bottom: 32px;
}
.qs-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.6);
}

.qs-hero__title {
  position: relative;
  z-index: 5;
  margin: 0 0 24px;
  line-height: 1.06;
  padding: 0.06em 0 0.08em;
  overflow: visible;
}
.qs-hero__title-top {
  display: block;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  mix-blend-mode: normal;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.62);
  margin-bottom: 8px;
}
.qs-hero__title-main {
  display: block;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  mix-blend-mode: normal;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.62);
  padding: 0.06em 0 0.12em;
  overflow: visible;
}

.qs-hero__subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  line-height: 1.7;
  color: rgba(203, 213, 225, 0.9);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  max-width: 480px;
  margin: 0 0 32px;
}

.qs-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.qs-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 100px;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.qs-hero__btn--primary {
  background: #38bdf8;
  color: #020617;
  border: none;
}
.qs-hero__btn--primary:hover {
  background: #7dd3fc;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(56, 189, 248, 0.3);
}
.qs-hero__btn--ghost {
  background: rgba(2, 6, 23, 0.3);
  color: #f0f4f8;
  border: 1px solid rgba(148, 163, 184, 0.35);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.qs-hero__btn--ghost:hover {
  border-color: rgba(56, 189, 248, 0.5);
  background: rgba(56, 189, 248, 0.05);
}

/* Trust bar */
.qs-hero__trust {
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}
.qs-hero__trust-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.qs-hero__trust-label {
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.7);
}
.qs-hero__trust-logos {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qs-hero__trust-logo {
  padding: 4px 12px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 4px;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.7);
}

/* Right column: Product Showcase */
.qs-hero__product-showcase {
  position: relative;
  width: 480px;
  height: 480px;
  flex-shrink: 0;
}

.qs-hero__product-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(56, 189, 248, 0.12);
}
.qs-hero__product-ring:first-child {
  width: 85%;
  height: 85%;
  animation: ring-rotate 30s linear infinite;
}
.qs-hero__product-ring--2 {
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-color: rgba(56, 189, 248, 0.06);
  animation: ring-rotate 45s linear infinite reverse;
}
.qs-hero__product-ring--3 {
  width: 115%;
  height: 115%;
  border-color: rgba(56, 189, 248, 0.04);
  animation: ring-rotate 60s linear infinite;
}

@keyframes ring-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.qs-hero__product-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
  height: 48%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: product-float 7s ease-in-out infinite;
}
.qs-hero__product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 0 20px rgba(56, 189, 248, 0.18));
}

@keyframes product-float {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-12px);
  }
}

.qs-hero__product-label {
  position: absolute;
  bottom: 8%;
  right: 5%;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 100px;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.6);
  z-index: 3;
}
.qs-hero__product-label::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 6px rgba(56, 189, 248, 0.6);
}

/* Floating stat cards */
.qs-hero__stat {
  position: absolute;
  padding: 12px 20px;
  background: transparent;
  border: none;
  border-radius: 12px;
  backdrop-filter: none;
  z-index: 3;
  text-align: center;
}
.qs-hero__stat-media {
  width: 100px;
  height: 100px;
  border-radius: 0;
  overflow: hidden;
  border: none;
  margin: 0 auto 8px;
}
.qs-hero__stat-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qs-hero__stat-value {
  display: block;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(240, 244, 248, 0.92);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.qs-hero__stat-label {
  display: block;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.62);
  margin-top: 2px;
}

.qs-hero__stat--1 {
  top: 6%;
  left: -10%;
}
.qs-hero__stat--2 {
  top: 45%;
  right: -10%;
}
.qs-hero__stat--3 {
  bottom: 14%;
  left: -5%;
}

/* Responsive */
@media (max-width: 1100px) {
  .qs-hero__wrapper {
    flex-direction: column;
    text-align: center;
    padding-top: clamp(80px, 12vh, 120px);
  }
  .qs-hero__content {
    text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .qs-hero__actions {
    justify-content: center;
  }
  .qs-hero__trust-inner {
    justify-content: center;
  }
  .qs-hero__product-showcase {
    width: 340px;
    height: 340px;
  }
  .qs-hero__stat--1 {
    left: -3%;
  }
  .qs-hero__stat--2 {
    right: -3%;
  }
  .qs-hero__stat--3 {
    left: 0%;
  }
}

@media (max-width: 768px) {
  /* cache-bust: mobile hero mask tuning v3 */
  .qs-hero {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .qs-hero__video-bg {
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    height: 100svh !important;
    min-height: 100svh !important;
    -webkit-mask-image: linear-gradient(
      to bottom,
      black 0%,
      black 88%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      black 0%,
      black 88%,
      transparent 100%
    );
  }

  .qs-hero__product-showcase {
    width: 280px;
    height: 280px;
  }
  .qs-hero__stat {
    padding: 8px 14px;
  }
  .qs-hero__stat-value {
    font-size: 1.1rem;
  }
  .qs-hero__trust-logos {
    flex-wrap: wrap;
  }
  .qs-hero__video-iframe {
    width: max(177.7778svh, 100%);
    height: max(56.25vw, 100svh);
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

/* Section flow rhythm (home page only) */
.qs-home-video + .qs-credentials,
.qs-credentials + .qs-snapshot,
.qs-home-testimonials--orbit + .qs-lookbook,
.qs-lookbook + .qs-faq,
.qs-faq + .qs-about-cta {
  margin-top: clamp(1.5rem, 3vw, 2.75rem);
}

@media (max-width: 900px) {
  .qs-home-video + .qs-credentials,
  .qs-credentials + .qs-snapshot,
  .qs-home-testimonials--orbit + .qs-lookbook,
  .qs-lookbook + .qs-faq,
  .qs-faq + .qs-about-cta {
    margin-top: clamp(1rem, 5vw, 1.75rem);
  }
}

/* ═══ BUZZ — Premium Editorial Stage ═══ */
.qs-upregulate {
  position: relative;
  margin-top: -3rem;
  padding: calc(7rem + 3rem) 0 7rem;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      ellipse 70% 50% at 50% 30%,
      rgba(56, 140, 220, 0.06) 0%,
      transparent 70%
    ),
    radial-gradient(
    circle at 20% 80%,
    rgba(97, 124, 255, 0.04),
    transparent 40%
  ),
    radial-gradient(
    circle at 80% 70%,
    rgba(16, 124, 196, 0.04),
    transparent 40%
  ),
    linear-gradient(
    180deg,
    transparent 0%,
    rgba(5, 10, 18, 0.8) 8%,
    #020509 22%,
    #020509 78%,
    rgba(4, 9, 17, 0.9) 92%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
}

/* ── Atmospheric layer ── */
.qs-buzz__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.qs-buzz__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  animation: buzz-drift 30s ease-in-out infinite;
}

.qs-buzz__orb--primary {
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(28rem, 40vw, 48rem);
  height: clamp(28rem, 40vw, 48rem);
  background: radial-gradient(
    circle,
    rgba(56, 160, 240, 0.14) 0%,
    rgba(56, 160, 240, 0.03) 45%,
    transparent 72%
  );
}

.qs-buzz__orb--secondary {
  right: -8%;
  bottom: 15%;
  width: clamp(16rem, 24vw, 28rem);
  height: clamp(16rem, 24vw, 28rem);
  background: radial-gradient(
    circle,
    rgba(109, 132, 255, 0.1) 0%,
    rgba(109, 132, 255, 0.02) 40%,
    transparent 72%
  );
  animation-direction: reverse;
  animation-duration: 36s;
}

.qs-buzz__grain {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

@keyframes buzz-drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(14px, -10px, 0) scale(1.03);
  }
}

/* ── Header — Centered above stage ── */
.qs-buzz__header {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.qs-buzz__label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  margin: 0 auto 1.5rem;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(134, 193, 255, 0.15);
  background: rgba(134, 193, 255, 0.04);
  color: rgba(134, 193, 255, 0.9);
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.qs-buzz__label::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(134, 193, 255, 0.7);
  box-shadow: 0 0 8px rgba(134, 193, 255, 0.4);
}

.qs-buzz__title {
  margin: 0 auto;
  max-width: 14ch;
  line-height: 0.96;
  text-align: center;
}

.qs-buzz__title span {
  font-family: var(--qs-font-display, "Inter", sans-serif);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  background: linear-gradient(135deg, #ffffff 0%, #d6ebff 40%, #79c7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.qs-buzz__subtitle {
  margin: 1.6rem auto 0;
  max-width: 38rem;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.85;
  color: rgba(200, 212, 228, 0.58);
  text-align: center;
  letter-spacing: 0.01em;
}

/* ── Stage — Portrait + Floating CTA ── */
.qs-buzz__stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2rem, 4vw, 4rem);
  margin-bottom: clamp(4rem, 7vw, 6rem);
}

/* Portrait container */
.qs-buzz__portrait {
  position: relative;
  margin: 0;
  width: clamp(320px, 32vw, 480px);
  flex-shrink: 0;
}

/* Glow behind portrait */
.qs-buzz__portrait-glow {
  position: absolute;
  inset: -15% -20%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse 60% 50% at 50% 50%,
    rgba(56, 160, 240, 0.1) 0%,
    rgba(86, 120, 255, 0.04) 40%,
    transparent 70%
  );
  filter: blur(60px);
  z-index: 0;
  animation: buzz-portrait-glow 6s ease-in-out infinite alternate;
}

@keyframes buzz-portrait-glow {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0.8;
    transform: scale(1.06);
  }
}

/* Concentric rings */
.qs-buzz__portrait-rings {
  position: absolute;
  inset: -12%;
  z-index: 0;
}

.qs-buzz__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(134, 193, 255, 0.08);
  transform: translate(-50%, -50%);
}

.qs-buzz__ring--1 {
  width: 108%;
  height: 108%;
  animation: buzz-ring-rotate 40s linear infinite;
  border-style: dashed;
  border-color: rgba(134, 193, 255, 0.06);
}

.qs-buzz__ring--2 {
  width: 120%;
  height: 120%;
  animation: buzz-ring-rotate 55s linear infinite reverse;
  border-color: rgba(134, 193, 255, 0.04);
}

@keyframes buzz-ring-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Image frame — tall portrait to show full body/hands */
.qs-buzz__portrait-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.75rem;
  aspect-ratio: 3 / 4;
  background: linear-gradient(
    180deg,
    rgba(10, 18, 31, 0.95),
    rgba(4, 10, 18, 0.88)
  );
  border: 1px solid rgba(137, 175, 227, 0.1);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Cinematic edge vignette on the image frame */
.qs-buzz__portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(
      180deg,
      rgba(2, 5, 9, 0.15) 0%,
      transparent 20%,
      transparent 75%,
      rgba(2, 5, 9, 0.4) 100%
    ),
    radial-gradient(
    ellipse 100% 100% at 50% 50%,
    transparent 50%,
    rgba(2, 5, 9, 0.25) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.qs-buzz__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qs-buzz__portrait:hover .qs-buzz__image {
  transform: scale(1.03);
}

/* Tag below portrait */
.qs-buzz__tag {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 1.25rem auto 0;
  width: fit-content;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  background: rgba(4, 9, 17, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  color: rgba(248, 250, 252, 0.85);
  white-space: nowrap;
}

.qs-buzz__tag-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(134, 193, 255, 0.7);
  box-shadow: 0 0 6px rgba(134, 193, 255, 0.4);
  flex-shrink: 0;
}

.qs-buzz__tag-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.qs-buzz__tag-label {
  color: rgba(134, 193, 255, 0.9);
  font-family: var(--qs-font-display, "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.qs-buzz__tag [data-favor-edit] {
  color: rgba(240, 246, 255, 0.7);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

/* Floating CTA card */
.qs-buzz__floating-cta {
  position: relative;
  z-index: 2;
  max-width: 22rem;
  padding: 2rem 2.25rem;
  border-radius: 1.5rem;
  background: linear-gradient(
    135deg,
    rgba(8, 16, 28, 0.8),
    rgba(4, 9, 17, 0.92)
  );
  border: 1px solid rgba(134, 193, 255, 0.1);
  backdrop-filter: blur(24px);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.qs-buzz__floating-cta::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 2rem;
  right: 2rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(134, 193, 255, 0.2),
    transparent
  );
}

.qs-buzz__note {
  margin: 0 0 1.5rem;
  color: rgba(200, 212, 228, 0.65);
  font-size: 0.94rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.qs-buzz__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.88rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(134, 193, 255, 0.18);
  background: linear-gradient(
    180deg,
    rgba(18, 38, 62, 0.7),
    rgba(8, 20, 36, 0.88)
  );
  color: #fff;
  text-decoration: none;
  font-family: var(--qs-font-display, "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qs-buzz__cta svg {
  opacity: 0.6;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.qs-buzz__cta:hover {
  transform: translateY(-2px);
  border-color: rgba(134, 193, 255, 0.35);
  background: linear-gradient(
    180deg,
    rgba(22, 46, 72, 0.8),
    rgba(10, 26, 44, 0.95)
  );
  box-shadow: 0 12px 32px rgba(56, 140, 220, 0.12);
}

.qs-buzz__cta:hover svg {
  transform: translateX(3px);
  opacity: 1;
}

/* ── Benefits section ── */
.qs-buzz__benefits {
  position: relative;
  z-index: 1;
}

.qs-buzz__benefits-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.qs-buzz__benefits-label {
  flex-shrink: 0;
  font-family: var(--qs-font-display, "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(148, 175, 210, 0.5);
}

.qs-buzz__benefits-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(134, 193, 255, 0.15),
    rgba(134, 193, 255, 0.03)
  );
}

.qs-buzz__benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

/* Individual benefit card */
.qs-buzz__benefit {
  position: relative;
  padding: 2rem 1.75rem 2.25rem;
  border: 1px solid rgba(134, 193, 255, 0.06);
  border-right-color: transparent;
  border-bottom-color: transparent;
  background: rgba(255, 255, 255, 0.01);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}

.qs-buzz__benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(56, 160, 240, 0.03),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.qs-buzz__benefit:hover {
  background: rgba(134, 193, 255, 0.03);
  border-color: rgba(134, 193, 255, 0.12);
}

.qs-buzz__benefit:hover::before {
  opacity: 1;
}

/* Top border on first row */
.qs-buzz__benefit:nth-child(-n+3) {
  border-top-color: rgba(134, 193, 255, 0.08);
}

/* Right border on last column */
.qs-buzz__benefit:nth-child(3n) {
  border-right-color: rgba(134, 193, 255, 0.06);
}

/* Bottom border on last row */
.qs-buzz__benefit:nth-last-child(-n+3) {
  border-bottom-color: rgba(134, 193, 255, 0.06);
}

.qs-buzz__benefit-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.qs-buzz__benefit-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.6rem;
  border: 1px solid rgba(134, 193, 255, 0.1);
  background: rgba(134, 193, 255, 0.03);
  color: rgba(134, 193, 255, 0.6);
  transition: all 0.35s ease;
}

.qs-buzz__benefit-icon svg {
  width: 1rem;
  height: 1rem;
}

.qs-buzz__benefit:hover .qs-buzz__benefit-icon {
  color: rgba(134, 193, 255, 0.9);
  border-color: rgba(134, 193, 255, 0.25);
  background: rgba(134, 193, 255, 0.07);
  box-shadow: 0 0 16px rgba(134, 193, 255, 0.08);
}

.qs-buzz__benefit-title {
  margin: 0;
  color: rgba(248, 250, 252, 0.92);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.qs-buzz__benefit-description {
  margin: 0;
  color: rgba(180, 195, 215, 0.5);
  font-size: 0.88rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

/* Index numeral — positioned bottom-right */
.qs-buzz__benefit-index {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  color: rgba(134, 193, 255, 0.12);
  font-family: var(--qs-font-display, "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: color 0.35s ease;
}

.qs-buzz__benefit:hover .qs-buzz__benefit-index {
  color: rgba(134, 193, 255, 0.2);
}

/* ── Responsive ── */
@media (max-width: 70rem) {
  .qs-buzz__stage {
    flex-direction: column;
    gap: 2.5rem;
  }

  .qs-buzz__portrait {
    width: clamp(280px, 50vw, 400px);
  }

  .qs-buzz__floating-cta {
    max-width: none;
    width: min(100%, 36rem);
    text-align: center;
  }

  .qs-buzz__note {
    text-align: center;
  }

  .qs-buzz__floating-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .qs-buzz__benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Fix borders for 2-col */
  .qs-buzz__benefit:nth-child(3n) {
    border-right-color: transparent;
  }
  .qs-buzz__benefit:nth-child(2n) {
    border-right-color: rgba(134, 193, 255, 0.06);
  }
  .qs-buzz__benefit:nth-last-child(-n+3) {
    border-bottom-color: transparent;
  }
  .qs-buzz__benefit:nth-last-child(-n+2) {
    border-bottom-color: rgba(134, 193, 255, 0.06);
  }
}

@media (max-width: 48rem) {
  .qs-upregulate {
    padding: calc(5rem + 3rem) 0 5rem;
  }

  .qs-buzz__portrait {
    width: clamp(240px, 60vw, 340px);
  }

  .qs-buzz__portrait-rings {
    display: none;
  }

  .qs-buzz__benefits-grid {
    grid-template-columns: 1fr;
  }

  .qs-buzz__benefit {
    border-right-color: rgba(134, 193, 255, 0.06) !important;
    border-bottom-color: rgba(134, 193, 255, 0.06) !important;
  }

  .qs-buzz__benefit-index {
    font-size: 1.4rem;
  }
}

@media (max-width: 36rem) {
  .qs-upregulate {
    padding: calc(4.5rem + 3rem) 0 4.5rem;
  }

  .qs-buzz__portrait {
    width: 90%;
    max-width: 320px;
  }

  .qs-buzz__portrait-frame {
    border-radius: 1.25rem;
  }

  .qs-buzz__floating-cta {
    padding: 1.5rem;
    border-radius: 1.15rem;
  }

  .qs-buzz__tag {
    gap: 0.4rem;
    padding: 0.5rem 0.85rem;
  }

  .qs-buzz__tag [data-favor-edit] {
    font-size: 0.7rem;
  }

  .qs-buzz__cta {
    width: 100%;
    justify-content: center;
  }

  .qs-buzz__benefit {
    padding: 1.5rem 1.25rem 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qs-buzz__orb,
  .qs-buzz__portrait-glow {
    animation: none;
  }

  .qs-buzz__ring {
    animation: none;
  }

  .qs-buzz__image {
    transition: none;
  }

  .qs-buzz__cta,
  .qs-buzz__benefit {
    transition-duration: 0.01ms;
  }

  .qs-buzz__portrait:hover .qs-buzz__image {
    transform: none;
  }
}

.qs-threat {
  --threat-red: #ff2a2a;
  --threat-dark: #14080c;
  --threat-void: #07070b;
  --threat-text: rgba(255, 255, 255, 0.75);
  --threat-muted: rgba(255, 255, 255, 0.55);
  position: relative;
  overflow: hidden;
  margin-top: -3.5rem;
  padding: calc(8rem + 3.5rem) 0 8rem;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(15, 5, 8, 0.35) 8%,
    rgba(15, 5, 8, 0.8) 20%,
    rgba(20, 8, 12, 1) 40%,
    rgba(20, 8, 12, 1) 60%,
    rgba(15, 5, 8, 1) 85%,
    var(--threat-void) 100%
  );
  color: #fff;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
}

.qs-threat::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 180px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(20, 8, 12, 0.9) 70%,
    rgba(20, 8, 12, 1) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.qs-threat .qs-container {
  position: relative;
  z-index: 10;
}

.qs-threat .qs-section-transition {
  display: none;
}

.qs-threat .bg-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 42, 42, 0.02) 1px, transparent 1px),
    linear-gradient(rgba(255, 42, 42, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    black 20%,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    black 20%,
    transparent 70%
  );
  z-index: 2;
}

.threat-nebula {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  mask-image: radial-gradient(
    ellipse 80% 70% at 50% 50%,
    black 30%,
    transparent 70%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 70% at 50% 50%,
    black 30%,
    transparent 70%
  );
}

.threat-nebula .nebula-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: nebulaFadeIn 2s ease-out forwards;
}

.threat-nebula .nebula-layer-1 {
  background:
    radial-gradient(
      ellipse 60% 50% at 30% 40%,
      rgba(255, 42, 42, 0.06) 0%,
      transparent 60%
    ),
    radial-gradient(
    ellipse 50% 60% at 70% 60%,
    rgba(180, 20, 60, 0.05) 0%,
    transparent 55%
  );
  filter: blur(80px);
}

.threat-nebula .nebula-layer-2 {
  background:
    radial-gradient(
      ellipse 70% 40% at 60% 35%,
      rgba(255, 60, 50, 0.04) 0%,
      transparent 55%
    ),
    radial-gradient(
    ellipse 40% 50% at 25% 65%,
    rgba(200, 30, 80, 0.05) 0%,
    transparent 50%
  );
  filter: blur(100px);
  animation:
    nebulaFloat1 40s ease-in-out infinite,
    nebulaFadeIn 2s ease-out 0.3s forwards;
}

.threat-nebula .nebula-layer-3 {
  background: radial-gradient(
    ellipse 50% 50% at 50% 50%,
    rgba(150, 25, 60, 0.04) 0%,
    transparent 50%
  );
  filter: blur(120px);
  animation:
    nebulaFloat2 35s ease-in-out infinite,
    nebulaFadeIn 2s ease-out 0.6s forwards;
}

@keyframes nebulaFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes nebulaFloat1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(2%, -1%);
  }
}

@keyframes nebulaFloat2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-1%, 1%);
  }
}

.threat-nebula .nebula-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 350px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgba(255, 42, 42, 0.08) 0%,
    rgba(200, 30, 60, 0.04) 40%,
    transparent 70%
  );
  filter: blur(60px);
  animation: corePulse 12s ease-in-out infinite;
}

@keyframes corePulse {
  0%, 100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.threat-nebula .nebula-tendrils {
  position: absolute;
  inset: 0;
  opacity: 0.35;
}

.threat-nebula .nebula-dust {
  position: absolute;
  inset: 0;
}

.threat-nebula .dust-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 80, 60, 0.4);
  filter: blur(1px);
  animation: dustFloat 30s ease-in-out infinite;
}

.threat-nebula .dust-1 {
  width: 2px;
  height: 2px;
  top: 25%;
  left: 30%;
  animation-delay: 0s;
}
.threat-nebula .dust-2 {
  width: 2px;
  height: 2px;
  top: 35%;
  left: 65%;
  animation-delay: -8s;
}
.threat-nebula .dust-3 {
  width: 3px;
  height: 3px;
  top: 55%;
  left: 25%;
  animation-delay: -15s;
}
.threat-nebula .dust-4 {
  width: 2px;
  height: 2px;
  top: 65%;
  left: 70%;
  animation-delay: -5s;
}
.threat-nebula .dust-5,
.threat-nebula .dust-6,
.threat-nebula .dust-7,
.threat-nebula .dust-8 {
  opacity: 0.3;
}

@keyframes dustFloat {
  0%, 100% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
  50% {
    transform: translate(15px, -10px);
    opacity: 0.5;
  }
}

.threat-nebula .nebula-stars {
  position: absolute;
  inset: 0;
  opacity: 0.4;
}

.threat-nebula .nebula-star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.threat-nebula .star-1 {
  top: 20%;
  left: 10%;
}
.threat-nebula .star-2 {
  top: 30%;
  left: 50%;
}
.threat-nebula .star-3 {
  top: 15%;
  left: 80%;
}
.threat-nebula .star-4 {
  top: 60%;
  left: 20%;
}
.threat-nebula .star-5 {
  top: 70%;
  left: 70%;
}
.threat-nebula .star-6 {
  top: 45%;
  left: 35%;
}
.threat-nebula .star-7 {
  top: 55%;
  left: 85%;
}
.threat-nebula .star-8 {
  top: 10%;
  left: 40%;
}
.threat-nebula .star-9 {
  top: 80%;
  left: 55%;
}
.threat-nebula .star-10 {
  top: 35%;
  left: 25%;
}
.threat-nebula .star-11 {
  top: 65%;
  left: 45%;
}
.threat-nebula .star-12 {
  top: 50%;
  left: 90%;
}

.threat-header {
  text-align: center;
  margin-bottom: 4rem;
}

.qs-threat .qs-section-label {
  color: var(--threat-red);
}

.qs-threat .qs-section-label::before {
  background: var(--threat-red);
}

.threat-header h2 {
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 1rem;
  color: #fff;
}

.threat-header h2 span {
  display: block;
  color: var(--threat-red);
  text-shadow: 0 0 40px rgba(255, 42, 42, 0.5);
}

.threat-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  align-items: center;
}

.threat-description {
  font-size: 1rem;
  color: var(--threat-text);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  padding-left: 1.25rem;
  border-left: 2px solid rgba(255, 42, 42, 0.4);
}

.threat-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.threat-stat {
  background: linear-gradient(
    135deg,
    rgba(255, 42, 42, 0.03) 0%,
    rgba(20, 8, 12, 0.8) 100%
  );
  border: 1px solid rgba(255, 42, 42, 0.12);
  padding: 1.5rem 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.threat-stat:hover {
  border-color: rgba(255, 42, 42, 0.25);
  background: linear-gradient(
    135deg,
    rgba(255, 42, 42, 0.06) 0%,
    rgba(20, 8, 12, 0.9) 100%
  );
  transform: translateY(-2px);
}

.threat-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(
    180deg,
    var(--threat-red) 0%,
    rgba(255, 42, 42, 0.3) 50%,
    transparent 100%
  );
}

.threat-stat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 42, 42, 0.4) 0%,
    rgba(255, 42, 42, 0.1) 50%,
    transparent 100%
  );
}

.qs-threat .stat-value {
  font-family: var(--qs-font-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--threat-red);
  line-height: 1.1;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 30px rgba(255, 42, 42, 0.25);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.qs-threat .stat-label {
  font-family: var(--qs-font-mono, "SF Mono", monospace);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  position: relative;
  padding-left: 0.75rem;
}

.qs-threat .stat-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--threat-red);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 42, 42, 0.6);
}

.threat-warnings {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-family: var(--qs-font-mono, "SF Mono", monospace);
  font-size: 0.7rem;
}

.warning-line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--threat-muted);
}

.warning-line::before {
  content: "⚠";
  color: var(--threat-red);
  font-size: 0.8rem;
}

.warning-line .critical {
  color: var(--threat-red);
}

.threat-visual {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assault-victim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(280px, 45vw, 450px);
  height: clamp(480px, 75vw, 700px);
  z-index: 10;
}

.assault-victim img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.disrupted-field {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(320px, 50vw, 520px);
  height: clamp(520px, 80vw, 760px);
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 42, 42, 0.15) 0%,
    rgba(255, 42, 42, 0.05) 50%,
    transparent 70%
  );
  animation: fieldDisrupt 1s ease-in-out infinite;
  z-index: 5;
}

@keyframes fieldDisrupt {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  25% {
    transform: translate(-52%, -50%) scale(1.02);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.98);
    opacity: 0.5;
  }
  75% {
    transform: translate(-48%, -50%) scale(1.01);
  }
}

.stress-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 42, 42, 0.2);
  animation: stressExpand 2s ease-out infinite;
}

.stress-ring-1 {
  width: clamp(360px, 55vw, 580px);
  height: clamp(560px, 85vw, 800px);
  animation-delay: 0s;
}
.stress-ring-2 {
  width: clamp(400px, 60vw, 640px);
  height: clamp(620px, 92vw, 880px);
  animation-delay: 0.5s;
}
.stress-ring-3 {
  width: clamp(440px, 65vw, 700px);
  height: clamp(680px, 100vw, 960px);
  animation-delay: 1s;
}

@keyframes stressExpand {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.attack-sources {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.attack-source {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.source-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 42, 42, 0.1);
  border: 1px solid rgba(255, 42, 42, 0.3);
  border-radius: 50%;
  font-size: 1.2rem;
  color: var(--threat-red);
  position: relative;
}

.source-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  border: 1px solid rgba(255, 42, 42, 0.2);
  border-radius: 50%;
  animation: sourceGlow 2s ease-out infinite;
}

@keyframes sourceGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.source-label {
  font-family: var(--qs-font-mono, "SF Mono", monospace);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  color: var(--threat-red);
  text-transform: uppercase;
  white-space: nowrap;
}

.source-tower {
  top: 10%;
  left: 10%;
}
.source-phone {
  top: 15%;
  right: 15%;
}
.source-wifi {
  bottom: 20%;
  left: 8%;
}
.source-satellite {
  bottom: 15%;
  right: 10%;
}

.emf-waves {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.emf-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 42, 42, 0.4) 20%,
    rgba(255, 42, 42, 0.6) 50%,
    rgba(255, 42, 42, 0.4) 80%,
    transparent 100%
  );
  animation: emfTravel linear infinite;
}

.emf-line-1 {
  top: 20%;
  width: 150px;
  animation-duration: 2s;
  left: -150px;
}
.emf-line-2 {
  top: 35%;
  width: 120px;
  animation-duration: 1.8s;
  left: -120px;
  animation-delay: 0.3s;
}
.emf-line-3 {
  top: 50%;
  width: 180px;
  animation-duration: 1.5s;
  left: -180px;
  animation-delay: 0.6s;
}
.emf-line-4 {
  top: 65%;
  width: 140px;
  animation-duration: 2.2s;
  left: -140px;
  animation-delay: 0.9s;
}
.emf-line-5 {
  top: 80%;
  width: 160px;
  animation-duration: 1.7s;
  left: -160px;
  animation-delay: 1.2s;
}
.emf-line-6 {
  top: 25%;
  width: 130px;
  animation-duration: 1.9s;
  right: -130px;
  animation-name: emfTravelReverse;
}
.emf-line-7 {
  top: 45%;
  width: 170px;
  animation-duration: 1.6s;
  right: -170px;
  animation-delay: 0.4s;
  animation-name: emfTravelReverse;
}
.emf-line-8 {
  top: 60%;
  width: 110px;
  animation-duration: 2.1s;
  right: -110px;
  animation-delay: 0.8s;
  animation-name: emfTravelReverse;
}
.emf-line-9 {
  top: 75%;
  width: 150px;
  animation-duration: 1.8s;
  right: -150px;
  animation-delay: 1.1s;
  animation-name: emfTravelReverse;
}

@keyframes emfTravel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100vw + 200px));
  }
}

@keyframes emfTravelReverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100vw - 200px));
  }
}

.impact-particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 350px;
  pointer-events: none;
  z-index: 5;
}

.impact-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--threat-red);
  border-radius: 50%;
  opacity: 0.7;
  box-shadow:
    0 0 10px rgba(255, 42, 42, 0.95),
    0 0 20px rgba(255, 42, 42, 0.55);
  animation: particleFloat 2.8s ease-in-out infinite;
}

.impact-particle:nth-child(1) {
  top: 10%;
  left: 20%;
  animation-delay: 0s;
}
.impact-particle:nth-child(2) {
  top: 25%;
  right: 15%;
  animation-delay: 0.5s;
}
.impact-particle:nth-child(3) {
  top: 40%;
  left: 10%;
  animation-delay: 1s;
}
.impact-particle:nth-child(4) {
  top: 55%;
  right: 20%;
  animation-delay: 1.5s;
}
.impact-particle:nth-child(5) {
  top: 70%;
  left: 25%;
  animation-delay: 2s;
}
.impact-particle:nth-child(6) {
  top: 85%;
  right: 10%;
  animation-delay: 2.5s;
}

@keyframes particleFloat {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.8) translateY(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.25) translateY(-6px);
  }
}

.threat-meter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 1.2rem;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 42, 42, 0.3);
}

.meter-label {
  font-family: var(--qs-font-mono, "SF Mono", monospace);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--threat-muted);
  text-transform: uppercase;
}

.meter-bars {
  display: flex;
  gap: 3px;
}

.meter-bar {
  width: 4px;
  height: 16px;
  background: rgba(255, 42, 42, 0.2);
  position: relative;
  overflow: hidden;
}

.meter-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--threat-red);
  box-shadow: 0 0 6px var(--threat-red);
  animation: meterPulse 1s ease-in-out infinite;
}

.meter-bar:nth-child(1)::after {
  height: 100%;
  animation-delay: 0s;
}
.meter-bar:nth-child(2)::after {
  height: 90%;
  animation-delay: 0.1s;
}
.meter-bar:nth-child(3)::after {
  height: 100%;
  animation-delay: 0.2s;
}
.meter-bar:nth-child(4)::after {
  height: 85%;
  animation-delay: 0.3s;
}
.meter-bar:nth-child(5)::after {
  height: 95%;
  animation-delay: 0.4s;
}
.meter-bar:nth-child(6)::after {
  height: 100%;
  animation-delay: 0.5s;
}
.meter-bar:nth-child(7)::after {
  height: 88%;
  animation-delay: 0.6s;
}
.meter-bar:nth-child(8)::after {
  height: 100%;
  animation-delay: 0.7s;
}

@keyframes meterPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

.meter-value {
  font-family: var(--qs-font-display);
  font-size: 0.8rem;
  color: var(--threat-red);
  text-shadow: 0 0 10px var(--threat-red);
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .threat-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .threat-content {
    order: 2;
    text-align: center;
  }

  .threat-description {
    border-left: none;
    border-top: 2px solid rgba(255, 42, 42, 0.4);
    padding-left: 0;
    padding-top: 1.25rem;
    max-width: 600px;
    margin: 0 auto 2.5rem;
  }

  .threat-stats {
    max-width: 450px;
    margin: 0 auto 2.5rem;
    gap: 0.75rem;
  }

  .threat-stat {
    padding: 1.25rem 1rem;
    min-height: 80px;
  }

  .threat-warnings {
    align-items: center;
  }

  .threat-visual {
    order: 1;
    height: 450px;
  }

  .source-tower {
    top: 5%;
    left: 5%;
  }
  .source-phone {
    top: 5%;
    right: 5%;
  }
  .source-wifi {
    bottom: 15%;
    left: 3%;
  }
  .source-satellite {
    bottom: 15%;
    right: 3%;
  }
}

@media (max-width: 768px) {
  .qs-threat {
    margin-top: 0;
    padding: 5rem 0;
  }

  .threat-visual {
    height: 600px;
  }
  .assault-victim {
    width: 240px;
    height: 420px;
  }
  .disrupted-field {
    width: 280px;
    height: 480px;
  }
  .stress-ring-1 {
    width: 320px;
    height: 520px;
  }
  .stress-ring-2 {
    width: 360px;
    height: 580px;
  }
  .stress-ring-3 {
    width: 400px;
    height: 640px;
  }
  .source-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .source-icon::after {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
  }
  .source-label {
    font-size: 0.5rem;
  }
  .threat-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .qs-threat .stat-value {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  }
  .threat-stat {
    padding: 1.25rem 1rem;
    min-height: 85px;
  }
  .threat-meter {
    padding: 0.5rem 1rem;
    gap: 0.75rem;
  }
  .emf-line-1,
  .emf-line-2,
  .emf-line-3,
  .emf-line-4,
  .emf-line-5,
  .emf-line-6,
  .emf-line-7,
  .emf-line-8,
  .emf-line-9 {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .threat-header {
    margin-bottom: 2rem;
  }
  .threat-visual {
    height: 500px;
  }
  .assault-victim {
    width: 200px;
    height: 360px;
  }
  .disrupted-field {
    width: 240px;
    height: 400px;
  }
  .stress-ring-1 {
    width: 280px;
    height: 440px;
  }
  .stress-ring-2 {
    width: 320px;
    height: 480px;
  }
  .stress-ring-3 {
    width: 360px;
    height: 520px;
  }
  .attack-source {
    transform: scale(0.8);
  }
  .source-tower {
    top: 0;
    left: 0;
  }
  .source-phone {
    top: 0;
    right: 0;
  }
  .source-wifi {
    bottom: 10%;
    left: 0;
  }
  .source-satellite {
    bottom: 10%;
    right: 0;
  }
  .threat-stats {
    gap: 0.5rem;
  }
  .threat-stat {
    padding: 1rem 0.75rem;
    min-height: 75px;
  }
  .qs-threat .stat-value {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
  }
  .qs-threat .stat-label {
    font-size: 0.55rem;
    letter-spacing: 0.15em;
  }
  .warning-line {
    font-size: 0.6rem;
  }
  .threat-meter {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
  }
  .meter-bars {
    order: 2;
  }
}

.qs-home-technology {
  padding: 6rem 0;
  min-height: auto;
  position: relative;
  overflow: hidden;
  background: #05070c;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
}

.qs-home-technology::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.06) 0%,
    transparent 50%
  );
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}

.qs-home-technology__center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.qs-home-technology__header {
  margin-bottom: 3rem;
}

.qs-home-technology__header h2 {
  margin: 0.5rem 0 1.25rem;
}

.qs-home-technology__header .qs-text-lead {
  margin: 0 auto;
  max-width: 560px;
}

/* Tech Video */
.qs-home-technology__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.qs-home-tech-video {
  width: 100%;
  max-width: 100%;
}

.qs-home-tech-video__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
}

.qs-home-tech-video__frame .qs-home-tech-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qs-home-tech-video__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 7, 12, 0.55) 0%,
    rgba(3, 7, 12, 0.3) 40%,
    rgba(3, 7, 12, 0.15) 70%,
    transparent 100%
  );
  pointer-events: none;
}

/* Features Grid */
.qs-home-technology__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.qs-home-tech-feature {
  background: var(--qs-glass);
  border: 1px solid var(--qs-glass-border);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.4s var(--qs-ease);
}

.qs-home-tech-feature:hover {
  transform: translateY(-5px);
  border-color: rgba(56, 189, 248, 0.2);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.qs-home-tech-feature__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--qs-accent);
}

.qs-home-tech-feature__icon--alt {
  background: rgba(129, 140, 248, 0.1);
  border-color: rgba(129, 140, 248, 0.2);
  color: var(--qs-secondary);
}

.qs-home-tech-feature__icon svg {
  width: 22px;
  height: 22px;
}

.qs-home-tech-feature__content h4 {
  font-family: var(--qs-font-display);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem;
}

.qs-home-tech-feature__content p {
  color: var(--qs-text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

.qs-home-technology__cta {
  display: flex;
  justify-content: center;
}

@media (max-width: 900px) {
  .qs-home-technology__features {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .qs-home-tech-feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    text-align: left;
  }

  .qs-home-tech-feature__icon {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .qs-home-technology {
    padding: 4rem 0;
  }

  .qs-home-tech-video__frame {
    aspect-ratio: 4 / 3;
  }

  .qs-home-technology__cta .qs-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ═══ SPOTLIGHT V4 — Stat Card Grid ═══ */
.qs-spotlight {
  position: relative;
  padding: 7rem 0 8rem;
  overflow: hidden;
}
.qs-spotlight__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.qs-spotlight__header {
  text-align: center;
  margin-bottom: 4.5rem;
}
.qs-spotlight__header .qs-section-label {
  margin-bottom: 1.25rem;
  justify-content: center;
}
.qs-spotlight__header h2 {
  margin: 0;
}

.qs-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr 320px 1fr;
  gap: 3.5rem;
  align-items: center;
}

/* ─── LEFT: Stat Card Grid ─── */
.qs-spotlight__col--stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.qs-spotlight__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.qs-spotlight__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.4s var(--qs-ease);
}
.qs-spotlight__card:hover {
  border-color: rgba(56, 189, 248, 0.2);
  background: rgba(56, 189, 248, 0.04);
  transform: translateY(-2px);
}

.qs-spotlight__card-icon {
  width: 20px;
  height: 20px;
  stroke: var(--qs-accent);
  opacity: 0.6;
  flex-shrink: 0;
}
.qs-spotlight__card:hover .qs-spotlight__card-icon {
  opacity: 1;
}

.qs-spotlight__card-value {
  font-family: var(--qs-font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
}
.qs-spotlight__card-value small {
  font-size: 0.45em;
  color: var(--qs-accent);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-left: 0.05em;
}

.qs-spotlight__card-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--qs-text-muted);
  font-weight: 500;
  line-height: 1.3;
}

.qs-spotlight__stats-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
}

.qs-spotlight__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 100px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  background: rgba(56, 189, 248, 0.04);
  color: var(--qs-accent);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.qs-spotlight__badge svg {
  opacity: 0.7;
}

.qs-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  background: var(--qs-accent);
  color: #000;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 100px;
  transition: all 0.35s var(--qs-ease);
  white-space: nowrap;
}
.qs-spotlight__cta:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(56, 189, 248, 0.3);
}
.qs-spotlight__cta svg {
  transition: transform 0.3s ease;
}
.qs-spotlight__cta:hover svg {
  transform: translateX(3px);
}

/* ─── CENTER: Phone Video ─── */
.qs-spotlight__col--video {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.qs-spotlight__phone {
  position: relative;
  width: 280px;
  aspect-ratio: 9/16;
  border-radius: 32px;
  overflow: hidden;
  background: #0a0a0a;
  border: 2px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.8),
    0 40px 100px rgba(0, 0, 0, 0.7),
    0 0 80px rgba(56, 189, 248, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  z-index: 2;
}
.qs-spotlight__phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 24px;
  background: #000;
  border-radius: 0 0 16px 16px;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
}

.qs-spotlight__video-btn {
  position: absolute;
  inset: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qs-spotlight__video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  z-index: 1;
}
.qs-spotlight__video-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 2;
  transition: opacity 0.35s ease, transform 8s ease;
}
.qs-spotlight__phone.is-video-loaded .qs-spotlight__video-img {
  opacity: 0;
  pointer-events: none;
}
.qs-spotlight__video-btn:hover .qs-spotlight__video-img {
  transform: scale(1.05);
}
.qs-spotlight__video-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%,
    transparent 36%,
    transparent 74%,
    rgba(0, 0, 0, 0.25) 100%
  );
  pointer-events: none;
  z-index: 3;
}
.qs-spotlight__phone.is-video-loaded .qs-spotlight__video-gradient {
  opacity: 0;
}

.qs-spotlight__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.qs-spotlight__play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, 0.5);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.35s var(--qs-ease);
  position: relative;
  z-index: 2;
}
.qs-spotlight__play-btn svg {
  width: 22px;
  height: 22px;
  display: block;
  display: block !important;
  margin: 0 auto !important;
  transform: translateX(1px);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}
.qs-spotlight__play-ring {
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(56, 189, 248, 0.3);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s var(--qs-ease);
}
.qs-spotlight__video-btn:hover .qs-spotlight__play-btn {
  background: rgba(56, 189, 248, 0.15);
  border-color: rgba(56, 189, 248, 0.7);
  transform: scale(1.1);
}
.qs-spotlight__video-btn:hover .qs-spotlight__play-btn svg {
  transform: translateX(1px) scale(1.12);
}
.qs-spotlight__video-btn:hover .qs-spotlight__play-ring {
  opacity: 1;
  transform: scale(1);
  animation: sp-pulse 2s ease-out infinite;
}
@keyframes sp-pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

.qs-spotlight__video-meta {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  text-align: center;
}
.qs-spotlight__video-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--qs-accent);
  font-weight: 600;
}
.qs-spotlight__video-name {
  font-family: var(--qs-font-display);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.qs-spotlight__phone-glow {
  position: absolute;
  width: 400px;
  height: 560px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgba(56, 189, 248, 0.14) 0%,
    rgba(56, 189, 248, 0.04) 40%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
  filter: blur(50px);
}

/* ─── RIGHT: Overview ─── */
.qs-spotlight__col--overview {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.qs-spotlight__case-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--qs-accent);
  font-weight: 600;
}
.qs-spotlight__case-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(56, 189, 248, 0.35), transparent);
}

.qs-spotlight__case-title {
  font-family: var(--qs-font-display);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(135deg, #fff 0%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.5;
}

.qs-spotlight__case-text {
  font-family: var(--qs-font-body);
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--qs-text-muted);
  margin: 0;
}

.qs-spotlight__findings {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.qs-spotlight__findings li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--qs-text-muted);
}
.qs-spotlight__dot {
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--qs-accent);
  margin-top: 0.45rem;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.4);
}

.qs-spotlight__verified {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.04em;
}
.qs-spotlight__verified svg {
  flex-shrink: 0;
  opacity: 0.5;
  stroke: var(--qs-accent);
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .qs-spotlight__grid {
    grid-template-columns: 1fr 260px 1fr;
    gap: 2.5rem;
  }
  .qs-spotlight__phone {
    width: 240px;
  }
  .qs-spotlight__card-value {
    font-size: 1.75rem;
  }
  .qs-spotlight__card {
    padding: 1rem 0.85rem;
  }
  .qs-spotlight__stats-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

@media (max-width: 768px) {
  .qs-spotlight {
    padding: 4.5rem 0 5rem;
  }
  .qs-spotlight__container {
    padding: 0 1.25rem;
  }
  .qs-spotlight__header {
    margin-bottom: 3rem;
  }
  .qs-spotlight__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    justify-items: center;
  }
  .qs-spotlight__col--stats {
    order: 2;
    max-width: 400px;
    width: 100%;
  }
  .qs-spotlight__col--video {
    order: 1;
  }
  .qs-spotlight__col--overview {
    order: 3;
    text-align: center;
    align-items: center;
    max-width: 520px;
  }
  .qs-spotlight__cards {
    gap: 0.6rem;
  }
  .qs-spotlight__card {
    padding: 1.1rem 1rem;
  }
  .qs-spotlight__card-value {
    font-size: 1.85rem;
  }
  .qs-spotlight__stats-footer {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .qs-spotlight__case-label {
    justify-content: center;
  }
  .qs-spotlight__case-line {
    display: none;
  }
  .qs-spotlight__findings {
    align-items: center;
    text-align: left;
  }
  .qs-spotlight__phone {
    width: 260px;
  }
  .qs-spotlight__video-meta {
    margin-top: 0.85rem;
  }
}

@media (max-width: 480px) {
  .qs-spotlight {
    padding: 3rem 0 3.5rem;
  }
  .qs-spotlight__header {
    margin-bottom: 2.5rem;
  }
  .qs-spotlight__phone {
    width: 230px;
    border-radius: 26px;
  }
  .qs-spotlight__phone-notch {
    width: 64px;
    height: 20px;
    border-radius: 0 0 12px 12px;
  }
  .qs-spotlight__video-meta {
    margin-top: 0.75rem;
  }
  .qs-spotlight__cards {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .qs-spotlight__card {
    padding: 1rem 0.75rem;
    border-radius: 12px;
  }
  .qs-spotlight__card-value {
    font-size: 1.6rem;
  }
  .qs-spotlight__card-label {
    font-size: 0.58rem;
  }
  .qs-spotlight__case-text {
    font-size: 0.85rem;
  }
  .qs-spotlight__findings li {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qs-spotlight__video-img {
    transition: none;
  }
  .qs-spotlight__play-ring {
    animation: none;
  }
  .qs-spotlight__card {
    transition: none;
  }
}

/* ═══════════════════════════════════════════════════════════════
   VIDEO SHOWCASE — Expanding Scroll + Vimeo Embed
   ═══════════════════════════════════════════════════════════════ */

.qs-home-video {
  padding: 4rem 0 2rem;
  min-height: auto;
  position: relative;
}

.qs-home-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  background: radial-gradient(
    ellipse at center 30%,
    rgba(129, 140, 248, 0.08) 0%,
    transparent 50%
  );
  transform: translateX(-50%);
  pointer-events: none;
}

/* Header */
.qs-home-video__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 1.5rem;
}

.qs-home-video__header h2 {
  margin: 0.5rem 0 1.25rem;
}

.qs-home-video__header .qs-text-lead {
  margin: 0 auto;
  max-width: 480px;
}

/* ─────────────────────────────────────────────────────────────────
   Expanding Scroll Video
   ───────────────────────────────────────────────────────────────── */

.qs-video-scroll {
  position: relative;
  margin-bottom: 3rem;
}

.qs-video-scroll__container {
  height: 200vh;
  position: relative;
}

.qs-video-scroll__media {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.qs-video-scroll__video {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  margin: 0;
  position: relative;
  transform: scale(0.35);
  transform-origin: center center;
  will-change: transform, border-radius;
}

/* Vimeo iframe embed */
.qs-video-scroll__embed {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.qs-video-scroll__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Loading poster (shown before Vimeo loads) */
.qs-video-scroll__poster {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(56, 189, 248, 0.05),
    rgba(129, 140, 248, 0.05)
  );
  z-index: 0;
  transition: opacity 0.6s ease;
}

.qs-video-scroll__video.is-loaded .qs-video-scroll__poster {
  opacity: 0;
  pointer-events: none;
}

.qs-video-scroll__poster-pulse {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: var(--qs-accent);
  border-radius: 50%;
  animation: qsVimeoPulse 1s linear infinite;
}

@keyframes qsVimeoPulse {
  to {
    transform: rotate(360deg);
  }
}

html[data-favor-editor-mode] .qs-video-unmute {
  display: none;
}

/* Content overlays that scroll over the sticky video — hidden to prevent bleed */
.qs-video-scroll__content {
  display: none;
}

/* Unmute button */
@keyframes qs-unmute-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.5);
  }
  50% {
    box-shadow: 0 0 14px 5px rgba(56, 189, 248, 0.4);
  }
}
.qs-video-unmute {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.5);
  background: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
  cursor: pointer;
  font-family: var(--qs-font-display, "Barlow Condensed", sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: qs-unmute-pulse 2s ease-in-out infinite;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.2s ease,
    opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
.qs-video-unmute.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.qs-video-unmute:hover {
  background: rgba(2, 6, 23, 0.95);
  border-color: rgba(56, 189, 248, 0.8);
  transform: scale(1.06);
  animation: none;
  box-shadow: 0 0 18px 5px rgba(56, 189, 248, 0.4);
}
.qs-video-unmute.is-unmuted {
  animation: none;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.qs-video-unmute__icon {
  flex-shrink: 0;
}
.qs-video-unmute__icon--unmuted {
  display: none;
}
.qs-video-unmute.is-unmuted .qs-video-unmute__icon--muted {
  display: none;
}
.qs-video-unmute.is-unmuted .qs-video-unmute__icon--unmuted {
  display: block;
}
@media (max-width: 768px) {
  .qs-video-unmute {
    bottom: 90px;
    right: 16px;
    padding: 10px 16px;
    font-size: 0.64rem;
  }
}

/* ─────────────────────────────────────────────────────────────────
   Feature Highlights
   ───────────────────────────────────────────────────────────────── */

.qs-home-video__highlights {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.5rem 2rem;
  background: var(--qs-glass);
  border: 1px solid var(--qs-glass-border);
  border-radius: 100px;
  max-width: fit-content;
  margin: 0 auto;
}

.qs-home-video__highlight {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--qs-text-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.qs-home-video__highlight svg {
  width: 20px;
  height: 20px;
  color: var(--qs-accent);
  flex-shrink: 0;
}

.qs-home-video__highlight-divider {
  width: 1px;
  height: 24px;
  background: var(--qs-glass-border);
}

/* ─────────────────────────────────────────────────────────────────
   Responsive
   ───────────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .qs-video-scroll__video {
    transform: scale(0.4);
  }
}

@media (max-width: 768px) {
  .qs-home-video {
    padding: 4rem 0 3rem;
  }

  /* Disable scroll-expand on mobile — show video inline */
  .qs-video-scroll__container {
    height: auto;
    position: static;
  }

  .qs-video-scroll__media {
    position: static;
    height: auto;
    pointer-events: auto;
  }

  .qs-video-scroll__video {
    width: 90vw;
    height: auto;
    max-width: 560px;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    margin: 0 auto;
    transform: none;
  }

  .qs-video-scroll {
    margin-bottom: 2rem;
  }

  .qs-home-video__header {
    margin-bottom: 2rem;
  }

  .qs-home-video__highlights {
    flex-direction: column;
    gap: 1rem;
    border-radius: 24px;
    padding: 1.5rem;
  }

  .qs-home-video__highlight {
    font-size: 0.65rem;
    gap: 0.5rem;
  }

  .qs-home-video__highlight svg {
    width: 16px;
    height: 16px;
  }

  .qs-home-video__highlight-divider {
    width: 60px;
    height: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qs-video-scroll__poster-pulse {
    animation: none;
  }
}

.qs-credentials {
  padding: 6rem 0;
  min-height: auto;
}

.qs-credentials__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 6rem;
  align-items: center;
}

/* Content */
.qs-credentials__content h2 {
  margin: 0.5rem 0 0.5rem;
}

.qs-credentials__subtitle {
  color: var(--qs-accent);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.qs-credentials__bio {
  color: var(--qs-text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 480px;
}

.qs-credentials__highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.qs-credential-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--qs-glass);
  border: 1px solid var(--qs-glass-border);
  border-radius: 12px;
}

.qs-credential-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--qs-accent);
  flex-shrink: 0;
}

.qs-credential-item__icon svg {
  width: 18px;
  height: 18px;
}

.qs-credential-item span {
  font-size: 0.85rem;
  color: var(--qs-text-muted);
}

/* Visual */
.qs-credentials__visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.qs-credentials__portrait {
  position: relative;
  width: 240px;
  height: 240px;
}

.qs-credentials__portrait-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(
    circle,
    rgba(129, 140, 248, 0.15) 0%,
    transparent 60%
  );
  filter: blur(30px);
}

.qs-credentials__portrait-ring {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(129, 140, 248, 0.3);
  border-radius: 50%;
  animation: portrait-spin 30s linear infinite;
}

@keyframes portrait-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.qs-credentials__portrait-inner {
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(129, 140, 248, 0.1),
    rgba(56, 189, 248, 0.05)
  );
  border: 1px solid rgba(129, 140, 248, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.qs-credentials__portrait-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.qs-credentials__quote {
  text-align: center;
  max-width: 360px;
}

.qs-credentials__quote blockquote {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--qs-text);
  line-height: 1.6;
  margin: 0 0 1rem;
}

.qs-credentials__quote cite {
  font-size: 0.8rem;
  color: var(--qs-text-muted);
  font-style: normal;
}

@media (max-width: 1024px) {
  .qs-credentials__layout {
    grid-template-columns: 1fr;
    gap: 4rem;
    text-align: center;
  }

  .qs-credentials__bio {
    margin-left: auto;
    margin-right: auto;
  }

  .qs-credentials__highlights {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .qs-credentials {
    padding: 4rem 0;
  }

  .qs-credentials__layout {
    gap: 2.5rem;
  }

  .qs-credentials__content h2 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .qs-credentials__subtitle {
    font-size: 0.9rem;
  }

  .qs-credentials__bio {
    font-size: 0.9rem;
    max-width: 100%;
  }

  .qs-credentials__highlights {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .qs-credential-item {
    padding: 0.875rem;
  }

  .qs-credential-item__icon {
    width: 32px;
    height: 32px;
  }

  .qs-credential-item__icon svg {
    width: 16px;
    height: 16px;
  }

  .qs-credential-item span {
    font-size: 0.8rem;
  }

  .qs-credentials__portrait {
    width: 180px;
    height: 180px;
  }

  .qs-credentials__quote {
    max-width: 100%;
    padding: 0 0.5rem;
  }

  .qs-credentials__quote blockquote {
    font-size: 0.95rem;
  }

  .qs-credentials__quote cite {
    font-size: 0.75rem;
  }
}

/* ═══════════════════════════════════════════════════════════════
   BIOMETRIC SNAPSHOT — Before & After Comparison
   Uses site design system: --qs-* variables, professional sans display
   ═══════════════════════════════════════════════════════════════ */

.qs-snapshot {
  --snap-danger: #ef4444;
  --snap-danger-glow: rgba(239, 68, 68, 0.4);
  position: relative;
  overflow: hidden;
}

/* Ambient background glow */
.qs-snapshot__ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 60% 40% at 25% 50%,
      rgba(239, 68, 68, 0.04),
      transparent 60%
    ),
    radial-gradient(
    ellipse 60% 40% at 75% 50%,
    rgba(56, 189, 248, 0.04),
    transparent 60%
  );
  pointer-events: none;
}

/* Header */
.qs-snapshot__header {
  text-align: center;
  margin-bottom: 3rem;
}

.qs-snapshot__header .qs-section-label {
  justify-content: center;
}

.qs-snapshot__header h2 {
  margin: 0.5rem 0 1.25rem;
}

.qs-snapshot__header .qs-text-lead {
  margin: 0 auto;
  max-width: 540px;
}

/* ─────────────────────────────────────────────────────────────────
   Comparison Grid
   ───────────────────────────────────────────────────────────────── */

.qs-snapshot__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: stretch;
  align-items: stretch !important;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

/* ─────────────────────────────────────────────────────────────────
   Scan Card
   ───────────────────────────────────────────────────────────────── */

.qs-snapshot__card {
  background: var(--qs-glass);
  border: 1px solid var(--qs-glass-border);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s var(--qs-ease);
}

.qs-snapshot__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
}

.qs-snapshot__card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Corner reticles */
.qs-snapshot__corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border-style: solid;
  z-index: 5;
  transition: all 0.4s var(--qs-ease);
  opacity: 0.25;
}

.qs-snapshot__corner--tl {
  top: 0.75rem;
  left: 0.75rem;
  border-width: 1px 0 0 1px;
}
.qs-snapshot__corner--tr {
  top: 0.75rem;
  right: 0.75rem;
  border-width: 1px 1px 0 0;
}
.qs-snapshot__corner--bl {
  bottom: 0.75rem;
  left: 0.75rem;
  border-width: 0 0 1px 1px;
}
.qs-snapshot__corner--br {
  bottom: 0.75rem;
  right: 0.75rem;
  border-width: 0 1px 1px 0;
}

.qs-snapshot__card--baseline .qs-snapshot__corner {
  border-color: var(--snap-danger);
}
.qs-snapshot__card--enhanced .qs-snapshot__corner {
  border-color: var(--qs-accent);
}

.qs-snapshot__card:hover .qs-snapshot__corner {
  width: 22px;
  height: 22px;
  opacity: 0.5;
}

/* Card header bar */
.qs-snapshot__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.qs-snapshot__card-header-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.qs-snapshot__indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  animation: qsSnapPulse 2s ease-in-out infinite;
}

.qs-snapshot__indicator--baseline {
  background: var(--snap-danger);
  box-shadow: 0 0 10px var(--snap-danger);
}

.qs-snapshot__indicator--enhanced {
  background: var(--qs-accent);
  box-shadow: 0 0 10px var(--qs-accent);
}

@keyframes qsSnapPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

.qs-snapshot__scan-id {
  font-family: var(--qs-font-display);
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.qs-snapshot__status {
  font-family: var(--qs-font-display);
  font-size: 0.55rem;
  padding: 0.35rem 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid;
  border-radius: 4px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.qs-snapshot__status--baseline {
  color: var(--snap-danger);
  border-color: rgba(239, 68, 68, 0.25);
}

.qs-snapshot__status--enhanced {
  color: var(--qs-accent);
  border-color: rgba(56, 189, 248, 0.25);
}

/* ─────────────────────────────────────────────────────────────────
   Display Area
   ───────────────────────────────────────────────────────────────── */

.qs-snapshot__display {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.qs-snapshot__visual {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 380px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 10, 15, 0.4) 0%,
    transparent 70%
  );
  border-radius: 12px;
  overflow: visible;
}

/* Subtle inner grid */
.qs-snapshot__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    black 30%,
    transparent 80%
  );
  pointer-events: none;
}

.qs-snapshot__schematic {
  height: 90%;
  max-width: 200px;
}

.qs-snapshot__schematic-media {
  position: relative;
  height: 90%;
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qs-snapshot__schematic-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}

.qs-snapshot__schematic-image:not([src]),
.qs-snapshot__schematic-image[src=""] {
  display: none;
}

.qs-snapshot__schematic-image[src]:not([src=""]) + .qs-snapshot__schematic {
  display: none;
}

/* Scan beam */
.qs-snapshot__beam {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
  z-index: 5;
}

.qs-snapshot__beam--baseline {
  background: linear-gradient(
    90deg,
    transparent,
    var(--snap-danger),
    transparent
  );
  box-shadow: 0 0 20px var(--snap-danger);
  animation: qsBeamSweep 3s linear infinite;
}

.qs-snapshot__beam--enhanced {
  background: linear-gradient(
    90deg,
    transparent,
    var(--qs-accent),
    transparent
  );
  box-shadow: 0 0 20px var(--qs-accent);
  animation: qsBeamSweep 4s linear infinite;
}

@keyframes qsBeamSweep {
  0% {
    top: 0%;
    opacity: 0;
  }
  5% {
    opacity: 0.8;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

/* Field label badge */
.qs-snapshot__field-label {
  position: absolute;
  bottom: -1.05rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--qs-font-display);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 1.25rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid;
  border-radius: 4px;
  backdrop-filter: blur(8px);
  z-index: 5;
  white-space: nowrap;
}

.qs-snapshot__field-label--baseline {
  color: var(--snap-danger);
  border-color: rgba(239, 68, 68, 0.25);
}

.qs-snapshot__field-label--enhanced {
  color: var(--qs-accent);
  border-color: rgba(56, 189, 248, 0.25);
}

/* ─────────────────────────────────────────────────────────────────
   Data Readout Panel
   ───────────────────────────────────────────────────────────────── */

.qs-snapshot__data {
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 20px 20px;
  margin-top: 2.75rem;
}

.qs-snapshot__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.qs-snapshot__metric {
  text-align: center;
  padding: 0.75rem 0.5rem;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 8px;
}

.qs-snapshot__metric-value {
  display: block;
  font-family: var(--qs-font-display);
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.qs-snapshot__metric-value--baseline {
  color: var(--snap-danger);
}
.qs-snapshot__metric-value--enhanced {
  color: var(--qs-accent);
}

.qs-snapshot__metric-label {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--qs-text-muted);
  text-transform: uppercase;
}

.qs-snapshot__summary {
  font-size: 0.85rem;
  color: var(--qs-text-muted);
  line-height: 1.7;
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
}

.qs-snapshot__summary-title {
  display: block;
  margin-bottom: 0.25rem;
}

.qs-snapshot__summary-title--baseline {
  color: var(--snap-danger);
}
.qs-snapshot__summary-title--enhanced {
  color: var(--qs-accent);
}

/* ─────────────────────────────────────────────────────────────────
   VS Connector
   ───────────────────────────────────────────────────────────────── */

.qs-snapshot__vs {
  position: relative;
  position: relative !important;
  justify-self: center;
  align-self: center;
  justify-self: center !important;
  align-self: center !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  margin: 0 !important;
  width: 56px;
  height: 56px;
  background: var(--qs-glass);
  border: 1px solid var(--qs-glass-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.qs-snapshot__vs span {
  font-family: var(--qs-font-display);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--qs-text-muted);
}

/* ─────────────────────────────────────────────────────────────────
   Responsive
   ───────────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
  .qs-snapshot__grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }

  .qs-snapshot__vs {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .qs-snapshot__visual {
    min-height: 300px;
  }

  .qs-snapshot__display {
    padding: 1.5rem;
  }

  .qs-snapshot__data {
    padding: 1.25rem;
  }

  .qs-snapshot__card-header {
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 640px) {
  .qs-snapshot__schematic {
    max-width: 160px;
  }

  .qs-snapshot__metric-value {
    font-size: 0.9rem;
  }

  .qs-snapshot__scan-id {
    font-size: 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qs-snapshot__indicator,
  .qs-snapshot__beam {
    animation: none;
  }
}

.qs-home-testimonials--orbit {
  position: relative;
  padding: 5rem 0 3rem;
  overflow: hidden;
}

.qs-home-testimonials__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.qs-home-testimonials__bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
}

.qs-home-testimonials__bg-orb--one {
  width: 600px;
  height: 600px;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(56, 189, 248, 0.4), transparent 70%);
}

.qs-home-testimonials__bg-orb--two {
  width: 500px;
  height: 500px;
  bottom: -10%;
  right: -5%;
  background: radial-gradient(
    circle,
    rgba(129, 140, 248, 0.35),
    transparent 70%
  );
}

.qs-home-testimonials__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.qs-home-testimonials__header .qs-text-lead {
  margin: 1rem auto 0;
  color: var(--qs-text-muted);
}

/* Orbit Stage */
.orbit-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 520px;
}

.orbit-scene {
  position: relative;
  width: 100%;
  max-width: 620px;
  height: 360px;
  perspective: 1000px;
  perspective-origin: 50% 50%;
}

/* Orbit path - SVG ring matching the avatar orbit */
.orbit-path {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 580px;
  height: 580px;
  margin-left: -290px;
  margin-top: -290px;
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  pointer-events: none;
  filter: drop-shadow(0 0 15px rgba(56, 189, 248, 0.4));
}

.orbit-path__front {
  filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.6));
}

.orbit-path__back {
  opacity: 0.45;
}

/* 3D Orbit Track */
.orbit-track {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateX(-70deg) rotateZ(0deg);
}

/* Avatar positioning */
.orbit-avatar {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  transform-style: preserve-3d;
  cursor: pointer;
  will-change: transform;
}

/* Avatar positions are set dynamically via JS */

.orbit-avatar__visual {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.4s ease;
}

.orbit-avatar__ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(56, 189, 248, 0.4);
  opacity: 0;
  transition: all 0.4s ease;
}

.orbit-avatar.is-active .orbit-avatar__ring {
  opacity: 1;
  border-color: rgba(56, 189, 248, 0.8);
  box-shadow: 0 0 30px rgba(56, 189, 248, 0.5);
}

.orbit-avatar__glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.3), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.orbit-avatar.is-active .orbit-avatar__glow {
  opacity: 1;
}

.orbit-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
}

.orbit-avatar__fallback {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: rgba(12, 18, 30, 0.9);
  border: 3px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.orbit-avatar:hover img {
  border-color: rgba(56, 189, 248, 0.5);
}

.orbit-avatar.is-active img {
  border-color: rgba(56, 189, 248, 0.7);
  box-shadow: 0 15px 50px rgba(56, 189, 248, 0.3);
}

/* Active/center avatar */
.orbit-avatar.is-active {
  z-index: 100;
}

/* Center element */
.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.orbit-center__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--qs-accent), var(--qs-secondary));
  animation: centerPulse 2s ease-in-out infinite;
}

.orbit-center__ring {
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 1px solid rgba(56, 189, 248, 0.3);
  animation: ringExpand 3s ease-out infinite;
}

@keyframes centerPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

@keyframes ringExpand {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* Testimonial Card */
.orbit-testimonial {
  position: relative;
  width: 100%;
  max-width: 640px;
  min-height: 180px;
  margin-top: 2rem;
}

.orbit-testimonial__card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center;
  padding: 2rem;
  background: rgba(8, 12, 22, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.15);
  border-radius: 24px;
  backdrop-filter: blur(20px);
}

.orbit-testimonial__card.is-active {
  opacity: 1;
  transform: translateY(0);
}

.orbit-testimonial__card blockquote {
  margin: 0 0 1.5rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 300;
}

.orbit-testimonial__meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.orbit-testimonial__name {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}

.orbit-testimonial__title {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--qs-text-muted);
}

/* Navigation */
.orbit-nav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.orbit-nav__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.orbit-nav__dot:hover {
  background: rgba(255, 255, 255, 0.4);
}

.orbit-nav__dot.is-active {
  background: rgba(56, 189, 248, 0.9);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.5);
  transform: scale(1.2);
}

.qs-home-testimonials__cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .qs-home-testimonials--orbit {
    padding: 4rem 0;
  }

  .orbit-scene {
    height: 320px;
    max-width: 520px;
  }

  .orbit-path {
    width: 470px;
    height: 470px;
    margin-left: -235px;
    margin-top: -235px;
  }

  .orbit-avatar {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
  }

  .orbit-testimonial__card {
    padding: 1.5rem;
  }

  .orbit-stage {
    min-height: 480px;
  }
}

@media (max-width: 480px) {
  .orbit-scene {
    height: 280px;
    max-width: 420px;
  }

  .orbit-path {
    width: 360px;
    height: 360px;
    margin-left: -180px;
    margin-top: -180px;
  }

  .orbit-avatar {
    width: 52px;
    height: 52px;
    margin-left: -26px;
    margin-top: -26px;
  }

  .orbit-stage {
    min-height: 440px;
  }

  .orbit-testimonial {
    min-height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-track {
    animation: none;
  }

  .orbit-center__pulse,
  .orbit-center__ring {
    animation: none;
  }
}

/* ═══════════════════════════════════════════════════════════════
   THE LOOKBOOK — Luminous Vitrine
   Glass-framed editorial photography with atmospheric depth.
   Matches the site's premium visual language.
   ═══════════════════════════════════════════════════════════════ */

.qs-lookbook {
  position: relative;
  padding: 5rem 0 6rem;
  overflow: hidden;
}

/* ── Gradient Divider (transition from testimonials) ── */
.qs-lookbook__divider {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 60%);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(56, 189, 248, 0.2) 30%,
    rgba(129, 140, 248, 0.15) 50%,
    rgba(56, 189, 248, 0.2) 70%,
    transparent 100%
  );
}

/* ── Atmospheric Glows ── */
.qs-lookbook__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.qs-lookbook__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

.qs-lookbook__glow--hero {
  width: 700px;
  height: 700px;
  top: 5%;
  left: -5%;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.035) 0%,
    transparent 65%
  );
  animation: lbGlow1 20s ease-in-out infinite;
}

.qs-lookbook__glow--accent {
  width: 500px;
  height: 500px;
  bottom: 0;
  right: 5%;
  background: radial-gradient(
    circle,
    rgba(129, 140, 248, 0.03) 0%,
    transparent 60%
  );
  animation: lbGlow2 24s ease-in-out infinite;
}

@keyframes lbGlow1 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, 20px) scale(1.05);
  }
}

@keyframes lbGlow2 {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-20px, -15px) scale(1.08);
  }
}

/* ── Header ── */
.qs-lookbook__header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}

.qs-lookbook__header h2 {
  margin: 0.5rem 0 1.25rem;
}

.qs-lookbook__header .qs-text-lead {
  margin: 0 auto;
  max-width: 480px;
}

/* ── Glass Frame — shared treatment for all images ── */
.qs-lookbook__frame {
  position: relative;
  margin: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 6px;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}

.qs-lookbook__frame:hover {
  border-color: rgba(56, 189, 248, 0.18);
  box-shadow: 0 0 40px rgba(56, 189, 248, 0.05), 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

.qs-lookbook__frame-inner {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.qs-lookbook__frame-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 10s cubic-bezier(0.22, 1, 0.36, 1);
}

.qs-lookbook__frame:hover .qs-lookbook__frame-inner img {
  transform: scale(1.04);
}

/* Subtle inner shadow for depth on frame-inner */
.qs-lookbook__frame-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

/* Frame index numbers */
.qs-lookbook__frame-index {
  position: absolute;
  bottom: 14px;
  left: 16px;
  font-family: var(--qs-font-display);
  font-size: 0.5rem;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.25);
  z-index: 3;
}

/* ── Magazine Spread ── */
.qs-lookbook__spread {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

/* Hero frame — luminous halo behind it */
.qs-lookbook__frame--hero {
  position: relative;
}

.qs-lookbook__frame--hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse,
    rgba(56, 189, 248, 0.04) 0%,
    rgba(129, 140, 248, 0.02) 40%,
    transparent 70%
  );
  pointer-events: none;
  z-index: -1;
}

.qs-lookbook__frame--hero .qs-lookbook__frame-inner {
  aspect-ratio: 4 / 5;
}

/* Aside column — portrait + quote card */
.qs-lookbook__aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 5rem;
}

.qs-lookbook__frame--portrait .qs-lookbook__frame-inner {
  aspect-ratio: 3 / 4;
}

.qs-lookbook__frame--portrait .qs-lookbook__frame-inner img {
  object-position: center top;
}

/* ── Glass Quote Card ── */
.qs-lookbook__quote-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 2rem 2rem 2rem 2.5rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: hidden;
}

/* Left accent bar — cyan gradient */
.qs-lookbook__quote-accent {
  position: absolute;
  top: 1.25rem;
  bottom: 1.25rem;
  left: 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(56, 189, 248, 0.5) 0%,
    rgba(129, 140, 248, 0.3) 100%
  );
  border-radius: 2px;
}

.qs-lookbook__quote {
  margin: 0;
  position: relative;
}

.qs-lookbook__quote-mark {
  position: absolute;
  top: -0.6rem;
  left: -0.3rem;
  font-family: var(--qs-font-display);
  font-size: 3.5rem;
  line-height: 1;
  color: var(--qs-accent);
  opacity: 0.12;
  pointer-events: none;
}

.qs-lookbook__quote p {
  font-family: var(--qs-font-display);
  font-size: clamp(0.7rem, 1.1vw, 0.85rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* ── Contact Sheet — staggered thumbnails ── */
.qs-lookbook__contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 2;
}

.qs-lookbook__frame--thumb .qs-lookbook__frame-inner {
  aspect-ratio: 3 / 4;
}

.qs-lookbook__frame--thumb .qs-lookbook__frame-inner img {
  object-position: center top;
  filter: grayscale(0.5) contrast(1.05);
  transition: transform 8s cubic-bezier(0.22, 1, 0.36, 1), filter 0.8s ease;
}

.qs-lookbook__frame--thumb:hover .qs-lookbook__frame-inner img {
  filter: grayscale(0) contrast(1.08);
}

/* Staggered vertical offsets */
.qs-lookbook__frame--offset-up {
  transform: translateY(-16px);
}

.qs-lookbook__frame--offset-down {
  transform: translateY(20px);
}

.qs-lookbook__frame--offset-up-lg {
  transform: translateY(-28px);
}

/* Override hover transform to preserve offset */
.qs-lookbook__frame--offset-up:hover {
  transform: translateY(-19px);
}

.qs-lookbook__frame--offset-down:hover {
  transform: translateY(17px);
}

.qs-lookbook__frame--offset-up-lg:hover {
  transform: translateY(-31px);
}

/* Thumbnail labels */
.qs-lookbook__thumb-label {
  display: block;
  text-align: center;
  padding: 0.75rem 0 0.25rem;
  font-family: var(--qs-font-display);
  font-size: 0.5rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0);
  transition: color 0.5s ease;
  margin: 0;
}

.qs-lookbook__frame--thumb:hover .qs-lookbook__thumb-label {
  color: rgba(255, 255, 255, 0.35);
}

/* ── CTA ── */
.qs-lookbook__cta {
  text-align: center;
  position: relative;
  z-index: 2;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */

@media (max-width: 1024px) {
  .qs-lookbook {
    padding: 6rem 0 5rem;
  }

  .qs-lookbook__spread {
    grid-template-columns: 1.3fr 1fr;
    gap: 1.25rem;
  }

  .qs-lookbook__aside {
    padding-top: 3rem;
  }

  .qs-lookbook__frame--offset-up {
    transform: translateY(-10px);
  }
  .qs-lookbook__frame--offset-down {
    transform: translateY(14px);
  }
  .qs-lookbook__frame--offset-up-lg {
    transform: translateY(-18px);
  }
  .qs-lookbook__frame--offset-up:hover {
    transform: translateY(-13px);
  }
  .qs-lookbook__frame--offset-down:hover {
    transform: translateY(11px);
  }
  .qs-lookbook__frame--offset-up-lg:hover {
    transform: translateY(-21px);
  }
}

@media (max-width: 768px) {
  .qs-lookbook {
    padding: 5rem 0 4rem;
  }

  .qs-lookbook__header {
    margin-bottom: 3rem;
  }

  .qs-lookbook__spread {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .qs-lookbook__frame--hero .qs-lookbook__frame-inner {
    aspect-ratio: 3 / 4;
  }

  .qs-lookbook__aside {
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: start;
  }

  .qs-lookbook__quote-card {
    padding: 1.5rem 1.5rem 1.5rem 2rem;
  }

  .qs-lookbook__quote p {
    font-size: 0.65rem;
    line-height: 2.4;
  }

  .qs-lookbook__contact {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .qs-lookbook__frame--thumb .qs-lookbook__frame-inner {
    aspect-ratio: 1 / 1.1;
  }

  .qs-lookbook__frame--offset-up,
  .qs-lookbook__frame--offset-down,
  .qs-lookbook__frame--offset-up-lg {
    transform: none;
  }

  .qs-lookbook__frame--offset-up:hover,
  .qs-lookbook__frame--offset-down:hover,
  .qs-lookbook__frame--offset-up-lg:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 480px) {
  .qs-lookbook {
    padding: 4rem 0 3rem;
  }

  .qs-lookbook__header {
    margin-bottom: 2.5rem;
  }

  .qs-lookbook__aside {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .qs-lookbook__frame--portrait .qs-lookbook__frame-inner {
    aspect-ratio: 4 / 5;
  }

  .qs-lookbook__contact {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  /* Hide third thumb on small screens for cleaner composition */
  .qs-lookbook__frame--thumb:last-child {
    display: none;
  }

  .qs-lookbook__frame {
    padding: 4px;
  }
}

.qs-faq {
  position: relative;
}

.qs-faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 6rem;
  align-items: start;
}

.qs-faq-header {
  position: sticky;
  top: 6rem;
}

.qs-faq-title {
  margin-top: 1.5rem;
}

.qs-faq-title__line {
  display: block;
}

.qs-faq-header .qs-text-lead {
  margin-top: 1.5rem;
}

.qs-faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.qs-faq-item {
  background: var(--qs-glass);
  border: 1px solid var(--qs-glass-border);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s var(--qs-ease);
}

.qs-faq-item:hover {
  border-color: rgba(56, 189, 248, 0.3);
}

.qs-faq-item[open] {
  background: rgba(56, 189, 248, 0.05);
  border-color: rgba(56, 189, 248, 0.3);
}

.qs-faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-weight: 400;
  transition: color 0.2s ease;
}

.qs-faq-item__question::-webkit-details-marker {
  display: none;
}
.qs-faq-item__question::marker {
  display: none;
  content: "";
}
.qs-faq-item__question:hover {
  color: var(--qs-accent);
}

.qs-faq-item__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--qs-accent);
  transition: transform 0.3s var(--qs-ease);
}

.qs-faq-item[open] .qs-faq-item__icon {
  transform: rotate(45deg);
}

.qs-faq-item__answer {
  padding: 0 1.5rem 1.5rem;
}

.qs-faq-item__answer p {
  color: var(--qs-text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .qs-faq-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .qs-faq-header {
    position: static;
    text-align: center;
  }
}

.qs-about-cta {
  padding: 4rem 0 6rem;
  min-height: auto;
}

.qs-about-cta[data-favor-section-type="cta"] {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.qs-about-cta__card {
  position: relative;
  padding: 5rem 3rem;
  border-radius: 32px;
  background: var(--qs-glass);
  border: 1px solid var(--qs-glass-border);
  text-align: center;
  overflow: hidden;
}

.qs-about-cta__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.qs-about-cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

.qs-about-cta__orb--1 {
  width: 400px;
  height: 400px;
  top: -20%;
  left: -10%;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.15) 0%,
    transparent 60%
  );
  animation: orb-float-1 10s ease-in-out infinite;
}

.qs-about-cta__orb--2 {
  width: 300px;
  height: 300px;
  bottom: -15%;
  right: -5%;
  background: radial-gradient(
    circle,
    rgba(129, 140, 248, 0.12) 0%,
    transparent 60%
  );
  animation: orb-float-2 12s ease-in-out infinite;
}

@keyframes orb-float-1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
}

@keyframes orb-float-2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, -15px);
  }
}

.qs-about-cta__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.qs-about-cta__content h2 {
  margin: 0.5rem 0 1.5rem;
  line-height: 1;
}

.qs-about-cta__text {
  color: var(--qs-text-muted);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

.qs-about-cta__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.qs-about-cta__stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--qs-glass-border);
}

.qs-about-cta__stat {
  text-align: center;
}

.qs-about-cta__stat-val {
  display: block;
  font-family: var(--qs-font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.qs-about-cta__stat-label {
  display: block;
  font-size: 0.65rem;
  color: var(--qs-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}

.qs-about-cta__stat-divider {
  width: 1px;
  height: 40px;
  background: var(--qs-glass-border);
}

/* Desktop density tuning for short desktop windows incl. 1920x1080 @125% effective viewport. */
@media (min-width: 1600px) and (max-height: 980px),
  (min-width: 1366px) and (max-width: 1599px) and (max-height: 900px) {
  .qs-hero__wrapper {
    max-width: 1320px;
    padding: clamp(84px, 10vh, 120px) clamp(24px, 4vw, 64px) 56px;
  }

  .qs-hero__title-main {
    font-size: clamp(3.1rem, 6.6vw, 6.25rem);
  }

  .qs-hero__subtitle {
    max-width: 450px;
    margin-bottom: 28px;
  }

  .qs-hero__actions {
    margin-bottom: 28px;
  }

  .qs-upregulate {
    padding: clamp(4.25rem, 8vw, 6.5rem) 0;
    padding-top: clamp(6.25rem, 10.5vw, 9rem);
    margin-top: -2.25rem;
  }

  .qs-upreg__header {
    margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
  }

  .qs-spotlight {
    padding: 5.25rem 0 6rem;
  }

  .qs-spotlight__header {
    margin-bottom: 3.5rem;
  }

  .qs-spotlight__grid {
    gap: 2.75rem;
  }

  .qs-about-cta {
    padding: 3.25rem 0 4.5rem;
  }

  .qs-about-cta__card {
    padding: 4rem 2.5rem;
  }
}

/* Slight extra compaction for 1920x1080 @125% style effective viewport. */
@media (min-width: 1366px) and (max-width: 1599px) and (max-height: 900px) {
  .qs-hero__wrapper {
    padding: clamp(76px, 9vh, 108px) clamp(24px, 3.6vw, 56px) 48px;
  }

  .qs-hero__title-main {
    font-size: clamp(2.95rem, 6.1vw, 5.85rem);
  }

  .qs-hero__subtitle {
    max-width: 430px;
    margin-bottom: 24px;
  }

  .qs-hero__actions {
    margin-bottom: 24px;
  }
}

/* 1980x1080 class desktop: trim hero scale and remove visible top video gap. */
@media (min-width: 1900px) and (max-width: 2100px) and (max-height: 1120px) {
  .qs-hero__wrapper {
    padding-top: clamp(74px, 10vh, 104px);
    padding-bottom: 64px;
  }

  .qs-hero__title-main {
    font-size: clamp(2.98rem, 6.25vw, 6.05rem);
    line-height: 1.08;
    padding: 0.04em 0 0.08em;
  }

  .qs-hero__video-iframe {
    top: 49%;
  }

  html.qs-browser-safari .qs-hero__wrapper {
    max-width: 1360px;
    padding-top: clamp(86px, 11.5vh, 120px);
    padding-bottom: 76px;
  }

  html.qs-browser-safari .qs-hero__content {
    max-width: 680px;
  }

  html.qs-browser-safari .qs-hero__title-main {
    font-size: clamp(3.3rem, 6.85vw, 6.5rem);
  }

  html.qs-browser-safari .qs-hero__product-showcase {
    width: 520px;
    height: 520px;
  }
}

@media (min-width: 1366px) and (min-height: 780px) {
  html.qs-browser-safari .qs-hero__wrapper {
    max-width: 1340px;
    padding-top: clamp(88px, 11.5vh, 124px);
    padding-bottom: 76px;
  }

  html.qs-browser-safari .qs-hero__content {
    max-width: 690px;
  }

  html.qs-browser-safari .qs-hero__title-main {
    font-size: clamp(3.36rem, 6.9vw, 6.55rem);
  }

  html.qs-browser-safari .qs-hero__subtitle {
    max-width: 500px;
  }

  html.qs-browser-safari .qs-hero__product-showcase {
    width: 520px;
    height: 520px;
  }
}

@media (max-width: 640px) {
  .qs-about-cta__card {
    padding: 3rem 1.5rem;
  }

  .qs-about-cta__text {
    font-size: 1rem;
  }

  .qs-about-cta__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .qs-about-cta__actions .qs-btn {
    width: 100%;
    justify-content: center;
  }

  .qs-about-cta__stats {
    flex-direction: column;
    gap: 1.5rem;
  }

  .qs-about-cta__stat-divider {
    width: 60px;
    height: 1px;
  }
}

/* Shop hero video full-bleed normalization */
.qs-shop-page .qs-shop-hero {
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.qs-shop-page .qs-shop-hero__video-bg {
  position: absolute !important;
  inset: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  height: 100% !important;
  transform: translateX(-50%) !important;
}

.qs-shop-page .qs-shop-hero__video-iframe {
  left: 50% !important;
  width: max(177.7778svh, 100vw) !important;
  height: max(56.25vw, 100svh) !important;
}

/* Command-center interior pages: bracelet, music, events */
.la-page {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(
      1200px 520px at 12% 0%,
      rgba(56, 189, 248, 0.08),
      transparent 60%
    ),
    radial-gradient(
    900px 480px at 90% 10%,
    rgba(99, 102, 241, 0.08),
    transparent 64%
  ),
    linear-gradient(180deg, rgba(7, 10, 20, 0.96) 0%, rgba(6, 8, 17, 0.9) 100%);
  overflow: hidden;
}

/* Ambient light effect */
.la-page::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
  height: 100%;
  background: radial-gradient(
    ellipse 50% 40% at 50% 0%,
    rgba(56, 189, 248, 0.12),
    transparent 50%
  );
  pointer-events: none;
  opacity: 0.6;
}

.la-page__container {
  position: relative;
  z-index: 1;
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.la-page__title {
  margin-top: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  animation: laPageFadeUp 0.8s ease-out 0.2s forwards;
}

.la-page__title-break {
  display: block;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.la-page__intro {
  max-width: 70ch;
  margin-top: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  animation: laPageFadeUp 0.8s ease-out 0.4s forwards;
}

.la-page__grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.6vw, 2rem);
}

.la-page__card {
  position: relative;
  border-radius: 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: linear-gradient(
    180deg,
    rgba(15, 23, 42, 0.72),
    rgba(15, 23, 42, 0.6)
  );
  box-shadow:
    0 20px 40px rgba(2, 6, 23, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.la-page__card:hover {
  transform: translateY(-4px);
  border-color: rgba(148, 163, 184, 0.35);
  box-shadow:
    0 24px 48px rgba(2, 6, 23, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

/* Animated glow on hover */
.la-page__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.2rem;
  background: linear-gradient(
    135deg,
    rgba(56, 189, 248, 0.08),
    rgba(99, 102, 241, 0.08)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.la-page__card:hover::before {
  opacity: 1;
}

/* Staggered card reveal animation */
.la-page__card:nth-child(1) {
  animation: laPageFadeUp 0.8s ease-out 0.6s forwards;
}

.la-page__card:nth-child(2) {
  animation: laPageFadeUp 0.8s ease-out 0.75s forwards;
}

.la-page__subheading {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05em;
}

.la-page__bullet {
  position: relative;
  padding-left: 1.2rem;
  margin-top: 0.75rem;
}

.la-page__bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5eead4 0%, #22d3ee 100%);
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.65);
  animation: laBulletPulse 2s ease-in-out infinite;
}

.la-page__cta-title {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
}

/* Keyframe animations */
@keyframes laPageFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes laBulletPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

/* Page-specific badge styling with unique color themes */
.la-page--bracelet .science-hero__label {
  color: #99f6e4;
  border-color: rgba(94, 234, 212, 0.5);
  background: linear-gradient(
    135deg,
    rgba(13, 148, 136, 0.18),
    rgba(13, 148, 136, 0.12)
  );
  box-shadow: 0 0 16px rgba(94, 234, 212, 0.15);
  opacity: 0;
  animation: laPageFadeUp 0.8s ease-out 0.1s forwards;
}

.la-page--music .science-hero__label {
  color: #bfdbfe;
  border-color: rgba(96, 165, 250, 0.5);
  background: linear-gradient(
    135deg,
    rgba(30, 64, 175, 0.24),
    rgba(30, 64, 175, 0.16)
  );
  box-shadow: 0 0 16px rgba(96, 165, 250, 0.15);
  opacity: 0;
  animation: laPageFadeUp 0.8s ease-out 0.1s forwards;
}

.la-page--events .science-hero__label {
  color: #ddd6fe;
  border-color: rgba(167, 139, 250, 0.5);
  background: linear-gradient(
    135deg,
    rgba(91, 33, 182, 0.24),
    rgba(91, 33, 182, 0.16)
  );
  box-shadow: 0 0 16px rgba(167, 139, 250, 0.15);
  opacity: 0;
  animation: laPageFadeUp 0.8s ease-out 0.1s forwards;
}

/* Unique accent glows for each page variant */
.la-page--bracelet .la-page__card:hover {
  box-shadow:
    0 24px 48px rgba(2, 6, 23, 0.5),
    0 0 24px rgba(94, 234, 212, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.la-page--music .la-page__card:hover {
  box-shadow:
    0 24px 48px rgba(2, 6, 23, 0.5),
    0 0 24px rgba(96, 165, 250, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.la-page--events .la-page__card:hover {
  box-shadow:
    0 24px 48px rgba(2, 6, 23, 0.5),
    0 0 24px rgba(167, 139, 250, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@media (max-width: 900px) {
  .la-page__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .qs-shop-page .qs-shop-hero__video-bg {
    top: 0 !important;
    left: 50% !important;
    width: 100vw !important;
    height: 100svh !important;
    min-height: 100svh !important;
    transform: translateX(-50%) !important;
  }

  .qs-shop-page .qs-shop-hero__video-iframe {
    top: 0 !important;
    left: 50% !important;
    width: max(177.7778svh, 100vw) !important;
    height: max(56.25vw, 100svh) !important;
    transform: translateX(-50%) !important;
  }
}
/* ══════════════════════════════════════════════════
   LIFE ARMOR MUSIC PAGE — Audio/Frequency Theme
   ══════════════════════════════════════════════════ */

.la-music {
  background: linear-gradient(180deg, #030810 0%, #060d1a 50%, #0a1628 100%);
}

/* Hero Section */
.la-music__hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(8rem, 12vh, 12rem) 0 clamp(4rem, 8vh, 8rem);
}

.la-music__waveform-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.15;
}

.la-music__wave {
  position: absolute;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(96, 165, 250, 0.3),
    transparent
  );
  animation: waveSlide 8s ease-in-out infinite;
}

.la-music__wave--1 {
  animation-delay: 0s;
  opacity: 0.6;
}
.la-music__wave--2 {
  animation-delay: -2.6s;
  opacity: 0.4;
}
.la-music__wave--3 {
  animation-delay: -5.2s;
  opacity: 0.3;
}

@keyframes waveSlide {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(0%);
  }
}

.la-music__frequency-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(96, 165, 250, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(96, 165, 250, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
}

.la-music__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.la-music__badge {
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  background: linear-gradient(
    135deg,
    rgba(30, 64, 175, 0.24),
    rgba(30, 64, 175, 0.16)
  );
  border: 1px solid rgba(96, 165, 250, 0.5);
  color: #bfdbfe;
  font-family: var(--qs-font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  box-shadow: 0 0 20px rgba(96, 165, 250, 0.15);
  animation: badgeFade 0.8s ease-out 0.1s backwards;
}

.la-music__title {
  margin-bottom: 1.5rem;
  animation: titleFade 0.8s ease-out 0.3s backwards;
}

.la-music__title-line {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  opacity: 0.9;
}

.la-music__title-highlight {
  display: block;
  background: linear-gradient(135deg, #bfdbfe 0%, #60a5fa 50%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 40px rgba(96, 165, 250, 0.3);
}

.la-music__intro {
  max-width: 680px;
  margin: 0 auto 3rem;
  animation: introFade 0.8s ease-out 0.5s backwards;
}

/* Audio Player Mock */
.la-music__player {
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9),
    rgba(15, 23, 42, 0.7)
  );
  border: 1px solid rgba(96, 165, 250, 0.2);
  border-radius: 1.5rem;
  padding: 1.5rem;
  backdrop-filter: blur(20px);
  box-shadow:
    0 20px 60px rgba(96, 165, 250, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  animation: playerFade 0.8s ease-out 0.7s backwards;
}

.la-music__player-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.la-music__play-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(96, 165, 250, 0.4);
}

.la-music__play-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(96, 165, 250, 0.6);
}

.la-music__play-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.la-music__player-info {
  flex: 1;
  text-align: left;
}

.la-music__track-name {
  display: block;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.la-music__track-duration {
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.7);
  font-family: monospace;
}

.la-music__waveform-viz {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 40px;
}

.la-music__bar {
  flex: 1;
  min-width: 2px;
  background: linear-gradient(180deg, #60a5fa, #3b82f6);
  border-radius: 2px;
  height: 20%;
  animation: waveformPulse 1.2s ease-in-out infinite;
  animation-delay: var(--delay);
  opacity: 0.6;
}

@keyframes waveformPulse {
  0%, 100% {
    height: 20%;
    opacity: 0.4;
  }
  50% {
    height: 80%;
    opacity: 1;
  }
}

/* Content */
.la-music__content {
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.la-music__pillars {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}

.la-music__section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.la-music__pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.la-music__pillar {
  text-align: center;
  padding: 2.5rem 2rem;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.6),
    rgba(15, 23, 42, 0.4)
  );
  border: 1px solid rgba(96, 165, 250, 0.15);
  border-radius: 1.5rem;
  transition: all 0.4s ease;
}

.la-music__pillar:hover {
  transform: translateY(-8px);
  border-color: rgba(96, 165, 250, 0.3);
  box-shadow: 0 20px 60px rgba(96, 165, 250, 0.15);
}

.la-music__pillar-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(96, 165, 250, 0.2),
    rgba(59, 130, 246, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa;
}

.la-music__pillar-icon svg {
  width: 32px;
  height: 32px;
}

.la-music__pillar-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.75rem;
}

.la-music__pillar-body {
  color: rgba(148, 163, 184, 0.8);
  line-height: 1.7;
}

/* Playlist */
.la-music__playlist {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}

.la-music__playlist-title {
  text-align: center;
  margin-bottom: 3rem;
}

.la-music__tracks {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.la-music__track {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.6),
    rgba(15, 23, 42, 0.4)
  );
  border: 1px solid rgba(96, 165, 250, 0.1);
  border-radius: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.la-music__track:hover {
  border-color: rgba(96, 165, 250, 0.3);
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.8),
    rgba(15, 23, 42, 0.6)
  );
  transform: translateX(8px);
}

.la-music__track-number {
  font-family: var(--qs-font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: #60a5fa;
  text-align: center;
}

.la-music__track-text {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.la-music__track-visualizer {
  display: flex;
  gap: 2px;
  align-items: center;
  height: 24px;
}

.la-music__track-visualizer span {
  width: 3px;
  background: linear-gradient(180deg, #60a5fa, #3b82f6);
  border-radius: 2px;
  height: 40%;
  animation: trackPulse 0.8s ease-in-out infinite;
}

.la-music__track-visualizer span:nth-child(2n) {
  animation-delay: 0.1s;
  height: 60%;
}
.la-music__track-visualizer span:nth-child(3n) {
  animation-delay: 0.2s;
  height: 80%;
}

@keyframes trackPulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

/* CTA */
.la-music__cta {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9),
    rgba(15, 23, 42, 0.7)
  );
  border: 1px solid rgba(96, 165, 250, 0.2);
  border-radius: 2rem;
  overflow: hidden;
}

.la-music__cta-glow {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(96, 165, 250, 0.15),
    transparent 70%
  );
  pointer-events: none;
}

.la-music__cta h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.la-music__cta p {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: rgba(148, 163, 184, 0.9);
}

.la-music__cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0 8px 24px rgba(96, 165, 250, 0.3);
  transition: all 0.3s ease;
}

.la-music__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(96, 165, 250, 0.4);
}

@keyframes badgeFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes titleFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes introFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes playerFade {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
}

@media (max-width: 768px) {
  .la-music__pillar-grid {
    grid-template-columns: 1fr;
  }
  .la-music__track {
    grid-template-columns: 50px 1fr;
  }
  .la-music__track-visualizer {
    display: none;
  }
}

/* ══════════════════════════════════════════════════
   LIFE ARMOR EVENTS PAGE — Cinematic Theme
   ══════════════════════════════════════════════════ */

.la-events {
  background: linear-gradient(180deg, #030810 0%, #0a0f1e 50%, #0f1629 100%);
}

/* Cinematic Hero */
.la-events__hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(8rem, 12vh, 12rem) 0 clamp(4rem, 8vh, 8rem);
}

.la-events__spotlight {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 140%;
  background: radial-gradient(
    ellipse 50% 40% at 50% 30%,
    rgba(167, 139, 250, 0.15),
    transparent 60%
  );
  pointer-events: none;
  animation: spotlightPulse 6s ease-in-out infinite;
}

@keyframes spotlightPulse {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

.la-events__curtain {
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.9), transparent);
  pointer-events: none;
}

.la-events__curtain--left {
  left: 0;
}
.la-events__curtain--right {
  right: 0;
  transform: scaleX(-1);
}

.la-events__stage-lights {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.4;
}

.la-events__beam {
  position: absolute;
  top: -50%;
  left: 50%;
  width: 200px;
  height: 150%;
  background: linear-gradient(
    180deg,
    rgba(167, 139, 250, 0.3) 0%,
    transparent 60%
  );
  transform-origin: top center;
  transform: translateX(-50%) rotate(var(--angle));
  animation: beamSweep 8s ease-in-out infinite;
  animation-delay: var(--delay);
  filter: blur(20px);
}

@keyframes beamSweep {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}

.la-events__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.la-events__badge {
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  background: linear-gradient(
    135deg,
    rgba(91, 33, 182, 0.24),
    rgba(91, 33, 182, 0.16)
  );
  border: 1px solid rgba(167, 139, 250, 0.5);
  color: #ddd6fe;
  font-family: var(--qs-font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  box-shadow: 0 0 20px rgba(167, 139, 250, 0.15);
  animation: eventsBadgeFade 0.8s ease-out 0.1s backwards;
}

.la-events__title {
  margin-bottom: 1.5rem;
  animation: eventsTitleFade 0.8s ease-out 0.3s backwards;
}

.la-events__title-line {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  opacity: 0.9;
}

.la-events__title-main {
  display: block;
  background: linear-gradient(135deg, #ddd6fe 0%, #a78bfa 50%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.la-events__intro {
  max-width: 680px;
  margin: 0 auto;
  animation: eventsIntroFade 0.8s ease-out 0.5s backwards;
}

/* Timeline */
.la-events__content {
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.la-events__expect {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}

.la-events__section-title {
  text-align: center;
  margin-bottom: 4rem;
}

.la-events__timeline {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.la-events__timeline-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  align-items: start;
}

.la-events__timeline-marker {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.2),
    rgba(139, 92, 246, 0.1)
  );
  border: 2px solid rgba(167, 139, 250, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a78bfa;
  transition: all 0.4s ease;
}

.la-events__timeline-item:hover .la-events__timeline-marker {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 32px rgba(167, 139, 250, 0.3);
}

.la-events__timeline-marker svg {
  width: 36px;
  height: 36px;
}

.la-events__timeline-content {
  padding: 1.5rem 2rem;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.6),
    rgba(15, 23, 42, 0.4)
  );
  border: 1px solid rgba(167, 139, 250, 0.15);
  border-radius: 1.5rem;
  transition: all 0.4s ease;
}

.la-events__timeline-item:hover .la-events__timeline-content {
  border-color: rgba(167, 139, 250, 0.3);
  transform: translateX(8px);
}

.la-events__timeline-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.75rem;
}

.la-events__timeline-body {
  color: rgba(148, 163, 184, 0.8);
  line-height: 1.7;
}

/* Coverage */
.la-events__coverage {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}

.la-events__coverage-card {
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.8),
    rgba(15, 23, 42, 0.6)
  );
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: 2rem;
  padding: clamp(2.5rem, 5vw, 4rem);
}

.la-events__coverage-header {
  text-align: center;
  margin-bottom: 3rem;
}

.la-events__coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.la-events__coverage-item {
  text-align: center;
  padding: 2rem;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(167, 139, 250, 0.1);
  border-radius: 1.25rem;
  transition: all 0.3s ease;
}

.la-events__coverage-item:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 139, 250, 0.3);
  box-shadow: 0 12px 40px rgba(167, 139, 250, 0.15);
}

.la-events__coverage-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(167, 139, 250, 0.2),
    rgba(139, 92, 246, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a78bfa;
}

.la-events__coverage-icon svg {
  width: 28px;
  height: 28px;
}

.la-events__coverage-item p {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

/* CTA */
.la-events__cta {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9),
    rgba(15, 23, 42, 0.7)
  );
  border: 1px solid rgba(167, 139, 250, 0.2);
  border-radius: 2rem;
  overflow: hidden;
}

.la-events__cta-spotlight {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(167, 139, 250, 0.15),
    transparent 70%
  );
  pointer-events: none;
}

.la-events__cta h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.la-events__cta p {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: rgba(148, 163, 184, 0.9);
}

.la-events__cta-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 1rem 2.5rem;
  background: linear-gradient(135deg, #a78bfa, #8b5cf6);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0 8px 24px rgba(167, 139, 250, 0.3);
  transition: all 0.3s ease;
}

.la-events__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(167, 139, 250, 0.4);
}

@keyframes eventsBadgeFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes eventsTitleFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes eventsIntroFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (max-width: 768px) {
  .la-events__timeline-item {
    grid-template-columns: 60px 1fr;
    gap: 1rem;
  }
  .la-events__timeline-marker {
    width: 60px;
    height: 60px;
  }
  .la-events__timeline-marker svg {
    width: 28px;
    height: 28px;
  }
  .la-events__coverage-grid {
    grid-template-columns: 1fr;
  }
}

/* ══════════════════════════════════════════════════
   TEMPORARY BRACELET PROGRAM — Sales Page Theme
   ══════════════════════════════════════════════════ */

.la-bracelet {
  background: linear-gradient(180deg, #030810 0%, #081420 50%, #0d1929 100%);
}

/* Sales Hero */
.la-bracelet__hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(8rem, 12vh, 12rem) 0 clamp(4rem, 8vh, 8rem);
}

.la-bracelet__hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.la-bracelet__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(94, 234, 212, 0.15),
    transparent 70%
  );
  animation: braceletPulse 4s ease-in-out infinite;
}

@keyframes braceletPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
}

.la-bracelet__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(94, 234, 212, 0.2);
  border-radius: 50%;
  animation: ringExpand 6s linear infinite;
}

.la-bracelet__ring--1 {
  width: 300px;
  height: 300px;
}
.la-bracelet__ring--2 {
  width: 500px;
  height: 500px;
  animation-delay: 2s;
}
.la-bracelet__ring--3 {
  width: 700px;
  height: 700px;
  animation-delay: 4s;
}

@keyframes ringExpand {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.la-bracelet__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.la-bracelet__badge {
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  background: linear-gradient(
    135deg,
    rgba(13, 148, 136, 0.18),
    rgba(13, 148, 136, 0.12)
  );
  border: 1px solid rgba(94, 234, 212, 0.5);
  color: #99f6e4;
  font-family: var(--qs-font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  box-shadow: 0 0 20px rgba(94, 234, 212, 0.15);
  animation: braceletBadgeFade 0.8s ease-out 0.1s backwards;
}

.la-bracelet__title {
  margin-bottom: 1.5rem;
  animation: braceletTitleFade 0.8s ease-out 0.3s backwards;
}

.la-bracelet__title-top {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  opacity: 0.9;
}

.la-bracelet__title-main {
  display: block;
  background: linear-gradient(135deg, #99f6e4 0%, #5eead4 50%, #2dd4bf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.la-bracelet__intro {
  max-width: 680px;
  margin: 0 auto 2.5rem;
  animation: braceletIntroFade 0.8s ease-out 0.5s backwards;
}

/* Value Props */
.la-bracelet__value-props {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  animation: braceletPropsFade 0.8s ease-out 0.7s backwards;
}

.la-bracelet__prop {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.la-bracelet__prop svg {
  width: 20px;
  height: 20px;
  color: #5eead4;
}

.la-bracelet__hero-cta {
  display: inline-flex;
  padding: 1.25rem 3rem;
  background: linear-gradient(135deg, #5eead4, #2dd4bf);
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0 8px 32px rgba(94, 234, 212, 0.4);
  transition: all 0.3s ease;
  animation: braceletCtaFade 0.8s ease-out 0.9s backwards;
}

.la-bracelet__hero-cta:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 40px rgba(94, 234, 212, 0.5);
}

/* Process Steps */
.la-bracelet__content {
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.la-bracelet__process {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}

.la-bracelet__section-title {
  text-align: center;
  margin-bottom: 4rem;
}

.la-bracelet__steps {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.la-bracelet__step {
  flex: 1;
  text-align: center;
  padding: 2.5rem 2rem;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.8),
    rgba(15, 23, 42, 0.6)
  );
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 1.5rem;
  transition: all 0.4s ease;
}

.la-bracelet__step:hover {
  transform: translateY(-8px);
  border-color: rgba(94, 234, 212, 0.4);
  box-shadow: 0 20px 60px rgba(94, 234, 212, 0.15);
}

.la-bracelet__step-number {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #5eead4, #2dd4bf);
  color: #0f172a;
  font-family: var(--qs-font-display);
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(94, 234, 212, 0.3);
}

.la-bracelet__step-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.75rem;
}

.la-bracelet__step-body {
  color: rgba(148, 163, 184, 0.8);
  line-height: 1.7;
}

.la-bracelet__step-connector {
  flex: 0 0 60px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(94, 234, 212, 0.3),
    rgba(94, 234, 212, 0.1)
  );
  position: relative;
}

.la-bracelet__step-connector::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid rgba(94, 234, 212, 0.3);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

/* Benefits */
.la-bracelet__benefits {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}

.la-bracelet__benefits-card {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.8),
    rgba(15, 23, 42, 0.6)
  );
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 2rem;
}

.la-bracelet__benefits-card h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.la-bracelet__benefit-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.la-bracelet__benefit {
  display: flex;
  align-items: start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(94, 234, 212, 0.1);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.la-bracelet__benefit:hover {
  border-color: rgba(94, 234, 212, 0.3);
  transform: translateX(8px);
}

.la-bracelet__benefit-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #5eead4;
}

.la-bracelet__benefit p {
  flex: 1;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  line-height: 1.7;
}

/* Final CTA */
.la-bracelet__final-cta {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9),
    rgba(15, 23, 42, 0.7)
  );
  border: 2px solid rgba(94, 234, 212, 0.3);
  border-radius: 2rem;
  overflow: hidden;
}

.la-bracelet__cta-glow {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.2), transparent 70%);
  pointer-events: none;
}

.la-bracelet__cta-content {
  position: relative;
  z-index: 1;
}

.la-bracelet__cta-content h3 {
  margin-bottom: 1rem;
}

.la-bracelet__cta-content p {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  color: rgba(148, 163, 184, 0.9);
}

.la-bracelet__cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.la-bracelet__cta-primary {
  padding: 1.25rem 3rem;
  background: linear-gradient(135deg, #5eead4, #2dd4bf);
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0 8px 32px rgba(94, 234, 212, 0.4);
  transition: all 0.3s ease;
}

.la-bracelet__cta-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 40px rgba(94, 234, 212, 0.5);
}

.la-bracelet__cta-secondary {
  padding: 1.25rem 3rem;
  background: transparent;
  color: #5eead4;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(94, 234, 212, 0.3);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.la-bracelet__cta-secondary:hover {
  background: rgba(94, 234, 212, 0.1);
  border-color: rgba(94, 234, 212, 0.5);
  transform: translateY(-2px);
}

@keyframes braceletBadgeFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes braceletTitleFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes braceletIntroFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes braceletPropsFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes braceletCtaFade {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
}

@media (max-width: 768px) {
  .la-bracelet__value-props {
    gap: 1rem;
  }
  .la-bracelet__steps {
    flex-direction: column;
  }
  .la-bracelet__step-connector {
    width: 2px;
    height: 40px;
    flex: 0 0 40px;
    background: linear-gradient(
      180deg,
      rgba(94, 234, 212, 0.3),
      rgba(94, 234, 212, 0.1)
    );
  }
  .la-bracelet__step-connector::after {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid rgba(94, 234, 212, 0.3);
    border-bottom: none;
  }
  .la-bracelet__cta-actions {
    flex-direction: column;
  }
  .la-bracelet__cta-primary,
  .la-bracelet__cta-secondary {
    width: 100%;
  }
}

/* ─── CEO Intro section ────────────────────────────────────────────────────── */

.qs-ceo-intro {
  position: relative;
  background: var(--qs-bg, #060a0f);
  overflow: hidden;
  padding-bottom: 4rem;
}

/* Stage: the layered portrait + ticker zone */
.qs-ceo-intro__stage {
  position: relative;
  width: 100%;
  /* height driven by portrait image — set min so ticker is always visible */
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* ── Ticker band ── */
.qs-ceo-intro__ticker-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center; /* vertically center in stage */
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  /* subtle gradient fade on edges so it reads as infinite */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}

.qs-ceo-intro__ticker-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  /* animation drives the scroll — 30s feels steady without being sluggish */
  animation: qs-ceo-intro-scroll 30s linear infinite;
  will-change: transform;
}

@keyframes qs-ceo-intro-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  } /* one full set = 1/3 of tripled track */
}

.qs-ceo-intro__ticker-item {
  font-family: var(--qs-font-display, "Rajdhani", "Bebas Neue", sans-serif);
  font-size: clamp(2.5rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.22);
  padding: 0 0.35em;
  line-height: 1;
  user-select: none;
}

.qs-ceo-intro__ticker-sep {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  color: rgba(255, 255, 255, 0.15);
  font-weight: 300;
  line-height: 1;
  user-select: none;
  flex-shrink: 0;
}

/* ── Portrait ── */
.qs-ceo-intro__portrait-wrap {
  position: relative;
  z-index: 2; /* sits ON TOP of ticker */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  /* subtle bottom fade so portrait blends into the copy section */
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 55%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    black 55%,
    transparent 100%
  );
}

.qs-ceo-intro__portrait {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top center;
}

/* ── Copy block ── */
.qs-ceo-intro__copy {
  text-align: center;
  padding-top: 2rem;
  max-width: 640px;
  margin: 0 auto;
}

.qs-ceo-intro__name {
  margin: 0.5rem 0 1rem;
  color: var(--qs-text, #fff);
}

.qs-ceo-intro__bio {
  color: var(--qs-text-muted, rgba(255, 255, 255, 0.65));
  margin: 0;
}

/* Pause ticker when user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .qs-ceo-intro__ticker-track {
    animation-play-state: paused;
  }
}

/* ── Responsive ── */
@media (min-width: 768px) {
  .qs-ceo-intro__stage {
    min-height: 680px;
  }

  .qs-ceo-intro__portrait {
    max-width: 560px;
  }

  .qs-ceo-intro__ticker-item {
    -webkit-text-stroke-width: 2px;
  }
}

@media (min-width: 1024px) {
  .qs-ceo-intro__stage {
    min-height: 800px;
  }
}
