:root {
  --bg: #120f1d;
  --bg-soft: #1d172d;
  --card: rgba(255, 255, 255, 0.08);
  --card-strong: rgba(255, 255, 255, 0.13);
  --text: #f6f0ff;
  --muted: #c9bddf;
  --accent: #ff8fc7;
  --accent-2: #b78cff;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #35214f 0, #120f1d 42%, #0d0b15 100%);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

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

p {
  margin: 0 0 18px;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 40px));
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.art-bg {
  position: absolute;
  inset: -80px -60px auto auto;
  width: 1050px;
  height: 820px;
  opacity: 0.22;
}

.art-bg path,
.art-bg circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(18, 15, 29, 0.74);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 24px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 15px;
}

.nav a {
  transition: color 0.2s ease;
}

.nav a:hover {
  color: var(--text);
}

.hero {
  padding: 96px 0 76px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 44px;
  align-items: center;
}

.eyebrow,
.section-number {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 780px;
  font-size: clamp(46px, 7vw, 86px);
}

h2 {
  font-size: clamp(34px, 5vw, 56px);
  margin-bottom: 24px;
}

h3 {
  font-size: 24px;
  margin-bottom: 14px;
}

.lead {
  max-width: 760px;
  margin-top: 28px;
  font-size: 20px;
  color: var(--muted);
}

.partners-box {
  max-width: 760px;
  margin: 30px 0 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 143, 199, 0.16), rgba(183, 140, 255, 0.12)),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.partners-box h2 {
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.partners-list {
  display: grid;
  gap: 14px;
}

.partners-list p {
  margin: 0;
  display: grid;
  gap: 4px;
}

.partners-list a {
  width: fit-content;
  color: #ffffff;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.partners-list a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.partners-list span {
  color: var(--muted);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #120f1d;
}

.btn.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.hero-card {
  position: relative;
  padding: 30px;
  border-radius: 36px;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -60px -90px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(255, 143, 199, 0.24);
  filter: blur(4px);
}

.portrait-shape {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1.12;
  margin-bottom: 24px;
  border-radius: 46% 54% 58% 42% / 48% 42% 58% 52%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.32), transparent 26%),
    linear-gradient(145deg, #ff8fc7, #8066ff 52%, #2a1d43);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.15);
}

.portrait-shape span {
  font-size: clamp(90px, 12vw, 160px);
  font-weight: 900;
  letter-spacing: -0.08em;
  color: rgba(255, 255, 255, 0.82);
}

.hero-card p {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section {
  padding: 82px 0;
}

.section p {
  color: var(--muted);
  font-size: 18px;
}

.split {
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 44px;
  align-items: center;
}

.quote-card {
  padding: 32px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: var(--card-strong);
  box-shadow: var(--shadow);
}

.quote-card p {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.45;
  color: var(--text);
}

.quote-card span {
  color: var(--accent);
  font-weight: 800;
}

.cards-section {
  padding-bottom: 54px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.card {
  min-height: 240px;
  padding: 28px;
  border-radius: 30px;
  background: var(--card);
  border: 1px solid var(--line);
}

.card p {
  font-size: 16px;
}

.fan-note {
  padding-top: 54px;
}

.fan-note .narrow {
  padding: 36px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(183, 140, 255, 0.16), rgba(255, 143, 199, 0.08)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
}

.site-footer {
  padding: 32px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-inner p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 880px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 460px;
  }

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

@media (max-width: 560px) {
  .container,
  .narrow {
    width: min(100% - 28px, 1120px);
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  .lead {
    font-size: 18px;
  }

  .partners-box,
  .fan-note .narrow {
    padding: 22px;
    border-radius: 24px;
  }

  .section {
    padding: 58px 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}