:root {
  color-scheme: light;
  --ink: #090909;
  --paper: #ffffff;
  --muted: #5f5f5f;
  --soft: #f2f2ee;
  --line: rgba(9, 9, 9, 0.16);
  --acid: #fff200;
  --pink: #f000e8;
  --orange: #ff4b0b;
  --green: #087d5d;
  --purple: #7f35d8;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}

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

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

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

h1,
h2 {
  letter-spacing: 0;
}

.site-header {
  position: fixed;
  top: 26px;
  left: 26px;
  right: 26px;
  z-index: 20;
  min-height: 76px;
  padding: 14px 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
}

.brand,
.nav,
.hero-actions,
.hero-badges,
.social-row {
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
}

.brand-logo {
  display: block;
  width: 192px;
  height: auto;
}

.nav {
  gap: clamp(14px, 2vw, 34px);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav a,
.header-cta {
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav a:hover,
.header-cta:hover {
  opacity: 0.68;
}

.header-cta {
  justify-self: end;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid rgba(9, 9, 9, 0.55);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 170px clamp(22px, 4vw, 58px) 42px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.64) 42%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.2));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--acid);
}

h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(58px, 9.5vw, 154px);
  font-weight: 950;
  line-height: 0.86;
}

.lead {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.22;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.button.hot {
  background: var(--pink);
  color: var(--paper);
}

.button.ghost {
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: var(--paper);
}

.hero-badges {
  position: absolute;
  left: clamp(22px, 4vw, 58px);
  right: clamp(22px, 4vw, 58px);
  bottom: 34px;
  z-index: 2;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-badges span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: clamp(72px, 8vw, 126px) clamp(22px, 5vw, 72px);
}

.intro,
.statement {
  min-height: 760px;
  display: grid;
  place-items: center;
  text-align: center;
}

.intro h2,
.statement h2,
.section-heading h2,
.split-feature h2,
.contact-band h2,
.dark-faq h2 {
  font-size: clamp(48px, 8vw, 118px);
  font-weight: 950;
  line-height: 0.9;
}

.intro h2,
.statement h2 {
  max-width: 1240px;
  margin-bottom: 26px;
}

.intro p,
.statement p {
  max-width: 760px;
  color: #2d2d2d;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.25;
}

.icon-burst {
  color: var(--orange);
  font-size: 62px;
  line-height: 1;
}

.yellow-section {
  min-height: 880px;
  background:
    linear-gradient(rgba(9, 9, 9, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 9, 9, 0.11) 1px, transparent 1px),
    var(--acid);
  background-size: 240px 240px;
}

.section-heading.centered {
  max-width: 980px;
  margin: 0 auto clamp(42px, 6vw, 86px);
  text-align: center;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
}

.platform-card {
  min-height: 290px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(9, 9, 9, 0.08);
}

.platform-logo {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  border-radius: 10px;
}

.platform-logo svg {
  width: 26px;
  height: 26px;
}

.platform-logo.instagram {
  background: linear-gradient(135deg, #ffbe0b, #fb5607, #ff006e, #8338ec);
}

.platform-logo.youtube {
  background: #ff0033;
}

.platform-logo.tiktok {
  background: var(--ink);
}

.youtube path,
.tiktok path {
  fill: currentColor;
  stroke: none;
}

.platform-card h3 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 950;
}

.platform-card p {
  max-width: 320px;
  margin-bottom: 0;
  color: #3f3f3f;
  font-size: 19px;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: start;
}

.split-feature h2 {
  position: sticky;
  top: 132px;
  max-width: 760px;
}

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

.feature-stack article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.feature-stack span {
  display: block;
  margin-bottom: 54px;
  color: var(--orange);
  font-weight: 950;
}

.feature-stack h3 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 950;
  line-height: 0.96;
}

.feature-stack p {
  color: #4c4c4c;
  font-size: 19px;
}

.statement {
  background: var(--paper);
}

.dark-faq {
  min-height: 900px;
  background: #0d0d0d;
  color: var(--paper);
}

.faq-list {
  max-width: 1120px;
  margin: 0 auto;
}

.faq-list details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.faq-list summary {
  cursor: pointer;
  padding: 30px 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 2.4vw, 34px);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--acid);
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 820px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 19px;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 30px;
  align-items: end;
  background: var(--acid);
}

.contact-band h2 {
  max-width: 980px;
}

.contact-email {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.contact-details {
  display: grid;
  gap: 18px;
  justify-items: end;
}

.contact-details p {
  margin: 0;
  max-width: 420px;
  color: rgba(9, 9, 9, 0.76);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: right;
}

.site-footer {
  min-height: 650px;
  padding: clamp(52px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 0.9fr) minmax(360px, 1fr);
  gap: clamp(34px, 5vw, 80px);
  background: #0d0d0d;
  color: var(--paper);
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-logo .brand-logo {
  width: 210px;
}

.footer-brand p {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 20px;
}

.social-row {
  gap: 10px;
  margin-top: 28px;
}

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

.footer-columns div {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-columns span {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-columns a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

.footer-legal {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
}

.footer-art {
  min-height: 330px;
  display: flex;
  align-items: center;
  padding: 38px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px),
    var(--pink);
  background-size: 150px 150px;
  overflow: hidden;
}

.footer-art span {
  display: inline-block;
  background: var(--purple);
  color: var(--paper);
  font-size: clamp(52px, 5vw, 86px);
  font-weight: 950;
  line-height: 0.9;
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 150px 20px 80px;
}

.legal-page h1 {
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 950;
  line-height: 0.9;
}

.legal-page h2 {
  font-size: 30px;
}

.legal-page section {
  margin-top: 34px;
}

.legal-page a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .nav {
    flex-wrap: wrap;
  }

  .header-cta {
    justify-self: start;
  }

  .platform-grid,
  .split-feature,
  .contact-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .split-feature h2 {
    position: static;
  }

  .contact-details {
    justify-items: start;
  }

  .contact-details p {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 12px;
    left: 12px;
    right: 12px;
    padding: 14px;
  }

  .brand {
    max-width: 100%;
  }

  .brand-logo {
    width: 174px;
  }

  .nav {
    display: none;
  }

  .header-cta {
    width: auto;
    justify-self: stretch;
  }

  .hero {
    min-height: 860px;
    padding: 240px 22px 42px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-content {
    width: 100%;
    max-width: 330px;
  }

  h1 {
    max-width: 330px;
    font-size: clamp(42px, 13.6vw, 58px);
    overflow-wrap: break-word;
  }

  .lead {
    max-width: 330px;
    font-size: 19px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 330px;
  }

  .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-badges {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 330px;
  }

  .hero-badges {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 34px;
  }

  .intro,
  .statement,
  .yellow-section,
  .dark-faq {
    min-height: auto;
  }

  .section {
    padding: 72px 20px;
  }

  .platform-card,
  .feature-stack article {
    min-height: 0;
  }

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