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

:root {
  --ink: #1e1b4b;
  --text: #6b7280;
  --purple: #7c6ff5;
  --pink: #f472b6;
  --aqua: #4ecdc4;
  --yellow: #ffd166;
  --green: #22c55e;
  --line: rgba(124, 111, 245, .13);
  --shadow: 0 8px 26px rgba(124, 111, 245, .09);
  --max: 1152px;
  --gutter: clamp(20px, 4vw, 48px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 4%, rgba(196,181,253,.28), transparent 17rem),
    radial-gradient(circle at 98% 28%, rgba(253,164,175,.18), transparent 18rem),
    radial-gradient(circle at 58% 63%, rgba(252,211,77,.16), transparent 14rem),
    linear-gradient(134deg, #faf8ff 0%, #fff5fb 51%, #f0fffe 100%);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
h1, h2, h3, p, ul, figure { margin: 0; }
ul { padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 3px solid rgba(124,111,245,.4); outline-offset: 3px; }
.container { width: min(100%, calc(var(--max) + var(--gutter) * 2)); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: -9999px; z-index: 99; padding: 10px 16px; background: var(--ink); color: white; }
.skip:focus { left: 12px; top: 12px; }

.site-header {
  position: fixed; top: 18px; left: 50%; z-index: 50;
  width: max-content; height: 58px; transform: translateX(-50%);
  border: 1px solid rgba(196,181,253,.4); border-radius: 999px;
  background: rgba(255,255,255,.92); box-shadow: 0 8px 32px rgba(124,111,245,.12);
  backdrop-filter: blur(20px);
}
.header-row { min-height: 56px; display: flex; align-items: center; padding: 0 12px; }
.brand { display: flex; align-items: center; gap: 8px; }
.brand-mark {
  width: 30px; height: 30px; display: grid; place-items: center; flex: none;
  border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--pink));
}
.brand-mark img { width: 17px; height: 17px; }
.brand-name { display: block; color: var(--ink); font-size: 14px; font-weight: 800; line-height: 1.1; white-space: nowrap; }
.brand-sub { display: none; }
.site-header nav { margin-left: 13px; padding-left: 8px; border-left: 1px solid #e8e5ff; }
.nav-list { display: flex; align-items: center; gap: 2px; }
.nav-list a {
  display: flex; align-items: center; height: 38px; padding: 0 15px;
  border-radius: 999px; color: var(--text); font-size: 13px; font-weight: 600;
}
.nav-list .num { display: none; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--purple); background: #ede9fe; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px;
  border-radius: 999px; background: rgba(124,111,245,.09);
  color: var(--purple); font-size: 12px; font-weight: 700;
}
.eyebrow::before { content: "✦"; font-size: 10px; }
.eyebrow.yellow { color: var(--pink); background: rgba(244,114,182,.09); }
.eyebrow.lime { color: var(--aqua); background: rgba(78,205,196,.09); }
.display { font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
.accent-orange { color: var(--purple); }
.accent-yellow { color: var(--pink); }
.accent-lime { color: var(--aqua); }
.muted { color: var(--text); }
.section { padding-block: 74px; }
.section-line { border: 0; padding-top: 0; }
.section-heading { margin-top: 14px; font-size: clamp(38px, 5vw, 52px); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 0 22px; border: 1px solid rgba(124,111,245,.2);
  border-radius: 999px; background: white; color: var(--purple); font-weight: 700;
  box-shadow: 0 4px 12px rgba(124,111,245,.06);
}
.btn.primary { border-color: transparent; background: linear-gradient(135deg, var(--purple), var(--pink)); color: white; }
.btn img { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); }

.hero { min-height: 800px; padding: 175px 0 96px; }
.hero-bg { display: none; }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.hero-copy { min-width: 0; }
.hero h1 { margin-top: 18px; font-size: clamp(56px, 6.1vw, 76px); }
.hero h1 span { display: block; }
.hero h1 .accent-yellow, .gradient-text {
  background: linear-gradient(135deg, var(--purple), var(--pink));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-lede { max-width: 600px; margin-top: 22px; color: var(--text); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-stats { display: flex; gap: 26px; margin-top: 28px; }
.hero-stat strong { display: block; color: var(--purple); font-size: 24px; font-weight: 800; line-height: 1; }
.hero-stat:nth-child(2) strong { color: var(--pink); }
.hero-stat:nth-child(3) strong { color: var(--aqua); }
.hero-stat span { color: var(--text); font-size: 11px; }
.hero-art { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 142px 142px; gap: 14px; }
.hero-tile { position: relative; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); }
.hero-tile:first-child { grid-column: 1 / -1; }
.hero-tile img { width: 100%; height: 100%; object-fit: cover; }
.hero-tile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(15,10,45,.82)); }
.hero-tile span { position: absolute; left: 16px; bottom: 13px; z-index: 1; color: white; font-size: 12px; font-weight: 700; }

