:root {
  --bg: #030405;
  --bg-2: #0a0f16;
  --surface: #111827;
  --ink: #f7f9fc;
  --muted: rgba(247, 249, 252, 0.65);
  --line: rgba(255, 255, 255, 0.08);
  --glass: rgba(255, 255, 255, 0.04);
  --glass-strong: rgba(255, 255, 255, 0.075);
  --primary: #7c9eff;
  --secondary: #59d5ff;
  --glow: #88f3ff;
  --gold: #bca36a;
  --teal: var(--secondary);
  --coral: #9db7ff;
  --green: #93dfff;
  --scene-glow: rgba(136, 243, 255, 0.09);
  --hero-scroll: 0;
  --hero-earth-y: 0px;
  --hero-earth-scale: 1;
  --hero-nebula-y: 0px;
  --hero-grid-y: 0px;
  --hero-lantern-y: 0px;
  --hero-lantern-scale: 1;
  --hero-smoke-y: 0px;
  --hero-copy-y: 0px;
  --section-max: 1280px;
  --section-x: clamp(32px, 5vw, 72px);
  --section-top: clamp(96px, 8vw, 128px);
  --section-bottom: clamp(72px, 6vw, 96px);
  --section-gap: clamp(40px, 5vw, 72px);
  color-scheme: dark;
  font-family: "Inter", "Sora", "Space Grotesk", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: auto;
  scrollbar-color: rgba(136, 243, 255, 0.22) rgba(255, 255, 255, 0.035);
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(124, 158, 255, 0.095), transparent 34vw),
    radial-gradient(circle at 82% 18%, rgba(89, 213, 255, 0.055), transparent 38vw),
    radial-gradient(circle at 50% 110%, rgba(255, 255, 255, 0.035), transparent 48vw),
    linear-gradient(180deg, #030405 0%, #070b10 44%, #030405 100%);
  color: var(--ink);
}

body::selection {
  color: #030405;
  background: rgba(136, 243, 255, 0.88);
}

::-webkit-scrollbar {
  width: 12px;
  background: rgba(3, 4, 5, 0.72);
}

::-webkit-scrollbar-thumb {
  border: 3px solid rgba(3, 4, 5, 0.86);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(136, 243, 255, 0.16)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 0 12px rgba(255, 255, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 18px rgba(136, 243, 255, 0.09);
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(136, 243, 255, 0.22)),
    rgba(255, 255, 255, 0.09);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 18%, rgba(124, 158, 255, 0.08), transparent 32%),
    radial-gradient(circle at 74% 68%, rgba(89, 213, 255, 0.045), transparent 38%),
    linear-gradient(180deg, #030405, #0a0f16 52%, #030405);
  pointer-events: none;
}

.site-bg::before,
.site-bg::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
}

.site-bg::before {
  opacity: 0.34;
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, 0.055), transparent 14%),
    radial-gradient(circle at 72% 20%, rgba(136, 243, 255, 0.04), transparent 18%),
    radial-gradient(circle at 50% 70%, rgba(124, 158, 255, 0.035), transparent 26%);
  filter: blur(42px);
  animation: atmosphereShift 18s ease-in-out infinite alternate;
}

.site-bg::after {
  opacity: 0.09;
  mix-blend-mode: screen;
  background-image:
    linear-gradient(115deg, transparent 0 47%, rgba(255, 255, 255, 0.08) 50%, transparent 53%),
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 0 1px, transparent 1.5px);
  background-size: 620px 620px, 180px 180px;
  filter: blur(0.25px);
  animation: particleDrift 34s linear infinite;
}

.grid-texture {
  position: absolute;
  inset: -16%;
  opacity: 0.035;
  mix-blend-mode: screen;
  background-image: url("./assets/grid-texture.png");
  background-size: min(960px, 140vw) auto;
  background-position: center top;
  filter: invert(1) contrast(1.35) brightness(0.42);
  mask-image:
    radial-gradient(circle at 58% 18%, rgba(0, 0, 0, 0.82), transparent 38%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 66%);
  transform: perspective(1000px) rotateX(60deg) translateY(-20vh) scale(1.18);
  transform-origin: center top;
  pointer-events: none;
}

.cinema-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 57% 30%, transparent 0 18%, rgba(3, 4, 5, 0.2) 46%, rgba(3, 4, 5, 0.93) 100%),
    linear-gradient(90deg, rgba(3, 4, 5, 0.88), transparent 40%, rgba(3, 4, 5, 0.68)),
    linear-gradient(180deg, rgba(3, 4, 5, 0.1), rgba(3, 4, 5, 0.74));
  pointer-events: none;
}

.liquid-wash {
  position: absolute;
  inset: -25%;
  opacity: var(--wash-opacity, 0.24);
  background:
    radial-gradient(circle at var(--mx, 55%) var(--my, 35%), rgba(255, 255, 255, 0.075), transparent 10%),
    radial-gradient(circle at 58% 18%, var(--scene-glow), transparent 34%),
    linear-gradient(125deg, transparent 18%, rgba(255, 255, 255, 0.026), transparent 44%);
  filter: blur(16px);
  mix-blend-mode: screen;
  transition: opacity 450ms ease, background 600ms ease;
  pointer-events: none;
}

.liquid-nav {
  position: fixed;
  top: clamp(12px, 2vw, 24px);
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) auto auto;
  gap: clamp(10px, 1.8vw, 24px);
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  min-height: 68px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 50%), rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025) 36%, rgba(136, 243, 255, 0.05)),
    rgba(10, 15, 22, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 0 0 1px rgba(255, 211, 106, 0.055),
    inset 0 -1px 0 rgba(255, 255, 255, 0.055),
    inset 18px 0 42px rgba(124, 158, 255, 0.035),
    inset -18px 0 42px rgba(136, 243, 255, 0.026),
    0 24px 80px rgba(0, 0, 0, 0.48),
    0 0 36px rgba(255, 190, 60, 0.052);
  backdrop-filter: blur(30px) saturate(118%) brightness(1.08);
  -webkit-backdrop-filter: blur(30px) saturate(118%) brightness(1.08);
  transform: translateX(-50%);
  transition: transform 360ms ease, border-color 360ms ease, background 360ms ease;
}

.liquid-nav::before,
.liquid-nav::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}

.liquid-nav::before {
  background:
    linear-gradient(108deg, transparent 0 10%, rgba(255, 255, 255, 0.18) 18%, transparent 28% 72%, rgba(136, 243, 255, 0.08) 82%, transparent),
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 50%), rgba(255, 255, 255, 0.16), transparent 22%);
  opacity: 0.58;
  mask-image: linear-gradient(180deg, #000, transparent 74%);
}

.liquid-nav::after {
  border: 1px solid rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    inset 12px 0 28px rgba(124, 158, 255, 0.035),
    inset -12px 0 28px rgba(136, 243, 255, 0.032);
}

.liquid-nav.is-scrolled {
  transform: translateX(-50%) translateY(-3px) scale(0.985);
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 50%), rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.028) 48%, rgba(136, 243, 255, 0.05)),
    rgba(10, 15, 22, 0.62);
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.94rem;
}

.brand small {
  max-width: 34ch;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.7rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.nav-links a,
.nav-cta,
.ghost-action,
.primary-action {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.nav-links a {
  min-height: 42px;
  padding: 13px 14px;
  border-radius: 999px;
  color: rgba(247, 249, 252, 0.68);
  font-family: "Inter", "Sora", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  transition: color 250ms ease, background 250ms ease;
}

.nav-links a::before,
.nav-cta::before,
.ghost-action::before,
.primary-action::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.36), transparent 24%);
  opacity: 0;
  transform: translate3d(-20%, 10%, 0) rotate(12deg);
  transition: opacity 300ms ease, transform 500ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.045);
}

.nav-links a:hover::before,
.nav-links a:focus-visible::before,
.nav-cta:hover::before,
.nav-cta:focus-visible::before,
.ghost-action:hover::before,
.ghost-action:focus-visible::before,
.primary-action:hover::before,
.primary-action:focus-visible::before {
  opacity: 1;
  transform: translate3d(14%, -4%, 0) rotate(0deg);
}

.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 209, 94, 0.42), transparent 14%),
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(124, 158, 255, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -10px 24px rgba(124, 158, 255, 0.045),
    0 12px 34px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(255, 190, 60, 0.08);
  color: rgba(247, 249, 252, 0.94);
  font-family: "Inter", "Sora", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

main {
  position: relative;
  z-index: 2;
}

.scene {
  position: relative;
  display: grid;
  min-height: auto;
  align-items: center;
  padding: var(--section-top) 0 var(--section-bottom);
}

.hero {
  min-height: 100svh;
  isolation: isolate;
  align-items: center;
  overflow: hidden;
  padding: clamp(118px, 10vw, 148px) clamp(48px, 6vw, 120px) clamp(42px, 5vw, 78px);
}

.hero-cinematic {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-picture,
.hero-bg,
.hero-overlay,
.hero-cinema-grain,
.hero-light-sweep {
  position: absolute;
  inset: 0;
}

.hero-picture {
  z-index: 1;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  opacity: 1;
  transform: none;
  transform-origin: 64% 48%;
  animation: none;
  will-change: auto;
}

.hero-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.9) 0%, rgba(3, 4, 5, 0.7) 31%, rgba(3, 4, 5, 0.16) 59%, rgba(3, 4, 5, 0.04) 100%),
    radial-gradient(circle at 31% 44%, rgba(3, 4, 5, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.24), transparent 28%, rgba(3, 4, 5, 0.18) 100%);
}

.hero-cinema-grain {
  z-index: 3;
  opacity: 0.08;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.65) 0 1px, transparent 1.7px),
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.12) 50%, transparent 52%);
  background-size: 180px 180px, 760px 760px;
  mix-blend-mode: screen;
  animation: heroDust 44s linear infinite;
}

.hero-light-sweep {
  z-index: 4;
  opacity: 0.48;
  background:
    linear-gradient(128deg, rgba(247, 249, 252, 0.2) 0%, rgba(136, 243, 255, 0.08) 9%, transparent 28%),
    radial-gradient(circle at 68% 67%, rgba(255, 190, 78, 0.16), transparent 15%);
  mix-blend-mode: screen;
}

.hero-copy {
  position: absolute;
  left: clamp(48px, 6vw, 120px);
  top: clamp(164px, 24vh, 245px);
  z-index: 12;
  width: min(760px, 45vw);
  margin: 0;
  transform: translate3d(0, var(--hero-copy-y), 0);
  will-change: transform;
}

.eyebrow {
  margin: 0 0 18px;
  color: rgba(255, 211, 106, 0.82);
  font-family: "Inter", "Sora", sans-serif;
  font-size: clamp(0.72rem, 0.94vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(255, 183, 64, 0.16);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  max-width: 980px;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 8vw, 9.4rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-title {
  display: grid;
  max-width: 780px;
  gap: 0;
  margin: 0;
  font-family: "Bebas Neue", "Anton", "Arial Narrow", sans-serif;
  font-size: clamp(4.8rem, 8vw, 9.8rem);
  line-height: 0.82;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.65));
}

.hero-title > span {
  display: block;
  width: fit-content;
}

.hero-title .title-final-line {
  display: flex;
  gap: 0.08em;
  align-items: baseline;
  white-space: nowrap;
}

.title-white {
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #dfe7f2 55%, #9fa8b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.1),
    0 8px 30px rgba(0, 0, 0, 0.75);
}

.title-small-gold {
  color: transparent;
  background: linear-gradient(180deg, #fff2bd 0%, #ffd26a 45%, #c9861f 100%);
  background-size: 160% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 6px rgba(255, 210, 106, 0.28),
    0 0 18px rgba(255, 170, 48, 0.16),
    0 6px 22px rgba(0, 0, 0, 0.75);
  animation: goldLightMove 6s ease-in-out infinite alternate;
}

.title-small-gold .nowrap {
  margin-left: 0.08em;
}

.title-lanterna {
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, #ffd86b 32%, #ffb52e 62%, #a96b14 100%);
  background-size: 160% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 8px rgba(255, 204, 91, 0.35),
    0 0 22px rgba(255, 176, 45, 0.22),
    0 0 46px rgba(255, 145, 0, 0.16),
    0 8px 30px rgba(0, 0, 0, 0.75);
  animation: goldLightMove 6s ease-in-out infinite alternate;
}

.nowrap {
  white-space: nowrap;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.25rem, 5.2vw, 6.2rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 1.8vw, 1.85rem);
  line-height: 1.05;
}

.hero-lead,
.section-copy p,
.final-layout p,
blockquote p {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.55vw, 1.36rem);
  line-height: 1.62;
}

.hero-lead {
  max-width: 620px;
  margin-top: 26px;
  font-family: "Inter", "Sora", sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  line-height: 1.65;
  color: rgba(247, 249, 252, 0.72);
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.68);
}

.hero-lead strong {
  color: #ffd36a;
  font-weight: 800;
  text-shadow: 0 0 16px rgba(255, 180, 45, 0.22);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 36px;
}

.hero .primary-action {
  border-color: rgba(255, 211, 106, 0.72);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.25), transparent 28%),
    linear-gradient(135deg, rgba(255, 211, 106, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(8, 12, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 24px rgba(255, 190, 60, 0.18),
    0 18px 48px rgba(0, 0, 0, 0.45);
}

.hero .ghost-action {
  border-color: rgba(136, 243, 255, 0.22);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.16), transparent 27%),
    linear-gradient(145deg, rgba(136, 243, 255, 0.06), rgba(255, 255, 255, 0.028)),
    rgba(255, 255, 255, 0.032);
}

.primary-action,
.ghost-action {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
  transition: transform 250ms ease, border-color 250ms ease, background 250ms ease, box-shadow 250ms ease, color 250ms ease;
}

.primary-action {
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(145deg, rgba(124, 158, 255, 0.26), rgba(89, 213, 255, 0.08) 48%, rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -16px 34px rgba(124, 158, 255, 0.06),
    0 16px 50px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(136, 243, 255, 0.08);
  color: var(--ink);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.primary-action.large {
  min-width: min(100%, 350px);
  min-height: 68px;
  font-size: 1.02rem;
}

.ghost-action {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.13), transparent 26%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 14px 36px rgba(0, 0, 0, 0.22);
  color: rgba(247, 249, 252, 0.82);
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
}

.primary-action:hover,
.primary-action:focus-visible,
.ghost-action:hover,
.ghost-action:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -18px 38px rgba(255, 184, 66, 0.07),
    0 22px 58px rgba(0, 0, 0, 0.55),
    0 0 36px rgba(255, 190, 60, 0.28);
}

.hero-signal {
  position: absolute;
  z-index: 12;
  right: clamp(18px, 6vw, 84px);
  bottom: clamp(44px, 8vw, 112px);
  display: grid;
  gap: 5px;
  width: min(260px, calc(100% - 36px));
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 255, 255, 0.13), transparent 30%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(17, 24, 39, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 20px 50px rgba(0, 0, 0, 0.3);
  color: rgba(247, 249, 252, 0.62);
  backdrop-filter: blur(24px) saturate(118%);
  -webkit-backdrop-filter: blur(24px) saturate(118%);
}

.hero-signal span {
  font-size: 0.72rem;
  text-transform: uppercase;
}

.hero-signal strong {
  color: rgba(255, 217, 129, 0.92);
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 190, 73, 0.18);
}

.section-inner {
  position: relative;
  z-index: 6;
  width: min(var(--section-max), calc(100% - (var(--section-x) * 2)));
  margin-inline: auto;
}

.section-copy.narrow {
  max-width: 840px;
}

.cinematic-section {
  position: relative;
  min-height: 82svh;
  overflow: hidden;
  padding: var(--section-top) 0 var(--section-bottom);
}

.scene-bg,
.scene-bg img,
.scene-overlay,
.scene-smoke,
.scene-particles,
.scene-divider {
  position: absolute;
  inset: 0;
}

.scene-bg {
  z-index: 0;
  overflow: hidden;
}

.scene-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.012);
  animation: sceneBgBreath 32s ease-in-out infinite alternate;
}

.scene-02 .scene-bg img {
  transform: none;
  animation: none;
}

.scene-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.92) 0%, rgba(3, 4, 5, 0.74) 34%, rgba(3, 4, 5, 0.24) 64%, rgba(3, 4, 5, 0.12) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.68) 0%, transparent 34%, rgba(3, 4, 5, 0.82) 100%);
}

.scene-smoke {
  inset: -10%;
  z-index: 2;
  opacity: 0.28;
  background:
    radial-gradient(circle at 30% 40%, rgba(89, 213, 255, 0.16), transparent 26%),
    radial-gradient(circle at 70% 48%, rgba(255, 190, 60, 0.14), transparent 28%);
  filter: blur(38px);
  animation: smokeMove 18s ease-in-out infinite alternate;
}

.scene-particles {
  z-index: 3;
  opacity: 0.18;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.55) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 211, 106, 0.34) 0 1px, transparent 1.7px);
  background-size: 180px 180px, 260px 260px;
  mix-blend-mode: screen;
  animation: particlesDrift 34s linear infinite;
}

.scene-divider {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 5;
  height: 96px;
  pointer-events: none;
}

.scene-divider::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(89, 213, 255, 0.55) 22%, rgba(255, 211, 106, 0.95) 50%, rgba(89, 213, 255, 0.55) 78%, transparent 100%);
  box-shadow:
    0 0 18px rgba(89, 213, 255, 0.28),
    0 0 26px rgba(255, 190, 60, 0.22);
  animation: dividerPulse 4.8s ease-in-out infinite alternate;
}

.divider-glow {
  position: absolute;
  top: 37px;
  left: 50%;
  width: min(680px, 72vw);
  height: 24px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255, 190, 60, 0.18), rgba(89, 213, 255, 0.08) 36%, transparent 70%);
  filter: blur(10px);
  transform: translateX(-50%);
}

.divider-number {
  position: absolute;
  top: 26px;
  left: 50%;
  display: grid;
  width: 76px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 211, 106, 0.35);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.18), transparent 38%),
    rgba(8, 12, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 28px rgba(255, 190, 60, 0.2);
  color: #fff4c2;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  transform: translateX(-50%);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.section-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.section-title {
  display: grid;
  max-width: 760px;
  margin: 0;
  font-family: "Bebas Neue", "Anton", "Oswald", sans-serif;
  font-size: clamp(3.2rem, 5.5vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.72));
}

.title-gold {
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, #ffd86b 32%, #ffb52e 62%, #a96b14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 8px rgba(255, 204, 91, 0.35),
    0 0 22px rgba(255, 176, 45, 0.22),
    0 0 46px rgba(255, 145, 0, 0.14),
    0 8px 30px rgba(0, 0, 0, 0.75);
}

.section-lead {
  max-width: 620px;
  margin-top: 28px;
  font-family: "Inter", "Sora", sans-serif;
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  line-height: 1.65;
  color: rgba(247, 249, 252, 0.72);
}

.section-lead strong {
  color: #ffd36a;
  font-weight: 800;
  text-shadow: 0 0 16px rgba(255, 180, 45, 0.22);
}

.scene-03 {
  isolation: isolate;
  padding: var(--section-top) 0 var(--section-bottom);
  background:
    radial-gradient(circle at 72% 44%, rgba(255, 190, 60, 0.12), transparent 28%),
    radial-gradient(circle at 30% 22%, rgba(89, 213, 255, 0.1), transparent 32%),
    linear-gradient(180deg, #030405 0%, #07101a 48%, #030405 100%);
}

.scene-03::before,
.scene-03::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene-03::before {
  z-index: 0;
  opacity: 0.84;
  background:
    linear-gradient(118deg, transparent 0 19%, rgba(124, 158, 255, 0.1) 28%, rgba(255, 211, 106, 0.12) 48%, transparent 63%),
    radial-gradient(ellipse at 68% 42%, rgba(255, 190, 60, 0.22), transparent 24%),
    radial-gradient(ellipse at 32% 58%, rgba(89, 213, 255, 0.12), transparent 30%);
  filter: blur(18px);
  mix-blend-mode: screen;
}

.scene-03::after {
  z-index: 1;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.4) 0 1px, transparent 1.6px);
  background-size: 90px 90px, 90px 90px, 220px 220px;
  mask-image:
    radial-gradient(circle at 66% 42%, rgba(0, 0, 0, 0.78), transparent 48%),
    linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
  animation: particlesDrift 46s linear infinite;
}

.scene-03 .scene-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.88) 0%, rgba(3, 4, 5, 0.58) 42%, rgba(3, 4, 5, 0.24) 100%),
    radial-gradient(circle at 67% 50%, rgba(255, 190, 60, 0.12), transparent 28%),
    radial-gradient(circle at 36% 34%, rgba(89, 213, 255, 0.1), transparent 34%);
}

.scene-03 .scene-smoke {
  z-index: 3;
  opacity: 0.3;
  background:
    radial-gradient(ellipse at 56% 36%, rgba(247, 249, 252, 0.09), transparent 30%),
    radial-gradient(ellipse at 72% 52%, rgba(255, 190, 60, 0.13), transparent 34%),
    radial-gradient(ellipse at 36% 70%, rgba(89, 213, 255, 0.1), transparent 36%);
  filter: blur(44px);
}

