:root {
  --ink: #07060d;
  --ink-2: #11101b;
  --paper: #fff9f0;
  --muted: #cbc3da;
  --magenta: #ff2b9e;
  --hot-pink: #ff5a7e;
  --violet: #9d3cff;
  --amber: #ffc857;
  --cyan: #47e8ff;
  --lime: #c9ff3f;
  --panel-edge: #030209;
  --shadow-pink: rgba(255, 43, 158, 0.34);
  --shadow-cyan: rgba(71, 232, 255, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
  background: var(--ink);
}

body {
  margin: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  color: var(--paper);
  font-family: Manrope, Outfit, Bahnschrift, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 43, 158, 0.20), transparent 26rem),
    radial-gradient(circle at 20% 80%, rgba(71, 232, 255, 0.13), transparent 24rem),
    linear-gradient(135deg, #07060d 0%, #15111a 46%, #210817 100%);
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
}

body::before {
  opacity: 0.24;
  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: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, black 16%, black 84%, transparent);
}

body::after {
  opacity: 0.8;
  background:
    linear-gradient(113deg, transparent 0 11%, rgba(255, 90, 126, 0.20) 11.2% 11.9%, transparent 12.1% 58%, rgba(255, 200, 87, 0.13) 58.2% 58.8%, transparent 59%),
    repeating-linear-gradient(163deg, transparent 0 92px, rgba(255, 43, 158, 0.10) 93px 95px, transparent 96px 188px);
}

a {
  color: inherit;
}

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

.prelander-shell {
  height: 100vh;
  height: 100dvh;
  padding: clamp(12px, 2.2vw, 30px);
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(14px, 3vw, 42px);
  align-items: center;
  height: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.hero__copy {
  position: relative;
  z-index: 8;
  max-width: 560px;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(12px, 2vh, 22px);
}

.brand-row__logo {
  width: clamp(86px, 10vw, 136px);
  filter: invert(1) drop-shadow(0 0 16px rgba(255,255,255,0.24));
}

.brand-row__tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 43, 158, 0.13);
  border: 1px solid rgba(255, 43, 158, 0.44);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 8px 50%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  padding: 8px 12px;
  color: #0c0811;
  font-size: clamp(0.84rem, 1.1vw, 0.98rem);
  font-weight: 1000;
  text-transform: uppercase;
  background: var(--lime);
  box-shadow: 0 0 28px rgba(201, 255, 63, 0.35);
  transform: skewX(-8deg);
}

.eyebrow::before {
  width: 11px;
  height: 11px;
  background: var(--ink);
  content: "";
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

h1 {
  /* max-width: 11.5ch; */
  margin: 0;
  color: var(--paper);
  font-family: "Arial Black", Impact, Haettenschweiler, sans-serif;
  font-size: clamp(2.35rem, 3.65vw, 3.9rem);
  line-height: 0.88;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow:
    0 4px 0 #000,
    0 0 26px rgba(255, 43, 158, 0.23);
}

h1 span {
  display: block;
  color: var(--magenta);
  text-shadow:
    0 4px 0 #000,
    0 0 34px rgba(255, 43, 158, 0.50);
}

.hero__lead {
  max-width: 620px;
  margin: clamp(8px, 1vh, 12px) 0 0;
  color: var(--muted);
  font-size: clamp(0.88rem, 1.05vw, 1rem);
  font-weight: 800;
  line-height: 1.35;
}

.feature-grid {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(14px, 2vh, 22px) 0 0;
}

.feature-card {
  position: relative;
  min-height: 70px;
  padding: 12px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 1000;
  line-height: 1.15;
  text-transform: uppercase;
  background: rgba(13, 9, 20, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 43, 158, 0.10);
}

.feature-card::after {
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: 74px;
  height: 74px;
  border: 2px solid rgba(255, 43, 158, 0.25);
  content: "";
  transform: rotate(42deg);
}

.feature-card__icon {
  display: block;
  margin-bottom: 9px;
  color: var(--cyan);
  font-size: 1.35rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(71, 232, 255, 0.56);
}

.proof-strip {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
}

.proof-strip span {
  padding: 8px 10px;
  color: #f6efff;
  font-size: 0.82rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  aspect-ratio: 899 / 243;
  margin-top: clamp(10px, 1.6vh, 18px);
  padding: 0;
  color: #101403;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(0.94rem, 1.35vw, 1.1rem);
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  filter: drop-shadow(0 0 28px rgba(201, 255, 63, 0.38)) drop-shadow(7px 8px 0 #000);
  z-index: 10;
}

.cta-button::before {
  position: absolute;
  left: 9%;
  top: 31%;
  z-index: 0;
  width: 76%;
  height: 38%;
  background: var(--lime);
  content: "";
  transform: skewX(-7deg) rotate(-1deg);
}

.cta-button__art {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.cta-button__text {
  position: absolute;
  top: 56%;
  left: 47%;
  z-index: 2;
  width: 68%;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-1.6deg);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.cta-ripple {
  position: absolute;
  z-index: 1;
  width: 46px;
  height: 46px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.trust-copy {
  margin: -4px 0 0;
  color: #f3eaff;
  font-size: 0.92rem;
  font-weight: 900;
}

.hero__art {
  position: relative;
  height: min(84vh, 760px);
  min-height: 520px;
}

.city-halo {
  position: absolute;
  inset: 9% 2% 8% 5%;
  background:
    linear-gradient(135deg, rgba(255, 43, 158, 0.25), rgba(71, 232, 255, 0.12)),
    repeating-linear-gradient(90deg, transparent 0 24px, rgba(255,255,255,0.06) 25px 26px);
  filter: blur(24px);
  clip-path: polygon(9% 1%, 100% 0, 91% 92%, 0 100%);
}

.panel-stage {
  position: absolute;
  inset: 0;
  max-width: 760px;
  margin-left: auto;
}

.slice-card {
  position: absolute;
  overflow: hidden;
  background: var(--panel-edge);
  border: 6px solid #05030a;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.48),
    0 0 36px var(--shadow-pink);
  transform: translateX(105vw);
  will-change: transform, opacity;
}

.slice-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
}

.slice-card:nth-child(1) img {
  object-position: 48% 34%;
}

.slice-card:nth-child(2) img {
  object-position: 55% 14%;
}

.slice-card:nth-child(3) img {
  object-position: 50% 12%;
}

.slice-card:nth-child(4) img {
  object-position: 48% 14%;
}

.slice-card:nth-child(5) img {
  object-position: 50% 24%;
}

.slice-card:nth-child(6) img {
  object-position: 50% 50%;
}

.slice-card:nth-child(1) {
  left: 23%;
  top: 24%;
  width: 72%;
  height: 38%;
  z-index: 3;
}

.slice-card:nth-child(2) {
  right: 2%;
  top: 2%;
  width: 41%;
  height: 36%;
  z-index: 4;
}

.slice-card:nth-child(3) {
  left: 2%;
  top: 0;
  width: 49%;
  height: 32%;
  z-index: 2;
}

.slice-card:nth-child(4) {
  left: 2%;
  top: 54%;
  width: 43%;
  height: 29%;
  z-index: 4;
}

.slice-card:nth-child(5) {
  right: 4%;
  top: 58%;
  width: 40%;
  height: 25%;
  z-index: 5;
}

.slice-card:nth-child(6) {
  left: 9%;
  bottom: 0;
  width: 84%;
  height: 16%;
  z-index: 1;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.54),
    0 0 40px var(--shadow-cyan);
}

@media (max-width: 980px) {
  .prelander-shell {
    padding: 14px;
  }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 10px;
    height: 100%;
  }

  .hero__copy {
    max-width: 100%;
  }

  .brand-row {
    margin-bottom: 12px;
  }

  h1 {
    max-width: 10.5ch;
  }

  .hero__lead {
    max-width: 48rem;
  }

  .hero__art {
    height: 100%;
    min-height: 0;
    margin: 0 -10px;
  }
}

@media (max-width: 560px) {
  .brand-row {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .brand-row__logo {
    width: 72px;
  }

  .brand-row__tag {
    max-width: 126px;
    min-height: 28px;
    padding: 5px 10px;
    font-size: 0.6rem;
  }

  .eyebrow {
    margin-bottom: 8px;
    padding: 7px 10px;
    font-size: 0.76rem;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(1.55rem, 8.4vw, 2.18rem);
    line-height: 0.9;
  }

  .hero__lead {
    max-width: 31rem;
    font-size: 0.7rem;
    line-height: 1.24;
  }

  .feature-grid {
    display: none;
  }

  .feature-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
  }

  .feature-card__icon {
    margin: 0;
  }

  .cta-button {
    width: 96%;
    margin-top: 5px;
    font-size: 0.82rem;
    filter: drop-shadow(0 0 22px rgba(201, 255, 63, 0.36)) drop-shadow(5px 6px 0 #000);
  }

  .trust-copy {
    margin-top: -5px;
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .proof-strip {
    display: none;
  }

  .hero__art {
    min-height: 0;
  }

  .slice-card {
    border-width: 3px;
  }

  .slice-card:nth-child(1) {
    left: 21%;
    top: 24%;
    width: 74%;
    height: 37%;
  }

  .slice-card:nth-child(2) {
    right: 3%;
    top: 1%;
    width: 41%;
    height: 35%;
  }

  .slice-card:nth-child(3) {
    left: 3%;
    top: 0;
    width: 47%;
    height: 31%;
  }

  .slice-card:nth-child(4) {
    left: 3%;
    top: 54%;
    width: 43%;
    height: 29%;
  }

  .slice-card:nth-child(5) {
    right: 3%;
    top: 58%;
    width: 40%;
    height: 25%;
  }

  .slice-card:nth-child(6) {
    left: 10%;
    bottom: 0;
    width: 84%;
    height: 16%;
  }
}

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

  .slice-card {
    transform: rotate(var(--tilt));
  }
}
