:root {
  --preview-blue: #3a8fff;
  --preview-violet: #8e4dff;
  --preview-cyan: #42d9ff;
  --preview-warm: #f7c56b;
}

.preview-body {
  background:
    radial-gradient(circle at 15% 8%, rgba(58, 143, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 85% 15%, rgba(142, 77, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #090a0e 0%, #0f0f11 44%, #111116 100%);
}

.preview-header {
  background: rgba(9, 10, 14, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.preview-header .brand-tab {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.preview-main {
  overflow: hidden;
}

.preview-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.1rem;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(58, 143, 255, 0.28);
  border-radius: 999px;
  background: rgba(58, 143, 255, 0.09);
  color: #bcd9ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.preview-kicker::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--preview-cyan);
  box-shadow: 0 0 18px rgba(66, 217, 255, 0.9);
}

.preview-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}

.preview-primary,
.preview-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.05rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.preview-primary {
  color: #07111f;
  background: linear-gradient(135deg, #5bb7ff 0%, #9a6cff 100%);
  box-shadow: 0 14px 34px rgba(58, 143, 255, 0.28);
}

.preview-secondary {
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.preview-primary:hover,
.preview-secondary:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.preview-note {
  margin: 0.85rem 0 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  text-align: center;
}

.feature-pills {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin: 1.4rem auto 0;
  max-width: 680px;
}

.feature-pills span {
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #d6d8df;
  font-size: 0.82rem;
  font-weight: 600;
}

/* Variant A */
.cinema-hero {
  position: relative;
  padding: clamp(3.1rem, 7vw, 6.5rem) 0 3.25rem;
  text-align: center;
}

.cinema-hero::before {
  content: "";
  position: absolute;
  inset: 8rem -16rem auto;
  height: 38rem;
  background:
    radial-gradient(circle at 52% 38%, rgba(58, 143, 255, 0.24), transparent 24rem),
    radial-gradient(circle at 76% 20%, rgba(142, 77, 255, 0.2), transparent 18rem);
  filter: blur(4px);
  pointer-events: none;
}

.cinema-copy {
  position: relative;
  z-index: 2;
  max-width: 830px;
  margin: 0 auto;
}

.cinema-title {
  margin: 0;
  font-size: clamp(3rem, 9vw, 6.2rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  color: #f3f6ff;
}

.cinema-title .accent-word {
  color: transparent;
  background: linear-gradient(135deg, #6ac5ff 0%, #9b74ff 45%, #f7c56b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.cinema-sub {
  max-width: 650px;
  margin: 1.2rem auto 0;
  color: #b6bbc8;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.product-stage {
  position: relative;
  z-index: 1;
  width: min(100% - 1.5rem, 1220px);
  margin: clamp(2rem, 5vw, 4rem) auto 0;
  min-height: clamp(330px, 48vw, 650px);
}

.stage-orbit {
  position: absolute;
  inset: 8% 0 auto;
  height: 70%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  transform: rotate(-6deg);
  background: linear-gradient(90deg, transparent, rgba(58, 143, 255, 0.07), transparent);
}

.stage-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b0d12;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.stage-shot picture,
.stage-shot img {
  display: block;
  width: 100%;
  height: 100%;
}

.stage-shot img {
  object-fit: cover;
}

.stage-shot--desktop {
  left: 0;
  right: 12%;
  top: 6%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  transform: perspective(1200px) rotateX(4deg) rotateY(6deg) rotateZ(-1.2deg);
}

.stage-shot--mobile {
  right: 0;
  top: 10%;
  width: min(32vw, 370px);
  aspect-ratio: 3 / 4;
  border-radius: 30px;
  transform: perspective(900px) rotateX(2deg) rotateY(-13deg) rotateZ(3.8deg);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.64),
    0 0 60px rgba(58, 143, 255, 0.25);
}

.stage-caption {
  position: absolute;
  left: clamp(1rem, 6vw, 5rem);
  bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  width: min(760px, calc(100% - 2rem));
}

.stage-caption div {
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(10, 12, 18, 0.72);
  backdrop-filter: blur(14px);
}

.stage-caption strong {
  display: block;
  margin-bottom: 0.12rem;
  font-size: 0.82rem;
  color: #f4f7ff;
}

.stage-caption span {
  color: #aeb4c2;
  font-size: 0.78rem;
}

.cinema-strip {
  padding: 1.25rem 0 3.25rem;
}

.cinema-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
}

.cinema-strip-card {
  padding: 1.2rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
}

.cinema-strip-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.cinema-strip-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* Variant B */
.story-hero {
  padding: clamp(3rem, 7vw, 5.75rem) 0 2.25rem;
}

.story-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.story-title {
  margin: 0;
  max-width: 630px;
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #f3f6ff;
}

.story-sub {
  max-width: 590px;
  margin: 1.2rem 0 0;
  color: #bac0cc;
  font-size: 1.08rem;
}

.story-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-top: 1.4rem;
  max-width: 560px;
}

.story-proof span {
  padding: 0.75rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  color: #d8dce6;
  font-size: 0.82rem;
  font-weight: 650;
}

.story-device-board {
  position: relative;
  min-height: 470px;
}

.story-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #090b10;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.story-shot picture,
.story-shot img {
  width: 100%;
  height: 100%;
  display: block;
}

.story-shot img {
  object-fit: cover;
}

.story-shot--desktop {
  inset: 8% 6% auto 0;
  aspect-ratio: 16 / 9;
  border-radius: 26px;
}

.story-shot--mobile {
  right: 0;
  bottom: 0;
  width: min(35%, 250px);
  aspect-ratio: 3 / 4;
  border-radius: 28px;
}

.story-flow {
  padding: 2.25rem 0 3.5rem;
}

.story-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.story-card {
  position: relative;
  min-height: 260px;
  padding: 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 80% 10%, rgba(58, 143, 255, 0.13), transparent 10rem),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.story-card::after {
  content: attr(data-step);
  position: absolute;
  right: 1rem;
  bottom: -1.2rem;
  color: rgba(255, 255, 255, 0.045);
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
}

.story-card h2 {
  margin: 0 0 0.65rem;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.story-card p {
  margin: 0;
  color: #aeb4c2;
}

.story-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.45rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.story-card li {
  color: #d5d9e2;
  font-size: 0.88rem;
}

.story-card li::before {
  content: "•";
  margin-right: 0.45rem;
  color: var(--preview-cyan);
}

.preview-download {
  padding: 2.5rem 0 4rem;
  text-align: center;
}

.preview-download-box {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 28px;
  border: 1px solid rgba(58, 143, 255, 0.22);
  background:
    radial-gradient(circle at 50% 0%, rgba(58, 143, 255, 0.16), transparent 18rem),
    rgba(255, 255, 255, 0.045);
}

.preview-download-box h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.preview-download-box p {
  margin: 0 auto;
  max-width: 42rem;
  color: var(--text-secondary);
}

@media (max-width: 980px) {
  .stage-shot--desktop,
  .stage-shot--mobile,
  .story-shot--desktop,
  .story-shot--mobile {
    position: relative;
    inset: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .product-stage,
  .story-device-board {
    display: grid;
    gap: 1rem;
    min-height: auto;
  }

  .stage-shot--mobile,
  .story-shot--mobile {
    max-width: 360px;
    margin-inline: auto;
  }

  .stage-caption {
    position: relative;
    left: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 1rem;
  }

  .story-hero-grid {
    grid-template-columns: 1fr;
  }

  .cinema-strip-grid,
  .story-flow-grid {
    grid-template-columns: 1fr;
  }
}

/* Next-level preview set F/G/H */
.wow-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.7rem 0;
  background: linear-gradient(180deg, rgba(7, 9, 14, 0.82), rgba(7, 9, 14, 0.42));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.wow-header-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.wow-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.7rem;
  color: #f3f6ff;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.wow-brand:hover {
  text-decoration: none;
}

.wow-brand img {
  width: 28px;
  height: 28px;
  border-radius: 9px;
}

.wow-nav {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
}

.wow-nav a,
.wow-nav span {
  padding: 0.48rem 0.75rem;
  border-radius: 999px;
  color: #b9c0cf;
  font-size: 0.8rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.wow-nav .wow-cta {
  color: #07111f;
  background: linear-gradient(135deg, #62c4ff, #9d73ff);
  box-shadow: 0 10px 26px rgba(58, 143, 255, 0.28);
}

.wow-header-slogan {
  color: #dce6ff;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.wow-header-slogan span {
  color: #74c7ff;
}

.balanced-title {
  text-wrap: balance;
}

.balanced-title span {
  display: block;
}

.ambient-hero,
.collage-hero,
.magazine-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(2rem, 5vw, 4rem);
}

.ambient-stage,
.collage-stage,
.magazine-stage {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 16% 88%, rgba(58, 143, 255, 0.23), transparent 21rem),
    radial-gradient(circle at 34% 96%, rgba(247, 197, 107, 0.1), transparent 18rem),
    radial-gradient(circle at 22% 68%, rgba(142, 77, 255, 0.15), transparent 18rem),
    radial-gradient(circle at 92% 8%, rgba(0, 0, 0, 0.46), transparent 18rem),
    #090b10;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.62);
}

.ambient-stage::before,
.collage-stage::before,
.magazine-stage::before {
  content: "";
  position: absolute;
  inset: -10%;
  background:
    url("../assets/screenshots/desktop-montage.webp") right 10% top 18% / 70% auto no-repeat,
    url("../assets/screenshots/mobile-montage-cropped.webp") right 7% bottom 8% / 22% auto no-repeat;
  opacity: 0.38;
  filter: blur(34px) saturate(1.25);
  transform: scale(1.08);
  pointer-events: none;
}

.ambient-stage::after,
.collage-stage::after,
.magazine-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 14, 0.94) 0%, rgba(7, 9, 14, 0.74) 34%, rgba(7, 9, 14, 0.2) 70%, rgba(7, 9, 14, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 9, 14, 0.06), rgba(7, 9, 14, 0.44));
  pointer-events: none;
}

.ambient-copy,
.collage-copy,
.magazine-copy {
  position: relative;
  z-index: 5;
}

.ambient-title,
.collage-title,
.magazine-title {
  margin: 0;
  color: #f4f7ff;
  font-size: clamp(3.25rem, 8vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.ambient-sub,
.collage-sub,
.magazine-sub {
  max-width: 610px;
  margin: 1.08rem 0 0;
  color: #bac2d2;
  font-size: clamp(1rem, 2vw, 1.13rem);
}

.ambient-slogan,
.collage-slogan,
.magazine-slogan {
  margin: 1rem 0 0;
  color: #e6eeff;
  font-size: clamp(1rem, 2vw, 1.24rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.ambient-slogan span,
.collage-slogan span,
.magazine-slogan span {
  color: transparent;
  background: linear-gradient(135deg, #5fc4ff, #a378ff 58%, #f7c56b);
  -webkit-background-clip: text;
  background-clip: text;
}

.ambient-shot,
.collage-shot,
.magazine-shot {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.ambient-shot picture,
.ambient-shot img,
.collage-shot picture,
.collage-shot img,
.magazine-shot picture,
.magazine-shot img {
  width: 100%;
  height: 100%;
  display: block;
}

.ambient-shot img,
.collage-shot img,
.magazine-shot img {
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.soft-edge img {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.story-flow--tight {
  padding-top: 0.4rem;
}

/* F: ambient background merge */
.preview-f .ambient-stage {
  min-height: clamp(620px, 66vw, 790px);
  padding: clamp(1.2rem, 5vw, 4rem);
}

.preview-f .ambient-copy {
  max-width: 590px;
}

.preview-f .ambient-stage::before {
  background:
    url("../assets/screenshots/desktop-montage.webp") left -4% bottom 10% / 70% auto no-repeat,
    url("../assets/screenshots/mobile-montage-tight.webp") right 5% top 2% / 23% auto no-repeat;
}

.preview-f .ambient-shot--desktop {
  left: -5%;
  bottom: 7%;
  width: min(70%, 860px);
  aspect-ratio: 16 / 9;
  border-radius: 32px;
  opacity: 0.9;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
}

.preview-f .ambient-shot--mobile {
  right: 4.5%;
  top: 1.5%;
  width: min(26%, 300px);
  aspect-ratio: 941 / 1180;
  border-radius: 32px;
  opacity: 0.95;
  transform: rotate(1.2deg);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

/* I: same as F, but desktop up / mobile down */
.preview-i .ambient-stage::before {
  background:
    url("../assets/screenshots/desktop-montage.webp") left -8% top -4% / 66% auto no-repeat,
    url("../assets/screenshots/mobile-montage-tight.webp") right 1.5% bottom 2% / 30% auto no-repeat;
}

.preview-i .ambient-shot--desktop {
  bottom: auto;
  top: -2%;
  left: -8%;
  width: min(66%, 820px);
}

.preview-i .ambient-shot--mobile {
  top: auto;
  bottom: 3%;
  right: 1.5%;
  width: min(34%, 390px);
}

/* G: clean glass command bar and floating collage */
.preview-g .collage-stage {
  min-height: clamp(640px, 68vw, 820px);
  padding: clamp(1.2rem, 5vw, 4rem);
}

.preview-g .collage-copy {
  width: min(570px, 100%);
  padding: clamp(1rem, 3vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(7, 9, 14, 0.62);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.3);
}

.preview-g .collage-shot--desktop {
  right: -7%;
  bottom: 9%;
  width: min(78%, 960px);
  aspect-ratio: 16 / 9;
  border-radius: 34px;
  transform: perspective(1100px) rotateY(-5deg) rotateZ(1deg);
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.5);
}

.preview-g .collage-shot--mobile {
  right: 7%;
  bottom: 7%;
  width: min(25%, 300px);
  aspect-ratio: 3 / 4;
  border-radius: 32px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
}

/* H: slogan-in-header test */
.preview-h .magazine-hero {
  text-align: center;
}

.preview-h .magazine-copy {
  max-width: 850px;
  margin: 0 auto 2rem;
}

.preview-h .magazine-sub {
  margin-inline: auto;
}

.preview-h .preview-cta-row {
  justify-content: center;
}

.preview-h .magazine-stage {
  min-height: auto;
  padding: clamp(0.8rem, 2vw, 1rem);
}

.preview-h .magazine-stage::after {
  background: linear-gradient(180deg, rgba(7, 9, 14, 0.05), rgba(7, 9, 14, 0.22));
}

.preview-h .magazine-pair {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.36fr);
  gap: 0.8rem;
}

.preview-h .magazine-shot {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 30px;
}

.preview-h .magazine-shot--mobile {
  aspect-ratio: 3 / 4;
}

@media (max-width: 980px) {
  .wow-header-inner {
    border-radius: 24px;
  }

  .wow-header-slogan {
    display: none;
  }

  .preview-f .ambient-stage,
  .preview-g .collage-stage {
    min-height: auto;
  }

  .ambient-stage::after,
  .collage-stage::after {
    background: linear-gradient(180deg, rgba(7, 9, 14, 0.94), rgba(7, 9, 14, 0.52), rgba(7, 9, 14, 0.16));
  }

  .preview-f .ambient-shot,
  .preview-g .collage-shot {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    margin-top: 1rem;
  }

  .preview-f .ambient-shot--mobile,
  .preview-g .collage-shot--mobile {
    max-width: 360px;
    margin-inline: auto;
  }

  .preview-h .magazine-pair {
    grid-template-columns: 1fr;
  }

  .preview-h .magazine-shot--mobile {
    max-width: 360px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .cinema-title,
  .story-title {
    font-size: clamp(2.7rem, 14vw, 4.1rem);
  }

  .story-proof {
    grid-template-columns: 1fr;
  }

  .preview-cta-row {
    align-items: stretch;
  }

  .preview-primary,
  .preview-secondary {
    width: 100%;
  }
}

/* Hybrid previews C/D/E */
.hybrid-hero {
  position: relative;
  padding: clamp(3rem, 7vw, 6.25rem) 0 2.5rem;
}

.hybrid-slogan {
  margin: 0.95rem 0 0;
  color: #dce6ff;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hybrid-slogan span {
  color: transparent;
  background: linear-gradient(135deg, #58bdff 0%, #9f73ff 58%, #f7c56b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hybrid-copy {
  max-width: 820px;
}

.hybrid-title {
  margin: 0;
  color: #f4f7ff;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.hybrid-sub {
  max-width: 660px;
  margin: 1.1rem 0 0;
  color: #b8bfce;
  font-size: clamp(1rem, 2vw, 1.14rem);
}

.hybrid-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(250px, 0.64fr);
  gap: 1rem;
  align-items: stretch;
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

.hybrid-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #080a0f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
}

.hybrid-shot picture,
.hybrid-shot img {
  display: block;
  width: 100%;
  height: 100%;
}

.hybrid-shot img {
  object-fit: cover;
}

.hybrid-shot--desktop {
  aspect-ratio: 16 / 9;
  border-radius: 30px;
}

.hybrid-shot--mobile {
  aspect-ratio: 3 / 4;
  border-radius: 30px;
}

.hybrid-meta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.hybrid-meta-row span {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
  color: #d8deeb;
  font-size: 0.88rem;
  font-weight: 650;
}

/* C: integrated hero stage */
.hybrid-c {
  padding-bottom: 1.5rem;
}

.hybrid-c-stage {
  position: relative;
  min-height: clamp(620px, 62vw, 760px);
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 22%, rgba(58, 143, 255, 0.18), transparent 18rem),
    radial-gradient(circle at 20% 0%, rgba(142, 77, 255, 0.14), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.56);
}

.hybrid-c-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(7, 9, 14, 0.95) 0%, rgba(7, 9, 14, 0.84) 31%, rgba(7, 9, 14, 0.26) 58%, rgba(7, 9, 14, 0.06) 100%),
    linear-gradient(180deg, rgba(7, 9, 14, 0.1), rgba(7, 9, 14, 0.34));
  pointer-events: none;
}

.hybrid-c-stage::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 5;
  border-radius: 37px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.hybrid-c-copy {
  position: relative;
  z-index: 4;
  max-width: 620px;
  padding: clamp(1.2rem, 5vw, 3.5rem);
}

.hybrid-c .hybrid-title {
  max-width: 620px;
}

.hybrid-c .hybrid-sub {
  max-width: 560px;
}

.hybrid-c .preview-cta-row {
  justify-content: flex-start;
}

.hybrid-c .hybrid-showcase {
  position: absolute;
  inset: clamp(1rem, 2.5vw, 1.5rem);
  z-index: 1;
  display: block;
  margin: 0;
}

.hybrid-c .hybrid-shot {
  position: absolute;
}

.hybrid-c .hybrid-shot--desktop {
  right: 0;
  bottom: 5%;
  width: min(72%, 840px);
  border-radius: 30px;
}

.hybrid-c .hybrid-shot--mobile {
  right: 5.5%;
  top: 5%;
  width: min(28%, 315px);
  border-radius: 30px;
  transform: rotate(2deg);
}

.hybrid-c .hybrid-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 80px rgba(0, 0, 0, 0.42);
  pointer-events: none;
}

/* D: command-center editorial */
.hybrid-d .hybrid-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hybrid-d .hybrid-showcase {
  margin-top: 0;
  grid-template-columns: 1fr;
  padding: 0.8rem;
  border: 1px solid rgba(58, 143, 255, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 70% 0%, rgba(58, 143, 255, 0.18), transparent 18rem),
    rgba(255, 255, 255, 0.045);
}

.hybrid-d .hybrid-shot--desktop {
  border-radius: 26px;
}

.hybrid-d .hybrid-shot--mobile {
  max-width: 330px;
  justify-self: end;
  margin-top: -0.15rem;
}

.hybrid-d .preview-cta-row {
  justify-content: flex-start;
}

.hybrid-d .hybrid-meta-row {
  grid-template-columns: 1fr;
}

/* E: editorial poster */
.hybrid-e {
  text-align: center;
}

.hybrid-e .hybrid-copy {
  margin: 0 auto;
}

.hybrid-e .hybrid-sub {
  margin-inline: auto;
}

.poster-board {
  position: relative;
  width: min(100% - 1.5rem, 1180px);
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  padding: clamp(0.7rem, 1.8vw, 1rem);
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(58, 143, 255, 0.14), rgba(142, 77, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.55);
}

.poster-board .hybrid-showcase {
  margin-top: 0;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
}

.poster-board .hybrid-shot {
  box-shadow: none;
}

.poster-board .hybrid-shot--desktop,
.poster-board .hybrid-shot--mobile {
  border-radius: 26px;
}

.poster-line {
  margin: 1.15rem auto 0;
  max-width: 900px;
  color: #aeb6c7;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .hybrid-showcase,
  .hybrid-d .hybrid-layout,
  .poster-board .hybrid-showcase {
    grid-template-columns: 1fr;
  }

  .hybrid-d .hybrid-shot--mobile,
  .hybrid-shot--mobile {
    max-width: 360px;
    justify-self: center;
    margin-inline: auto;
  }

  .hybrid-meta-row {
    grid-template-columns: 1fr;
  }

  .hybrid-c-stage {
    min-height: auto;
  }

  .hybrid-c-stage::before {
    background: linear-gradient(180deg, rgba(7, 9, 14, 0.94) 0%, rgba(7, 9, 14, 0.72) 44%, rgba(7, 9, 14, 0.16) 100%);
  }

  .hybrid-c-copy {
    padding: clamp(1.1rem, 5vw, 2rem);
    max-width: 100%;
  }

  .hybrid-c .preview-cta-row {
    justify-content: flex-start;
  }

  .hybrid-c .hybrid-showcase {
    position: relative;
    inset: auto;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 0 clamp(1rem, 5vw, 2rem) clamp(1rem, 5vw, 2rem);
  }

  .hybrid-c .hybrid-shot {
    position: relative;
  }

  .hybrid-c .hybrid-shot--desktop,
  .hybrid-c .hybrid-shot--mobile {
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .hybrid-c .hybrid-shot--mobile {
    max-width: 360px;
    margin-inline: auto;
  }
}