.scene-03 .scene-particles {
  z-index: 4;
  opacity: 0.13;
}

.scene-03-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 6vw, 98px);
  align-items: center;
}

.scene-03 .section-title {
  max-width: 690px;
}

.cycle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.cycle-card {
  position: relative;
  display: grid;
  min-height: clamp(190px, 18vw, 260px);
  align-content: space-between;
  overflow: hidden;
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background:
    radial-gradient(circle at 28% 14%, rgba(255, 255, 255, 0.13), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.016)),
    rgba(8, 12, 18, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -26px 60px rgba(255, 255, 255, 0.018),
    0 28px 82px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(24px) saturate(118%);
  -webkit-backdrop-filter: blur(24px) saturate(118%);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.cycle-card:nth-child(2),
.cycle-card:nth-child(5) {
  margin-top: clamp(24px, 3vw, 44px);
}

.cycle-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0.54;
  background:
    radial-gradient(circle at 50% 0%, var(--card-accent, rgba(136, 243, 255, 0.28)), transparent 36%),
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.14), transparent 58%);
  transform: translateX(-34%);
  transition: opacity 260ms ease, transform 520ms ease;
  pointer-events: none;
}

.cycle-card:hover {
  border-color: var(--card-border, rgba(255, 255, 255, 0.2));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 34px var(--card-glow, rgba(136, 243, 255, 0.1)),
    0 34px 90px rgba(0, 0, 0, 0.44);
  transform: translateY(-5px);
}

.cycle-card:hover::before {
  opacity: 0.72;
  transform: translateX(16%);
}

.cycle-card span,
.cycle-card strong {
  position: relative;
  z-index: 1;
}

.cycle-card span {
  color: var(--card-number, rgba(136, 243, 255, 0.86));
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.cycle-card strong {
  max-width: 15ch;
  color: rgba(247, 249, 252, 0.92);
  font-family: "Inter", "Sora", sans-serif;
  font-size: clamp(1rem, 1.28vw, 1.28rem);
  line-height: 1.22;
}

.accent-blue {
  --card-accent: rgba(124, 158, 255, 0.28);
  --card-border: rgba(124, 158, 255, 0.28);
  --card-glow: rgba(124, 158, 255, 0.12);
  --card-number: rgba(147, 174, 255, 0.9);
}

.accent-cold {
  --card-accent: rgba(89, 213, 255, 0.26);
  --card-border: rgba(89, 213, 255, 0.26);
  --card-glow: rgba(89, 213, 255, 0.12);
  --card-number: rgba(136, 243, 255, 0.9);
}

.accent-gold,
.accent-gold-soft {
  --card-accent: rgba(255, 190, 60, 0.28);
  --card-border: rgba(255, 211, 106, 0.3);
  --card-glow: rgba(255, 190, 60, 0.14);
  --card-number: rgba(255, 220, 137, 0.92);
}

.accent-ice {
  --card-accent: rgba(247, 249, 252, 0.2);
  --card-border: rgba(247, 249, 252, 0.2);
  --card-glow: rgba(247, 249, 252, 0.1);
  --card-number: rgba(247, 249, 252, 0.86);
}

.accent-violet {
  --card-accent: rgba(159, 135, 255, 0.22);
  --card-border: rgba(159, 135, 255, 0.24);
  --card-glow: rgba(159, 135, 255, 0.11);
  --card-number: rgba(190, 178, 255, 0.9);
}

.scene-04 {
  isolation: isolate;
  padding: var(--section-top) 0 var(--section-bottom);
  background:
    radial-gradient(circle at 74% 46%, rgba(255, 92, 64, 0.105), transparent 28%),
    radial-gradient(circle at 64% 58%, rgba(255, 190, 60, 0.08), transparent 34%),
    radial-gradient(circle at 24% 20%, rgba(89, 213, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #030405 0%, #07101a 48%, #030405 100%);
}

.scene-04::before,
.scene-04::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene-04::before {
  z-index: 0;
  opacity: 0.74;
  background:
    linear-gradient(104deg, transparent 0 36%, rgba(247, 249, 252, 0.08) 43%, transparent 52%),
    linear-gradient(24deg, transparent 0 57%, rgba(255, 190, 60, 0.14) 58%, transparent 60%),
    linear-gradient(148deg, transparent 0 68%, rgba(255, 92, 64, 0.11) 69%, transparent 71%);
  filter: blur(1px);
  mask-image:
    radial-gradient(circle at 68% 52%, #000, transparent 42%),
    linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  mix-blend-mode: screen;
}

.scene-04::after {
  z-index: 1;
  opacity: 0.18;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.44) 0 1px, transparent 1.5px),
    linear-gradient(115deg, transparent 0 46%, rgba(255, 190, 60, 0.09) 47%, transparent 48%),
    linear-gradient(42deg, transparent 0 61%, rgba(89, 213, 255, 0.06) 62%, transparent 63%);
  background-size: 210px 210px, 520px 520px, 620px 620px;
  animation: particlesDrift 46s linear infinite;
}

.scene-04 .scene-bg-future {
  display: none;
}

.scene-04 .scene-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.94) 0%, rgba(3, 4, 5, 0.78) 34%, rgba(3, 4, 5, 0.36) 66%, rgba(3, 4, 5, 0.18) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.82) 0%, transparent 42%, rgba(3, 4, 5, 0.92) 100%);
}

.scene-04 .scene-smoke {
  z-index: 3;
  opacity: 0.28;
  background:
    radial-gradient(ellipse at 70% 60%, rgba(255, 92, 64, 0.16), transparent 34%),
    radial-gradient(ellipse at 58% 72%, rgba(255, 190, 60, 0.12), transparent 36%),
    radial-gradient(ellipse at 24% 76%, rgba(89, 213, 255, 0.08), transparent 36%);
  filter: blur(44px);
}

.scene-04 .scene-particles {
  z-index: 4;
  opacity: 0.12;
}

.scene-04-layout {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(600px, 1.22fr);
  gap: clamp(48px, 5vw, 98px);
  align-items: center;
}

.scene-04 .section-title {
  max-width: 760px;
}

.latent-diagnostic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  perspective: 1200px;
}

.latent-diagnostic::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 190, 60, 0.14), transparent 28%),
    radial-gradient(circle at 58% 60%, rgba(255, 92, 64, 0.12), transparent 32%);
  filter: blur(36px);
}

.latent-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
    rgba(8, 12, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -34px 70px rgba(255, 92, 64, 0.018),
    0 28px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

.latent-card:nth-child(2),
.latent-card:nth-child(3) {
  transform: translateY(14px);
}

.latent-card:hover {
  border-color: rgba(255, 211, 106, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 0 38px rgba(255, 190, 60, 0.14),
    0 36px 90px rgba(0, 0, 0, 0.48);
  transform: translateY(-6px);
}

.latent-card::before,
.latent-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.latent-card::before {
  inset: -40%;
  opacity: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.14) 48%, transparent 58%);
  transform: translateX(-60%) rotate(12deg);
  transition: opacity 350ms ease, transform 700ms ease;
}

.latent-card:hover::before {
  opacity: 1;
  transform: translateX(60%) rotate(12deg);
}

.latent-card::after {
  opacity: 0.18;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.22) 43%, transparent 44%),
    linear-gradient(38deg, transparent 0 62%, rgba(255, 190, 60, 0.18) 63%, transparent 64%);
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 74%, transparent);
}

.latent-card span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 38px;
  color: rgba(247, 249, 252, 0.62);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.latent-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 18px;
  font-family: "Bebas Neue", "Anton", sans-serif;
  font-size: clamp(3rem, 4.35vw, 5rem);
  line-height: 0.78;
  letter-spacing: 0;
}

.latent-card.speed strong,
.latent-card.trust strong {
  font-size: clamp(2.9rem, 4vw, 4.65rem);
}

.latent-card small {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 24ch;
  color: rgba(247, 249, 252, 0.58);
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  line-height: 1.45;
}

.latent-card.risk strong {
  color: #ff9a6a;
  text-shadow:
    0 0 18px rgba(255, 105, 64, 0.22),
    0 0 38px rgba(255, 105, 64, 0.12);
}

.latent-card.cost strong {
  color: #ffd36a;
  text-shadow:
    0 0 22px rgba(255, 190, 60, 0.22),
    0 0 42px rgba(255, 190, 60, 0.12);
}

.latent-card.trust strong {
  color: #b8a7ff;
  text-shadow:
    0 0 22px rgba(184, 167, 255, 0.18),
    0 0 42px rgba(184, 167, 255, 0.1);
}

.latent-card.speed strong {
  color: #59d5ff;
  text-shadow:
    0 0 22px rgba(89, 213, 255, 0.18),
    0 0 42px rgba(89, 213, 255, 0.1);
}

.scene-05 {
  isolation: isolate;
  padding: var(--section-top) 0 var(--section-bottom);
  background:
    radial-gradient(circle at 74% 44%, rgba(89, 213, 255, 0.1), transparent 30%),
    radial-gradient(circle at 70% 62%, rgba(255, 211, 106, 0.075), transparent 32%),
    linear-gradient(180deg, #030405 0%, #07101a 48%, #030405 100%);
}

.scene-05::before,
.scene-05::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene-05::before {
  z-index: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(89, 213, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 213, 255, 0.1) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 48%, rgba(247, 249, 252, 0.12) 49%, transparent 50%);
  background-size: 86px 86px, 86px 86px, 540px 540px;
  mask-image:
    radial-gradient(circle at 70% 48%, #000, transparent 48%),
    linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.scene-05::after {
  z-index: 1;
  opacity: 0.56;
  background:
    linear-gradient(90deg, transparent 0 64%, rgba(247, 249, 252, 0.13) 67%, rgba(89, 213, 255, 0.08) 70%, transparent 76%),
    radial-gradient(ellipse at 70% 50%, rgba(255, 211, 106, 0.12), transparent 28%),
    radial-gradient(ellipse at 66% 30%, rgba(89, 213, 255, 0.14), transparent 32%);
  filter: blur(18px);
  mix-blend-mode: screen;
}

.scene-05 .scene-bg-future {
  display: none;
}

.scene-05 .scene-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.94) 0%, rgba(3, 4, 5, 0.78) 34%, rgba(3, 4, 5, 0.34) 66%, rgba(3, 4, 5, 0.16) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.82) 0%, transparent 42%, rgba(3, 4, 5, 0.92) 100%);
}

.scene-05 .scene-smoke {
  z-index: 3;
  opacity: 0.24;
  background:
    radial-gradient(ellipse at 66% 70%, rgba(89, 213, 255, 0.14), transparent 34%),
    radial-gradient(ellipse at 72% 54%, rgba(255, 211, 106, 0.11), transparent 32%),
    radial-gradient(ellipse at 30% 78%, rgba(124, 158, 255, 0.08), transparent 36%);
  filter: blur(44px);
}

.scene-05 .scene-particles {
  z-index: 4;
  opacity: 0.11;
}

.scene-05-layout {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(600px, 1.18fr);
  gap: clamp(48px, 5.4vw, 104px);
  align-items: center;
}

.scene-05 .section-title {
  max-width: 760px;
}

.invisible-matrix {
  position: relative;
  display: grid;
  gap: 18px;
  perspective: 1400px;
}

.invisible-matrix::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: -1;
  background:
    radial-gradient(circle at 54% 46%, rgba(255, 211, 106, 0.12), transparent 24%),
    radial-gradient(circle at 60% 54%, rgba(89, 213, 255, 0.14), transparent 34%);
  filter: blur(42px);
}

.invisible-matrix::after {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 28px;
  z-index: 2;
  width: 1px;
  background: linear-gradient(180deg, rgba(89, 213, 255, 0.65), rgba(255, 211, 106, 0.85));
  box-shadow:
    0 0 18px rgba(89, 213, 255, 0.22),
    0 0 28px rgba(255, 190, 60, 0.18);
  pointer-events: none;
}

.matrix-layer {
  position: relative;
  min-height: 138px;
  overflow: hidden;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -30px 70px rgba(89, 213, 255, 0.014),
    0 28px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

.layer-01 {
  width: 92%;
  margin-left: 0;
}

.layer-02 {
  width: 92%;
  margin-left: 6%;
}

.layer-03 {
  width: 92%;
  margin-left: 12%;
}

.layer-04 {
  width: 92%;
  margin-left: 18%;
  border-color: rgba(255, 211, 106, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 34px rgba(255, 190, 60, 0.12),
    0 30px 78px rgba(0, 0, 0, 0.44);
}

.matrix-layer::before {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.15) 48%, transparent 58%);
  transform: translateX(-60%) rotate(12deg);
  transition: opacity 350ms ease, transform 700ms ease;
  pointer-events: none;
}

.matrix-layer:hover {
  border-color: rgba(255, 211, 106, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 0 36px rgba(255, 190, 60, 0.14),
    0 36px 90px rgba(0, 0, 0, 0.48);
  transform: translateX(8px);
}

.matrix-layer:hover::before {
  opacity: 1;
  transform: translateX(60%) rotate(12deg);
}

.matrix-layer span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 211, 106, 0.78);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.matrix-layer h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #f7f9fc;
  font-family: "Bebas Neue", "Anton", sans-serif;
  font-size: clamp(2.3rem, 3.3vw, 4.1rem);
  line-height: 0.85;
  letter-spacing: 0;
}

.matrix-layer p {
  position: relative;
  z-index: 1;
  max-width: 42ch;
  margin: 0;
  color: rgba(247, 249, 252, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 0.98rem;
  line-height: 1.5;
}

.layer-01 span {
  color: #59d5ff;
}

.layer-02 span {
  color: #b8a7ff;
}

.layer-03 span {
  color: #7c9eff;
}

.layer-04 span {
  color: #ffd36a;
}

.layer-04 h3 {
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, #ffd86b 36%, #ffb52e 74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scene-06 {
  isolation: isolate;
  padding: var(--section-top) 0 var(--section-bottom);
  background:
    radial-gradient(circle at 72% 56%, rgba(255, 211, 106, 0.11), transparent 30%),
    radial-gradient(circle at 26% 24%, rgba(89, 213, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #030405 0%, #07101a 48%, #030405 100%);
}

.scene-06::before,
.scene-06::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene-06::before {
  z-index: 0;
  opacity: 0.46;
  background:
    radial-gradient(ellipse at 72% 74%, rgba(255, 211, 106, 0.18), transparent 24%),
    linear-gradient(90deg, transparent 0 20%, rgba(89, 213, 255, 0.06) 38%, transparent 54%),
    linear-gradient(110deg, transparent 0 55%, rgba(247, 249, 252, 0.08) 56%, transparent 57%),
    linear-gradient(70deg, transparent 0 61%, rgba(255, 211, 106, 0.12) 62%, transparent 63%);
  filter: blur(12px);
  mix-blend-mode: screen;
}

.scene-06::after {
  z-index: 1;
  opacity: 0.16;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.44) 0 1px, transparent 1.5px),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 220px 220px, 96px 96px, 96px 96px;
  mask-image:
    radial-gradient(circle at 72% 58%, #000, transparent 50%),
    linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  animation: particlesDrift 50s linear infinite;
}

.scene-06 .scene-bg-future {
  display: none;
}

.scene-06 .scene-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.94) 0%, rgba(3, 4, 5, 0.78) 36%, rgba(3, 4, 5, 0.36) 70%, rgba(3, 4, 5, 0.18) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.84) 0%, transparent 42%, rgba(3, 4, 5, 0.92) 100%);
}

.scene-06 .scene-smoke {
  z-index: 3;
  opacity: 0.26;
  background:
    radial-gradient(ellipse at 68% 72%, rgba(255, 211, 106, 0.16), transparent 30%),
    radial-gradient(ellipse at 78% 46%, rgba(89, 213, 255, 0.12), transparent 32%),
    radial-gradient(ellipse at 30% 76%, rgba(124, 158, 255, 0.08), transparent 36%);
  filter: blur(46px);
}

.scene-06 .scene-particles {
  z-index: 4;
  opacity: 0.11;
}

.scene-06-layout {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  gap: clamp(56px, 6vw, 110px);
  align-items: center;
}

.executive-quote {
  position: relative;
}

.executive-quote::before {
  content: "“";
  position: absolute;
  top: -90px;
  left: -28px;
  z-index: -1;
  color: rgba(255, 211, 106, 0.12);
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(12rem, 18vw, 22rem);
  line-height: 1;
}

.executive-question {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 72% 64%, rgba(255, 211, 106, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.024)),
    rgba(8, 12, 18, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 34px 92px rgba(0, 0, 0, 0.44),
    0 0 42px rgba(255, 190, 60, 0.08);
  backdrop-filter: blur(26px) saturate(122%);
  -webkit-backdrop-filter: blur(26px) saturate(122%);
}

.executive-question::before {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0.45;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.14) 48%, transparent 58%);
  transform: translateX(-65%) rotate(12deg);
  animation: executiveLightSweep 8s ease-in-out infinite;
  pointer-events: none;
}

.question-block {
  position: relative;
  z-index: 2;
}

.question-block span {
  display: block;
  margin-bottom: 18px;
  color: rgba(247, 249, 252, 0.58);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.question-block strong {
  display: block;
  font-family: "Bebas Neue", "Anton", sans-serif;
  font-size: clamp(2.8rem, 4.8vw, 5.8rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.old-question strong {
  color: rgba(247, 249, 252, 0.72);
}

.new-question strong {
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, #ffd86b 34%, #ffb52e 70%, #a96b14 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 12px rgba(255, 204, 91, 0.3),
    0 0 32px rgba(255, 176, 45, 0.18),
    0 10px 34px rgba(0, 0, 0, 0.78);
}

.question-divider {
  position: relative;
  height: 1px;
  margin: clamp(28px, 4vw, 42px) 0;
  background: linear-gradient(90deg, transparent, rgba(89, 213, 255, 0.48), rgba(255, 211, 106, 0.75), transparent);
  box-shadow:
    0 0 18px rgba(89, 213, 255, 0.18),
    0 0 28px rgba(255, 190, 60, 0.16);
}

.question-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffd36a;
  box-shadow:
    0 0 18px rgba(255, 211, 106, 0.56),
    0 0 38px rgba(255, 190, 60, 0.28);
  transform: translate(-50%, -50%);
}

.scene-07 {
  isolation: isolate;
  padding: var(--section-top) 0 var(--section-bottom);
  background:
    radial-gradient(circle at 72% 48%, rgba(255, 211, 106, 0.12), transparent 30%),
    radial-gradient(circle at 26% 22%, rgba(89, 213, 255, 0.09), transparent 34%),
    linear-gradient(180deg, #030405 0%, #07101a 48%, #030405 100%);
}

.scene-07::before,
.scene-07::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene-07::before {
  z-index: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(89, 213, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 213, 255, 0.08) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 48%, rgba(255, 211, 106, 0.09) 49%, transparent 50%);
  background-size: 92px 92px, 92px 92px, 560px 560px;
  mask-image:
    radial-gradient(circle at 72% 48%, #000, transparent 50%),
    linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.scene-07::after {
  z-index: 1;
  opacity: 0.54;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(255, 211, 106, 0.16), transparent 28%),
    radial-gradient(ellipse at 72% 36%, rgba(89, 213, 255, 0.12), transparent 30%),
    linear-gradient(96deg, transparent 0 58%, rgba(247, 249, 252, 0.1) 61%, transparent 67%);
  filter: blur(18px);
  mix-blend-mode: screen;
}

.scene-07 .scene-bg-future {
  display: none;
}

.scene-07 .scene-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.94) 0%, rgba(3, 4, 5, 0.76) 34%, rgba(3, 4, 5, 0.34) 66%, rgba(3, 4, 5, 0.16) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.82) 0%, transparent 42%, rgba(3, 4, 5, 0.92) 100%);
}

.scene-07 .scene-smoke {
  z-index: 3;
  opacity: 0.26;
  background:
    radial-gradient(ellipse at 72% 64%, rgba(255, 211, 106, 0.16), transparent 30%),
    radial-gradient(ellipse at 78% 42%, rgba(89, 213, 255, 0.12), transparent 32%),
    radial-gradient(ellipse at 28% 76%, rgba(124, 158, 255, 0.08), transparent 36%);
  filter: blur(46px);
}

.scene-07 .scene-particles {
  z-index: 4;
  opacity: 0.11;
}

.scene-07-layout {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(56px, 6vw, 110px);
  align-items: center;
}

.paiva-system-flow {
  position: relative;
  display: grid;
  gap: 18px;
}

.paiva-system-flow::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 36px;
  z-index: 1;
  width: 1px;
  background: linear-gradient(180deg, rgba(89, 213, 255, 0.72), rgba(255, 211, 106, 0.92));
  box-shadow:
    0 0 18px rgba(89, 213, 255, 0.24),
    0 0 30px rgba(255, 190, 60, 0.18);
  pointer-events: none;
}

.paiva-system-flow::after {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 211, 106, 0.12), transparent 26%),
    radial-gradient(circle at 58% 58%, rgba(89, 213, 255, 0.14), transparent 34%);
  filter: blur(42px);
}

