:root {
  --void: #050814;
  --void-2: #08101f;
  --ink: #f5fbff;
  --soft: #9bb0c9;
  --muted: #62708a;
  --cyan: #00f0ff;
  --blue: #4d74ff;
  --violet: #9a5cff;
  --pink: #ff4fd8;
  --glass: rgba(10, 20, 38, 0.68);
  --glass-2: rgba(255, 255, 255, 0.07);
  --line: rgba(146, 211, 255, 0.18);
  --glow: 0 0 42px rgba(0, 240, 255, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(154, 92, 255, 0.28), transparent 28rem),
    radial-gradient(circle at 82% 6%, rgba(0, 240, 255, 0.22), transparent 24rem),
    linear-gradient(145deg, var(--void), var(--void-2) 46%, #03050d);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  transform-origin: center;
  animation: gridDrift 18s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 240, 255, 0.08) 50%, transparent);
  mix-blend-mode: screen;
  animation: scan 6s ease-in-out infinite;
}

img {
  display: block;
  width: 100%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}

.beam {
  position: absolute;
  width: 40vw;
  height: 120vh;
  filter: blur(34px);
  opacity: 0.36;
  transform: rotate(28deg);
  animation: beamFloat 12s ease-in-out infinite alternate;
}

.beam-one {
  left: -18vw;
  top: -16vh;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.beam-two {
  right: -16vw;
  top: 10vh;
  background: linear-gradient(90deg, transparent, var(--violet), transparent);
  animation-delay: -4s;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 20px clamp(18px, 5vw, 76px);
  background: rgba(5, 8, 20, 0.46);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(22px);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(5, 8, 20, 0.78);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.18), rgba(154, 92, 255, 0.2));
  box-shadow: var(--glow);
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px);
  border-radius: 999px;
}

.site-nav a {
  padding: 10px 14px;
  color: var(--soft);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.site-nav a:hover {
  color: var(--ink);
  background: rgba(0, 240, 255, 0.13);
}

.header-cta,
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.header-cta,
.btn.primary {
  border-color: rgba(0, 240, 255, 0.7);
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.95), rgba(77, 116, 255, 0.92));
  color: #03101d;
  box-shadow: 0 0 34px rgba(0, 240, 255, 0.25);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.05);
}

.btn::after,
.header-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  translate: -130% 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.52), transparent);
  animation: shine 4s ease-in-out infinite;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--cyan);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(340px, 0.86fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: clamp(54px, 7vw, 100px) clamp(18px, 5vw, 76px) 34px;
}

.hero::before {
  content: "2077";
  position: absolute;
  left: clamp(18px, 5vw, 76px);
  top: 2vh;
  z-index: -1;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(140px, 24vw, 390px);
  font-weight: 700;
  line-height: 1;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 950px;
  margin-bottom: 24px;
  font-size: clamp(46px, 6.2vw, 98px);
  line-height: 0.9;
  overflow-wrap: normal;
}

h2 {
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 76px);
  line-height: 0.95;
}

h3 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 44px);
}

.hero-lead {
  max-width: 680px;
  color: var(--soft);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--glass);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), var(--glow);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
  transform-style: preserve-3d;
}

.hero-stage img {
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.22) contrast(1.08) brightness(0.82);
  transform: scale(1.06);
  animation: slowZoom 12s ease-in-out infinite alternate;
}

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

.hero-stage::before {
  background:
    linear-gradient(110deg, rgba(0, 240, 255, 0.28), transparent 32%),
    linear-gradient(0deg, rgba(5, 8, 20, 0.78), transparent 58%);
  mix-blend-mode: screen;
}

.hero-stage::after {
  opacity: 0.55;
  background-image: repeating-linear-gradient(0deg, transparent 0 9px, rgba(0, 240, 255, 0.16) 10px);
}

.hud {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 3px;
  min-width: 160px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 240, 255, 0.48);
  background: rgba(5, 8, 20, 0.72);
  box-shadow: var(--glow);
  backdrop-filter: blur(14px);
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.hud span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hud strong {
  color: var(--cyan);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 32px;
}

.hud-top {
  top: 28px;
  right: 34px;
  animation: floatHud 4s ease-in-out infinite;
}

.hud-bottom {
  left: 34px;
  bottom: 34px;
  animation: floatHud 4.8s ease-in-out infinite reverse;
}

.pulse-ring {
  position: absolute;
  left: 50%;
  top: 48%;
  z-index: 2;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(0, 240, 255, 0.72);
  border-radius: 50%;
  translate: -50% -50%;
  box-shadow: inset 0 0 30px rgba(0, 240, 255, 0.18), 0 0 40px rgba(0, 240, 255, 0.2);
  animation: pulse 2.6s ease-out infinite;
}

.ticker {
  grid-column: 1 / -1;
  display: flex;
  gap: 28px;
  overflow: hidden;
  margin-top: 22px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  color: var(--soft);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
}

.ticker span {
  min-width: max-content;
  animation: ticker 16s linear infinite;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 76px);
  border-block: 1px solid var(--line);
  background: var(--line);
}

.metrics div {
  padding: 34px 24px;
  background: rgba(5, 8, 20, 0.62);
}

