@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg: #080b10;
  --surface: #11161d;
  --surface-2: #171d25;
  --surface-3: #202832;
  --text: #f6f3ea;
  --muted: #9aa4b2;
  --soft: rgba(246, 243, 234, 0.72);
  --line: rgba(255, 255, 255, 0.1);
  --accent: #ff375f;
  --accent-2: #23e0b1;
  --accent-3: #ffca58;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 55, 95, 0.08), transparent 22rem),
    radial-gradient(circle at 82% 4%, rgba(35, 224, 177, 0.06), transparent 20rem),
    linear-gradient(180deg, #080b10 0%, #0d1117 48%, #070a0e 100%);
  line-height: 1.6;
}

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

button,
div[role="button"] {
  font: inherit;
}

button {
  color: inherit;
}

img {
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 11, 16, 0.9);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
}

.hero {
  min-height: calc(100vh - 74px);
  display: flex;
  align-items: center;
  padding: 68px 0 76px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 55, 95, 0.08), transparent 40%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.12));
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 18px;
  position: relative;
  z-index: 1;
  width: min(100%, 1100px);
  margin: 0 auto;
}

.hero-copy {
  padding: 30px 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(13, 17, 23, 0.7);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-2);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(4.4rem, 11vw, 9.5rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  line-height: 1.2;
}

.hero-text {
  max-width: 780px;
  margin-bottom: 28px;
  color: rgba(246, 243, 234, 0.84);
  font-size: clamp(1.02rem, 1.8vw, 1.24rem);
  line-height: 1.55;
}

.primary-action {
  width: min(100%, 460px);
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 56px;
  background:
    linear-gradient(135deg, #ff5472 0%, #ff9b4b 52%, #28d8b0 100%);
  color: #081015;
  box-shadow: 0 22px 60px rgba(255, 84, 114, 0.22), 0 12px 36px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.primary-action::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%);
  pointer-events: none;
}

.primary-action:hover,
.primary-action:focus-visible {
  outline: none;
  transform: translateY(-4px) scale(1.01);
  filter: saturate(1.04);
  box-shadow: 0 26px 70px rgba(255, 84, 114, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.primary-action span {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: clamp(1.36rem, 3.2vw, 1.95rem);
  line-height: 1.12;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
}

.primary-action strong {
  position: relative;
  z-index: 1;
  color: rgba(7, 10, 14, 0.78);
  font-size: 0.94rem;
  font-weight: 900;
}

.hero-content {
  max-width: 980px;
  padding: 18px 20px 0;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.signal-list span {
  display: block;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 800;
  font-size: 0.9rem;
}

.signal-list span:nth-child(2) {
  border-color: rgba(56, 214, 176, 0.34);
}

.signal-list span:nth-child(3) {
  border-color: rgba(255, 79, 104, 0.34);
}

.section {
  padding: 82px 0;
  border-top: 1px solid var(--line);
}

.intro-section,
.sub-dub-section {
  background: rgba(17, 22, 29, 0.52);
}

.split-grid,
.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}

.copy-block p,
.section-heading p:not(.eyebrow),
.feature-panel p {
  color: var(--muted);
  font-size: 1.06rem;
}

.copy-block p:last-child,
.feature-panel p:last-child {
  margin-bottom: 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.genre-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.genre-card,
.metrics-grid div,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 22, 29, 0.88);
}

.genre-card {
  min-height: 228px;
  padding: 24px;
}

.genre-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--accent-3);
  font-weight: 900;
}

.genre-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.feature-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(32, 40, 50, 0.72), rgba(13, 17, 23, 0.98));
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.metrics-grid div {
  min-height: 158px;
  padding: 24px;
}

.metrics-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-2);
  font-size: 1.7rem;
  line-height: 1;
}

.metrics-grid span {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.faq-section {
  background: rgba(13, 17, 23, 0.66);
}

.faq-wrap {
  max-width: 900px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-question {
  width: 100%;
  padding: 20px 22px;
  border: 0;
  color: var(--text);
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-weight: 900;
  font-size: 1rem;
}

.faq-question::after {
  content: "+";
  float: right;
  color: var(--accent-2);
  font-size: 1.25rem;
  line-height: 1;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: var(--muted);
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin-bottom: 0;
}

.site-footer {
  padding: 58px 0 26px;
  border-top: 1px solid var(--line);
  background: #070a0e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr;
  gap: 34px;
}

.footer-grid p,
.footer-grid address,
.footer-bottom {
  color: var(--muted);
}

.footer-grid h2 {
  margin-bottom: 16px;
  font-size: 1rem;
}

.footer-grid a:not(.brand) {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  color: var(--muted);
}

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

.footer-brand {
  margin-bottom: 14px;
}

address {
  font-style: normal;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .genre-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .nav-wrap {
    min-height: 66px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    font-size: 1.28rem;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 54px;
  }

  h1 {
    font-size: clamp(3.6rem, 19vw, 5rem);
  }

  .primary-action {
    width: 100%;
    min-height: 88px;
    padding: 18px 22px;
    border-radius: 40px;
  }

  .primary-action span {
    font-size: clamp(1.24rem, 7.2vw, 1.7rem);
    line-height: 1.14;
  }

  .hero-copy {
    padding: 22px 18px 20px;
  }

  .hero-content {
    padding: 16px 2px 0;
  }

  .signal-list span {
    padding: 8px 11px;
    font-size: 0.84rem;
  }

  .section {
    padding: 54px 0;
  }

  .genre-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .genre-card,
  .metrics-grid div {
    min-height: auto;
  }

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