:root{--bg:#08060f;--pink:#ff2ea8;--text:#f5f2fa;--muted:#c9c4d4;--line:rgba(255,46,168,.18);--green:#22c55e}
*{box-sizing:border-box;margin:0;padding:0}
html,body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;min-height:100%}
.page{max-width:1366px;margin:0 auto;padding:56px 48px 80px}
.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:40px;align-items:center}
.profile{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center}
.avatar-wrap{position:relative;width:210px;height:210px}
.avatar{width:210px;height:210px;object-fit:cover;border-radius:50%;box-shadow:0 0 0 4px var(--pink),0 0 28px rgba(255,46,168,.55)}
.online{position:absolute;right:16px;bottom:18px;width:22px;height:22px;background:var(--green);border:4px solid var(--bg);border-radius:50%}
.name-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(48px,6vw,84px);letter-spacing:1px;line-height:.9}
.badges{display:flex;align-items:center;gap:8px}
.flag{font-size:28px}
.verified{width:32px;height:32px;border-radius:50%;background:#2f6bff;display:grid;place-items:center}
.verified svg{width:18px;height:18px;fill:#fff}
.tagline{margin-top:8px;color:var(--muted);font-weight:300}
.stats{display:flex;gap:36px;margin-top:22px}
.stat strong{display:block;font-size:22px}
.stat span{color:var(--muted);font-size:12px;letter-spacing:1px}
.ctas{display:grid;gap:16px}
.cta{display:flex;align-items:center;gap:16px;padding:18px 20px;text-decoration:none;color:inherit}
.cta-copy{flex:1}
.cta-copy strong{display:block}
.arrow{width:34px;height:34px;border:1px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:28px}
.gallery-block{margin-top:56px}
.gallery-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:18px;gap:12px}
.gallery-head .left{display:flex;align-items:baseline;gap:10px}
.updated{color:#ff7cc8;font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:lowercase;opacity:.8;position:relative;top:-6px}
.view-all{color:var(--pink);text-decoration:none;font-size:13px}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.shot{position:relative;display:block;border-radius:14px;overflow:hidden;background:#1a1024}
.shot img{width:100%;height:280px;object-fit:cover;display:block}
.shot.locked img{filter:blur(14px) brightness(.45);transform:scale(1.08)}
.shot.locked .lock-overlay{position:absolute;inset:0;display:grid;place-items:center;color:#fff;pointer-events:none}
.shot.locked .lock-overlay svg{width:54px;height:54px;stroke:#fff;fill:none;stroke-width:2;filter:drop-shadow(0 8px 16px rgba(0,0,0,.45))}
footer{max-width:1366px;margin:0 auto;padding:22px 48px 40px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#8d8798;font-size:13px}
footer a{color:#8d8798;text-decoration:none}
html.funnel-open,body.funnel-open{overflow:hidden}
body.funnel-open .page,body.funnel-open footer{filter:blur(14px);pointer-events:none}
.funnel-overlay[hidden]{display:none!important}
.funnel-card{position:relative;width:min(400px,100%);background:#1c1a22;border-radius:18px;padding:26px 18px 18px;text-align:center}
.funnel-x{position:absolute;top:8px;right:8px;width:34px;height:34px;border:0;border-radius:50%;background:#2a2830;color:#fff;font-size:24px}
.funnel-card h2{font-family:Georgia,serif;color:var(--pink);font-size:28px;margin:8px 28px 10px}
#popupHeadline{font-weight:700;font-size:14px;margin-bottom:10px}
.funnel-steps{color:#cfc9d6;font-size:13px;line-height:1.65;margin-bottom:12px}
.funnel-banner{width:100%;max-height:220px;object-fit:cover;border-radius:8px;display:block;margin:0 auto 14px}
.legal{padding:48px 24px}
.back{color:var(--pink);text-decoration:none}
@media(max-width:980px){.page{padding:28px 18px 60px}.hero,.profile{grid-template-columns:1fr}.avatar-wrap,.avatar{width:140px;height:140px;margin:0 auto}.gallery{grid-template-columns:1fr 1fr}.shot img{height:200px}footer{padding:18px}}