.system-step {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  padding: 24px 26px 24px 92px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 18, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 28px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

.system-step:nth-child(2),
.system-step:nth-child(4) {
  transform: translateX(14px);
}

.system-step:hover {
  border-color: rgba(255, 211, 106, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 0 38px rgba(255, 190, 60, 0.14),
    0 36px 90px rgba(0, 0, 0, 0.48);
  transform: translateX(10px);
}

.system-step::before {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.15) 48%, transparent 58%);
  transform: translateX(-60%) rotate(12deg);
  transition: opacity 350ms ease, transform 700ms ease;
  pointer-events: none;
}

.system-step:hover::before {
  opacity: 1;
  transform: translateX(60%) rotate(12deg);
}

.system-step span {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 211, 106, 0.32);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.22), transparent 34%),
    rgba(8, 12, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 24px rgba(255, 190, 60, 0.16);
  color: #ffd36a;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
}

.system-step strong,
.system-step small {
  position: relative;
  z-index: 2;
}

.system-step strong {
  display: block;
  margin-bottom: 10px;
  color: #f7f9fc;
  font-family: "Bebas Neue", "Anton", sans-serif;
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.system-step small {
  display: block;
  max-width: 42ch;
  color: rgba(247, 249, 252, 0.62);
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
}

.step-04 {
  border-color: rgba(255, 211, 106, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 34px rgba(255, 190, 60, 0.12),
    0 30px 78px rgba(0, 0, 0, 0.44);
}

.step-04 strong {
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, #ffd86b 36%, #ffb52e 74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scene-08 {
  isolation: isolate;
  padding: var(--section-top) 0 var(--section-bottom);
  background:
    radial-gradient(circle at 72% 48%, rgba(255, 211, 106, 0.12), transparent 30%),
    radial-gradient(circle at 28% 24%, rgba(89, 213, 255, 0.09), transparent 34%),
    linear-gradient(180deg, #030405 0%, #07101a 48%, #030405 100%);
}

.scene-08::before,
.scene-08::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene-08::before {
  z-index: 0;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(89, 213, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 213, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(255, 211, 106, 0.18) 0 1px, transparent 1.7px);
  background-size: 96px 96px, 96px 96px, 34px 34px;
  mask-image:
    radial-gradient(ellipse at 72% 48%, #000, transparent 52%),
    linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.scene-08::after {
  z-index: 1;
  opacity: 0.58;
  background:
    radial-gradient(ellipse at 70% 52%, rgba(255, 211, 106, 0.18), transparent 28%),
    radial-gradient(ellipse at 78% 42%, rgba(89, 213, 255, 0.15), transparent 31%),
    linear-gradient(104deg, transparent 0 48%, rgba(255, 211, 106, 0.11) 52%, transparent 64%),
    linear-gradient(82deg, transparent 0 57%, rgba(89, 213, 255, 0.11) 60%, transparent 70%);
  filter: blur(20px);
  mix-blend-mode: screen;
}

.scene-08 .scene-bg-future {
  display: none;
}

.scene-08 .scene-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.94) 0%, rgba(3, 4, 5, 0.78) 34%, rgba(3, 4, 5, 0.34) 66%, rgba(3, 4, 5, 0.16) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.82) 0%, transparent 42%, rgba(3, 4, 5, 0.92) 100%);
}

.scene-08 .scene-smoke {
  z-index: 3;
  opacity: 0.28;
  background:
    radial-gradient(ellipse at 72% 66%, rgba(255, 211, 106, 0.17), transparent 30%),
    radial-gradient(ellipse at 62% 38%, rgba(89, 213, 255, 0.12), transparent 34%),
    radial-gradient(ellipse at 26% 78%, rgba(124, 158, 255, 0.08), transparent 36%);
  filter: blur(48px);
}

.scene-08 .scene-particles {
  z-index: 4;
  opacity: 0.12;
}

.scene-08-layout {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(56px, 6vw, 110px);
  align-items: center;
}

.scene-08 .section-title {
  max-width: 820px;
}

.scene-08 .deliverable-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
  perspective: 1400px;
}

.scene-08 .deliverable-grid::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 211, 106, 0.13), transparent 26%),
    radial-gradient(circle at 58% 58%, rgba(89, 213, 255, 0.14), transparent 34%);
  filter: blur(42px);
}

.scene-08 .deliverable-grid::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  left: 7%;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(89, 213, 255, 0.5), rgba(255, 211, 106, 0.58), transparent);
  box-shadow:
    0 0 22px rgba(89, 213, 255, 0.16),
    0 0 32px rgba(255, 190, 60, 0.12);
  transform: translateY(-50%);
}

.scene-08 .deliverable-card {
  --card-offset: 0px;
  --card-hover: 0px;
  --enter-y: 0px;
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 210px;
  align-content: start;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.15), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 18, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 28px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  transform: translateY(calc(var(--card-offset) + var(--card-hover) + var(--enter-y)));
  transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

.scene-08 .deliverable-card:nth-child(2),
.scene-08 .deliverable-card:nth-child(5) {
  --card-offset: 30px;
}

.scene-08 .deliverable-card:hover {
  --card-hover: -6px;
  border-color: rgba(255, 211, 106, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 0 38px rgba(255, 190, 60, 0.14),
    0 36px 90px rgba(0, 0, 0, 0.48);
}

.scene-08 .deliverable-card:nth-child(2):hover,
.scene-08 .deliverable-card:nth-child(5):hover {
  --card-hover: -8px;
}

.scene-08 .deliverable-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.15) 48%, transparent 58%);
  transform: translateX(-60%) rotate(12deg);
  transition: opacity 350ms ease, transform 700ms ease;
  pointer-events: none;
}

.scene-08 .deliverable-card:hover::before {
  opacity: 1;
  transform: translateX(60%) rotate(12deg);
}

.scene-08 .deliverable-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 22px 22px;
  height: 1px;
  opacity: 0.7;
  background: linear-gradient(90deg, rgba(89, 213, 255, 0.46), rgba(255, 211, 106, 0.62), transparent);
  box-shadow: 0 0 18px rgba(255, 190, 60, 0.12);
}

.scene-08 .deliverable-card span {
  display: block;
  margin-bottom: 42px;
  color: #ffd36a;
  font-family: "Bebas Neue", "Anton", sans-serif;
  font-size: clamp(3rem, 4.6vw, 5.2rem);
  line-height: 0.8;
  letter-spacing: 0;
  text-shadow:
    0 0 22px rgba(255, 190, 60, 0.18),
    0 0 38px rgba(255, 190, 60, 0.1);
}

.scene-08 .deliverable-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #f7f9fc;
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.24rem);
  line-height: 1.15;
  font-weight: 800;
}

.scene-08 .deliverable-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(247, 249, 252, 0.62);
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  line-height: 1.45;
}

.scene-08 .deliverable-card.featured {
  border-color: rgba(255, 211, 106, 0.3);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 211, 106, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 18, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 34px rgba(255, 190, 60, 0.12),
    0 30px 78px rgba(0, 0, 0, 0.44);
}

.scene-08 .deliverable-card.featured h3 {
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, #ffd86b 36%, #ffb52e 74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scene-09 {
  isolation: isolate;
  padding: var(--section-top) 0 var(--section-bottom);
  background:
    radial-gradient(circle at 76% 50%, rgba(255, 92, 64, 0.12), transparent 28%),
    radial-gradient(circle at 68% 62%, rgba(255, 211, 106, 0.1), transparent 34%),
    radial-gradient(circle at 26% 24%, rgba(89, 213, 255, 0.07), transparent 34%),
    linear-gradient(180deg, #030405 0%, #07101a 48%, #030405 100%);
}

.scene-09::before,
.scene-09::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene-09::before {
  z-index: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(89, 213, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 213, 255, 0.06) 1px, transparent 1px),
    linear-gradient(112deg, transparent 0 46%, rgba(255, 154, 106, 0.2) 47%, transparent 48%),
    linear-gradient(36deg, transparent 0 62%, rgba(255, 211, 106, 0.13) 63%, transparent 64%);
  background-size: 98px 98px, 98px 98px, 560px 560px, 420px 420px;
  mask-image:
    radial-gradient(ellipse at 74% 54%, #000, transparent 54%),
    linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.scene-09::after {
  z-index: 1;
  opacity: 0.56;
  background:
    radial-gradient(ellipse at 72% 54%, rgba(255, 92, 64, 0.18), transparent 29%),
    radial-gradient(ellipse at 68% 62%, rgba(255, 211, 106, 0.14), transparent 34%),
    linear-gradient(101deg, transparent 0 48%, rgba(255, 154, 106, 0.12) 51%, transparent 58%),
    linear-gradient(78deg, transparent 0 56%, rgba(247, 249, 252, 0.08) 59%, transparent 66%);
  filter: blur(18px);
  mix-blend-mode: screen;
}

.scene-09 .scene-bg-future {
  display: none;
}

.scene-09 .scene-overlay {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.95) 0%, rgba(3, 4, 5, 0.8) 34%, rgba(3, 4, 5, 0.4) 66%, rgba(3, 4, 5, 0.2) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.86) 0%, transparent 42%, rgba(3, 4, 5, 0.94) 100%);
}

.scene-09 .scene-smoke {
  z-index: 3;
  opacity: 0.32;
  background:
    radial-gradient(ellipse at 72% 68%, rgba(255, 92, 64, 0.14), transparent 30%),
    radial-gradient(ellipse at 66% 44%, rgba(255, 211, 106, 0.12), transparent 34%),
    radial-gradient(ellipse at 28% 78%, rgba(0, 0, 0, 0.46), transparent 42%);
  filter: blur(52px);
}

.scene-09 .scene-particles {
  z-index: 4;
  opacity: 0.13;
}

.scene-09-layout {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(56px, 6vw, 110px);
  align-items: center;
}

.scene-09 .section-title {
  max-width: 820px;
}

.scene-09 .section-lead strong {
  color: rgba(255, 211, 106, 0.9);
}

.risk-loss-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  perspective: 1400px;
}

.risk-loss-grid::before {
  content: "";
  position: absolute;
  inset: -12%;
  z-index: -1;
  background:
    radial-gradient(circle at 52% 48%, rgba(255, 92, 64, 0.13), transparent 28%),
    radial-gradient(circle at 58% 60%, rgba(255, 211, 106, 0.12), transparent 34%);
  filter: blur(42px);
}

.risk-loss-grid::after {
  content: "";
  position: absolute;
  inset: 10% 4%;
  z-index: -1;
  opacity: 0.6;
  background:
    linear-gradient(110deg, transparent 0 24%, rgba(255, 154, 106, 0.25) 24.4%, transparent 25.2%),
    linear-gradient(27deg, transparent 0 54%, rgba(255, 211, 106, 0.18) 54.5%, transparent 55.3%),
    linear-gradient(90deg, transparent, rgba(89, 213, 255, 0.22), transparent);
  filter: blur(0.2px);
  mask-image: radial-gradient(ellipse at center, #000, transparent 78%);
}

.loss-card {
  --loss-offset: 0px;
  --loss-hover: 0px;
  --enter-y: 0px;
  position: relative;
  overflow: hidden;
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
    rgba(8, 12, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 24px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(22px) saturate(116%);
  -webkit-backdrop-filter: blur(22px) saturate(116%);
  transform: translateY(calc(var(--loss-offset) + var(--loss-hover) + var(--enter-y)));
  transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}

.loss-card:nth-child(2),
.loss-card:nth-child(5),
.loss-card:nth-child(8) {
  --loss-offset: 24px;
}

.loss-card:hover {
  --loss-hover: -5px;
  border-color: rgba(255, 154, 106, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 34px rgba(255, 105, 64, 0.14),
    0 32px 80px rgba(0, 0, 0, 0.48);
}

.loss-card:nth-child(2):hover,
.loss-card:nth-child(5):hover,
.loss-card:nth-child(8):hover {
  --loss-hover: -7px;
}

.loss-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  opacity: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.14) 48%, transparent 58%);
  transform: translateX(-60%) rotate(12deg);
  transition: opacity 350ms ease, transform 700ms ease;
  pointer-events: none;
}

.loss-card:hover::before {
  opacity: 1;
  transform: translateX(60%) rotate(12deg);
}

.loss-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(255, 255, 255, 0.2) 45%, transparent 46%),
    linear-gradient(38deg, transparent 0 64%, rgba(255, 190, 60, 0.16) 65%, transparent 66%);
  mask-image: linear-gradient(180deg, transparent, #000 24%, #000 74%, transparent);
  pointer-events: none;
}

.loss-card span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 34px;
  color: rgba(255, 154, 106, 0.82);
  font-family: "Bebas Neue", "Anton", sans-serif;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 0.8;
  letter-spacing: 0;
  text-shadow:
    0 0 18px rgba(255, 105, 64, 0.18),
    0 0 34px rgba(255, 105, 64, 0.1);
}

.loss-card strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 15ch;
  color: rgba(247, 249, 252, 0.92);
  font-family: "Sora", "Inter", sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.06rem);
  line-height: 1.22;
}

.featured-loss {
  border-color: rgba(255, 211, 106, 0.34);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 211, 106, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 18, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 38px rgba(255, 190, 60, 0.14),
    0 32px 86px rgba(0, 0, 0, 0.48);
}

.featured-loss span,
.featured-loss strong {
  color: transparent;
  background: linear-gradient(180deg, #fff7cf 0%, #ffd86b 36%, #ffb52e 74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Global cinematic layout refinement */
.scene:not(.hero) {
  min-height: auto;
  padding: var(--section-top) 0 var(--section-bottom);
}

.cinematic-section {
  min-height: 82svh;
  padding: var(--section-top) 0 var(--section-bottom);
}

.section-inner {
  width: min(var(--section-max), calc(100% - (var(--section-x) * 2)));
  margin-inline: auto;
}

.scene-02 {
  min-height: 84svh;
}

.scene-03,
.scene-04 {
  min-height: 82svh;
}

.scene-06 {
  min-height: 82svh;
}

.scene-05,
.scene-07,
.scene-08,
.scene-09 {
  min-height: auto;
}

.final-cta {
  min-height: 78svh;
  padding: var(--section-top) 0 var(--section-bottom);
}

.section-layout,
.scene-03-layout,
.scene-04-layout,
.scene-05-layout,
.scene-06-layout,
.scene-07-layout,
.scene-08-layout,
.scene-09-layout,
.thesis-layout,
.split,
.quote-layout,
.system-layout,
.final-layout {
  gap: var(--section-gap);
}

.section-title {
  max-width: 740px;
  font-size: clamp(3.2rem, 5.5vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.final-layout h2 {
  font-size: clamp(3.2rem, 5.2vw, 6rem);
  line-height: 0.94;
}

.section-lead {
  margin-top: 22px;
}

.section-lead + p,
.section-copy .section-lead + p {
  margin-top: 28px;
}

.video-card,
.video-shell {
  min-height: 340px;
}

.cycle-grid,
.latent-diagnostic,
.invisible-matrix,
.paiva-system-flow,
.scene-08 .deliverable-grid,
.risk-loss-grid {
  gap: clamp(14px, 1.4vw, 18px);
}

.cycle-card {
  min-height: clamp(150px, 13vw, 180px);
  padding: 22px;
}

.cycle-card:nth-child(2),
.cycle-card:nth-child(5) {
  margin-top: 12px;
}

.cycle-card strong {
  font-size: clamp(0.96rem, 1.1vw, 1.14rem);
}

.latent-card {
  min-height: 160px;
  padding: 22px;
}

.latent-card:nth-child(2),
.latent-card:nth-child(3) {
  transform: translateY(14px);
}

.latent-card:hover {
  transform: translateY(-4px);
}

.latent-card:nth-child(2):hover,
.latent-card:nth-child(3):hover {
  transform: translateY(10px);
}

.latent-card span {
  margin-bottom: 26px;
}

.latent-card strong {
  margin-bottom: 14px;
  font-size: clamp(2.55rem, 3.4vw, 4.15rem);
}

.latent-card.speed strong,
.latent-card.trust strong {
  font-size: clamp(2.35rem, 3.2vw, 3.9rem);
}

.matrix-layer {
  min-height: 132px;
  padding: 22px 24px;
}

.layer-01,
.layer-02,
.layer-03,
.layer-04 {
  width: 94%;
}

.layer-02 {
  margin-left: 4%;
}

.layer-03 {
  margin-left: 8%;
}

.layer-04 {
  margin-left: 12%;
}

.matrix-layer:hover {
  transform: translateX(4px);
}

.matrix-layer h3 {
  font-size: clamp(2.1rem, 2.8vw, 3.5rem);
}

.executive-question {
  padding: clamp(24px, 3.2vw, 34px);
}

.question-block span {
  margin-bottom: 14px;
}

.question-block strong {
  font-size: clamp(2.35rem, 3.8vw, 4.65rem);
}

.question-divider {
  margin: clamp(22px, 3vw, 30px) 0;
}

.system-step {
  min-height: 118px;
  padding: 22px 24px 22px 86px;
}

.system-step:nth-child(2),
.system-step:nth-child(4) {
  transform: translateX(14px);
}

.system-step:hover {
  transform: translateX(6px);
}

.system-step:nth-child(2):hover,
.system-step:nth-child(4):hover {
  transform: translateX(10px);
}

.system-step strong {
  font-size: clamp(1.9rem, 2.35vw, 2.9rem);
}

.scene-08 .deliverable-card {
  min-height: 160px;
  padding: 22px;
}

.scene-08 .deliverable-card:nth-child(2),
.scene-08 .deliverable-card:nth-child(5) {
  --card-offset: 12px;
}

.scene-08 .deliverable-card:hover {
  --card-hover: -4px;
}

.scene-08 .deliverable-card:nth-child(2):hover,
.scene-08 .deliverable-card:nth-child(5):hover {
  --card-hover: -5px;
}

.scene-08 .deliverable-card span {
  margin-bottom: 28px;
  font-size: clamp(2.5rem, 3.6vw, 4.3rem);
}

.scene-08 .deliverable-card h3 {
  font-size: clamp(0.96rem, 1.08vw, 1.12rem);
}

.loss-card {
  min-height: 124px;
  padding: 20px;
}

.loss-card:nth-child(2),
.loss-card:nth-child(5),
.loss-card:nth-child(8) {
  --loss-offset: 12px;
}

.loss-card:hover {
  --loss-hover: -4px;
}

.loss-card:nth-child(2):hover,
.loss-card:nth-child(5):hover,
.loss-card:nth-child(8):hover {
  --loss-hover: -5px;
}

.loss-card span {
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 3.3vw, 3.8rem);
}

.loss-card strong {
  font-size: clamp(0.88rem, 1vw, 1rem);
}

.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 28px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.glass-card:hover {
  border-color: rgba(255, 211, 106, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 32px rgba(255, 190, 60, 0.12),
    0 34px 82px rgba(0, 0, 0, 0.42);
  transform: translateY(-4px);
}

.thesis-layout,
.split,
.quote-layout,
.system-layout,
.final-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.cinema-panel,
.glass-question,
.latent-board,
.system-steps {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(17, 24, 39, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -30px 70px rgba(255, 255, 255, 0.02),
    0 32px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(26px) saturate(118%);
  -webkit-backdrop-filter: blur(26px) saturate(118%);
}

.cinema-panel {
  padding: 12px;
}

.cinema-panel.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 18, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 28px 70px rgba(0, 0, 0, 0.34);
}

.video-card {
  min-height: 420px;
}

.video-shell {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 190, 60, 0.13), transparent 21%),
    radial-gradient(circle at 65% 25%, rgba(89, 213, 255, 0.075), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(3, 4, 5, 0.86)),
    #0a0f16;
}

.video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000, transparent 68%);
}

.video-shell.is-playing .play-core {
  transform: translate(-50%, -50%) scale(0.92);
  box-shadow: 0 0 70px rgba(136, 243, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.play-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.28), transparent 24%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 0 46px rgba(136, 243, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 240ms ease, box-shadow 240ms ease;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.play-core span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid rgba(247, 249, 252, 0.92);
}

.video-orbit {
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(136, 243, 255, 0.06);
  animation: drift 12s linear infinite;
}

.video-copy {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 8px;
}

.video-copy strong {
  color: rgba(255, 211, 106, 0.78);
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.video-copy span {
  max-width: 32ch;
  color: rgba(247, 249, 252, 0.82);
  font-size: 1.22rem;
  line-height: 1.2;
}

.cycle-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  gap: 12px;
  margin-top: clamp(34px, 6vw, 72px);
  overflow-x: auto;
  padding-bottom: 12px;
}

.cycle-track article,
.matrix-grid article,
.deliverable-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 12%, rgba(255, 255, 255, 0.09), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(17, 24, 39, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.105), 0 28px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px) saturate(112%);
  -webkit-backdrop-filter: blur(20px) saturate(112%);
}

.cycle-track article {
  display: grid;
  align-content: space-between;
}

.cycle-track span,
.matrix-grid span,
.system-steps span {
  color: rgba(124, 158, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 850;
}

.cycle-track strong {
  display: block;
  color: rgba(247, 249, 252, 0.9);
  font-size: 1.06rem;
  line-height: 1.32;
}

.latent-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
}

