:root {
  --bg: #090715;
  --panel: rgba(11, 8, 29, .74);
  --text: #fff8ee;
  --muted: #d4cee7;
  --cyan: #22e8ff;
  --pink: #ff4bd8;
  --orange: #ff8a24;
  --yellow: #ffd84c;
  --purple: #7f52ff;
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 70px rgba(0,0,0,.42);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, rgba(34,232,255,.10), transparent 22rem),
    radial-gradient(circle at 90% 20%, rgba(255,75,216,.10), transparent 26rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  color: #111;
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  padding: max(16px, env(safe-area-inset-top)) 0 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(170px, 28vw, 270px);
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(4,3,15,.52);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 32px rgba(0,0,0,.2);
}
.brand-logo { width: 100%; height: auto; }
.header-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(8,6,23,.62);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  backdrop-filter: blur(10px);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 112px 0 58px;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -5;
  background-image: url('https://i.ibb.co/ksV5q77T/314f883b-f500-4dd7-b108-5addf1f47053.png');
  background-size: cover;
  background-position: center 42%;
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.05);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(4,3,14,.95) 0%, rgba(4,3,14,.78) 38%, rgba(4,3,14,.25) 70%, rgba(4,3,14,.52) 100%),
    linear-gradient(180deg, rgba(4,3,14,.50) 0%, rgba(4,3,14,.18) 48%, #090715 100%);
}
.scanlines {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .10;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(255,255,255,.16) 4px);
  pointer-events: none;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .28;
  animation: drift 8s ease-in-out infinite alternate;
}
.hero::before { left: -90px; bottom: 10%; background: var(--cyan); }
.hero::after { right: -90px; top: 16%; background: var(--pink); animation-delay: -3s; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.glass-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(9,7,26,.84), rgba(11,8,29,.60));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #f3edf9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 18px rgba(34,232,255,.75);
}
h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(43px, 7vw, 84px);
  line-height: .94;
  letter-spacing: -.052em;
  text-wrap: balance;
}
h1 span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, var(--yellow), var(--orange), var(--pink), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 6px 16px rgba(255,111,66,.16));
}
.hero-description {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.65;
  font-weight: 650;
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}
.feature-pill {
  min-width: 0;
  padding: 14px 14px 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}
.feature-pill span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}
.feature-pill b, .feature-pill small { display: block; }
.feature-pill b { font-size: 14px; }
.feature-pill small { margin-top: 3px; color: #bdb4d2; font-size: 11px; line-height: 1.35; }

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.btn {
  position: relative;
  min-height: 58px;
  padding: 0 23px;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .04em;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, filter .2s ease;
  touch-action: manipulation;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.26) 45%, transparent 62%);
  transform: translateX(-120%);
  transition: transform .55s ease;
}
.btn:hover::before { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(1px) scale(.985); }
.btn:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary {
  min-width: 190px;
  color: #120b15;
  background: linear-gradient(100deg, var(--yellow), var(--orange), #ff5b89);
  box-shadow: 0 14px 36px rgba(255,108,68,.28), inset 0 1px rgba(255,255,255,.55);
}
.btn-primary:hover { box-shadow: 0 18px 42px rgba(255,108,68,.38), inset 0 1px rgba(255,255,255,.62); }
.btn-secondary {
  min-width: 164px;
  color: #fff;
  border: 1px solid rgba(34,232,255,.44);
  background: linear-gradient(135deg, rgba(34,232,255,.13), rgba(127,82,255,.19));
  box-shadow: 0 12px 30px rgba(34,232,255,.10);
}
.btn-secondary:hover { border-color: rgba(34,232,255,.8); box-shadow: 0 16px 34px rgba(34,232,255,.16); }
.microcopy { margin: 13px 0 0; color: #aaa1bf; font-size: 12px; line-height: 1.5; }

.hero-art-card { position: relative; min-width: 0; }
.hero-art-frame {
  position: relative;
  border-radius: 32px;
  padding: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--pink), var(--yellow));
  box-shadow: 0 28px 80px rgba(0,0,0,.46), 0 0 46px rgba(34,232,255,.12);
  transform: rotate(1.6deg);
  animation: floatCard 5s ease-in-out infinite;
}
.hero-art-frame::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 24px;
  pointer-events: none;
}
.hero-art-frame img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  background: #111;
}
.retro-tag {
  position: absolute;
  z-index: 2;
  padding: 9px 13px;
  border: 2px solid #111;
  border-radius: 9px;
  color: #111;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .11em;
  box-shadow: 5px 5px 0 #111;
}
.tag-one { top: -14px; right: 6%; background: var(--yellow); transform: rotate(4deg); }
.tag-two { bottom: -12px; left: 6%; background: var(--cyan); transform: rotate(-4deg); }

.info-section { padding: 76px 0 84px; background: linear-gradient(180deg, #090715, #0e0920); }
.section-heading { max-width: 720px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 50px); letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.65; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.info-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  overflow: hidden;
}
.info-card::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -35px;
  bottom: -42px;
  border-radius: 50%;
  background: var(--purple);
  filter: blur(45px);
  opacity: .18;
}
.card-number { color: var(--cyan); font-size: 12px; font-weight: 950; }
.info-card h3 { margin: 15px 0 8px; font-size: 20px; }
.info-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.site-footer { border-top: 1px solid var(--line); background: #080612; }
.footer-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #aaa1bc; font-size: 12px; }
.footer-note { text-align: right; }

@keyframes floatCard { 0%,100% { transform: rotate(1.6deg) translateY(0); } 50% { transform: rotate(.5deg) translateY(-8px); } }
@keyframes drift { from { transform: translate3d(0,0,0) scale(.95); } to { transform: translate3d(24px,-14px,0) scale(1.05); } }

@media (max-width: 900px) {
  .hero { min-height: auto; padding-top: 108px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(4,3,14,.50) 0%, rgba(4,3,14,.78) 42%, #090715 100%);
  }
  .hero-art-card { width: min(100%, 680px); margin-inline: auto; }
  .info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .site-header { padding-top: max(10px, env(safe-area-inset-top)); }
  .header-badge { display: none; }
  .brand { width: 182px; border-radius: 14px; padding: 7px 9px; }
  .hero { padding: 92px 0 42px; }
  .hero-bg { background-position: 52% center; filter: saturate(1.08) contrast(1.03) brightness(.72); }
  .glass-card { padding: 22px 18px; border-radius: 24px; }
  h1 { font-size: clamp(40px, 14vw, 60px); }
  .hero-description { margin-top: 17px; font-size: 14px; line-height: 1.55; }
  .feature-row { grid-template-columns: 1fr; gap: 8px; }
  .feature-pill { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 11px 12px; }
  .feature-pill span { grid-row: 1 / span 2; margin: 0; font-size: 10px; }
  .feature-pill small { margin: 1px 0 0; }
  .cta-group { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; min-height: 60px; border-radius: 16px; }
  .hero-art-frame { padding: 6px; border-radius: 24px; }
  .hero-art-frame img { border-radius: 19px; aspect-ratio: 16/11; }
  .hero-art-frame::after { inset: 6px; border-radius: 19px; }
  .retro-tag { font-size: 9px; padding: 7px 9px; }
  .info-section { padding: 58px 0 64px; }
  .footer-inner { padding: 20px 0; min-height: 0; flex-direction: column; align-items: flex-start; }
  .footer-note { text-align: left; margin: 0; }
}

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