:root {
  --bg: #0d0716;
  --bg-2: #150a24;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-2: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f6f0ff;
  --muted: #b9a9d4;
  --dim: #8676a3;
  --pink: #ff4fb8;
  --violet: #a45bff;
  --lilac: #d6b8ff;
  --grad: linear-gradient(100deg, #ff4fb8 0%, #c35cff 55%, #8b6bff 100%);
  --radius: 20px;
  --max: 1180px;
  --display: "Fredoka", "Plus Jakarta Sans", system-ui, sans-serif;
  --body: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .wrap { padding: 0 32px; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13, 7, 22, 0.72);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.brand span { font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: 0.2px; }
.nav-links { display: none; gap: 28px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-links a.btn-primary, .nav-links a.btn-primary:hover { color: #fff; }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--surface); border: 1px solid var(--line); color: var(--text); cursor: pointer;
}
.menu-btn svg { width: 20px; height: 20px; }
.mobile-menu { display: none; border-top: 1px solid var(--line); padding: 8px 0 16px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 0; text-decoration: none; color: var(--muted); font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-menu a:last-child { border-bottom: 0; }
@media (min-width: 900px) {
  .nav-links { display: flex; }
  .menu-btn, .mobile-menu, .mobile-menu.open { display: none; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: 999px;
  font-weight: 600; font-size: 15px; text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease;
}
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 30px -10px rgba(255, 79, 184, .7); }
.btn-primary:hover { box-shadow: 0 14px 38px -10px rgba(255, 79, 184, .9); }
.btn-ghost { background: var(--surface); border: 1px solid var(--line); color: var(--text); }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.gplay { display: inline-flex; align-items: center; gap: 12px; padding: 10px 20px 10px 16px; border-radius: 14px; background: #000; border: 1px solid rgba(255,255,255,.22); text-decoration: none; color: #fff; }
.gplay svg { width: 26px; height: 26px; flex: none; }
.gplay small { display: block; font-size: 11px; letter-spacing: .4px; opacity: .8; line-height: 1.1; }
.gplay strong { display: block; font-size: 19px; font-weight: 600; line-height: 1.2; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 48px 0 64px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto -10%; height: 900px; z-index: -1;
  background:
    radial-gradient(520px 380px at 18% 30%, rgba(255, 79, 184, .28), transparent 70%),
    radial-gradient(620px 460px at 82% 20%, rgba(139, 107, 255, .32), transparent 70%),
    radial-gradient(500px 360px at 60% 90%, rgba(195, 92, 255, .18), transparent 70%);
}
.hero-grid { display: grid; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
  background: var(--surface); border: 1px solid var(--line); color: var(--lilac);
}
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 12px var(--pink); }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.1; margin: 0; letter-spacing: -0.5px; }
.hero h1 { font-size: clamp(40px, 9vw, 72px); margin: 18px 0 18px; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { color: var(--muted); font-size: clamp(16px, 2.2vw, 19px); max-width: 540px; margin: 0 0 28px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 28px; color: var(--dim); font-size: 14px; }
.meta-row span { display: inline-flex; align-items: center; gap: 6px; }
.meta-row b { color: var(--text); font-weight: 600; }

.phones { position: relative; height: 460px; display: flex; justify-content: center; align-items: center; }
.phone {
  position: absolute; width: 190px; border-radius: 30px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.8), 0 0 0 6px rgba(255,255,255,.03);
}
.phone img { width: 100%; aspect-ratio: 1320 / 2868; object-fit: cover; }
.phone.p1 { transform: translateX(-120px) rotate(-8deg) scale(.88); opacity: .9; }
.phone.p2 { z-index: 2; width: 210px; }
.phone.p3 { transform: translateX(120px) rotate(8deg) scale(.88); opacity: .9; }
@media (min-width: 900px) {
  .hero { padding: 88px 0 110px; }
  .hero-grid { grid-template-columns: 1.05fr 1fr; }
  .phones { height: 600px; }
  .phone { width: 240px; }
  .phone.p2 { width: 270px; }
  .phone.p1 { transform: translateX(-170px) rotate(-8deg) scale(.9); }
  .phone.p3 { transform: translateX(170px) rotate(8deg) scale(.9); }
}

/* ---------- Sections ---------- */
section { position: relative; }
.section { padding: 64px 0; }
@media (min-width: 900px) { .section { padding: 96px 0; } }
.section-head { max-width: 640px; margin: 0 0 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker { color: var(--pink); font-weight: 700; font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; }
.section-head h2 { font-size: clamp(30px, 5vw, 46px); margin: 10px 0 14px; }
.section-head p { color: var(--muted); margin: 0; font-size: 17px; }

/* features */
.features { display: grid; gap: 16px; }
@media (min-width: 640px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .features { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; transition: border-color .2s, transform .2s, background .2s;
}
.card:hover { border-color: rgba(255, 79, 184, .4); background: var(--surface-2); transform: translateY(-3px); }
.card .ico {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(255,79,184,.22), rgba(139,107,255,.22)); border: 1px solid rgba(255,255,255,.12);
}
.card .ico svg { width: 24px; height: 24px; color: #ffd1ee; }
.card h3 { font-size: 22px; margin-bottom: 8px; }
.card p { color: var(--muted); margin: 0; font-size: 15px; }

/* showcase rows */
.showcase { display: grid; gap: 56px; }
.show-row { display: grid; gap: 28px; align-items: center; }
.show-row .shot { justify-self: center; width: min(280px, 72vw); border-radius: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 80px -24px rgba(164, 91, 255, .55); }
.show-row .shot img { width: 100%; aspect-ratio: 1320 / 2868; object-fit: cover; }
.show-row h3 { font-size: clamp(26px, 4vw, 38px); margin: 10px 0 14px; }
.show-row p { color: var(--muted); margin: 0 0 18px; font-size: 17px; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; color: var(--text); font-size: 15px; }
.ticks li::before { content: ""; flex: none; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; background: var(--grad); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1.2 14.2-4-4 1.4-1.4 2.6 2.6 5-5 1.4 1.4-6.4 6.4Z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 0a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1.2 14.2-4-4 1.4-1.4 2.6 2.6 5-5 1.4 1.4-6.4 6.4Z'/%3E%3C/svg%3E") center / contain no-repeat; }
@media (min-width: 900px) {
  .showcase { gap: 96px; }
  .show-row { grid-template-columns: 1fr 1fr; gap: 64px; }
  .show-row.rev .shot { order: 2; }
  .show-row .shot { width: 300px; }
}

/* gallery */
.gallery {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 4px 16px 20px; margin: 0 -16px; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent;
}
.gallery figure { flex: none; width: 200px; margin: 0; scroll-snap-align: center; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.gallery img { width: 100%; aspect-ratio: 1320 / 2868; object-fit: cover; }
@media (min-width: 768px) { .gallery { margin: 0 -32px; padding: 4px 32px 20px; } .gallery figure { width: 230px; } }

/* premium */
.premium {
  border-radius: 28px; padding: 32px 22px; border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(420px 260px at 90% 0%, rgba(255,79,184,.3), transparent 70%),
    radial-gradient(420px 260px at 0% 100%, rgba(139,107,255,.3), transparent 70%),
    var(--bg-2);
}
.premium-grid { display: grid; gap: 12px; margin-top: 28px; }
@media (min-width: 640px) { .premium-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .premium { padding: 56px; } .premium-grid { grid-template-columns: repeat(4, 1fr); } }
.perk { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border-radius: 16px; background: rgba(0,0,0,.25); border: 1px solid var(--line); }
.perk b { display: block; font-size: 15px; }
.perk span { color: var(--muted); font-size: 13.5px; }
.perk .dot { flex: none; width: 10px; height: 10px; border-radius: 50%; margin-top: 6px; background: var(--grad); box-shadow: 0 0 10px rgba(255,79,184,.8); }
.fine { color: var(--dim); font-size: 13px; margin: 24px 0 0; }
.fine a { color: var(--lilac); }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font-weight: 600; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; line-height: 1; color: var(--pink); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 18px; color: var(--muted); font-size: 15px; }
.faq details a { color: var(--lilac); }

/* CTA band */
.cta-band { text-align: center; padding: 56px 20px; border-radius: 28px; background: var(--grad); position: relative; overflow: hidden; }
.cta-band h2 { font-size: clamp(28px, 5vw, 44px); color: #fff; }
.cta-band p { color: rgba(255,255,255,.88); margin: 12px auto 26px; max-width: 520px; }
.cta-band .gplay { border-color: rgba(255,255,255,.4); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 48px 0 32px; margin-top: 64px; color: var(--muted); font-size: 14px; }
.foot-grid { display: grid; gap: 32px; }
@media (min-width: 800px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer h4 { color: var(--text); font-size: 14px; margin: 0 0 12px; font-weight: 700; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { text-decoration: none; color: var(--muted); }
.site-footer a:hover { color: var(--text); }
.site-footer address { font-style: normal; line-height: 1.7; }
.copy { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; color: var(--dim); font-size: 13px; }

/* ---------- Legal pages ---------- */
.legal-hero { padding: 48px 0 28px; border-bottom: 1px solid var(--line); background: radial-gradient(600px 240px at 20% 0%, rgba(255,79,184,.16), transparent 70%), radial-gradient(600px 240px at 90% 0%, rgba(139,107,255,.18), transparent 70%); }
.legal-hero h1 { font-size: clamp(34px, 6vw, 52px); margin: 10px 0 12px; }
.legal-hero p { color: var(--muted); margin: 0; }
.legal-layout { display: grid; gap: 32px; padding-top: 32px; }
@media (min-width: 1000px) { .legal-layout { grid-template-columns: 250px 1fr; gap: 56px; padding-top: 48px; } }
.toc { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; align-self: start; }
.toc h4 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: 1.2px; color: var(--dim); }
.toc ol { margin: 0; padding-left: 26px; display: grid; gap: 6px; font-size: 14px; color: var(--muted); }
.toc a { text-decoration: none; color: var(--muted); }
.toc a:hover { color: var(--text); }
@media (min-width: 1000px) { .toc { position: sticky; top: 88px; max-height: calc(100vh - 110px); overflow: auto; } }
.doc { max-width: 780px; min-width: 0; }
.doc h2 { font-size: 24px; margin: 40px 0 14px; padding-top: 8px; scroll-margin-top: 84px; }
.doc h2:first-child { margin-top: 0; }
.doc h3 { font-size: 18px; margin: 24px 0 10px; font-family: var(--body); font-weight: 700; letter-spacing: 0; }
.doc p, .doc li { color: #ddd1f0; font-size: 15.5px; overflow-wrap: anywhere; }
.doc ul, .doc ol { padding-left: 22px; display: grid; gap: 6px; }
.doc a { color: var(--lilac); }
.doc strong { color: var(--text); }
.doc .note { background: rgba(255,79,184,.08); border: 1px solid rgba(255,79,184,.28); border-radius: 14px; padding: 16px 18px; margin: 18px 0; }
.doc .note p { margin: 0; }
.doc .caps { text-transform: uppercase; font-size: 14px; letter-spacing: .2px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; margin: 16px 0; }
.doc table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: 14.5px; }
.doc th, .doc td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; color: #ddd1f0; }
.doc th { background: var(--surface-2); color: var(--text); font-weight: 600; }
.doc tr:last-child td { border-bottom: 0; }
.contact-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.contact-card p { margin: 4px 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