.metric {
  display: grid;
  min-height: 150px;
  align-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 18%, rgba(124, 158, 255, 0.13), transparent 36%),
    rgba(255, 255, 255, 0.026);
}

.metric span {
  color: rgba(247, 249, 252, 0.58);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.metric strong {
  color: rgba(136, 243, 255, 0.82);
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1;
}

.matrix-grid,
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 6vw, 72px);
}

.matrix-grid article,
.deliverable-grid article {
  min-height: 280px;
}

.matrix-grid p,
.deliverable-grid p {
  color: var(--muted);
  line-height: 1.55;
}

blockquote {
  margin: 0;
}

blockquote span {
  display: block;
  margin-bottom: 18px;
  color: rgba(124, 158, 255, 0.8);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

blockquote p {
  max-width: 820px;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  line-height: 1.08;
}

.glass-question {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.glass-question p {
  margin: 0;
  color: var(--muted);
}

.glass-question strong {
  color: rgba(136, 243, 255, 0.84);
  font-size: clamp(1.25rem, 2.2vw, 2.1rem);
  line-height: 1.14;
}

.system-steps {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.system-steps div {
  display: flex;
  min-height: 86px;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.085), transparent 28%),
    rgba(255, 255, 255, 0.025);
}

.system-steps strong {
  font-size: clamp(1rem, 1.5vw, 1.32rem);
}

.final-cta {
  min-height: 92svh;
  padding-bottom: clamp(52px, 10vw, 120px);
}

.final-layout {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.final-layout h2 {
  max-width: 940px;
}

[data-reveal] {
  will-change: transform, opacity;
}

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

@keyframes atmosphereShift {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 1.5%, 0) scale(1.04);
  }
}

@keyframes particleDrift {
  to {
    transform: translate3d(-90px, 60px, 0);
  }
}

@keyframes sceneBgBreath {
  from {
    transform: scale(1.012) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.04) translate3d(-1.2%, -0.6%, 0);
  }
}

@keyframes smokeMove {
  from {
    transform: translate3d(-2%, 1%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, -1%, 0) scale(1.05);
  }
}

@keyframes dividerPulse {
  from {
    opacity: 0.72;
  }
  to {
    opacity: 1;
  }
}

@keyframes particlesDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-80px, -120px, 0);
  }
}

@keyframes goldLightMove {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

@keyframes heroEarthBreath {
  from {
    transform: translate3d(0, var(--hero-earth-y), 0) scale(var(--hero-earth-scale));
  }
  to {
    transform: translate3d(-1.2%, calc(var(--hero-earth-y) - 0.6%), 0) scale(calc(var(--hero-earth-scale) + 0.012));
  }
}

@keyframes heroAtmosphere {
  from {
    transform: translate3d(-1.4%, -0.8%, 0) scale(1);
  }
  to {
    transform: translate3d(1.2%, 1.1%, 0) scale(1.035);
  }
}

@keyframes heroNebula {
  from {
    transform: translate3d(-1%, var(--hero-nebula-y), 0) scale(1.02);
  }
  to {
    transform: translate3d(1.4%, calc(var(--hero-nebula-y) - 1%), 0) scale(1.07);
  }
}

@keyframes heroSmoke {
  from {
    transform: translate3d(-2%, var(--hero-smoke-y), 0) scale(1);
  }
  to {
    transform: translate3d(2%, calc(var(--hero-smoke-y) - 1.2%), 0) scale(1.08);
  }
}

@keyframes heroLanternFloat {
  from {
    transform: translate3d(0, var(--hero-lantern-y), 0) scale(var(--hero-lantern-scale));
  }
  to {
    transform: translate3d(0.5%, calc(var(--hero-lantern-y) - 0.8%), 0) scale(calc(var(--hero-lantern-scale) + 0.008));
  }
}

@keyframes heroDust {
  to {
    transform: translate3d(-120px, 82px, 0);
  }
}

@keyframes heroParticles {
  to {
    background-position: calc(66% - 120px) calc(72% + 64px), calc(72% + 90px) calc(34% - 70px);
  }
}

@keyframes executiveLightSweep {
  0%,
  55% {
    opacity: 0;
    transform: translateX(-65%) rotate(12deg);
  }

  75% {
    opacity: 0.42;
  }

  100% {
    opacity: 0;
    transform: translateX(65%) rotate(12deg);
  }
}

@media (max-width: 1080px) {
  .liquid-nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .thesis-layout,
  .split,
  .quote-layout,
  .system-layout,
  .final-layout,
  .scene-03-layout,
  .scene-04-layout,
  .scene-05-layout,
  .scene-06-layout,
  .scene-07-layout,
  .scene-08-layout,
  .scene-09-layout {
    grid-template-columns: 1fr;
  }

  .matrix-grid,
  .deliverable-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scene-08 .deliverable-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
  }

  .risk-loss-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 820px;
  }

  .hero-signal {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 34px 0 0 clamp(0px, 4vw, 52px);
  }

  .hero-bg {
    object-position: 66% center;
  }

  .hero-copy {
    width: min(720px, 56vw);
  }

  .cycle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cycle-card:nth-child(2),
  .cycle-card:nth-child(5) {
    margin-top: 0;
  }

  .latent-diagnostic {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .scene-04 {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-04-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .scene-04 .section-title {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
    line-height: 0.9;
  }

  .scene-04 .section-lead {
    max-width: 100%;
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .latent-diagnostic {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .latent-card,
  .latent-card:nth-child(2),
  .latent-card:nth-child(3) {
    min-height: 160px;
    padding: 22px;
    transform: none;
  }

  .latent-card span {
    margin-bottom: 26px;
  }

  .latent-card strong {
    font-size: clamp(3.4rem, 17vw, 5.6rem);
  }

  .latent-card small {
    max-width: 30ch;
    font-size: 0.95rem;
  }

  .scene-04 .scene-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.84) 0%, rgba(3, 4, 5, 0.54) 34%, rgba(3, 4, 5, 0.46) 58%, rgba(3, 4, 5, 0.94) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.76) 0%, rgba(3, 4, 5, 0.16) 100%);
  }

  .scene-05 {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-05-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .scene-05 .section-title {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
    line-height: 0.9;
  }

  .scene-05 .section-lead {
    max-width: 100%;
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .invisible-matrix {
    gap: 14px;
  }

  .layer-01,
  .layer-02,
  .layer-03,
  .layer-04 {
    width: 100%;
    margin-left: 0;
  }

  .matrix-layer {
    min-height: 150px;
    padding: 22px;
  }

  .matrix-layer h3 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .matrix-layer p {
    font-size: 0.96rem;
  }

  .invisible-matrix::after {
    left: 20px;
    opacity: 0.55;
  }

  .scene-05 .scene-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.84) 0%, rgba(3, 4, 5, 0.54) 34%, rgba(3, 4, 5, 0.46) 58%, rgba(3, 4, 5, 0.94) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.76) 0%, rgba(3, 4, 5, 0.16) 100%);
  }

  .scene-06 {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-06-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .scene-06 .section-title {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
    line-height: 0.9;
  }

  .scene-06 .section-lead {
    max-width: 100%;
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .executive-quote::before {
    top: -70px;
    left: -14px;
    font-size: 12rem;
  }

  .executive-question {
    display: grid;
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .executive-question::before {
    display: none;
  }

  .question-block {
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    background:
      radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.15), transparent 28%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
      rgba(8, 12, 18, 0.62);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 26px 70px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
  }

  .question-block strong {
    font-size: clamp(3rem, 13vw, 5.2rem);
    line-height: 0.88;
  }

  .question-divider {
    margin: 0;
  }

  .scene-06 .scene-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.86) 0%, rgba(3, 4, 5, 0.56) 34%, rgba(3, 4, 5, 0.48) 58%, rgba(3, 4, 5, 0.94) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.78) 0%, rgba(3, 4, 5, 0.18) 100%);
  }

  .scene-07 {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-07-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .scene-07 .section-title {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
    line-height: 0.9;
  }

  .scene-07 .section-lead {
    max-width: 100%;
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .paiva-system-flow {
    gap: 14px;
  }

  .system-step,
  .system-step:nth-child(2),
  .system-step:nth-child(4),
  .system-step:hover {
    min-height: 150px;
    padding: 22px 22px 22px 86px;
    transform: none;
  }

  .system-step span {
    top: 22px;
    left: 22px;
    width: 44px;
    height: 44px;
  }

  .system-step strong {
    font-size: clamp(2.6rem, 12vw, 4.2rem);
  }

  .system-step small {
    max-width: 30ch;
    font-size: 0.95rem;
  }

  .paiva-system-flow::before {
    top: 36px;
    bottom: 36px;
    left: 44px;
  }

  .scene-07 .scene-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.84) 0%, rgba(3, 4, 5, 0.54) 34%, rgba(3, 4, 5, 0.46) 58%, rgba(3, 4, 5, 0.94) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.76) 0%, rgba(3, 4, 5, 0.16) 100%);
  }

  .scene-08 {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-08-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .scene-08 .section-title {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
    line-height: 0.9;
  }

  .scene-08 .section-lead {
    max-width: 100%;
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .scene-08 .deliverable-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .scene-08 .deliverable-grid::after {
    top: 0;
    right: auto;
    bottom: 0;
    left: 42px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(89, 213, 255, 0.48), rgba(255, 211, 106, 0.62), transparent);
  }

  .scene-08 .deliverable-card,
  .scene-08 .deliverable-card:nth-child(2),
  .scene-08 .deliverable-card:nth-child(5),
  .scene-08 .deliverable-card:hover,
  .scene-08 .deliverable-card:nth-child(2):hover,
  .scene-08 .deliverable-card:nth-child(5):hover {
    --card-offset: 0px;
    --card-hover: 0px;
    min-height: 160px;
    padding: 22px;
  }

  .scene-08 .deliverable-card span {
    margin-bottom: 28px;
    font-size: clamp(3.4rem, 17vw, 5.6rem);
  }

  .scene-08 .deliverable-card h3 {
    font-size: 1.08rem;
  }

  .scene-08 .deliverable-card p {
    max-width: 32ch;
    font-size: 0.95rem;
  }

  .scene-08 .scene-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.84) 0%, rgba(3, 4, 5, 0.54) 34%, rgba(3, 4, 5, 0.46) 58%, rgba(3, 4, 5, 0.94) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.76) 0%, rgba(3, 4, 5, 0.16) 100%);
  }

  .scene-09 {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-09-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .scene-09 .section-title {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
    line-height: 0.9;
  }

  .scene-09 .section-lead {
    max-width: 100%;
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .risk-loss-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .risk-loss-grid::after {
    inset: 0 auto 0 42px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 154, 106, 0.42), rgba(255, 211, 106, 0.56), transparent);
  }

  .loss-card,
  .loss-card:nth-child(2),
  .loss-card:nth-child(5),
  .loss-card:nth-child(8),
  .loss-card:hover,
  .loss-card:nth-child(2):hover,
  .loss-card:nth-child(5):hover,
  .loss-card:nth-child(8):hover {
    --loss-offset: 0px;
    --loss-hover: 0px;
    min-height: 132px;
    padding: 22px;
  }

  .loss-card span {
    margin-bottom: 24px;
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .loss-card strong {
    max-width: 100%;
    font-size: 1.02rem;
  }

  .featured-loss {
    min-height: 160px;
  }

  .featured-loss strong {
    font-size: 1.18rem;
  }

  .scene-09 .scene-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.86) 0%, rgba(3, 4, 5, 0.58) 34%, rgba(3, 4, 5, 0.5) 58%, rgba(3, 4, 5, 0.95) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.78) 0%, rgba(3, 4, 5, 0.18) 100%);
  }
}

@media (max-width: 720px) {
  .liquid-nav {
    top: 18px;
    width: calc(100% - 48px);
    min-height: 88px;
    grid-template-columns: 1fr auto;
    padding: 12px;
    border-radius: 22px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    max-width: 18ch;
    font-size: 0.62rem;
  }

  .nav-cta {
    width: 48px;
    min-height: 48px;
    padding: 0;
    font-size: 0;
  }

  .nav-cta::after {
    content: "";
    width: 20px;
    height: 13px;
    border-block: 2px solid rgba(247, 249, 252, 0.92);
    box-shadow: inset 0 5.5px 0 0 rgba(247, 249, 252, 0.92);
  }

  .scene {
    min-height: auto;
    padding: 112px 18px 86px;
  }

  .hero {
    min-height: 100svh;
    align-items: start;
    padding: 0 0 42px;
  }

  h1 {
    font-size: clamp(2.72rem, 15.5vw, 4.35rem);
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(4rem, 16vw, 7rem);
    line-height: 0.84;
    letter-spacing: 0;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 18px;
    transform: none;
    padding-top: 232px;
  }

  .hero-bg {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.72) 0%, rgba(3, 4, 5, 0.42) 34%, rgba(3, 4, 5, 0.28) 58%, rgba(3, 4, 5, 0.86) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.78) 0%, rgba(3, 4, 5, 0.28) 72%);
  }

  h2 {
    font-size: clamp(2.1rem, 12vw, 3.8rem);
  }

  .hero-actions,
  .primary-action,
  .ghost-action {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .primary-action,
  .ghost-action {
    min-height: 64px;
  }

  .hero-signal {
    display: none;
  }

  .cinematic-section {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-03 {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-03-layout {
    gap: 34px;
  }

  .scene-03 .section-title {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
  }

  .cycle-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cycle-card {
    min-height: 152px;
    padding: 22px;
  }

  .cycle-card strong {
    max-width: 24ch;
  }

  .section-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .section-title {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
    line-height: 0.9;
  }

  .section-lead {
    font-size: clamp(1.04rem, 4.2vw, 1.24rem);
  }

  .scene-bg img {
    object-position: 58% center;
  }

  .scene-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.78) 0%, rgba(3, 4, 5, 0.42) 34%, rgba(3, 4, 5, 0.38) 58%, rgba(3, 4, 5, 0.92) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.72) 0%, rgba(3, 4, 5, 0.18) 100%);
  }

  .scene-divider {
    top: 0;
    height: 82px;
  }

  .scene-divider::before {
    top: 42px;
  }

  .divider-number {
    top: 22px;
    width: 68px;
    height: 40px;
  }

  .cinema-panel {
    padding: 8px;
    border-radius: 14px;
  }

  .video-shell {
    min-height: 330px;
  }

  .cycle-track {
    grid-template-columns: repeat(6, minmax(210px, 1fr));
    margin-inline: -18px;
    padding-inline: 18px;
  }

  .latent-board,
  .matrix-grid,
  .deliverable-grid {
    grid-template-columns: 1fr;
  }

  .matrix-grid article,
  .deliverable-grid article {
    min-height: 220px;
  }

  .final-layout .primary-action {
    width: 100%;
  }
}

@media (max-width: 768px) {
  :root {
    --section-x: 20px;
    --section-top: 110px;
    --section-bottom: 64px;
    --section-gap: 36px;
  }

  .section-inner {
    width: min(100%, calc(100% - (var(--section-x) * 2)));
  }

  .scene:not(.hero),
  .cinematic-section,
  .scene-03,
  .scene-04,
  .scene-05,
  .scene-06,
  .scene-07,
  .scene-08,
  .scene-09,
  .final-cta {
    min-height: auto;
    padding: var(--section-top) 0 var(--section-bottom);
  }

  .scene-02 {
    min-height: auto;
  }

  .section-layout,
  .scene-03-layout,
  .scene-04-layout,
  .scene-05-layout,
  .scene-06-layout,
  .scene-07-layout,
  .scene-08-layout,
  .scene-09-layout,
  .final-layout {
    gap: var(--section-gap);
  }

  .section-title,
  .scene-03 .section-title,
  .scene-04 .section-title,
  .scene-05 .section-title,
  .scene-06 .section-title,
  .scene-07 .section-title,
  .scene-08 .section-title,
  .scene-09 .section-title,
  .final-layout h2 {
    font-size: clamp(2.8rem, 11vw, 4.8rem);
    line-height: 0.9;
    letter-spacing: 0;
  }

  .section-lead,
  .scene-04 .section-lead,
  .scene-05 .section-lead,
  .scene-06 .section-lead,
  .scene-07 .section-lead,
  .scene-08 .section-lead,
  .scene-09 .section-lead {
    margin-top: 20px;
    font-size: clamp(0.98rem, 4vw, 1.12rem);
    line-height: 1.58;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  .video-card,
  .video-shell {
    min-height: 280px;
  }

  .cycle-card,
  .latent-card,
  .latent-card:nth-child(2),
  .latent-card:nth-child(3),
  .matrix-layer,
  .system-step,
  .system-step:nth-child(2),
  .system-step:nth-child(4),
  .scene-08 .deliverable-card,
  .scene-08 .deliverable-card:nth-child(2),
  .scene-08 .deliverable-card:nth-child(5),
  .loss-card,
  .loss-card:nth-child(2),
  .loss-card:nth-child(5),
  .loss-card:nth-child(8) {
    min-height: 132px;
  }

  .latent-card strong,
  .latent-card.speed strong,
  .latent-card.trust strong {
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }

  .matrix-layer h3 {
    font-size: clamp(2.25rem, 10vw, 3.8rem);
  }

  .question-block strong {
    font-size: clamp(2.5rem, 10vw, 4.4rem);
  }

  .system-step strong {
    font-size: clamp(2.15rem, 9vw, 3.6rem);
  }

  .scene-08 .deliverable-card span,
  .loss-card span {
    font-size: clamp(2.8rem, 13vw, 4.7rem);
  }
}

/* Final visual calibration: reference palette, crystal nav, hero controls and premium glass */
:root {
  --ink: var(--text-main);
  --muted: var(--text-muted);
  --gold-1: #fff6cc;
  --gold-2: #ffd96a;
  --gold-3: #ffbe3d;
  --gold-4: #c88612;
  --gold-5: #8f5a08;
  --silver-1: #ffffff;
  --silver-2: #edf2f8;
  --silver-3: #d6dee8;
  --silver-4: #aeb9c8;
  --silver-5: #7e8999;
  --paiva-blue-1: #d9f4ff;
  --paiva-blue-2: #9fe5ff;
  --paiva-blue-3: #59d5ff;
  --paiva-blue-4: #1ea7e8;
  --paiva-blue-5: #0d6ea1;
  --text-main: #f2f5fa;
  --text-soft: rgba(242, 245, 250, 0.78);
  --text-muted: rgba(242, 245, 250, 0.58);
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-border-gold: rgba(255, 217, 106, 0.34);
  --glass-border-blue: rgba(89, 213, 255, 0.28);
  --glass-bg: rgba(8, 12, 18, 0.58);
  --gold-gradient: linear-gradient(180deg, #fff6cc 0%, #ffd96a 32%, #ffbe3d 62%, #c88612 84%, #8f5a08 100%);
  --silver-gradient: linear-gradient(180deg, #ffffff 0%, #edf2f8 38%, #d6dee8 68%, #aeb9c8 88%, #7e8999 100%);
  --blue-gradient: linear-gradient(180deg, #d9f4ff 0%, #9fe5ff 28%, #59d5ff 58%, #1ea7e8 82%, #0d6ea1 100%);
  --gold-glow:
    0 0 8px rgba(255, 217, 106, 0.4),
    0 0 24px rgba(255, 190, 61, 0.24),
    0 0 46px rgba(200, 134, 18, 0.18),
    0 10px 32px rgba(0, 0, 0, 0.72);
  --silver-glow:
    0 0 8px rgba(255, 255, 255, 0.12),
    0 8px 30px rgba(0, 0, 0, 0.65);
}

.title-white {
  background: var(--silver-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: var(--silver-glow);
}

.title-gold,
.title-small-gold,
.title-lanterna,
.section-lead strong,
.hero-lead strong,
.featured-loss span,
.featured-loss strong,
.scene-08 .deliverable-card.featured h3,
.layer-04 h3,
.step-04 strong {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: var(--gold-glow);
}

.liquid-nav {
  top: 28px;
  grid-template-columns: minmax(280px, 1fr) auto auto auto;
  width: min(1640px, calc(100% - 180px));
  min-height: 92px;
  padding: 14px 22px;
  border: 1px solid rgba(210, 235, 255, 0.28);
  border-radius: 26px;
  background:
    radial-gradient(circle at 4% 18%, rgba(255, 255, 255, 0.22), transparent 9%),
    radial-gradient(circle at 96% 18%, rgba(255, 217, 106, 0.18), transparent 12%),
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 50%), rgba(217, 244, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(20, 34, 48, 0.72) 0%, rgba(6, 12, 18, 0.62) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(89, 213, 255, 0.06),
    0 20px 70px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(89, 213, 255, 0.1),
    0 0 42px rgba(255, 190, 61, 0.07);
  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  overflow: hidden;
}

.liquid-nav.is-scrolled {
  border-color: rgba(210, 235, 255, 0.34);
  background:
    radial-gradient(circle at 4% 18%, rgba(255, 255, 255, 0.2), transparent 9%),
    radial-gradient(circle at 96% 18%, rgba(255, 217, 106, 0.18), transparent 12%),
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 50%), rgba(217, 244, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(20, 34, 48, 0.78) 0%, rgba(6, 12, 18, 0.7) 100%);
  transform: translateX(-50%) translateY(-2px) scale(0.99);
}

.liquid-nav::before {
  z-index: 0;
  inset: 1px;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.34) 0%, transparent 18%, transparent 72%, rgba(255, 217, 106, 0.22) 100%),
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 50%), rgba(217, 244, 255, 0.18), transparent 24%);
  opacity: 0.55;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.liquid-nav::after {
  z-index: 1;
  inset: auto 18px auto 18px;
  top: 0;
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(217, 244, 255, 0.75), rgba(255, 217, 106, 0.38), transparent);
  box-shadow:
    0 0 18px rgba(217, 244, 255, 0.3),
    0 0 28px rgba(255, 217, 106, 0.12);
}

