@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #08070a;
  --panel: #121016;
  --panel-2: #18141d;
  --paper: #f7f4f8;
  --muted: #a79fab;
  --purple: #ed51bd;
  --violet: #a645ff;
  --blue: #62d8ff;
  --line: rgba(255, 255, 255, .11);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--paper); background: var(--ink); font-family: Manrope, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; inset: 0; z-index: -2; content: ""; background: radial-gradient(circle at 78% 8%, rgba(184, 69, 255, .16), transparent 28rem), radial-gradient(circle at 5% 50%, rgba(237, 81, 189, .07), transparent 30rem), #08070a; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; color: #08070a; background: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(8, 7, 10, .8); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { width: 184px; display: block; }
.logo img { width: 100%; display: block; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: #d2cbd4; text-decoration: none; font-size: 13px; font-weight: 600; transition: color .18s; }
.nav a:hover { color: #fff; }
.nav .nav-legal { color: #a79fab; font-size: 11px; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; color: #fff; background: transparent; text-decoration: none; font-size: 13px; font-weight: 800; transition: .2s ease; }
.button-primary { color: #0a070b; background: linear-gradient(135deg, #f174cb, #b84cff); box-shadow: 0 10px 35px rgba(237, 81, 189, .22); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 44px rgba(237, 81, 189, .3); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.04); }
.button-secondary:hover { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.menu-toggle { width: 42px; height: 42px; display: none; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: transparent; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { width: 17px; height: 1px; display: block; background: currentColor; content: ""; }
.menu-toggle span::before { transform: translateY(-5px); }.menu-toggle span::after { transform: translateY(4px); }

.hero { min-height: 850px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); align-items: center; gap: 72px; padding-top: 112px; }
.kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--purple); font: 500 11px/1 DM Mono, monospace; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { width: 26px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(56px, 7.1vw, 104px); line-height: .91; letter-spacing: -.065em; }
.hero h1 span { color: transparent; background: linear-gradient(110deg, #fff 10%, #ef80cf 55%, #ad53ff); -webkit-background-clip: text; background-clip: text; }
.hero-copy { max-width: 625px; margin-bottom: 34px; color: #b8b0bb; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #77717b; font: 500 10px/1.4 DM Mono, monospace; text-transform: uppercase; letter-spacing: .06em; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { width: 5px; height: 5px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 12px var(--purple); }

.product-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.orbit { position: absolute; width: 540px; aspect-ratio: 1; border: 1px solid rgba(237,81,189,.15); border-radius: 50%; animation: spin 26s linear infinite; }
.orbit::before, .orbit::after { position: absolute; border-radius: 50%; content: ""; }
.orbit::before { top: 50px; right: 45px; width: 9px; height: 9px; background: var(--purple); box-shadow: 0 0 20px var(--purple); }
.orbit::after { inset: 70px; border: 1px dashed rgba(255,255,255,.1); }
@keyframes spin { to { transform: rotate(360deg); } }
.phone { position: relative; z-index: 2; width: 286px; aspect-ratio: 9 / 17.2; padding: 10px; border: 1px solid rgba(255,255,255,.19); border-radius: 36px; background: #050506; box-shadow: 0 45px 110px #000, 0 0 70px rgba(184,69,255,.16); transform: rotate(3deg); }
.video-scene { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 27px; background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.05) 50%, rgba(0,0,0,.9)), radial-gradient(circle at 52% 42%, rgba(98,216,255,.38), transparent 8%), linear-gradient(128deg, #312d46 0 22%, #0b0d16 22% 38%, #8a5746 38% 43%, #172223 43% 68%, #684530 68%); }
.video-scene::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,.36) 50%, transparent 50.5%), linear-gradient(transparent 49.5%, rgba(255,255,255,.36) 50%, transparent 50.5%); mask: radial-gradient(circle at center, #000 0 42px, transparent 43px); }
.killfeed { position: absolute; top: 28px; right: 13px; display: flex; flex-direction: column; align-items: end; gap: 5px; }
.killfeed span { padding: 4px 7px; border-right: 2px solid var(--purple); color: #fff; background: rgba(7,7,9,.78); font: 700 7px/1.2 DM Mono, monospace; }
.scorebar { position: absolute; top: 20px; left: 50%; display: flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; background: rgba(4,4,6,.68); font: 700 9px/1 DM Mono, monospace; transform: translateX(-50%); backdrop-filter: blur(8px); }
.scorebar b { color: var(--purple); }.scorebar i { width: 1px; height: 12px; background: rgba(255,255,255,.2); }
.clip-caption { position: absolute; right: 20px; bottom: 28px; left: 20px; }
.clip-caption small { color: var(--purple); font: 500 8px/1 DM Mono, monospace; letter-spacing: .1em; }
.clip-caption strong { display: block; margin: 7px 0 5px; font-size: 29px; line-height: .96; letter-spacing: -.04em; text-transform: uppercase; }
.clip-caption span { color: #b7b1b8; font-size: 9px; }
.floating-card { position: absolute; z-index: 3; min-width: 190px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(20,16,24,.86); box-shadow: 0 24px 70px rgba(0,0,0,.4); backdrop-filter: blur(18px); }
.floating-card small { display: block; color: #8e8792; font: 500 8px/1 DM Mono, monospace; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { display: block; margin-top: 8px; font-size: 13px; }
.floating-card strong i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #69df8e; box-shadow: 0 0 12px #69df8e; }
.card-score { top: 102px; left: 0; }.card-publish { right: 0; bottom: 105px; }
.card-score b { display: block; margin-top: 8px; color: var(--purple); font-size: 34px; line-height: 1; }.card-score em { color: #817985; font: normal 8px DM Mono, monospace; }

.logo-strip { border-block: 1px solid var(--line); }
.logo-strip-inner { min-height: 93px; display: flex; align-items: center; justify-content: space-between; gap: 32px; color: #716b75; font: 500 11px DM Mono, monospace; text-transform: uppercase; letter-spacing: .08em; }
.platforms { display: flex; gap: 40px; color: #d7d1d9; font: 800 14px Manrope, sans-serif; letter-spacing: -.02em; text-transform: none; }

.section { padding: 140px 0; }
.section-head { max-width: 760px; margin-bottom: 64px; }
.section-head h2 { margin-bottom: 24px; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.section-head p { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step { min-height: 335px; padding: 34px; background: var(--panel); }
.step-num { color: var(--purple); font: 500 11px DM Mono, monospace; }
.step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 65px 0 26px; border: 1px solid rgba(237,81,189,.3); border-radius: 16px; color: var(--purple); background: rgba(237,81,189,.06); font: 500 18px DM Mono, monospace; }
.step h3 { margin-bottom: 13px; font-size: 21px; letter-spacing: -.025em; }
.step p { margin: 0; color: #8e8792; font-size: 13px; line-height: 1.7; }

.feature-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
.sticky-copy { position: sticky; top: 140px; }
.feature-list { display: grid; gap: 12px; }
.feature { min-height: 180px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.feature-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.feature h3 { font-size: 20px; }.feature .tag { padding: 7px 9px; border-radius: 99px; color: var(--purple); background: rgba(237,81,189,.08); font: 500 8px DM Mono, monospace; text-transform: uppercase; }
.feature p { max-width: 530px; margin: 10px 0 0; color: #96909a; font-size: 13px; line-height: 1.75; }
.feature-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.feature-meta span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; color: #bfb8c2; font: 500 9px DM Mono, monospace; }

.tiktok-section { position: relative; overflow: hidden; border-block: 1px solid var(--line); background: #0d0b10; }
.tiktok-section::before { position: absolute; top: -280px; left: 55%; width: 650px; height: 650px; border-radius: 50%; background: rgba(237,81,189,.08); filter: blur(100px); content: ""; }
.tiktok-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.post-panel { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #151219; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.post-account { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #09070a; background: linear-gradient(135deg, #fff, #ed51bd); font-weight: 900; }
.post-account span { display: flex; flex-direction: column; gap: 2px; }.post-account small { color: #817a84; font-size: 10px; }.post-account strong { font-size: 13px; }
.field-preview { margin-top: 22px; }.field-preview > label { display: block; margin-bottom: 8px; color: #8d8690; font: 500 9px DM Mono, monospace; text-transform: uppercase; }
.fake-input { padding: 14px; border: 1px solid var(--line); border-radius: 10px; color: #e4dee6; background: #0d0b10; font-size: 12px; }
.fake-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07); color: #bdb6bf; font-size: 11px; }
.switch { width: 32px; height: 18px; padding: 3px; border-radius: 20px; background: #39333d; }.switch::after { width: 12px; height: 12px; display: block; border-radius: 50%; background: #8d8590; content: ""; }.switch.on { background: var(--purple); }.switch.on::after { margin-left: 14px; background: #fff; }
.consent { display: flex; gap: 9px; margin-top: 18px; color: #817a84; font-size: 9px; line-height: 1.5; }.consent i { width: 12px; height: 12px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 3px; color: #08070a; background: var(--purple); font-style: normal; font-size: 8px; }
.audit-points { display: grid; gap: 24px; margin-top: 34px; }.audit-point { display: grid; grid-template-columns: 38px 1fr; gap: 16px; }.audit-point > i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(237,81,189,.25); border-radius: 50%; color: var(--purple); font: normal 500 10px DM Mono, monospace; }.audit-point strong { display: block; margin-bottom: 5px; font-size: 13px; }.audit-point p { margin: 0; color: #8d8690; font-size: 12px; line-height: 1.6; }

.privacy-band { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; background: var(--line); }
.privacy-card { min-height: 370px; padding: 46px; background: var(--panel); }
.privacy-card.accent { background: linear-gradient(145deg, #241329, #141017 68%); }
.privacy-card .big-stat { margin: 60px 0 13px; color: var(--purple); font-size: clamp(52px, 7vw, 88px); font-weight: 800; line-height: .9; letter-spacing: -.065em; }
.privacy-card h3 { font-size: 27px; letter-spacing: -.035em; }.privacy-card p { max-width: 520px; color: #918a94; font-size: 13px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 8px; margin-top: 15px; color: #e6dfe8; text-decoration: none; font-size: 12px; font-weight: 700; }.text-link:hover { color: var(--purple); }

.faq { max-width: 850px; margin-inline: auto; }.faq details { border-top: 1px solid var(--line); }.faq details:last-child { border-bottom: 1px solid var(--line); }.faq summary { position: relative; padding: 26px 42px 26px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 700; }.faq summary::after { position: absolute; top: 27px; right: 4px; color: var(--purple); content: "+"; font: 400 24px/1 DM Mono, monospace; }.faq details[open] summary::after { content: "−"; }.faq details p { max-width: 720px; padding: 0 0 28px; margin: 0; color: #918a94; font-size: 13px; line-height: 1.8; }

.cta { padding: 60px 0 140px; }.cta-card { position: relative; overflow: hidden; padding: 75px; border: 1px solid rgba(237,81,189,.28); border-radius: 26px; background: linear-gradient(120deg, #211127, #111014 70%); }.cta-card::after { position: absolute; right: -70px; bottom: -180px; width: 430px; height: 430px; border: 1px solid rgba(237,81,189,.18); border-radius: 50%; content: ""; box-shadow: 0 0 100px rgba(237,81,189,.07) inset; }.cta-card h2 { max-width: 700px; margin-bottom: 18px; font-size: clamp(38px, 5vw, 68px); line-height: .97; letter-spacing: -.055em; }.cta-card p { max-width: 610px; margin-bottom: 28px; color: #9f97a3; font-size: 14px; line-height: 1.7; }

.site-footer { padding: 46px 0; border-top: 1px solid var(--line); }.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: start; }.footer-brand .logo { width: 150px; margin-bottom: 18px; }.footer-brand p { max-width: 420px; margin: 0; color: #726b75; font-size: 11px; line-height: 1.7; }.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 42px; }.footer-links a { color: #aaa3ad; text-decoration: none; font-size: 11px; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07); color: #5f5962; font: 500 9px DM Mono, monospace; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }[data-reveal].is-visible { opacity: 1; transform: none; }
.legal-main { min-height: 70vh; padding: 160px 0 110px; }.legal-hero { padding-bottom: 52px; border-bottom: 1px solid var(--line); }.legal-hero h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(48px, 7vw, 88px); line-height: .94; letter-spacing: -.06em; }.legal-hero p { color: #908893; font: 500 11px DM Mono, monospace; text-transform: uppercase; letter-spacing: .06em; }.legal-grid { display: grid; grid-template-columns: 250px minmax(0, 730px); gap: 80px; padding-top: 60px; }.legal-toc { position: sticky; top: 120px; align-self: start; display: grid; gap: 12px; }.legal-toc a { color: #777079; text-decoration: none; font-size: 11px; }.legal-toc a:hover { color: var(--purple); }.legal-copy section { margin-bottom: 50px; scroll-margin-top: 120px; }.legal-copy h2 { margin-bottom: 16px; font-size: 24px; letter-spacing: -.035em; }.legal-copy h3 { margin: 28px 0 10px; font-size: 15px; }.legal-copy p, .legal-copy li { color: #aaa3ad; font-size: 13px; line-height: 1.85; }.legal-copy ul { padding-left: 19px; }.legal-copy a { color: #f082d1; }.notice-box { padding: 22px; border: 1px solid rgba(237,81,189,.25); border-radius: 12px; background: rgba(237,81,189,.055); }.notice-box p { margin: 0; }

@media (max-width: 980px) {
  .nav { gap: 16px; }.nav > a:not(.nav-legal) { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding: 180px 0 100px; }.hero-copy-wrap { max-width: 760px; }.product-visual { min-height: 620px; }.card-score { left: 12%; }.card-publish { right: 10%; }
  .feature-layout { grid-template-columns: 1fr; gap: 50px; }.sticky-copy { position: static; }.tiktok-grid { grid-template-columns: 1fr; }.post-panel { max-width: 600px; }.legal-grid { grid-template-columns: 190px minmax(0,1fr); gap: 50px; }
}
@media (max-width: 700px) {
  .shell { width: min(100% - 30px, var(--max)); }.header-inner { min-height: 72px; }.logo { width: 147px; }.menu-toggle { display: grid; }.nav { position: absolute; top: 72px; right: 15px; left: 15px; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(15,12,18,.98); box-shadow: 0 28px 70px #000; }.nav.is-open { display: grid; }.nav > a:not(.nav-legal) { display: block; }.nav a { padding: 8px; }.nav .button { margin-top: 5px; }.nav .nav-legal { font-size: 11px; }
  .hero { min-height: auto; padding-top: 132px; }.hero h1 { font-size: clamp(51px, 17vw, 76px); }.hero-copy { font-size: 15px; }.hero-actions .button { width: 100%; }.trust-row { gap: 12px; }
  .product-visual { min-height: 550px; overflow: hidden; }.phone { width: 236px; }.orbit { width: 430px; }.floating-card { min-width: 155px; padding: 12px; }.card-score { top: 100px; left: 0; }.card-publish { right: 0; bottom: 100px; }.clip-caption strong { font-size: 24px; }
  .logo-strip-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 16px; }.platforms { width: 100%; justify-content: space-between; gap: 10px; font-size: 12px; }
  .section { padding: 95px 0; }.section-head { margin-bottom: 42px; }.section-head h2 { font-size: 44px; }.steps { grid-template-columns: 1fr; }.step { min-height: 270px; }.step-icon { margin-top: 44px; }
  .feature { padding: 24px; }.feature-top { gap: 10px; }.tiktok-grid { gap: 50px; }.post-panel { padding: 20px; }.privacy-band { grid-template-columns: 1fr; }.privacy-card { min-height: 320px; padding: 32px; }.privacy-card .big-stat { margin-top: 44px; }
  .cta { padding-bottom: 95px; }.cta-card { padding: 42px 25px; }.cta-card .button { width: 100%; }.footer-grid { grid-template-columns: 1fr; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { flex-direction: column; }
  .legal-main { padding-top: 125px; }.legal-grid { grid-template-columns: 1fr; gap: 40px; }.legal-toc { position: static; display: flex; flex-wrap: wrap; gap: 10px 18px; }.legal-copy section { margin-bottom: 42px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }
