:root {
  --bg: #12071f;
  --panel: rgba(28, 13, 49, 0.68);
  --panel-strong: rgba(42, 21, 72, 0.9);
  --line: rgba(255, 255, 255, 0.1);
  --text: #fff7ff;
  --muted: #d9c4ec;
  --accent: #ffd76a;
  --accent-2: #ff67b4;
  --accent-3: #7e6bff;
  --accent-4: #4fdfff;
  --shadow: 0 36px 110px rgba(6, 0, 20, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Prompt", sans-serif;
  background:
    radial-gradient(circle at 8% 14%, rgba(255, 103, 180, 0.28), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(79, 223, 255, 0.24), transparent 24%),
    radial-gradient(circle at 70% 80%, rgba(255, 215, 106, 0.13), transparent 25%),
    linear-gradient(180deg, #1a0828 0%, #12071f 45%, #09040f 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 36%, transparent 86%);
}

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

.page-shell {
  position: relative;
  overflow: hidden;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 48px;
}

.mesh {
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
  opacity: 0.6;
  pointer-events: none;
}

.mesh-a {
  top: 50px;
  left: -120px;
  width: 260px;
  height: 260px;
  background: rgba(255, 103, 180, 0.34);
}

.mesh-b {
  top: 120px;
  right: -100px;
  width: 320px;
  height: 320px;
  background: rgba(79, 223, 255, 0.22);
}

.mesh-c {
  bottom: 110px;
  left: 40%;
  width: 260px;
  height: 260px;
  background: rgba(255, 215, 106, 0.15);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0 34px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
}

.brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 24px rgba(255, 215, 106, 0.75);
}

.mini-nav {
  display: inline-flex;
  gap: 20px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
}

.mini-nav a {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
  gap: 32px;
  align-items: center;
  min-height: 78vh;
}

.hero-copy h1,
.section-heading h2,
.experience-panel h2,
.showcase-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.02;
}

.hero-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 106, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.hero-copy h1 {
  margin-top: 18px;
  max-width: 10ch;
  font-size: clamp(3rem, 6.3vw, 5.8rem);
  letter-spacing: -0.05em;
}

.lead,
.section-heading p,
.feature-card p,
.experience-panel p,
.experience-card span,
.showcase-card p,
.site-footer {
  color: var(--muted);
  line-height: 1.8;
}

.lead {
  margin: 22px 0 0;
  max-width: 62ch;
  font-size: 1.04rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #291200;
  background: linear-gradient(135deg, var(--accent), #ff9d4d);
  box-shadow: 0 18px 40px rgba(255, 157, 77, 0.34);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ticker span,
.promo-chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #f6e8ff;
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-panel,
.promo-strip,
.feature-card,
.experience-panel,
.experience-card,
.showcase-card {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-panel {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 215, 106, 0.22), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(79, 223, 255, 0.22), transparent 24%),
    radial-gradient(circle at 64% 78%, rgba(255, 103, 180, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(95, 40, 152, 0.8), rgba(31, 11, 58, 0.92));
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.hero-ticket,
.hero-mini,
.hero-badge-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(7, 0, 20, 0.34);
}

.hero-ticket {
  left: 36px;
  right: 36px;
  bottom: 34px;
  padding: 28px;
  border-radius: 28px;
}

.ticket-label {
  display: inline-flex;
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.hero-ticket strong {
  display: block;
  margin-top: 12px;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1;
}

.hero-ticket p {
  max-width: 26ch;
  margin: 10px 0 0;
  color: #f7ddff;
}

.hero-mini {
  width: 230px;
  padding: 18px 20px;
  border-radius: 22px;
}

.hero-mini span {
  display: block;
  color: #ffdff0;
  font-size: 0.82rem;
}

.hero-mini strong {
  display: block;
  margin-top: 8px;
  font-family: "Sora", sans-serif;
}

.hero-mini-top {
  top: 42px;
  right: 30px;
}

.hero-mini-bottom {
  top: 180px;
  left: 34px;
}

.hero-badge-card {
  top: 98px;
  left: 170px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 24px;
}

.badge-icon,
.feature-icon,
.stack-icon,
.showcase-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.badge-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), #ff9d4d);
  color: #2e0d00;
}

.badge-icon svg,
.feature-icon svg,
.stack-icon svg,
.showcase-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.hero-badge-card span {
  display: block;
  color: #ffdff0;
  font-size: 0.82rem;
}

.hero-badge-card strong {
  display: block;
  margin-top: 4px;
  font-family: "Sora", sans-serif;
}

.lotto-ball {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #20051f;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.ball-a {
  top: 90px;
  left: 58px;
  width: 76px;
  height: 76px;
  background: radial-gradient(circle at 30% 30%, #fff8cd, var(--accent));
}

.ball-b {
  top: 86px;
  left: 122px;
  width: 56px;
  height: 56px;
  background: radial-gradient(circle at 30% 30%, #ffd8ef, var(--accent-2));
}

.ball-c {
  top: 246px;
  right: 60px;
  width: 82px;
  height: 82px;
  background: radial-gradient(circle at 30% 30%, #d7fbff, var(--accent-4));
}

.ball-d {
  bottom: 150px;
  right: 144px;
  width: 62px;
  height: 62px;
  background: radial-gradient(circle at 30% 30%, #ece3ff, var(--accent-3));
  color: #17033f;
}

.promo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 10px;
  padding: 16px;
  border-radius: 26px;
}

.promo-chip {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chip-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-2), var(--accent-3));
  color: white;
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
}

.feature-section {
  padding: 48px 0 12px;
}

.section-heading {
  max-width: 760px;
}

.section-heading p {
  margin: 14px 0 0;
}

.feature-grid,
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.feature-card,
.experience-panel,
.experience-card,
.showcase-card {
  border-radius: 28px;
}

.feature-card {
  padding: 24px;
}

.feature-icon,
.stack-icon,
.showcase-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  margin-bottom: 18px;
}

.feature-icon {
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.22), rgba(255, 103, 180, 0.24));
  color: var(--accent);
}

.stack-icon {
  background: linear-gradient(135deg, rgba(126, 107, 255, 0.24), rgba(79, 223, 255, 0.24));
  color: #b9f5ff;
}

.showcase-icon {
  background: linear-gradient(135deg, rgba(255, 103, 180, 0.24), rgba(255, 215, 106, 0.22));
  color: #ffe89e;
}

.feature-index {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffe6ff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.feature-card h3,
.experience-card strong {
  margin: 0;
  font-family: "Sora", sans-serif;
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 20px;
  margin: 28px 0;
}

.experience-panel {
  padding: 28px;
}

.experience-stack {
  display: grid;
  gap: 18px;
}

.experience-card {
  padding: 22px 24px;
}

.showcase-card {
  min-height: 250px;
  padding: 24px;
}

.showcase-card.wide {
  grid-column: span 2;
  min-height: 270px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 4px 0;
  font-size: 0.92rem;
}

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

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

@media (max-width: 1040px) {
  .hero,
  .promo-strip,
  .feature-grid,
  .experience-layout,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card.wide {
    grid-column: auto;
  }

  .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1240px);
    padding-top: 18px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .mini-nav {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual,
  .hero-panel {
    min-height: 590px;
  }

  .hero-ticket,
  .hero-mini-top,
  .hero-mini-bottom,
  .hero-badge-card {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .hero-mini-top {
    top: 26px;
  }

  .hero-badge-card {
    top: 140px;
  }

  .hero-mini-bottom {
    top: 224px;
  }

  .hero-ticket {
    bottom: 18px;
  }

  .ball-c {
    right: 24px;
  }

  .ball-d {
    right: 108px;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    flex-direction: column;
  }
}