.brand,
.nav-links,
.nav-cta,
.mobile-menu-button {
  position: relative;
  z-index: 2;
}

.brand-mark {
  flex-basis: 64px;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(217, 244, 255, 0.32);
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.28), transparent 28%),
    radial-gradient(circle at 70% 76%, rgba(89, 213, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(22, 42, 60, 0.82), rgba(7, 13, 20, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 22px rgba(89, 213, 255, 0.16),
    0 0 28px rgba(255, 190, 61, 0.06);
  color: var(--gold-2);
  font-size: 1.18rem;
}

.brand strong {
  color: #ffffff;
  font-size: 1.32rem;
  text-shadow: 0 0 14px rgba(217, 244, 255, 0.12);
}

.brand small {
  color: rgba(242, 245, 250, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.nav-links {
  gap: clamp(14px, 2vw, 34px);
}

.nav-links a {
  min-height: auto;
  padding: 8px 4px;
  color: rgba(247, 250, 255, 0.72);
  font-size: 1rem;
  font-weight: 500;
  transition: color 250ms ease, text-shadow 250ms ease, transform 250ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #ffffff;
  background: transparent;
  text-shadow:
    0 0 10px rgba(217, 244, 255, 0.28),
    0 0 18px rgba(89, 213, 255, 0.16);
  transform: translateY(-1px);
}

.nav-cta {
  min-height: 58px;
  padding: 0 28px;
  border: 1px solid rgba(255, 217, 106, 0.5);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 217, 106, 0.32), transparent 22%),
    linear-gradient(180deg, rgba(22, 32, 44, 0.84), rgba(8, 12, 18, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 22px rgba(255, 190, 61, 0.14),
    0 12px 32px rgba(0, 0, 0, 0.32);
  color: #f7faff;
  font-size: 1rem;
}

.nav-cta::after {
  content: "›";
  margin-left: 14px;
  color: var(--gold-2);
  font-size: 1.7rem;
  line-height: 1;
  text-shadow: 0 0 14px rgba(255, 217, 106, 0.45);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: rgba(255, 217, 106, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 34px rgba(255, 190, 61, 0.24),
    0 16px 42px rgba(0, 0, 0, 0.42);
}

.mobile-menu-button {
  display: none;
  border: 0;
}

.mobile-menu-button span {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold-2);
  box-shadow: 0 0 12px rgba(255, 217, 106, 0.36);
}

.hero {
  padding-bottom: clamp(120px, 11vw, 156px);
}

.hero-btn {
  display: inline-flex;
  height: 58px;
  min-height: 58px;
  gap: 12px;
  align-items: center;
  padding: 0 26px;
  border-radius: 18px;
  color: #f7faff;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease, background 350ms ease;
}

.hero-btn-primary {
  border: 1px solid rgba(255, 217, 106, 0.55);
  background: linear-gradient(180deg, rgba(18, 26, 36, 0.78), rgba(8, 12, 18, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 0 0 1px rgba(255, 217, 106, 0.08),
    0 8px 30px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(255, 190, 61, 0.14);
}

.hero-btn-secondary {
  border: 1px solid rgba(111, 182, 255, 0.34);
  background: linear-gradient(180deg, rgba(13, 19, 28, 0.74), rgba(8, 12, 18, 0.6));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 28px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(89, 213, 255, 0.08);
}

.hero-btn::before,
.nav-cta::before {
  z-index: 0;
  inset: -40%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.04) 38%, rgba(255, 255, 255, 0.18) 49%, transparent 60%);
  transform: translateX(-70%) rotate(12deg);
  opacity: 0;
}

.hero-btn > *,
.nav-cta {
  position: relative;
  z-index: 1;
}

.hero-btn:hover::before,
.hero-btn:focus-visible::before,
.nav-cta:hover::before,
.nav-cta:focus-visible::before {
  opacity: 1;
  animation: btnShine 1s ease forwards;
}

.hero-btn:hover,
.hero-btn:focus-visible {
  transform: translateY(-2px);
}

.hero-btn-primary:hover,
.hero-btn-primary:focus-visible {
  border-color: rgba(255, 217, 106, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 34px rgba(255, 190, 61, 0.24),
    0 16px 42px rgba(0, 0, 0, 0.42);
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus-visible {
  border-color: rgba(159, 229, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 30px rgba(89, 213, 255, 0.16),
    0 16px 42px rgba(0, 0, 0, 0.4);
}

.btn-icon {
  position: relative;
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 217, 106, 0.32);
  border-radius: 50%;
  color: var(--gold-2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 18px rgba(255, 190, 61, 0.12);
}

.btn-icon-target::before,
.btn-icon-target::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.btn-icon-target::before {
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
}

.btn-icon-target::after {
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow:
    -12px 0 0 -1px currentColor,
    12px 0 0 -1px currentColor,
    0 -12px 0 -1px currentColor,
    0 12px 0 -1px currentColor;
}

.btn-icon-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.hero-info-bar {
  position: absolute;
  right: clamp(48px, 6vw, 120px);
  bottom: clamp(22px, 3.2vw, 42px);
  left: clamp(48px, 6vw, 120px);
  z-index: 13;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 104px;
  overflow: hidden;
  border: 1px solid rgba(210, 235, 255, 0.24);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(217, 244, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(14, 24, 34, 0.78), rgba(5, 9, 14, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 24px 70px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(89, 213, 255, 0.08),
    0 0 30px rgba(255, 190, 61, 0.08);
  backdrop-filter: blur(28px) saturate(136%);
  -webkit-backdrop-filter: blur(28px) saturate(136%);
}

.hero-info-item {
  position: relative;
  display: flex;
  min-width: 0;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  overflow: hidden;
  transition: transform 260ms ease;
}

.hero-info-item + .hero-info-item {
  border-left: 1px solid rgba(210, 235, 255, 0.14);
}

.hero-info-item::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.04) 36%, rgba(255, 255, 255, 0.18) 48%, rgba(255, 217, 106, 0.1) 52%, transparent 64%);
  opacity: 0;
  transform: translateX(-70%) rotate(12deg);
  pointer-events: none;
}

.hero-info-item:hover {
  transform: translateY(-1px);
}

.hero-info-item:hover::before {
  animation: cardShinePass 1.35s ease forwards;
}

.hero-info-item:hover strong {
  color: var(--gold-2);
}

.info-icon {
  position: relative;
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 217, 106, 0.32);
  border-radius: 50%;
  color: var(--gold-2);
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.22), transparent 32%),
    rgba(8, 12, 18, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 18px rgba(255, 190, 61, 0.12);
}

.hero-info-item strong,
.hero-info-item small {
  position: relative;
  z-index: 1;
  display: block;
}

.hero-info-item strong {
  color: var(--text-main);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-info-item small {
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.info-icon::before,
.info-icon::after {
  content: "";
  position: absolute;
}

.icon-shield::before {
  width: 20px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 12px 12px 14px 14px;
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}

.icon-brain::before {
  width: 23px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50% 48% 42% 52%;
}

.icon-brain::after {
  width: 2px;
  height: 18px;
  background: currentColor;
  box-shadow: 7px -4px 0 -0.5px currentColor, -7px 4px 0 -0.5px currentColor;
}

.icon-trend::before {
  width: 25px;
  height: 15px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.icon-trend::after {
  width: 20px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-35deg) translate(2px, 2px);
}

.icon-scale::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 22px 0 0 currentColor;
}

.icon-scale::after {
  width: 2px;
  height: 30px;
  background: currentColor;
  box-shadow: -9px 9px 0 -0.5px currentColor, 9px 9px 0 -0.5px currentColor;
}

.icon-target::before {
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(255, 217, 106, 0.08);
}

.icon-target::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow:
    -17px 0 0 -1px currentColor,
    17px 0 0 -1px currentColor,
    0 -17px 0 -1px currentColor,
    0 17px 0 -1px currentColor;
}

.hero-signal {
  bottom: clamp(150px, 12vw, 190px);
  border: 1px solid var(--glass-border);
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 255, 255, 0.13), transparent 30%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    var(--glass-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 42px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(255, 190, 61, 0.08);
}

.hero-signal span {
  color: rgba(242, 245, 250, 0.66);
}

.hero-signal strong {
  color: var(--gold-2);
  text-shadow: var(--gold-glow);
}

.new-question strong {
  background: linear-gradient(180deg, #d9f4ff 0%, #9fe5ff 26%, #59d5ff 52%, #dfffff 58%, #2ec0ff 72%, #0d6ea1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 10px rgba(89, 213, 255, 0.24),
    0 0 24px rgba(30, 167, 232, 0.18),
    0 10px 34px rgba(0, 0, 0, 0.72);
  filter: drop-shadow(0 0 10px rgba(159, 229, 255, 0.14));
}

.latent-diagnostic {
  align-items: stretch;
}

.latent-card:nth-child(2),
.latent-card:nth-child(3),
.latent-card:nth-child(2):hover,
.latent-card:nth-child(3):hover {
  transform: none;
}

.invisible-matrix {
  padding-left: 52px;
}

.invisible-matrix::after {
  left: 24px;
}

.layer-01,
.layer-02,
.layer-03,
.layer-04 {
  width: 100%;
  margin-left: 0;
}

.paiva-system-flow {
  padding-left: 58px;
}

.paiva-system-flow::before {
  left: 22px;
}

.system-step,
.system-step:nth-child(2),
.system-step:nth-child(4),
.system-step:hover,
.system-step:nth-child(2):hover,
.system-step:nth-child(4):hover {
  transform: none;
}

.scene-08 .deliverable-card,
.scene-08 .deliverable-card:nth-child(2),
.scene-08 .deliverable-card:nth-child(5),
.scene-08 .deliverable-card:hover,
.scene-08 .deliverable-card:nth-child(2):hover,
.scene-08 .deliverable-card:nth-child(5):hover,
.loss-card,
.loss-card:nth-child(2),
.loss-card:nth-child(5),
.loss-card:nth-child(8),
.loss-card:hover,
.loss-card:nth-child(2):hover,
.loss-card:nth-child(5):hover,
.loss-card:nth-child(8):hover,
.featured-loss {
  --card-offset: 0px;
  --card-hover: 0px;
  --loss-offset: 0px;
  --loss-hover: 0px;
}

.scene-08 .deliverable-grid,
.risk-loss-grid {
  align-items: stretch;
}

.featured-loss {
  align-self: stretch;
}

.glass-card,
.hero-info-bar,
.hero-info-item,
.hero-btn,
.nav-cta,
.latent-card,
.matrix-layer,
.executive-question,
.system-step,
.scene-08 .deliverable-card,
.loss-card {
  --card-mx: 50%;
  --card-my: 50%;
}

.latent-card::before,
.matrix-layer::before,
.system-step::before,
.scene-08 .deliverable-card::before,
.loss-card::before,
.hero-info-item::before,
.glass-card::before {
  inset: -45%;
  z-index: 1;
  background:
    radial-gradient(160px circle at var(--card-mx) var(--card-my), rgba(255, 255, 255, 0.12), rgba(89, 213, 255, 0.05) 28%, rgba(255, 217, 106, 0.04) 42%, transparent 65%),
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.04) 36%, rgba(255, 255, 255, 0.18) 48%, rgba(255, 217, 106, 0.1) 52%, transparent 64%);
  opacity: 0;
  transform: translateX(-70%) rotate(12deg);
  pointer-events: none;
}

.latent-card:hover::before,
.matrix-layer:hover::before,
.system-step:hover::before,
.scene-08 .deliverable-card:hover::before,
.loss-card:hover::before,
.hero-info-item:hover::before,
.glass-card:hover::before {
  opacity: 1;
  animation: cardShinePass 1.35s ease forwards;
}

.latent-card > *,
.matrix-layer > *,
.system-step > *,
.scene-08 .deliverable-card > *,
.loss-card > *,
.glass-card > * {
  position: relative;
  z-index: 2;
}

.scene-scroll {
  position: fixed;
  top: 50%;
  right: clamp(24px, 3.2vw, 58px);
  z-index: 45;
  display: grid;
  gap: 12px;
  align-items: center;
  justify-items: center;
  padding: 12px 0;
  color: rgba(242, 245, 250, 0.58);
  transform: translateY(-50%);
}

.scene-scroll::before {
  content: "";
  position: absolute;
  top: 48px;
  bottom: 48px;
  left: 50%;
  width: 1px;
  background:
    linear-gradient(180deg, rgba(255, 217, 106, 0.72) 0 var(--scroll-progress, 0%), rgba(159, 229, 255, 0.26) var(--scroll-progress, 0%) 100%);
  box-shadow: 0 0 18px rgba(255, 217, 106, 0.16);
  transform: translateX(-50%);
}

.scene-scroll-label {
  margin-bottom: 4px;
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.68rem;
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.scene-scroll-dot {
  position: relative;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.scene-scroll-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(159, 229, 255, 0.52);
  box-shadow: 0 0 10px rgba(159, 229, 255, 0.16);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.scene-scroll-dot.is-past::before {
  background: rgba(255, 217, 106, 0.72);
  transform: scale(0.85);
}

.scene-scroll-dot.is-active::before {
  width: 8px;
  height: 8px;
  background: var(--gold-2);
  box-shadow:
    0 0 16px rgba(255, 217, 106, 0.68),
    0 0 34px rgba(255, 190, 61, 0.32);
}

.scene-scroll-dot.is-active::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(255, 217, 106, 0.72);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 22px rgba(255, 217, 106, 0.38);
}

.scene-scroll-dot span {
  position: absolute;
  right: calc(100% + 12px);
  min-width: max-content;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.72);
  color: rgba(242, 245, 250, 0.72);
  font-size: 0.68rem;
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.scene-scroll-dot:hover span {
  opacity: 1;
  transform: translateX(0);
}

.premium-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(217, 244, 255, 0.5);
  border-radius: 50%;
  box-shadow:
    0 0 14px rgba(89, 213, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  transition: width 180ms ease, height 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.premium-cursor span {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: rgba(255, 217, 106, 0.72);
  box-shadow: 0 0 16px rgba(255, 217, 106, 0.42);
}

.premium-cursor.is-active {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 217, 106, 0.68);
  box-shadow:
    0 0 22px rgba(255, 190, 61, 0.26),
    0 0 30px rgba(89, 213, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (pointer: fine) {
  body,
  a,
  button {
    cursor: none;
  }

  .premium-cursor {
    display: block;
  }
}

@keyframes btnShine {
  0% {
    transform: translateX(-70%) rotate(12deg);
  }
  100% {
    transform: translateX(70%) rotate(12deg);
  }
}

@keyframes cardShinePass {
  0% {
    transform: translateX(-70%) rotate(12deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateX(70%) rotate(12deg);
    opacity: 0;
  }
}

@media (max-width: 1280px) {
  .liquid-nav {
    width: min(1180px, calc(100% - 48px));
  }

  .hero-info-bar {
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .liquid-nav {
    top: 22px;
    width: calc(100% - 44px);
    min-height: 104px;
    grid-template-columns: 1fr auto;
    padding: 14px 18px;
    border-radius: 28px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .mobile-menu-button {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 217, 106, 0.3);
    background:
      radial-gradient(circle at 50% 24%, rgba(255, 217, 106, 0.2), transparent 36%),
      rgba(8, 12, 18, 0.52);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 0 22px rgba(255, 190, 61, 0.1);
  }

  .hero-info-bar,
  .scene-scroll {
    display: none;
  }

  .hero {
    padding-bottom: 42px;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
  }

  .invisible-matrix,
  .paiva-system-flow {
    padding-left: 0;
  }

  .invisible-matrix::after {
    left: 20px;
  }

  .paiva-system-flow::before {
    left: 44px;
  }
}

/* Senior visual pass: thinner crystal nav, prism cursor, cinematic fog overlays */
.liquid-nav {
  top: 22px;
  grid-template-columns: minmax(250px, 0.92fr) auto auto auto;
  width: min(1480px, calc(100% - 160px));
  min-height: 74px;
  padding: 8px 16px;
  border-color: rgba(222, 242, 255, 0.34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 5% 10%, rgba(255, 255, 255, 0.2), transparent 8%),
    radial-gradient(circle at 96% 14%, rgba(255, 217, 106, 0.14), transparent 11%),
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 48%), rgba(230, 247, 255, 0.13), transparent 19%),
    linear-gradient(180deg, rgba(20, 30, 42, 0.34) 0%, rgba(7, 12, 18, 0.2) 50%, rgba(4, 7, 10, 0.34) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    inset 20px 0 34px rgba(159, 229, 255, 0.045),
    inset -20px 0 36px rgba(255, 217, 106, 0.04),
    0 16px 46px rgba(0, 0, 0, 0.34),
    0 0 26px rgba(159, 229, 255, 0.08);
  backdrop-filter: blur(22px) saturate(150%) brightness(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(150%) brightness(1.08);
}

.liquid-nav.is-scrolled {
  border-color: rgba(222, 242, 255, 0.38);
  background:
    radial-gradient(circle at 5% 10%, rgba(255, 255, 255, 0.18), transparent 8%),
    radial-gradient(circle at 96% 14%, rgba(255, 217, 106, 0.13), transparent 11%),
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 48%), rgba(230, 247, 255, 0.12), transparent 19%),
    linear-gradient(180deg, rgba(20, 30, 42, 0.38) 0%, rgba(7, 12, 18, 0.24) 50%, rgba(4, 7, 10, 0.38) 100%);
  transform: translateX(-50%) translateY(-1px) scale(0.992);
}

.liquid-nav::before {
  background:
    linear-gradient(106deg, rgba(255, 255, 255, 0.28) 0%, transparent 15%, transparent 74%, rgba(255, 217, 106, 0.17) 100%),
    radial-gradient(circle at var(--nav-x, 55%) var(--nav-y, 48%), rgba(255, 255, 255, 0.22), transparent 19%);
  opacity: 0.46;
  mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
}

.liquid-nav::after {
  inset: auto 16px auto 16px;
  top: 0;
  background: linear-gradient(90deg, transparent, rgba(232, 248, 255, 0.78), rgba(255, 217, 106, 0.28), transparent);
  box-shadow:
    0 0 14px rgba(232, 248, 255, 0.32),
    0 0 22px rgba(255, 217, 106, 0.1);
}

.brand {
  gap: 12px;
}

.brand-mark {
  flex-basis: 52px;
  width: 52px;
  height: 52px;
  font-size: 1.25rem;
}

.brand strong {
  font-size: 1.04rem;
}

.brand small {
  font-size: 0.68rem;
}

.nav-links {
  gap: clamp(22px, 2.8vw, 52px);
}

.nav-links a {
  font-size: 0.88rem;
}

.nav-cta {
  min-width: 238px;
  height: 50px;
  padding: 0 48px 0 28px;
  font-size: 0.92rem;
  background:
    radial-gradient(circle at var(--card-mx, 82%) var(--card-my, 50%), rgba(255, 246, 204, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018));
}

.scene-scroll {
  gap: 10px;
}

.scene-scroll-label {
  display: none;
}

.scene-scroll::before {
  top: 14px;
  bottom: 14px;
}

.premium-cursor {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(235, 250, 255, 0.42);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03) 42%, transparent 68%);
  box-shadow:
    0 0 18px rgba(89, 213, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  mix-blend-mode: screen;
  transition:
    width 180ms ease,
    height 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.premium-cursor::before,
.premium-cursor::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.premium-cursor::before {
  inset: -13px;
  opacity: 0.55;
  background:
    conic-gradient(from 32deg, rgba(255, 217, 106, 0.55), rgba(89, 213, 255, 0.46), rgba(178, 124, 255, 0.36), rgba(255, 106, 182, 0.3), rgba(255, 217, 106, 0.55));
  filter: blur(12px) saturate(130%);
  animation: cursorPrism 5.8s linear infinite;
}

.premium-cursor::after {
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.35), transparent 26%),
    radial-gradient(circle at 65% 72%, rgba(89, 213, 255, 0.18), transparent 38%);
}

.premium-cursor span {
  inset: 11px;
  z-index: 2;
  background: rgba(255, 246, 204, 0.86);
  box-shadow:
    0 0 10px rgba(255, 217, 106, 0.48),
    0 0 18px rgba(89, 213, 255, 0.18);
}

.premium-cursor.is-active {
  width: 58px;
  height: 58px;
  border-color: rgba(255, 246, 204, 0.62);
  box-shadow:
    0 0 26px rgba(255, 217, 106, 0.18),
    0 0 38px rgba(89, 213, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.premium-cursor.is-active::before {
  inset: -22px;
  opacity: 0.82;
  filter: blur(17px) saturate(150%);
}

.premium-cursor.is-active span {
  inset: 24px;
  opacity: 0.82;
}

.hero-btn:hover,
.nav-cta:hover,
.glass-card:hover,
.hero-info-item:hover,
.latent-card:hover,
.matrix-layer:hover,
.executive-question:hover,
.system-step:hover,
.deliverable-card:hover,
.loss-card:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 32px rgba(159, 229, 255, 0.11),
    0 0 46px rgba(255, 217, 106, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-cinematic::before,
.hero-cinematic::after,
.scene-smoke::before,
.scene-smoke::after,
.scene-particles::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-cinematic::before {
  inset: -16%;
  z-index: 5;
  opacity: 0.24;
  background:
    radial-gradient(ellipse at 67% 46%, rgba(255, 217, 106, 0.16), transparent 17%),
    radial-gradient(ellipse at 69% 47%, rgba(89, 213, 255, 0.16), transparent 29%),
    conic-gradient(from 224deg at 70% 45%, transparent 0deg, rgba(255, 217, 106, 0.13) 52deg, rgba(89, 213, 255, 0.09) 96deg, transparent 138deg 360deg);
  filter: blur(26px) saturate(132%);
  mix-blend-mode: screen;
  animation: cinematicAuraDrift 26s ease-in-out infinite alternate;
}

.hero-cinematic::after {
  inset: -10%;
  z-index: 6;
  opacity: 0.16;
  background:
    radial-gradient(ellipse at 38% 28%, rgba(255, 255, 255, 0.12), transparent 16%),
    radial-gradient(ellipse at 58% 66%, rgba(89, 213, 255, 0.13), transparent 28%),
    linear-gradient(118deg, transparent 0 18%, rgba(255, 255, 255, 0.055) 31%, transparent 48% 100%);
  filter: blur(18px);
  mix-blend-mode: screen;
  animation: cinematicNebulaSweep 34s ease-in-out infinite alternate;
}

.scene-smoke {
  overflow: hidden;
}

.scene-smoke::before {
  inset: -24%;
  opacity: 0.34;
  background:
    radial-gradient(ellipse at 24% 38%, rgba(89, 213, 255, 0.13), transparent 24%),
    radial-gradient(ellipse at 74% 52%, rgba(255, 217, 106, 0.11), transparent 28%),
    radial-gradient(ellipse at 58% 74%, rgba(178, 124, 255, 0.08), transparent 24%);
  filter: blur(30px);
  mix-blend-mode: screen;
  animation: cinematicNebulaSweep 32s ease-in-out infinite alternate;
}

.scene-smoke::after {
  inset: -18%;
  opacity: 0.16;
  background:
    conic-gradient(from 210deg at 68% 45%, transparent 0deg, rgba(255, 217, 106, 0.18) 42deg, rgba(89, 213, 255, 0.12) 88deg, transparent 142deg 360deg),
    radial-gradient(circle at 70% 46%, rgba(255, 255, 255, 0.08), transparent 14%);
  filter: blur(34px) saturate(140%);
  mix-blend-mode: screen;
  animation: cinematicAuraDrift 38s ease-in-out infinite alternate;
}

.scene-particles::after {
  inset: -8%;
  opacity: 0.16;
  background:
    linear-gradient(112deg, transparent 0 24%, rgba(255, 255, 255, 0.09) 34%, rgba(89, 213, 255, 0.055) 43%, transparent 58%),
    linear-gradient(18deg, transparent 0 46%, rgba(255, 217, 106, 0.07) 50%, transparent 57%);
  filter: blur(8px);
  mix-blend-mode: screen;
  animation: cinematicLightFloat 30s ease-in-out infinite alternate;
}

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

@keyframes cinematicNebulaSweep {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(2%, 1.4%, 0) scale(1.06);
  }
}

@keyframes cinematicAuraDrift {
  from {
    transform: translate3d(-1.6%, 1%, 0) rotate(-2deg) scale(1);
  }
  to {
    transform: translate3d(1.8%, -1.2%, 0) rotate(2deg) scale(1.08);
  }
}

@keyframes cinematicLightFloat {
  from {
    transform: translate3d(-3%, 2%, 0);
  }
  to {
    transform: translate3d(3%, -2%, 0);
  }
}

@media (max-width: 1280px) {
  .liquid-nav {
    width: min(1180px, calc(100% - 48px));
    min-height: 72px;
  }

  .brand-mark {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .liquid-nav {
    top: 16px;
    width: calc(100% - 36px);
    min-height: 72px;
    padding: 10px 12px;
    border-radius: 23px;
  }

  .brand-mark {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .premium-cursor {
    display: none;
  }
}

/* Compact desktop calibration: slimmer pill navbar and smaller hero info rail */
.liquid-nav {
  top: 18px;
  grid-template-columns: minmax(220px, 0.86fr) auto auto auto;
  width: min(1320px, calc(100% - 220px));
  min-height: 60px;
  padding: 6px 12px;
  border-radius: 999px;
}

.liquid-nav::before,
.liquid-nav::after {
  border-radius: inherit;
}

.brand {
  gap: 10px;
}

.brand-mark {
  flex-basis: 42px;
  width: 42px;
  height: 42px;
  font-size: 1.04rem;
}

.brand strong {
  font-size: 0.94rem;
}

.brand small {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
}

.nav-links {
  gap: clamp(18px, 2.2vw, 38px);
}

.nav-links a {
  font-size: 0.8rem;
}

.nav-cta {
  min-width: 210px;
  height: 42px;
  min-height: 42px;
  padding: 0 40px 0 22px;
  font-size: 0.82rem;
}

.nav-cta::after {
  margin-left: 10px;
  font-size: 1.35rem;
}

.hero-copy {
  top: clamp(132px, 18vh, 198px);
}

.hero-actions {
  margin-top: 24px;
}

.hero-info-bar {
  right: clamp(64px, 7vw, 132px);
  bottom: clamp(12px, 1.8vw, 24px);
  left: clamp(64px, 7vw, 132px);
  min-height: 72px;
  border-radius: 18px;
}

.hero-info-item {
  gap: 10px;
  padding: 10px 12px;
}

.info-icon {
  flex-basis: 38px;
  width: 38px;
  height: 38px;
}

.hero-info-item strong {
  font-size: 0.7rem;
  line-height: 1.08;
}

.hero-info-item small {
  margin-top: 3px;
  font-size: 0.62rem;
  line-height: 1.2;
}

.icon-shield::before {
  width: 15px;
  height: 18px;
}

.icon-brain::before {
  width: 17px;
  height: 14px;
}

.icon-brain::after {
  height: 14px;
  box-shadow: 5px -3px 0 -0.5px currentColor, -5px 3px 0 -0.5px currentColor;
}

.icon-trend::before {
  width: 18px;
  height: 11px;
}

.icon-trend::after {
  width: 15px;
  height: 9px;
}

.icon-scale::before {
  width: 20px;
  height: 17px;
}

.icon-scale::after {
  width: 22px;
}

.icon-target::before {
  width: 20px;
  height: 20px;
}

.icon-target::after {
  width: 24px;
}

@media (max-width: 1280px) {
  .liquid-nav {
    width: min(1120px, calc(100% - 52px));
    min-height: 60px;
  }

  .hero-info-bar {
    right: 32px;
    left: 32px;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
  }
}

@media (max-width: 1080px) {
  .liquid-nav {
    width: calc(100% - 42px);
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 768px) {
  .liquid-nav {
    top: 14px;
    width: calc(100% - 32px);
    min-height: 62px;
    padding: 8px 10px;
    border-radius: 999px;
  }

  .mobile-menu-button {
    width: 46px;
    height: 46px;
    padding: 12px;
    border-radius: 999px;
  }
}

/* Mobile recovery: visible hero rail, working glass menu and scroll-triggered card glow */
.is-mobile-lit {
  border-color: rgba(255, 217, 106, 0.34) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 24px rgba(159, 229, 255, 0.12),
    0 0 36px rgba(255, 217, 106, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.hero-info-item.is-mobile-lit::before,
.hero-btn.is-mobile-lit::before,
.latent-card.is-mobile-lit::before,
.matrix-layer.is-mobile-lit::before,
.executive-question.is-mobile-lit::before,
.system-step.is-mobile-lit::before,
.deliverable-card.is-mobile-lit::before,
.loss-card.is-mobile-lit::before,
.glass-card.is-mobile-lit::before {
  opacity: 1;
  animation: cardShinePass 1.05s ease forwards;
}

@media (max-width: 768px) {
  .liquid-nav {
    overflow: visible;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    gap: 4px;
    max-height: 0;
    padding: 0 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(222, 242, 255, 0.22);
    border-radius: 24px;
    background:
      radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.15), transparent 22%),
      radial-gradient(circle at 86% 0%, rgba(255, 217, 106, 0.12), transparent 24%),
      linear-gradient(180deg, rgba(13, 22, 32, 0.74), rgba(4, 7, 10, 0.58));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      0 22px 50px rgba(0, 0, 0, 0.36),
      0 0 26px rgba(159, 229, 255, 0.08);
    backdrop-filter: blur(24px) saturate(148%);
    -webkit-backdrop-filter: blur(24px) saturate(148%);
    transform: translateY(-8px) scale(0.98);
    transform-origin: top center;
    transition:
      max-height 260ms ease,
      padding 260ms ease,
      opacity 220ms ease,
      visibility 220ms ease,
      transform 260ms ease;
  }

  body.is-menu-open .liquid-nav .nav-links {
    max-height: 320px;
    padding: 10px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .nav-links a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 0.78rem;
    background: rgba(255, 255, 255, 0.026);
  }

  .mobile-menu-button.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mobile-menu-button.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.25);
  }

  .mobile-menu-button.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .mobile-menu-button span {
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .hero {
    min-height: 100svh;
    align-items: start;
    overflow: hidden;
    padding: 0 0 26px;
  }

  .hero-picture {
    transform: translate3d(0, -4.5svh, 0) scale(1.08);
    transform-origin: 66% 20%;
  }

  .hero-bg {
    object-position: 64% top;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 4, 5, 0.52) 0%, rgba(3, 4, 5, 0.3) 30%, rgba(3, 4, 5, 0.46) 64%, rgba(3, 4, 5, 0.9) 100%),
      linear-gradient(90deg, rgba(3, 4, 5, 0.78) 0%, rgba(3, 4, 5, 0.24) 76%);
  }

  .hero-cinematic::before {
    opacity: 0.2;
  }

  .hero-copy {
    position: relative;
    left: auto;
    top: auto;
    z-index: 12;
    width: 100%;
    max-width: 100%;
    padding: 106px 18px 0;
    transform: none;
  }

  .eyebrow {
    margin-bottom: 9px;
    font-size: 0.64rem;
    letter-spacing: 0.42em;
  }

  .hero-title {
    max-width: 10ch;
    font-size: clamp(3.35rem, 15.8vw, 5rem);
    line-height: 0.84;
  }

  .hero-lead {
    max-width: 31ch;
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.46;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 340px);
    margin-top: 18px;
  }

  .primary-action,
  .ghost-action,
  .hero-btn {
    min-height: 50px;
    width: 100%;
    padding-inline: 16px;
    justify-content: center;
    font-size: 0.78rem;
  }

  .btn-icon {
    width: 30px;
    height: 30px;
  }

  .hero-info-bar {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 12;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 32px);
    min-height: 0;
    margin: 18px auto 0;
    overflow: hidden;
    border-radius: 18px;
  }

  .hero-info-item {
    min-height: 56px;
    gap: 8px;
    padding: 8px 9px;
  }

  .hero-info-item + .hero-info-item {
    border-left: 0;
  }

  .hero-info-item:nth-child(odd) {
    border-right: 1px solid rgba(210, 235, 255, 0.12);
  }

  .hero-info-item:nth-child(n + 3) {
    border-top: 1px solid rgba(210, 235, 255, 0.12);
  }

  .hero-info-item:nth-child(5) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .info-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .hero-info-item strong {
    font-size: 0.58rem;
    line-height: 1.08;
  }

  .hero-info-item small {
    margin-top: 2px;
    font-size: 0.52rem;
    line-height: 1.18;
  }
}

@media (max-width: 380px) {
  .hero-copy {
    padding-top: 98px;
  }

  .hero-title {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .hero-lead {
    font-size: 0.86rem;
  }

  .hero-actions {
    width: min(100%, 318px);
  }

  .hero-info-bar {
    width: calc(100% - 24px);
  }
}

/* Scene 01 icon refinement and mobile top breathing room */
.info-icon {
  color: var(--gold-2);
}

.info-icon::before,
.info-icon::after {
  border-color: currentColor;
}

.icon-shield::before {
  width: 21px;
  height: 25px;
  border: 1.6px solid currentColor;
  border-radius: 9px 9px 12px 12px;
  clip-path: polygon(50% 0, 94% 15%, 86% 72%, 50% 100%, 14% 72%, 6% 15%);
  box-shadow:
    inset 0 0 12px rgba(255, 217, 106, 0.12),
    0 0 10px rgba(255, 217, 106, 0.12);
}

.icon-shield::after {
  width: 10px;
  height: 6px;
  border-left: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  border-radius: 1px;
  transform: rotate(-45deg) translate(1px, -1px);
}

.icon-brain::before {
  width: 24px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 56% 46% 48% 52%;
  background:
    radial-gradient(circle at 28% 38%, currentColor 0 1.7px, transparent 2px),
    radial-gradient(circle at 52% 26%, currentColor 0 1.7px, transparent 2px),
    radial-gradient(circle at 70% 58%, currentColor 0 1.7px, transparent 2px);
  box-shadow: inset 0 0 12px rgba(89, 213, 255, 0.08);
}

.icon-brain::after {
  width: 23px;
  height: 17px;
  background:
    linear-gradient(28deg, transparent 0 39%, currentColor 41% 46%, transparent 48%),
    linear-gradient(145deg, transparent 0 39%, currentColor 41% 46%, transparent 48%),
    linear-gradient(90deg, transparent 0 47%, currentColor 49% 53%, transparent 55%);
  opacity: 0.78;
}

.icon-trend::before {
  width: 25px;
  height: 18px;
  border-left: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  border-radius: 0 0 0 4px;
  background:
    linear-gradient(132deg, transparent 0 38%, currentColor 40% 46%, transparent 48%),
    radial-gradient(circle at 34% 68%, currentColor 0 1.6px, transparent 2px),
    radial-gradient(circle at 58% 46%, currentColor 0 1.6px, transparent 2px),
    radial-gradient(circle at 82% 24%, currentColor 0 1.6px, transparent 2px);
}

.icon-trend::after {
  width: 7px;
  height: 7px;
  border-top: 1.8px solid currentColor;
  border-right: 1.8px solid currentColor;
  transform: translate(8px, -5px) rotate(22deg);
}

.icon-scale::before {
  width: 25px;
  height: 24px;
  background:
    linear-gradient(currentColor, currentColor) 50% 1px / 1.7px 22px no-repeat,
    linear-gradient(currentColor, currentColor) 50% 4px / 24px 1.7px no-repeat,
    linear-gradient(currentColor, currentColor) 50% 22px / 18px 1.7px no-repeat;
  box-shadow: none;
}

.icon-scale::after {
  width: 28px;
  height: 19px;
  background:
    linear-gradient(64deg, transparent 0 43%, currentColor 45% 50%, transparent 52%) 2px 3px / 10px 14px no-repeat,
    linear-gradient(116deg, transparent 0 43%, currentColor 45% 50%, transparent 52%) 16px 3px / 10px 14px no-repeat,
    radial-gradient(ellipse at 7px 16px, transparent 0 5px, currentColor 5.4px 6.5px, transparent 6.8px),
    radial-gradient(ellipse at 21px 16px, transparent 0 5px, currentColor 5.4px 6.5px, transparent 6.8px);
  box-shadow: none;
}

.icon-target::before {
  width: 18px;
  height: 22px;
  border: 1.6px solid currentColor;
  border-radius: 9px 9px 5px 5px;
  background:
    radial-gradient(circle at 50% 62%, currentColor 0 2.4px, transparent 2.8px),
    linear-gradient(90deg, transparent 0 18%, currentColor 20% 24%, transparent 26% 74%, currentColor 76% 80%, transparent 82%);
  box-shadow:
    0 -5px 0 -3px currentColor,
    inset 0 -7px 10px rgba(255, 217, 106, 0.1);
}

.icon-target::after {
  width: 28px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 217, 106, 0.42), transparent 34%),
    conic-gradient(from 230deg at 50% 50%, transparent 0 28deg, rgba(255, 217, 106, 0.42) 34deg 74deg, transparent 82deg 360deg);
  filter: blur(0.4px);
  transform: translateY(4px);
  opacity: 0.82;
}

@media (max-width: 768px) {
  .hero-copy {
    padding-top: 122px;
  }

  .icon-shield::before {
    width: 17px;
    height: 20px;
  }

  .icon-brain::before {
    width: 19px;
    height: 16px;
  }

  .icon-brain::after {
    width: 18px;
    height: 13px;
  }

  .icon-trend::before {
    width: 19px;
    height: 14px;
  }

  .icon-trend::after {
    transform: translate(6px, -4px) rotate(22deg);
  }

  .icon-scale::before {
    width: 20px;
    height: 19px;
    background:
      linear-gradient(currentColor, currentColor) 50% 1px / 1.4px 18px no-repeat,
      linear-gradient(currentColor, currentColor) 50% 4px / 20px 1.4px no-repeat,
      linear-gradient(currentColor, currentColor) 50% 18px / 14px 1.4px no-repeat;
  }

  .icon-scale::after {
    width: 22px;
    height: 15px;
    background:
      linear-gradient(64deg, transparent 0 43%, currentColor 45% 50%, transparent 52%) 1px 3px / 8px 11px no-repeat,
      linear-gradient(116deg, transparent 0 43%, currentColor 45% 50%, transparent 52%) 13px 3px / 8px 11px no-repeat,
      radial-gradient(ellipse at 5px 13px, transparent 0 4px, currentColor 4.3px 5.2px, transparent 5.5px),
      radial-gradient(ellipse at 17px 13px, transparent 0 4px, currentColor 4.3px 5.2px, transparent 5.5px);
  }

  .icon-target::before {
    width: 15px;
    height: 18px;
  }

  .icon-target::after {
    width: 23px;
    height: 15px;
  }
}

@media (max-width: 380px) {
  .hero-copy {
    padding-top: 112px;
  }
}

/* Final requested cleanup: native cursor + aura, cleaner hero, stronger cinema layers */
.hero-info-bar {
  display: none !important;
}

@media (pointer: fine) {
  body,
  a,
  button {
    cursor: auto;
  }

  a,
  button,
  .glass-card,
  .latent-card,
  .matrix-layer,
  .executive-question,
  .system-step,
  .deliverable-card,
  .loss-card {
    cursor: pointer;
  }

  .premium-cursor {
    display: block;
  }
}

.premium-cursor {
  width: 76px;
  height: 76px;
  border: 0;
  opacity: 0.68;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.28), transparent 7%),
    radial-gradient(circle at 50% 50%, rgba(255, 217, 106, 0.22), transparent 28%),
    conic-gradient(from 28deg, rgba(255, 217, 106, 0.42), rgba(89, 213, 255, 0.34), rgba(178, 124, 255, 0.24), rgba(255, 106, 182, 0.2), rgba(255, 217, 106, 0.42));
  filter: blur(10px) saturate(145%);
  mix-blend-mode: screen;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: width 190ms ease, height 190ms ease, opacity 190ms ease, filter 190ms ease;
}

.premium-cursor::before,
.premium-cursor::after,
.premium-cursor span {
  display: none;
}

.premium-cursor.is-active {
  width: 118px;
  height: 118px;
  opacity: 0.86;
  filter: blur(14px) saturate(170%);
  box-shadow: none;
}

.liquid-nav {
  border-color: rgba(232, 248, 255, 0.42);
  background:
    radial-gradient(circle at var(--nav-x, 50%) var(--nav-y, 50%), rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.024) 44%, rgba(255, 255, 255, 0.07)),
    rgba(6, 10, 15, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -1px 0 rgba(255, 255, 255, 0.14),
    inset 16px 0 28px rgba(159, 229, 255, 0.08),
    inset -16px 0 28px rgba(255, 217, 106, 0.06),
    0 14px 42px rgba(0, 0, 0, 0.32),
    0 0 22px rgba(159, 229, 255, 0.1);
  backdrop-filter: blur(13px) saturate(185%) contrast(1.08) brightness(1.1);
  -webkit-backdrop-filter: blur(13px) saturate(185%) contrast(1.08) brightness(1.1);
}

.liquid-nav::before {
  inset: 0;
  opacity: 0.72;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 8% 92%, rgba(255, 217, 106, 0.2)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 22% 78%, rgba(255, 255, 255, 0.16)),
    radial-gradient(circle at var(--nav-x, 50%) var(--nav-y, 50%), rgba(255, 255, 255, 0.22), transparent 22%);
  backdrop-filter: blur(8px) saturate(180%) contrast(1.16);
  -webkit-backdrop-filter: blur(8px) saturate(180%) contrast(1.16);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}

.liquid-nav::after {
  top: 1px;
  right: 18px;
  left: 18px;
  height: 1px;
  opacity: 0.95;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.86), rgba(159, 229, 255, 0.48), rgba(255, 217, 106, 0.35), transparent);
  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.32),
    0 0 22px rgba(159, 229, 255, 0.18);
}

.hero-copy {
  top: clamp(150px, 20vh, 218px);
  width: min(720px, 44vw);
}

.hero-actions {
  margin-top: 30px;
}

.hero-cinematic::before {
  z-index: 7;
  opacity: 0.4;
  background:
    radial-gradient(ellipse at 66% 58%, rgba(255, 217, 106, 0.22), transparent 16%),
    radial-gradient(ellipse at 68% 54%, rgba(89, 213, 255, 0.16), transparent 31%),
    conic-gradient(from 220deg at 69% 53%, transparent 0deg, rgba(255, 217, 106, 0.2) 44deg, rgba(89, 213, 255, 0.14) 92deg, transparent 152deg 360deg);
  filter: blur(22px) saturate(150%);
}

.hero-cinematic::after {
  z-index: 8;
  opacity: 0.3;
  background:
    radial-gradient(ellipse at 35% 25%, rgba(255, 255, 255, 0.16), transparent 16%),
    radial-gradient(ellipse at 56% 68%, rgba(89, 213, 255, 0.15), transparent 28%),
    linear-gradient(112deg, transparent 0 18%, rgba(255, 255, 255, 0.08) 30%, transparent 48% 100%);
  filter: blur(14px);
}