.cards { display: grid; gap: 16px; }
.platform-grid { grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.card, .partner-card, .contact-card, .faq-item {
  position: relative; padding: 22px; border: 1px solid var(--line); border-radius: 18px;
  background: rgba(255,255,255,.94); box-shadow: 0 4px 12px rgba(124,111,245,.06);
}
.card-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 12px; background: rgba(124,111,245,.08); }
.card-icon img { width: 22px; height: 22px; }
.card h3, .contact-card h3 { font-size: 16px; font-weight: 800; }
.card p, .partner-card p, .contact-card p, .faq-item p { margin-top: 5px; color: var(--text); font-size: 13px; }
.card-link { display: inline-block; margin-top: 14px; color: var(--purple); font-size: 12px; font-weight: 700; }
.tag { position: absolute; right: 16px; top: 16px; padding: 3px 8px; border-radius: 999px; background: #fff0f0; color: #ef4444; font-size: 10px; font-weight: 700; }

.trending-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; margin-top: 28px; }
.poster { position: relative; aspect-ratio: .68; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow); }
.poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.poster:hover img { transform: scale(1.04); }
.poster span { display: none; }

.feature { padding-block: 64px; }
.feature-box { min-height: 390px; display: grid; grid-template-columns: 1fr 1.5fr; overflow: hidden; border-radius: 24px; background: #120f35; box-shadow: 0 14px 34px rgba(30,27,75,.15); }
.feature-copy { z-index: 1; padding: 46px; color: white; }
.feature-copy h2 { margin-top: 18px; font-size: 48px; }
.feature-copy p { margin-top: 14px; color: rgba(255,255,255,.64); }
.feature-img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }

.trust-grid, .value-grid, .reason-grid { grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
.notice { margin: 22px 0 0; color: var(--text); text-align: center; font-size: 12px; }

.page-hero { padding: 165px 0 68px; text-align: center; }
.page-hero h1 { margin-top: 10px; font-size: clamp(52px, 7vw, 80px); }
.page-hero h1 br { display: none; }
.page-hero .intro { max-width: 680px; margin: 12px auto 0; color: var(--text); font-size: 16px; }
.page-hero .partner-types { text-align: center; }
.page-hero .partner-types .card-icon { margin-inline: auto; }
.page-hero .contact-stack { text-align: left; }
.wide-panel {
  padding: 48px; border: 1px solid var(--line); border-radius: 24px;
  background: linear-gradient(145deg, rgba(245,243,255,.86), rgba(253,242,248,.72));
}
.wide-panel h2 { margin-top: 10px; font-size: clamp(30px, 4vw, 44px); font-weight: 800; }
.wide-panel p { margin-top: 14px; color: var(--text); }
.wide-panel p strong { color: var(--purple); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.stat { padding: 28px 18px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); text-align: center; }
.stat strong { display: block; color: var(--purple); font-size: 42px; font-weight: 800; line-height: 1.1; }
.stat:nth-child(2) strong { color: var(--pink); }
.stat:nth-child(3) strong { color: var(--aqua); }
.stat:nth-child(4) strong { color: var(--yellow); }
.stat span { color: var(--text); font-size: 11px; font-weight: 600; }

.partner-types { grid-template-columns: repeat(4, 1fr); margin-top: 44px; }
.partner-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 25px; }
.partner-card { min-height: 156px; }
.partner-card .index { font-size: 25px; }
.partner-card h3 { margin-top: 9px; font-size: 17px; font-weight: 800; }
.verified { display: flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--green); font-size: 11px; font-weight: 700; }
.verified img { width: 14px; height: 14px; }
.documents { max-width: none; }
.doc-list { margin-top: 24px; }
.doc-list a { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; padding: 16px; border: 1px solid rgba(196,181,253,.2); border-radius: 12px; background: white; color: var(--text); font-size: 12px; }
.doc-copy { display: flex; align-items: center; gap: 14px; }
.doc-copy img { width: 22px; height: 22px; }
.doc-list strong { color: var(--ink); font-size: 13px; }
.cta-box { padding: 64px 24px; border-radius: 24px; background: linear-gradient(135deg, #1e1b4b, #3730a3); color: white; text-align: center; box-shadow: 0 14px 34px rgba(30,27,75,.16); }
.cta-box h2 { margin-top: 14px; font-size: 42px; }
.cta-box p { max-width: 580px; margin: 12px auto 24px; color: rgba(255,255,255,.64); }

.split-title { margin-top: 16px; font-size: clamp(38px, 5vw, 56px); }
.split-title br { display: none; }
.split-title .outline { color: var(--pink); -webkit-text-stroke: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
.step { padding: 22px; text-align: center; }
.step b { display: inline-block; margin-bottom: 9px; color: var(--purple); font-size: 12px; }
.step:nth-child(2) b { color: var(--pink); }
.step:nth-child(3) b { color: var(--aqua); }
.step h3 { font-size: 16px; }
.step p { margin-top: 6px; color: var(--text); font-size: 12px; }
.center-panel { background: linear-gradient(135deg, #1e1b4b, #3730a3); color: white; text-align: center; }
.center-panel p { max-width: 800px; margin-inline: auto; color: rgba(255,255,255,.62); }
.center-panel p strong { color: #a5b4fc; }

.contact-stack { display: grid; gap: 16px; margin-top: 48px; }
.contact-card { padding: 24px; }
.contact-card.lime { background: linear-gradient(145deg, rgba(124,111,245,.05), rgba(244,114,182,.04)); }
.contact-card a { display: inline-block; margin-top: 10px; color: var(--purple); font-size: 13px; font-weight: 700; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.faq-item::before { display: block; margin-bottom: 10px; font-size: 22px; }
.faq-item:nth-child(1)::before { content: "🎯"; }
.faq-item:nth-child(2)::before { content: "📺"; }
.faq-item:nth-child(3)::before { content: "💰"; }
.faq-item:nth-child(4)::before { content: "✅"; }
.faq-item h3 { font-size: 14px; font-weight: 800; }

.site-footer { margin-top: 60px; padding: 64px 0 30px; background: #1e1b4b; color: white; }
.site-footer .brand-name { color: white; }
.site-footer .brand-sub { display: block; margin-top: 2px; color: rgba(196,181,253,.7); font-size: 10px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-blurb { max-width: 385px; margin-top: 16px; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-title { color: #a5b4fc; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.footer-title.lime { color: #f9a8d4; }
.footer-links { margin-top: 13px; }
.footer-links a { display: block; margin-top: 5px; color: rgba(255,255,255,.4); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 46px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.25); font-size: 11px; }
.footer-bottom span { color: #a5b4fc; }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 28px); }
  .header-row { justify-content: space-between; }
  .menu-toggle { display: block; font-size: 22px; }
  .site-header nav { border: 0; }
  .nav-list { display: none; position: absolute; top: 64px; left: 0; right: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .nav-list.open { display: block; }
  .nav-list a { justify-content: center; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-art { max-width: 650px; }
  .platform-grid, .partner-types, .trust-grid, .value-grid, .reason-grid, .partner-list { grid-template-columns: repeat(2, 1fr); }
  .trending-grid { grid-template-columns: repeat(4, 1fr); }
  .feature-box { grid-template-columns: 1fr; }
  .feature-img { order: -1; min-height: 260px; }
}

@media (max-width: 620px) {
  .brand-name { font-size: 12px; }
  .hero { padding-top: 132px; }
  .hero h1 { font-size: 49px; }
  .hero-art { grid-template-rows: 120px 120px; }
  .page-hero { padding-top: 128px; }
  .page-hero h1 { font-size: 46px; }
  .platform-grid, .partner-types, .trust-grid, .value-grid, .reason-grid, .partner-list, .faq-grid, .steps { grid-template-columns: 1fr; }
  .trending-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: 1fr 1fr; }
  .wide-panel { padding: 28px 20px; }
  .feature-copy { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 10px; }
}