.metrics strong {
  display: block;
  color: var(--cyan);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.95;
}

.metrics span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: clamp(76px, 9vw, 140px) clamp(18px, 5vw, 76px);
}

.section-intro {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(36px, 5vw, 70px);
}

.protocol-list {
  display: grid;
  gap: 0;
  border-block: 1px solid var(--line);
}

.protocol {
  display: grid;
  grid-template-columns: 90px minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 70px);
  align-items: center;
  padding: clamp(24px, 4vw, 46px) 0;
  border-bottom: 1px solid var(--line);
}

.protocol:last-child {
  border-bottom: 0;
}

.protocol span {
  color: var(--cyan);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.protocol p,
.immersive-copy p,
.contact-copy p {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.72;
}

.protocol:hover {
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.08), transparent);
}

.immersive {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: clamp(76px, 9vw, 140px) clamp(18px, 5vw, 76px);
  background: linear-gradient(90deg, rgba(154, 92, 255, 0.12), rgba(0, 240, 255, 0.05));
}

.immersive-media {
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  clip-path: polygon(0 0, 94% 0, 100% 100%, 7% 100%);
}

.immersive-media img {
  min-height: 590px;
  object-fit: cover;
  filter: saturate(1.2) contrast(1.08);
  transform: scale(1.04);
}

.timeline {
  display: grid;
  gap: 1px;
  margin-top: 32px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.timeline span {
  padding: 18px 0;
  background: rgba(5, 8, 20, 0.64);
  color: var(--ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.outcome-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 18px;
  align-items: end;
}

.outcome {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}

.outcome:nth-child(2) {
  min-height: 650px;
}

.outcome img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: grayscale(0.2) saturate(1.28) contrast(1.08) brightness(0.8);
  transition: transform 700ms ease, filter 700ms ease;
}

.outcome:hover img {
  transform: scale(1.08);
  filter: saturate(1.45) contrast(1.12) brightness(0.92);
}

.outcome::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 8, 20, 0.9), transparent 62%);
}

.outcome figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
}

.outcome strong {
  display: block;
  color: var(--cyan);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
}

.outcome span {
  color: var(--soft);
  font-weight: 900;
  text-transform: uppercase;
}

.pricing {
  background: rgba(255, 255, 255, 0.025);
}

.price-matrix {
  display: grid;
  border-block: 1px solid var(--line);
}

.price-row {
  display: grid;
  grid-template-columns: 0.6fr 0.55fr 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

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

.price-row.is-active {
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.12), rgba(154, 92, 255, 0.1), transparent);
}

.price-row span {
  color: var(--ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.price-row strong {
  color: var(--cyan);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 38px;
}

.price-row p {
  margin: 0;
  color: var(--soft);
  line-height: 1.55;
}

.price-row a {
  padding: 12px 18px;
  color: var(--cyan);
  border: 1px solid rgba(0, 240, 255, 0.42);
  font-weight: 900;
  text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.contact {
  display: grid;
  grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  padding: clamp(76px, 9vw, 140px) clamp(18px, 5vw, 76px);
}

.contact-lines {
  display: grid;
  gap: 14px;
  margin-top: 32px;
  color: var(--cyan);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  backdrop-filter: blur(18px);
  clip-path: polygon(26px 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  display: grid;
  gap: 9px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 15px;
  color: var(--ink);
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: rgba(5, 8, 20, 0.72);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0, 240, 255, 0.13);
}

textarea {
  resize: vertical;
}

.form-status {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 5vw, 76px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer strong {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms ease, transform 800ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes gridDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-72px, -72px, 0);
  }
}

@keyframes scan {
  0%, 100% {
    transform: translateY(-120%);
    opacity: 0;
  }
  30%, 70% {
    opacity: 0.55;
  }
  50% {
    transform: translateY(120%);
  }
}

@keyframes beamFloat {
  from {
    transform: translateX(-4vw) rotate(28deg);
  }
  to {
    transform: translateX(8vw) rotate(34deg);
  }
}

@keyframes shine {
  0%, 58% {
    translate: -130% 0;
  }
  100% {
    translate: 130% 0;
  }
}

@keyframes slowZoom {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.12);
  }
}

@keyframes floatHud {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes pulse {
  0% {
    scale: 0.86;
    opacity: 0.95;
  }
  100% {
    scale: 1.55;
    opacity: 0;
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .hero,
  .immersive,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-stage,
  .hero-stage img {
    min-height: 560px;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .outcome,
  .outcome:nth-child(2) {
    min-height: 480px;
  }
}

@media (max-width: 780px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open .site-nav {
    grid-column: 1 / -1;
    display: grid;
    justify-self: stretch;
    border-radius: 0;
  }

  .site-header.is-open .header-cta {
    grid-column: 1 / -1;
    display: inline-flex;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage,
  .hero-stage img {
    min-height: 430px;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  }

  .ticker {
    font-size: 18px;
  }

  .metrics,
  .protocol,
  .price-row,
  .form-row {
    grid-template-columns: 1fr;
  }

  .metrics {
    margin-inline: 18px;
  }

  .protocol,
  .price-row {
    gap: 10px;
  }

  .contact-form {
    clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  }

  .site-footer {
    display: grid;
  }
}