.scene-smoke::before {
  opacity: 0.48;
}

.scene-smoke::after {
  opacity: 0.28;
}

.scene-particles::after {
  opacity: 0.24;
}

.hero-light-sweep::before,
.hero-light-sweep::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: none;
}

@media (max-width: 768px) {
  .liquid-nav {
    background:
      radial-gradient(circle at var(--nav-x, 50%) var(--nav-y, 50%), rgba(255, 255, 255, 0.16), transparent 20%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035) 48%, rgba(255, 255, 255, 0.075)),
      rgba(6, 10, 15, 0.2);
  }

  .hero {
    min-height: 100svh;
    overflow: hidden;
    padding-bottom: 34px;
  }

  .hero-picture {
    transform: translate3d(0, -2.5svh, 0) scale(1.05);
    opacity: 0.98;
  }

  .hero-bg {
    object-position: 66% top;
  }

  .hero-light-sweep {
    z-index: 9;
    opacity: 1;
  }

  .hero-light-sweep::before {
    display: block;
    top: 126px;
    right: -18px;
    width: min(46vw, 178px);
    height: min(54vw, 220px);
    background: url("./assets/hero/lantern-rock.png") center / contain no-repeat;
    opacity: 0.96;
    filter:
      drop-shadow(0 0 18px rgba(255, 217, 106, 0.28))
      drop-shadow(0 14px 30px rgba(0, 0, 0, 0.42));
    transform: rotate(-1deg);
  }

  .hero-light-sweep::after {
    display: block;
    top: 118px;
    right: -36px;
    width: min(56vw, 220px);
    height: min(56vw, 220px);
    border-radius: 50%;
    background:
      radial-gradient(circle at 48% 52%, rgba(255, 246, 204, 0.3), transparent 12%),
      radial-gradient(circle at 50% 50%, rgba(255, 217, 106, 0.22), transparent 32%),
      conic-gradient(from 235deg, transparent 0 28deg, rgba(255, 217, 106, 0.2) 42deg, rgba(89, 213, 255, 0.14) 84deg, transparent 132deg 360deg);
    filter: blur(14px) saturate(145%);
    mix-blend-mode: screen;
    animation: cinematicAuraDrift 24s ease-in-out infinite alternate;
  }

  .hero-cinematic::before {
    opacity: 0.52;
  }

  .hero-cinematic::after {
    opacity: 0.38;
  }

  .hero-copy {
    padding-top: 126px;
    padding-right: min(38vw, 152px);
  }

  .hero-title {
    max-width: 7.1ch;
    font-size: clamp(2.95rem, 14vw, 4.55rem);
  }

  .hero-lead {
    max-width: 30ch;
    font-size: 0.9rem;
  }

  .hero-actions {
    width: min(100%, 320px);
    margin-top: 16px;
  }

  .invisible-matrix::after {
    left: -12px;
  }

  .paiva-system-flow::before {
    left: -10px;
  }

  .matrix-layer,
  .system-step {
    margin-left: 10px;
  }
}

@media (max-width: 420px) {
  .hero-light-sweep::before {
    top: 132px;
    right: -24px;
    width: min(44vw, 160px);
  }

  .hero-light-sweep::after {
    top: 124px;
    right: -42px;
  }

  .hero-copy {
    padding-top: 126px;
    padding-right: min(35vw, 132px);
  }

  .hero-title {
    font-size: clamp(2.72rem, 13.4vw, 4.15rem);
  }

  .hero-lead {
    font-size: 0.86rem;
  }
}

@media (max-width: 360px) {
  .hero-light-sweep::before {
    top: 142px;
    width: 138px;
  }

  .hero-copy {
    padding-right: 116px;
  }
}

/* Definitive glass and cinema visibility pass */
.liquid-nav {
  border: 1px solid rgba(235, 250, 255, 0.2);
  background:
    radial-gradient(circle at var(--nav-x, 50%) var(--nav-y, 50%), rgba(255, 255, 255, 0.13), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018) 48%, rgba(255, 255, 255, 0.052)),
    rgba(4, 8, 12, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(255, 255, 255, 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 12px 34px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(159, 229, 255, 0.06);
  backdrop-filter: blur(10px) saturate(175%) contrast(1.12) brightness(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(175%) contrast(1.12) brightness(1.08);
}

.liquid-nav::before {
  inset: 1px;
  padding: 0;
  opacity: 0.52;
  border: 1px solid rgba(255, 255, 255, 0.055);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.18), transparent 14% 86%, rgba(255, 217, 106, 0.12)),
    radial-gradient(circle at var(--nav-x, 50%) var(--nav-y, 50%), rgba(255, 255, 255, 0.18), transparent 20%);
  box-shadow:
    inset 8px 0 14px rgba(159, 229, 255, 0.035),
    inset -8px 0 14px rgba(255, 217, 106, 0.028);
  backdrop-filter: blur(3px) saturate(155%) contrast(1.08);
  -webkit-backdrop-filter: blur(3px) saturate(155%) contrast(1.08);
  mask: none;
  -webkit-mask: none;
  mask-composite: initial;
  -webkit-mask-composite: initial;
}

.liquid-nav::after {
  top: 0;
  right: 28px;
  left: 28px;
  height: 1px;
  opacity: 0.72;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74), rgba(159, 229, 255, 0.32), transparent);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.hero-light-sweep {
  z-index: 9;
  opacity: 1;
  background:
    radial-gradient(ellipse at 67% 58%, rgba(255, 217, 106, 0.28), transparent 18%),
    radial-gradient(ellipse at 63% 48%, rgba(89, 213, 255, 0.18), transparent 34%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.16) 0%, rgba(136, 243, 255, 0.08) 8%, transparent 28%),
    linear-gradient(180deg, transparent 0 38%, rgba(255, 255, 255, 0.055) 54%, transparent 78%);
  mix-blend-mode: screen;
  filter: saturate(135%);
}

.hero-light-sweep::before,
.hero-light-sweep::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-light-sweep::before {
  inset: -16% -10%;
  opacity: 0.78;
  background:
    radial-gradient(ellipse at 69% 59%, rgba(255, 246, 204, 0.32), transparent 9%),
    radial-gradient(ellipse at 68% 58%, rgba(255, 217, 106, 0.3), transparent 24%),
    conic-gradient(from 218deg at 68% 56%, transparent 0deg, rgba(255, 217, 106, 0.34) 35deg, rgba(89, 213, 255, 0.2) 82deg, rgba(178, 124, 255, 0.1) 112deg, transparent 158deg 360deg);
  filter: blur(19px) saturate(160%);
  animation: cinematicAuraDrift 18s ease-in-out infinite alternate;
}

.hero-light-sweep::after {
  inset: -12%;
  opacity: 0.58;
  background:
    radial-gradient(ellipse at 26% 30%, rgba(255, 255, 255, 0.14), transparent 20%),
    radial-gradient(ellipse at 44% 66%, rgba(89, 213, 255, 0.18), transparent 30%),
    radial-gradient(ellipse at 76% 70%, rgba(255, 217, 106, 0.16), transparent 26%),
    linear-gradient(102deg, transparent 0 18%, rgba(255, 255, 255, 0.11) 32%, rgba(89, 213, 255, 0.065) 42%, transparent 58% 100%);
  filter: blur(18px) saturate(140%);
  animation: cinematicNebulaSweep 24s ease-in-out infinite alternate;
}

.hero-cinematic::before {
  z-index: 10;
  opacity: 0.64;
  filter: blur(20px) saturate(170%);
}

.hero-cinematic::after {
  z-index: 11;
  opacity: 0.5;
  filter: blur(13px) saturate(140%);
}

.hero-copy,
.hero-signal {
  z-index: 16;
}

@media (max-width: 768px) {
  .liquid-nav {
    border-color: rgba(235, 250, 255, 0.22);
    background:
      radial-gradient(circle at var(--nav-x, 50%) var(--nav-y, 50%), rgba(255, 255, 255, 0.12), transparent 20%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.024) 48%, rgba(255, 255, 255, 0.06)),
      rgba(4, 8, 12, 0.18);
  }

  .hero-light-sweep::before {
    opacity: 0.86;
  }

  .hero-light-sweep::after {
    opacity: 0.62;
  }
}

/* Hero fog-only pass: remove aura/flare and keep a soft animated mist layer */
.hero-light-sweep {
  background: none;
  opacity: 1;
  filter: none;
}

.hero-light-sweep::before,
.hero-light-sweep::after {
  display: none;
}

.hero-cinematic::before,
.hero-cinematic::after {
  display: block;
  inset: -22%;
  z-index: 9;
  opacity: 0.2;
  background:
    radial-gradient(ellipse at 18% 44%, rgba(210, 230, 242, 0.12), transparent 30%),
    radial-gradient(ellipse at 52% 58%, rgba(159, 229, 255, 0.08), transparent 34%),
    radial-gradient(ellipse at 86% 48%, rgba(255, 255, 255, 0.1), transparent 28%),
    linear-gradient(104deg, transparent 0 16%, rgba(235, 248, 255, 0.08) 30%, transparent 48% 100%);
  filter: blur(24px);
  mix-blend-mode: screen;
  animation: heroFogVideoDrift 36s linear infinite;
  will-change: transform;
}

.hero-cinematic::after {
  z-index: 10;
  opacity: 0.14;
  background:
    radial-gradient(ellipse at 24% 62%, rgba(247, 249, 252, 0.12), transparent 28%),
    radial-gradient(ellipse at 70% 38%, rgba(159, 229, 255, 0.09), transparent 30%),
    linear-gradient(78deg, transparent 0 22%, rgba(255, 255, 255, 0.075) 40%, transparent 58% 100%);
  filter: blur(32px);
  animation: heroFogVideoDriftAlt 48s linear infinite;
}

@media (max-width: 768px) {
  .hero-light-sweep::before {
    display: block;
    top: 126px;
    right: -18px;
    width: min(46vw, 178px);
    height: min(54vw, 220px);
    background: url("./assets/hero/lantern-rock.png") center / contain no-repeat;
    opacity: 0.94;
    filter:
      drop-shadow(0 0 14px rgba(255, 217, 106, 0.18))
      drop-shadow(0 14px 30px rgba(0, 0, 0, 0.42));
    mix-blend-mode: normal;
    transform: rotate(-1deg);
    animation: none;
  }

  .hero-light-sweep::after {
    display: none;
  }

  .hero-cinematic::before {
    opacity: 0.18;
  }

  .hero-cinematic::after {
    opacity: 0.13;
  }
}

@keyframes heroFogVideoDrift {
  from {
    transform: translate3d(-8%, 1%, 0) scale(1.05);
  }
  to {
    transform: translate3d(8%, -1%, 0) scale(1.08);
  }
}

@keyframes heroFogVideoDriftAlt {
  from {
    transform: translate3d(7%, -1.4%, 0) scale(1.08);
  }
  to {
    transform: translate3d(-7%, 1.2%, 0) scale(1.04);
  }
}

/* Real hero fog layer: explicit cinematic mist above the background */
.hero-fog-video {
  position: absolute;
  inset: -24%;
  z-index: 12;
  display: block;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.46;
  mix-blend-mode: screen;
  background:
    radial-gradient(ellipse at 12% 48%, rgba(235, 248, 255, 0.2), transparent 32%),
    radial-gradient(ellipse at 44% 62%, rgba(159, 229, 255, 0.14), transparent 36%),
    radial-gradient(ellipse at 82% 52%, rgba(247, 249, 252, 0.18), transparent 30%),
    linear-gradient(98deg, transparent 0 14%, rgba(236, 247, 255, 0.13) 30%, transparent 50% 100%);
  filter: blur(26px) saturate(118%);
  transform: translate3d(-5%, 0, 0) scale(1.05);
  animation: realFogVideoDrift 32s linear infinite;
  will-change: transform, opacity;
}

.hero-fog-video::before,
.hero-fog-video::after {
  content: "";
  position: absolute;
  inset: -12%;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-fog-video::before {
  opacity: 0.58;
  background:
    radial-gradient(ellipse at 26% 36%, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(ellipse at 62% 48%, rgba(180, 226, 246, 0.15), transparent 34%),
    linear-gradient(118deg, transparent 0 18%, rgba(255, 255, 255, 0.11) 34%, transparent 58% 100%);
  filter: blur(22px);
  animation: realFogVideoDriftSoft 44s linear infinite reverse;
}

.hero-fog-video::after {
  opacity: 0.38;
  background:
    radial-gradient(ellipse at 18% 70%, rgba(235, 248, 255, 0.18), transparent 30%),
    radial-gradient(ellipse at 74% 32%, rgba(159, 229, 255, 0.12), transparent 28%),
    linear-gradient(74deg, transparent 0 22%, rgba(255, 255, 255, 0.1) 42%, transparent 64% 100%);
  filter: blur(34px);
  animation: realFogVideoDriftDeep 58s linear infinite;
}

.hero-copy,
.hero-signal {
  z-index: 18;
}

@media (max-width: 768px) {
  .hero-fog-video {
    inset: -30%;
    z-index: 11;
    opacity: 0.4;
    filter: blur(22px) saturate(112%);
  }
}

@keyframes realFogVideoDrift {
  0% {
    transform: translate3d(-8%, 1%, 0) scale(1.04);
    opacity: 0.34;
  }
  45% {
    opacity: 0.5;
  }
  100% {
    transform: translate3d(8%, -1%, 0) scale(1.08);
    opacity: 0.38;
  }
}

@keyframes realFogVideoDriftSoft {
  0% {
    transform: translate3d(8%, -2%, 0) scale(1.04);
  }
  100% {
    transform: translate3d(-8%, 2%, 0) scale(1.1);
  }
}

@keyframes realFogVideoDriftDeep {
  0% {
    transform: translate3d(-5%, -1%, 0) scale(1.08);
  }
  100% {
    transform: translate3d(7%, 1.4%, 0) scale(1.02);
  }
}

/* Bottom smoke correction: darker low smoke, no white fog */
.hero-fog-video {
  inset: auto -18% -12% -18%;
  z-index: 12;
  height: 36svh;
  opacity: 0.38;
  mix-blend-mode: normal;
  background:
    radial-gradient(ellipse at 18% 66%, rgba(58, 80, 92, 0.24), transparent 34%),
    radial-gradient(ellipse at 46% 72%, rgba(36, 56, 66, 0.26), transparent 38%),
    radial-gradient(ellipse at 82% 68%, rgba(72, 82, 86, 0.22), transparent 32%),
    linear-gradient(90deg, transparent 0 5%, rgba(28, 42, 50, 0.2) 24%, rgba(62, 78, 82, 0.18) 52%, transparent 86% 100%);
  filter: blur(18px) saturate(105%);
  transform: translate3d(-8%, 0, 0) scale(1.08);
  animation: bottomSmokeDrift 18s linear infinite;
}

.hero-fog-video::before,
.hero-fog-video::after {
  inset: auto -12% -18% -12%;
  height: 130%;
  mix-blend-mode: normal;
}

.hero-fog-video::before {
  opacity: 0.62;
  background:
    radial-gradient(ellipse at 24% 72%, rgba(72, 88, 94, 0.2), transparent 34%),
    radial-gradient(ellipse at 62% 64%, rgba(31, 50, 60, 0.24), transparent 42%),
    linear-gradient(104deg, transparent 0 14%, rgba(54, 70, 76, 0.16) 36%, transparent 64% 100%);
  filter: blur(16px);
  animation: bottomSmokeDriftSoft 13s linear infinite reverse;
}

.hero-fog-video::after {
  opacity: 0.42;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(16, 24, 30, 0.32), transparent 38%),
    radial-gradient(ellipse at 78% 76%, rgba(42, 56, 62, 0.18), transparent 34%),
    linear-gradient(82deg, transparent 0 24%, rgba(36, 50, 58, 0.14) 44%, transparent 72% 100%);
  filter: blur(24px);
  animation: bottomSmokeDriftDeep 22s linear infinite;
}

@media (max-width: 768px) {
  .hero-fog-video {
    inset: auto -28% -10% -28%;
    height: 32svh;
    opacity: 0.34;
    filter: blur(15px) saturate(105%);
  }
}

@keyframes bottomSmokeDrift {
  0% {
    transform: translate3d(-10%, 2%, 0) scale(1.08);
  }
  100% {
    transform: translate3d(10%, -2%, 0) scale(1.12);
  }
}

@keyframes bottomSmokeDriftSoft {
  0% {
    transform: translate3d(9%, -1%, 0) scale(1.04);
  }
  100% {
    transform: translate3d(-9%, 1%, 0) scale(1.1);
  }
}

@keyframes bottomSmokeDriftDeep {
  0% {
    transform: translate3d(-6%, 1%, 0) scale(1.12);
  }
  100% {
    transform: translate3d(8%, -1%, 0) scale(1.06);
  }
}

/* Remove hero smoke/fog atmosphere */
.hero-fog-video,
.hero-cinematic::before,
.hero-cinematic::after {
  display: none !important;
}

/* Realistic brushed gold title finish */
.hero-title .title-small-gold,
.hero-title .title-lanterna {
  background-image:
    linear-gradient(
      180deg,
      #fff8dc 0%,
      #ffe99a 9%,
      #bd7a17 24%,
      #fff1ad 38%,
      #e0a734 52%,
      #8a5208 70%,
      #ffd56a 86%,
      #6f4308 100%
    ),
    repeating-linear-gradient(
      96deg,
      rgba(255, 255, 255, 0.22) 0 1px,
      transparent 1px 5px,
      rgba(79, 43, 7, 0.22) 5px 6px,
      transparent 6px 12px
    ),
    radial-gradient(ellipse at 36% 18%, rgba(255, 255, 255, 0.52), transparent 25%),
    linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, 0.35) 43%, transparent 54% 100%);
  background-size: 100% 100%, 34px 100%, 100% 100%, 220% 100%;
  background-position: 0 0, 0 0, 0 0, 8% 0;
  background-blend-mode: normal, overlay, soft-light, screen;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 246, 204, 0.2),
    0 3px 0 rgba(82, 43, 4, 0.18),
    0 12px 34px rgba(0, 0, 0, 0.72);
  filter:
    drop-shadow(0 0 5px rgba(255, 217, 106, 0.12))
    drop-shadow(0 14px 26px rgba(0, 0, 0, 0.28));
  animation: realisticGoldSheen 9s ease-in-out infinite alternate;
}

.hero-title .title-lanterna {
  background-size: 100% 100%, 42px 100%, 100% 100%, 240% 100%;
  filter:
    drop-shadow(0 0 6px rgba(255, 217, 106, 0.14))
    drop-shadow(0 16px 30px rgba(0, 0, 0, 0.34));
}

@keyframes realisticGoldSheen {
  from {
    background-position: 0 0, 0 0, 0 0, 0% 0;
  }
  to {
    background-position: 0 0, 18px 0, 0 0, 58% 0;
  }
}

/* Restore previous gold title finish, without glow */
.hero-title .title-small-gold,
.hero-title .title-lanterna {
  background: var(--gold-gradient);
  background-size: 100% 100%;
  background-position: 0 0;
  background-blend-mode: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 2px 0 rgba(255, 246, 204, 0.1),
    0 10px 26px rgba(0, 0, 0, 0.64);
  filter: none;
  animation: none;
}

/* Global gold text cleanup and short scene seam fades */
.title-gold,
.title-small-gold,
.title-lanterna,
.section-lead strong,
.hero-lead strong,
.featured-loss span,
.featured-loss strong,
.scene-08 .deliverable-card.featured h3,
.layer-04 h3,
.step-04 strong,
.scene-09 .section-lead strong,
.new-question strong,
.hero-info-item:hover strong {
  text-shadow:
    0 2px 0 rgba(255, 246, 204, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.58) !important;
  filter: none;
}

.hero {
  box-shadow: inset 0 -44px 34px rgba(3, 4, 5, 0.92);
}

.scene:not(.hero) {
  box-shadow:
    inset 0 38px 28px rgba(3, 4, 5, 0.88),
    inset 0 -38px 28px rgba(3, 4, 5, 0.9);
}

.scene-02 {
  box-shadow:
    inset 0 22px 18px rgba(3, 4, 5, 0.56),
    inset 0 -38px 28px rgba(3, 4, 5, 0.9);
}

.scene-divider {
  --divider-axis-y: 37px;
  height: calc(var(--divider-axis-y) * 2);
}

.scene-divider::before {
  top: var(--divider-axis-y);
  opacity: 0.78;
  z-index: 1;
  transform: translateY(-50%);
}

.divider-glow {
  top: var(--divider-axis-y);
  height: 20px;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.divider-number {
  top: var(--divider-axis-y);
  z-index: 2;
  line-height: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .scene-divider {
    --divider-axis-y: 35px;
    height: calc(var(--divider-axis-y) * 2);
  }

  .divider-glow {
    width: min(440px, 78vw);
    height: 16px;
  }

  .divider-number {
    width: 62px;
    height: 34px;
    font-size: 0.86rem;
  }

  .hero {
    box-shadow: inset 0 -36px 26px rgba(3, 4, 5, 0.92);
  }

  .scene:not(.hero) {
    box-shadow:
      inset 0 30px 22px rgba(3, 4, 5, 0.86),
      inset 0 -30px 22px rgba(3, 4, 5, 0.88);
  }
}

/* Scene 10 video manifesto and Scene 11 final close */
.anchor-alias {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.scene-10,
.scene-11 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 54%, rgba(255, 211, 106, 0.12), transparent 34%),
    radial-gradient(circle at 50% 20%, rgba(89, 213, 255, 0.1), transparent 32%),
    linear-gradient(180deg, #030405 0%, #07101a 50%, #030405 100%);
}

.scene-10 {
  min-height: 88svh;
  padding: clamp(120px, 10vw, 150px) 0 clamp(82px, 6vw, 110px);
}

.scene-10 .scene-bg img,
.scene-11 .scene-bg img {
  opacity: 0.48;
  filter: brightness(0.62) contrast(1.1) saturate(0.92);
}

.scene-10 .scene-overlay {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 217, 106, 0.08), transparent 30%),
    linear-gradient(90deg, rgba(3, 4, 5, 0.8), rgba(3, 4, 5, 0.52) 48%, rgba(3, 4, 5, 0.8)),
    linear-gradient(180deg, rgba(3, 4, 5, 0.84), transparent 44%, rgba(3, 4, 5, 0.9));
}

.scene-10-layout {
  position: relative;
  z-index: 6;
  display: grid;
  width: min(1280px, calc(100% - (var(--section-x) * 2)));
  margin-inline: auto;
  gap: 42px;
  justify-items: center;
  text-align: center;
}

.video-intro {
  max-width: 880px;
}

.scene-10 .section-title {
  max-width: 900px;
  margin-inline: auto;
  font-size: clamp(3.6rem, 6vw, 7rem);
  line-height: 0.88;
}

.scene-10 .section-lead {
  max-width: 720px;
  margin-inline: auto;
}

.executive-video-card {
  position: relative;
  width: min(1080px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
    rgba(8, 12, 18, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 42px 110px rgba(0, 0, 0, 0.52),
    0 0 42px rgba(255, 190, 61, 0.1);
  backdrop-filter: blur(28px) saturate(125%);
  -webkit-backdrop-filter: blur(28px) saturate(125%);
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: inherit;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82) contrast(1.08) saturate(1.08);
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, transparent 0 26%, rgba(3, 4, 5, 0.44) 72%, rgba(3, 4, 5, 0.72) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.18), rgba(3, 4, 5, 0.72));
}

.video-play-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border: 1px solid rgba(255, 217, 106, 0.54);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.24), transparent 32%),
    linear-gradient(180deg, rgba(22, 32, 44, 0.82), rgba(8, 12, 18, 0.68));
  color: #ffd96a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 34px rgba(255, 190, 61, 0.16),
    0 24px 70px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}

.video-play-button:hover,
.video-play-button:focus-visible {
  border-color: rgba(255, 217, 106, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 0 42px rgba(255, 190, 61, 0.24),
    0 28px 82px rgba(0, 0, 0, 0.58);
  transform: translate(-50%, -50%) scale(1.06);
}

.play-icon {
  display: inline-block;
  margin-left: 6px;
  font-size: 2.6rem;
  line-height: 1;
}

.video-label {
  position: absolute;
  bottom: 36px;
  left: 32px;
  z-index: 3;
  text-align: left;
}

.video-label span {
  display: block;
  margin-bottom: 8px;
  color: rgba(247, 250, 255, 0.62);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.video-label strong {
  display: block;
  color: #f7faff;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: 0.9;
}

.video-progress {
  position: absolute;
  right: 32px;
  bottom: 22px;
  left: 32px;
  z-index: 3;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.video-progress span {
  display: block;
  width: 18%;
  height: 100%;
  background: linear-gradient(90deg, #fff6cc, #ffd96a, #ffbe3d);
  box-shadow: none;
}

.scene-11 {
  min-height: 92svh;
  padding: clamp(130px, 10vw, 170px) 0 clamp(82px, 6vw, 110px);
  background:
    radial-gradient(circle at 74% 50%, rgba(255, 211, 106, 0.14), transparent 32%),
    radial-gradient(circle at 28% 22%, rgba(89, 213, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #030405 0%, #07101a 50%, #030405 100%);
}

.scene-11 .scene-overlay {
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.92) 0%, rgba(3, 4, 5, 0.7) 40%, rgba(3, 4, 5, 0.44) 68%, rgba(3, 4, 5, 0.84) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.84), transparent 42%, rgba(3, 4, 5, 0.94));
}

.scene-11-layout {
  position: relative;
  z-index: 6;
  display: grid;
  width: min(1280px, calc(100% - (var(--section-x) * 2)));
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  gap: clamp(56px, 6vw, 100px);
  align-items: center;
}

.scene-11 .section-title {
  max-width: 900px;
  font-size: clamp(3.4rem, 5.7vw, 6.8rem);
  line-height: 0.88;
}

.final-copy {
  max-width: 900px;
}

.final-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.final-note {
  max-width: 360px;
  margin: 0;
  color: rgba(247, 250, 255, 0.62);
  font-family: "Inter", sans-serif;
  font-size: 0.96rem;
  line-height: 1.55;
}

.final-note strong {
  color: #ffd96a;
  text-shadow: none;
}

.final-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 72% 64%, rgba(255, 211, 106, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.024)),
    rgba(8, 12, 18, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 34px 92px rgba(0, 0, 0, 0.44),
    0 0 42px rgba(255, 190, 60, 0.08);
  backdrop-filter: blur(26px) saturate(122%);
  -webkit-backdrop-filter: blur(26px) saturate(122%);
}

.final-panel::before {
  content: "";
  position: absolute;
  inset: -45%;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.05) 36%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 217, 106, 0.08) 52%, transparent 64%);
  opacity: 0;
  transform: translateX(-70%) rotate(12deg);
  animation: finalPanelShine 6s ease-in-out infinite;
}

@keyframes finalPanelShine {
  0%,
  55% {
    opacity: 0;
    transform: translateX(-70%) rotate(12deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(70%) rotate(12deg);
  }
}

.final-metric span {
  display: block;
  margin-bottom: 14px;
  color: rgba(247, 250, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-metric strong {
  display: block;
  margin-bottom: 18px;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Bebas Neue", "Anton", sans-serif;
  font-size: clamp(4rem, 6vw, 7rem);
  line-height: 0.8;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
}

.final-metric small {
  display: block;
  color: rgba(247, 250, 255, 0.62);
  font-size: 1rem;
  line-height: 1.55;
}

.final-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.final-pillars span {
  padding: 10px 14px;
  border: 1px solid rgba(89, 213, 255, 0.22);
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.46);
  color: rgba(247, 250, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .scene-10,
  .scene-11 {
    min-height: auto;
    padding: 140px 22px 76px;
  }

  .scene-10-layout {
    width: 100%;
    gap: 34px;
    justify-items: stretch;
    text-align: left;
  }

  .scene-10 .section-title,
  .scene-11 .section-title {
    margin: 0;
    font-size: clamp(3rem, 12vw, 5.4rem);
    line-height: 0.88;
  }

  .scene-10 .section-lead,
  .scene-11 .section-lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .executive-video-card {
    border-radius: 24px;
  }

  .video-thumb {
    aspect-ratio: 4 / 5;
  }

  .video-play-button {
    width: 92px;
    height: 92px;
  }

  .play-icon {
    font-size: 2rem;
  }

  .video-label {
    bottom: 34px;
    left: 22px;
  }

  .video-label strong {
    font-size: clamp(2.4rem, 12vw, 4.2rem);
  }

  .video-progress {
    right: 22px;
    bottom: 18px;
    left: 22px;
  }

  .scene-11-layout {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .final-actions {
    display: grid;
    gap: 18px;
    margin-top: 32px;
  }

  .final-note {
    max-width: 100%;
  }

  .final-panel {
    padding: 26px;
    border-radius: 24px;
  }

  .final-metric strong {
    font-size: clamp(3.8rem, 17vw, 6rem);
  }

  .final-pillars {
    gap: 8px;
  }
}

/* Typography legibility and compact close scenes */
.hero-title,
.section-title {
  overflow: visible;
}

.hero-title {
  line-height: 0.9;
}

.hero-title > span,
.section-title > span,
.final-metric strong,
.video-label strong {
  overflow: visible;
  padding-top: 0.075em;
  margin-top: -0.045em;
  line-height: 0.96;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.title-white {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 34%, #d7e0ec 68%, #aeb8c8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.35px rgba(247, 249, 252, 0.42);
  paint-order: stroke fill;
}

.title-gold,
.title-small-gold,
.title-lanterna {
  -webkit-text-stroke: 0.28px rgba(255, 241, 188, 0.28);
  paint-order: stroke fill;
}

.scene-10 {
  min-height: auto;
  padding: clamp(86px, 6.4vw, 104px) 0 clamp(48px, 4vw, 64px);
}

.scene-10-layout {
  gap: clamp(22px, 3vw, 30px);
}

.scene-10 .section-title {
  max-width: 780px;
  font-size: clamp(2.9rem, 4.6vw, 5.45rem);
  line-height: 0.94;
}

.scene-10 .section-lead {
  max-width: 650px;
  margin-top: 18px;
  line-height: 1.52;
}

.scene-10 .executive-video-card {
  width: min(840px, 100%);
  border-radius: 26px;
}

.scene-10 .video-thumb {
  aspect-ratio: 16 / 7.5;
}

.scene-10 .video-play-button {
  width: 98px;
  height: 98px;
}

.scene-10 .play-icon {
  font-size: 2.15rem;
}

.scene-10 .video-label {
  bottom: 24px;
  left: 26px;
}

.scene-10 .video-label strong {
  font-size: clamp(2rem, 3.1vw, 3.55rem);
}

.scene-10 .video-progress {
  right: 26px;
  bottom: 16px;
  left: 26px;
}

.scene-11 {
  min-height: auto;
  padding: clamp(92px, 7vw, 116px) 0 clamp(56px, 5vw, 78px);
}

.scene-11-layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr);
  gap: clamp(38px, 4.8vw, 70px);
}

.scene-11 .section-title {
  max-width: 780px;
  font-size: clamp(2.95rem, 4.8vw, 5.8rem);
  line-height: 0.94;
}

.scene-11 .section-lead {
  max-width: 680px;
  margin-top: 18px;
  line-height: 1.54;
}

.final-actions {
  gap: 22px;
  margin-top: 28px;
}

.final-panel {
  padding: 28px;
  border-radius: 26px;
}

.final-metric span {
  margin-bottom: 10px;
}

.final-metric strong {
  margin-bottom: 14px;
  font-size: clamp(3.25rem, 4.8vw, 5.6rem);
  line-height: 0.88;
}

.final-pillars {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .hero-title {
    line-height: 0.92;
  }

  .hero-title > span,
  .section-title > span,
  .final-metric strong,
  .video-label strong {
    padding-top: 0.085em;
    margin-top: -0.045em;
    line-height: 1;
  }

  .scene-10,
  .scene-11 {
    padding: 118px 20px 58px;
  }

  .scene-10-layout {
    gap: 24px;
  }

  .scene-10 .section-title,
  .scene-11 .section-title {
    font-size: clamp(2.55rem, 10.5vw, 4.35rem);
    line-height: 0.98;
  }

  .scene-10 .section-lead,
  .scene-11 .section-lead {
    margin-top: 16px;
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .scene-10 .video-thumb {
    aspect-ratio: 16 / 10;
  }

  .scene-10 .executive-video-card {
    border-radius: 20px;
  }

  .scene-10 .video-play-button {
    width: 76px;
    height: 76px;
  }

  .scene-10 .play-icon {
    font-size: 1.65rem;
  }

  .scene-10 .video-label {
    bottom: 26px;
    left: 18px;
  }

  .scene-10 .video-label strong {
    font-size: clamp(1.8rem, 9vw, 3rem);
  }

  .scene-11-layout {
    gap: 28px;
  }

  .final-actions {
    gap: 14px;
    margin-top: 24px;
  }

  .final-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .final-metric strong {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }
}

/* Real video covers */
.video-cover-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
  filter: brightness(0.36) contrast(1.18) saturate(0.82);
  transform: scale(1.035);
  pointer-events: none;
}

.video-shell::before {
  z-index: 1;
  mix-blend-mode: screen;
}

.video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 217, 106, 0.12), transparent 18%),
    radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(3, 4, 5, 0.64) 76%, rgba(3, 4, 5, 0.86) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.28), rgba(3, 4, 5, 0.7));
}

.video-shell .play-core {
  z-index: 4;
}

.video-shell .video-orbit {
  z-index: 2;
}

.video-shell .video-copy {
  z-index: 4;
}

.video-thumb .video-cover-media {
  opacity: 0.68;
  filter: brightness(0.38) contrast(1.16) saturate(0.86);
}

.scene-10 .video-thumb::after {
  background:
    radial-gradient(circle at 50% 48%, transparent 0 22%, rgba(3, 4, 5, 0.52) 68%, rgba(3, 4, 5, 0.84) 100%),
    linear-gradient(180deg, rgba(3, 4, 5, 0.24), rgba(3, 4, 5, 0.42) 45%, rgba(3, 4, 5, 0.82));
}

.js-video-trigger:hover .video-cover-media,
.js-video-trigger:focus-visible .video-cover-media {
  opacity: 0.74;
  filter: brightness(0.44) contrast(1.2) saturate(0.9);
  transform: scale(1.055);
}

body.video-open {
  overflow: hidden;
}

.js-video-trigger {
  cursor: pointer;
  transform-origin: center;
  transition:
    transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.js-video-trigger:focus-visible {
  outline: 1px solid rgba(255, 217, 106, 0.72);
  outline-offset: 6px;
}

.js-video-trigger.is-video-launching {
  border-color: rgba(255, 217, 106, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 42px rgba(255, 190, 61, 0.16),
    0 36px 92px rgba(0, 0, 0, 0.48);
  transform: translateY(-4px) scale(1.018);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(89, 213, 255, 0.08), transparent 34%),
    radial-gradient(circle at 50% 68%, rgba(255, 217, 106, 0.08), transparent 30%),
    rgba(2, 4, 7, 0.78);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.video-window {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(980px, 78vw);
  max-height: 72vh;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 28% 14%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 12, 18, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 40px 120px rgba(0, 0, 0, 0.65),
    0 0 54px rgba(89, 213, 255, 0.1),
    0 0 42px rgba(255, 190, 61, 0.08);
  backdrop-filter: blur(28px) saturate(130%);
  -webkit-backdrop-filter: blur(28px) saturate(130%);
  opacity: 0;
  transform: scale(0.82) translateY(30px);
  transition:
    transform 0.48s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.35s ease;
}

.video-modal.is-open .video-window {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.video-window::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.32) 0%, transparent 18%, transparent 74%, rgba(255, 217, 106, 0.22) 100%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
  opacity: 0.42;
}

.video-window::after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 244, 255, 0.72), rgba(255, 217, 106, 0.42), transparent);
  box-shadow:
    0 0 18px rgba(217, 244, 255, 0.28),
    0 0 28px rgba(255, 217, 106, 0.14);
}

.video-frame {
  position: relative;
  z-index: 3;
  aspect-ratio: 16 / 9;
  max-height: calc(72vh - 84px);
  overflow: hidden;
  background: #030405;
}

.custom-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #030405;
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.08), transparent 58%, rgba(3, 4, 5, 0.32)),
    radial-gradient(circle at 50% 50%, transparent 0 48%, rgba(3, 4, 5, 0.34) 100%);
}

.video-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.2), transparent 34%),
    rgba(8, 12, 18, 0.62);
  color: #f7faff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 12px 34px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.video-close:hover,
.video-close:focus-visible {
  border-color: rgba(255, 217, 106, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 28px rgba(255, 190, 61, 0.18),
    0 16px 42px rgba(0, 0, 0, 0.48);
  transform: scale(1.06);
}

.center-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border: 1px solid rgba(255, 217, 106, 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.24), transparent 32%),
    linear-gradient(180deg, rgba(22, 32, 44, 0.82), rgba(8, 12, 18, 0.68));
  color: #ffd96a;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 34px rgba(255, 190, 61, 0.22),
    0 24px 70px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.center-play span {
  margin-left: 6px;
  font-size: 2.4rem;
  line-height: 1;
}

.center-play:hover,
.center-play:focus-visible {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 54px rgba(255, 190, 61, 0.34),
    0 28px 82px rgba(0, 0, 0, 0.58);
  transform: translate(-50%, -50%) scale(1.06);
}

.video-window.is-playing .center-play {
  opacity: 0;
  pointer-events: none;
}

.video-window.is-loading .center-play {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.video-window.is-loading .center-play span {
  width: 28px;
  height: 28px;
  margin-left: 0;
  border: 2px solid rgba(255, 217, 106, 0.32);
  border-top-color: #ffd96a;
  border-radius: 50%;
  font-size: 0;
  animation: videoLoaderSpin 0.9s linear infinite;
}

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

.video-controls {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 22px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(8, 12, 18, 0.62);
}

.control-play {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 217, 106, 0.38);
  border-radius: 50%;
  background: rgba(8, 12, 18, 0.58);
  color: #ffd96a;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 18px rgba(255, 190, 61, 0.1);
}

.control-play:hover,
.control-play:focus-visible {
  border-color: rgba(255, 217, 106, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 26px rgba(255, 190, 61, 0.18);
}

.video-time {
  display: flex;
  min-width: 90px;
  gap: 6px;
  align-items: center;
  color: rgba(247, 250, 255, 0.72);
  font-family: "Sora", "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.video-seek {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  background: transparent;
}

.video-seek::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(
      90deg,
      #fff6cc 0%,
      #ffd96a var(--progress, 0%),
      rgba(255, 255, 255, 0.16) var(--progress, 0%),
      rgba(255, 255, 255, 0.16) 100%
    );
  transform: translateY(-50%);
}

.video-seek::after {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--progress, 0%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffd96a;
  box-shadow:
    0 0 12px rgba(255, 217, 106, 0.72),
    0 0 28px rgba(255, 190, 61, 0.34);
  transform: translate(-50%, -50%);
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.video-seek:hover::after,
.video-seek:focus-visible::after {
  box-shadow:
    0 0 14px rgba(255, 217, 106, 0.82),
    0 0 34px rgba(255, 190, 61, 0.42);
  transform: translate(-50%, -50%) scale(1.12);
}

.video-seek:focus-visible {
  box-shadow:
    0 0 0 1px rgba(255, 217, 106, 0.42),
    0 0 22px rgba(255, 190, 61, 0.18);
}

.video-seek:disabled {
  opacity: 0.55;
  cursor: default;
}

@media (max-width: 768px) {
  .video-modal {
    padding: 14px;
  }

  .video-window {
    width: calc(100vw - 28px);
    max-height: 70vh;
    border-radius: 24px;
  }

  .video-frame {
    aspect-ratio: 16 / 10;
    max-height: calc(70vh - 116px);
  }

  .center-play {
    width: 86px;
    height: 86px;
  }

  .center-play span {
    font-size: 1.9rem;
  }

  .video-controls {
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 16px;
  }

  .video-time {
    grid-column: 1 / -1;
    order: 3;
    justify-content: center;
    font-size: 0.8rem;
  }

  .video-seek {
    grid-column: 2;
  }

  .video-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}

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