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

:root{--black:#050505;--panel:#0c0c0d;--panel-2:#111113;--white:#fff;--muted:#b8b8bd;--yellow:#ffe600;--red:#f20d18;--green:#38e377;--line:#26262a;--radius:18px;--shadow:0 24px 70px rgba(0,0,0,.45)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Inter,Arial,sans-serif;line-height:1.55;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.narrow{width:min(900px,calc(100% - 40px))}
.skip-link{position:fixed;left:14px;top:-60px;background:var(--yellow);color:#000;padding:10px 14px;z-index:9999;font-weight:800}.skip-link:focus{top:14px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(4,4,4,.88);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:78px;display:flex;align-items:center;gap:30px}
.brand{display:flex;flex-direction:column;align-items:flex-start;flex:0 0 auto}.brand img{width:190px;height:46px;object-fit:cover;object-position:left top}.brand span{background:var(--red);font:800 13px/1 Barlow Condensed,sans-serif;letter-spacing:2px;padding:4px 19px;border-radius:99px;margin-top:-3px;margin-left:3px}
.primary-nav{display:flex;gap:25px;margin-left:auto}.primary-nav a{font:700 14px Barlow Condensed,sans-serif;text-transform:uppercase;letter-spacing:.7px;padding:28px 0;position:relative}.primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:3px;background:var(--yellow);transition:.25s}.primary-nav a:hover:after{right:0}
.header-actions{display:flex;gap:10px}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;border-radius:12px;border:1px solid transparent;padding:12px 20px;font:800 15px Barlow Condensed,sans-serif;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button-large{padding:16px 25px;font-size:18px}.button-yellow{background:var(--yellow);color:#050505;box-shadow:0 7px 24px rgba(255,230,0,.18)}.button-yellow:hover{box-shadow:0 10px 32px rgba(255,230,0,.32)}.button-outline{border-color:#777;background:transparent}.button-red-outline{border-color:var(--red);background:rgba(0,0,0,.45)}
.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;padding:10px;margin-left:auto}.menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0}
.hero{min-height:690px;position:relative;display:grid;align-items:center;overflow:hidden;background:radial-gradient(circle at 78% 42%,rgba(242,13,24,.17),transparent 30%),linear-gradient(180deg,#070707,#050505)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,#333,transparent)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;padding-block:70px}.hero-copy{position:relative;z-index:2}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;color:#fff;font:800 14px Barlow Condensed,sans-serif;text-transform:uppercase;letter-spacing:1.2px}.eyebrow{border:1px solid rgba(255,230,0,.55);border-radius:100px;padding:7px 13px}.hero h1,.section-heading h2,.cta-panel h2,.privacy-copy h2,.footer-cta h2{font-family:Barlow Condensed,sans-serif;text-transform:uppercase;line-height:.95;margin:0}.hero h1{font-size:clamp(55px,6vw,88px);font-weight:900;letter-spacing:-1px}.hero h1 em,.section-heading em,.cta-panel em,.privacy-copy em,.footer-cta em{font-style:normal;color:var(--yellow)}.hero h1 strong{font-weight:900}.hero-lead{max-width:630px;font-size:18px;color:#ddd;margin:24px 0}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}.trust-row>div{display:grid;grid-template-columns:42px 1fr;align-items:center}.trust-row .trust-icon{grid-row:1/3;width:34px;height:34px;border:1px solid var(--yellow);border-radius:50%;display:grid;place-items:center;color:var(--yellow)}.trust-row b{font:700 15px Barlow Condensed,sans-serif;text-transform:uppercase}.trust-row small{color:var(--muted);font-size:11px}
.hero-art{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}.hero-art>img{width:100%;height:500px;object-fit:cover;object-position:center;border-radius:30px;mask-image:linear-gradient(to right,transparent 0,#000 13%,#000 92%,transparent 100%);filter:saturate(1.05) contrast(1.04)}.floating-chat{position:absolute;right:-12px;bottom:35px;width:270px;padding:16px;border:1px solid #333;border-radius:24px;background:rgba(10,10,12,.9);backdrop-filter:blur(12px);box-shadow:var(--shadow);transform:rotate(3deg)}.chat-head{display:flex;gap:10px;align-items:center;border-bottom:1px solid #29292d;padding-bottom:11px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--red);font-weight:800}.chat-head div{display:flex;flex-direction:column}.chat-head small{font-size:10px;color:#aaa}.chat-head i,.online i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:5px}.floating-chat p{font-size:12px;padding:9px 11px;border-radius:12px;max-width:84%;margin:11px 0}.incoming{background:#27272b}.outgoing{background:var(--red);margin-left:auto!important}.chat-input{display:flex;justify-content:space-between;align-items:center;background:#18181b;color:#74747b;padding:8px 9px;border-radius:10px;font-size:11px}.chat-input button{border:0;background:var(--red);color:#fff;border-radius:7px;width:28px;height:28px}.hero-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.22}.hero-glow-one{width:300px;height:300px;background:var(--red);right:10%;top:20%}.hero-glow-two{width:170px;height:170px;background:var(--yellow);left:-5%;bottom:0}
.section{padding:90px 0}.section-dark{background:#080809;border-block:1px solid #1c1c1f}.section-heading{margin-bottom:35px}.section-heading h2{font-size:clamp(40px,5vw,61px);font-weight:900}.section-heading.centred{text-align:center}.section-heading.centred .kicker{justify-content:center}.split-heading{display:flex;justify-content:space-between;align-items:end}.status-dot{display:inline-block;width:10px;height:10px;background:var(--red);border-radius:50%;box-shadow:0 0 15px var(--red);margin-right:8px}.text-link{color:var(--yellow);font:800 15px Barlow Condensed,sans-serif;text-transform:uppercase;padding-bottom:8px}
.profile-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.profile-card{min-width:0;background:linear-gradient(180deg,#18181a,#0b0b0c);border:1px solid #37373b;border-radius:15px;overflow:hidden;transition:.25s}.profile-card:hover{transform:translateY(-7px);border-color:#6d6100;box-shadow:0 15px 40px rgba(0,0,0,.35)}.profile-card img{width:100%;height:220px;object-fit:cover;object-position:center top}.profile-body{padding:14px}.profile-body h3{font:800 23px Barlow Condensed,sans-serif;margin:0}.online{display:block;color:var(--green);font:700 11px Barlow Condensed,sans-serif;text-transform:uppercase}.profile-body p{color:#d0d0d3;font-size:12px;min-height:77px}.profile-card .button{width:100%;padding:10px 8px}
.benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.benefit-grid article,.seo-grid article{padding:25px;background:linear-gradient(180deg,#111113,#0b0b0c);border:1px solid #242428;border-radius:var(--radius)}.benefit-grid span,.seo-grid span{font-size:38px;color:var(--red);text-shadow:0 0 20px rgba(242,13,24,.35)}.benefit-grid h3,.seo-grid h2{font:800 22px Barlow Condensed,sans-serif;text-transform:uppercase;margin:10px 0}.benefit-grid p,.seo-grid p{font-size:14px;color:var(--muted);margin-bottom:0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin:50px 0}.steps article{text-align:center;position:relative}.steps article:not(:last-child):after{content:"";position:absolute;top:44px;left:70%;width:65%;border-top:1px dashed #555}.step-number{position:absolute;left:calc(50% - 48px);top:73px;width:24px;height:24px;display:grid;place-items:center;background:var(--red);border-radius:50%;font:800 12px Inter}.step-icon{width:88px;height:88px;margin:auto;border:2px solid var(--yellow);border-radius:50%;display:grid;place-items:center;font:800 28px Barlow Condensed;color:#fff;box-shadow:0 0 28px rgba(255,230,0,.1)}.steps h3{font:800 20px Barlow Condensed,sans-serif;text-transform:uppercase;margin:21px 0 7px}.steps p{font-size:13px;color:var(--muted)}.cta-panel{display:flex;justify-content:space-between;align-items:center;gap:30px;border:1px solid var(--red);border-radius:22px;padding:32px;background:radial-gradient(circle at 90%,rgba(242,13,24,.18),transparent 35%),#0b0b0c;box-shadow:inset 0 0 30px rgba(242,13,24,.08)}.cta-panel h2{font-size:42px}
.privacy{background:linear-gradient(90deg,#060606,#0b0809)}.privacy-grid{display:grid;grid-template-columns:.85fr 1.2fr .75fr;gap:34px;align-items:center}.privacy-image{position:relative}.privacy-image img{width:100%;height:295px;object-fit:cover;border-radius:20px;filter:saturate(.85)}.neon-lock{position:absolute;right:-22px;top:35%;width:90px;height:90px;display:grid;place-items:center;border:3px solid var(--red);border-radius:24px;color:var(--red);font-size:40px;box-shadow:0 0 23px var(--red),inset 0 0 20px rgba(242,13,24,.25);background:rgba(0,0,0,.7)}.privacy-copy h2{font-size:52px}.privacy-copy>p{color:#c5c5c9}.check-list{list-style:none;padding:0;margin:20px 0 0}.check-list li{margin:8px 0}.check-list li:before{content:"✓";color:var(--red);font-weight:900;margin-right:9px}.privacy blockquote{margin:0;padding:25px;border:1px solid #37373b;border-radius:18px;background:#111113}.privacy blockquote span{color:var(--red);font:900 50px Barlow Condensed;line-height:.6}.privacy blockquote p{font-size:17px}.privacy blockquote footer{color:#aaa;font-size:12px}
.seo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.seo-grid article{border-top:2px solid var(--red)}.seo-grid h2{font-size:25px}.seo-grid p{font-size:14px;line-height:1.7}
.accordion{display:grid;gap:12px}.faq-item{border:1px solid #343438;border-radius:10px;background:#0d0d0f;overflow:hidden}.faq-item button{width:100%;background:none;color:#fff;border:0;text-align:left;padding:17px 20px;display:flex;justify-content:space-between;font-weight:700;cursor:pointer}.faq-item button span{color:var(--red);font-size:24px;transition:.2s}.faq-item>div{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s}.faq-item>div p{overflow:hidden;margin:0;padding:0 20px;color:var(--muted)}.faq-item.open>div{grid-template-rows:1fr}.faq-item.open>div p{padding-bottom:18px}.faq-item.open button span{transform:rotate(45deg)}
.site-footer{padding:65px 0 15px;background:#050505;border-top:1px solid #26262a}.footer-grid{display:grid;grid-template-columns:1.4fr .65fr .65fr 1.35fr;gap:40px}.footer-grid h2{font:800 20px Barlow Condensed,sans-serif;text-transform:uppercase}.footer-grid>div:not(.footer-brand):not(.footer-cta){display:flex;flex-direction:column;gap:8px}.footer-grid a:not(.button):hover{color:var(--yellow)}.footer-brand p,.footer-cta p{color:var(--muted)}.footer-cta{border-left:1px solid var(--red);padding-left:35px}.footer-cta h2{font-size:35px;margin:0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #222;margin-top:45px;padding-top:17px;font-size:12px;color:#777}.adult-only{color:var(--red);font-weight:800}.toast{position:fixed;left:50%;bottom:25px;z-index:500;transform:translate(-50%,120px);opacity:0;background:var(--yellow);color:#000;padding:14px 20px;border-radius:12px;font-weight:700;box-shadow:var(--shadow);transition:.3s}.toast.show{transform:translate(-50%,0);opacity:1}
@media (max-width:1050px){.primary-nav{gap:15px}.profile-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid{grid-template-columns:repeat(3,1fr)}.seo-grid{grid-template-columns:repeat(2,1fr)}.privacy-grid{grid-template-columns:1fr 1.4fr}.privacy blockquote{grid-column:1/-1}.footer-grid{grid-template-columns:1.2fr .7fr .7fr}.footer-cta{grid-column:1/-1;border-left:0;border-top:1px solid var(--red);padding:25px 0 0}}
@media (max-width:820px){.header-actions{display:none}.menu-toggle{display:block}.primary-nav{position:absolute;top:78px;left:0;right:0;display:none;flex-direction:column;gap:0;padding:15px 20px 25px;background:#080808;border-bottom:1px solid #333}.primary-nav.open{display:flex}.primary-nav a{padding:13px 0}.hero-grid{grid-template-columns:1fr;padding-top:55px}.hero-art{min-height:450px}.hero-art>img{height:450px}.hero{min-height:auto}.trust-row{max-width:600px}.steps{grid-template-columns:repeat(2,1fr)}.steps article:after{display:none}.cta-panel{align-items:flex-start;flex-direction:column}.privacy-grid{grid-template-columns:1fr}.privacy-image{max-width:500px}.neon-lock{right:10px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-cta{grid-column:1/-1}}
@media (max-width:600px){.container,.narrow{width:min(100% - 28px,1180px)}.header-inner{height:68px}.brand img{width:150px;height:37px}.brand span{font-size:10px;padding:3px 15px}.primary-nav{top:68px}.hero-grid{padding-block:42px}.hero h1{font-size:55px}.hero-lead{font-size:16px}.hero-buttons .button{width:100%}.trust-row{grid-template-columns:1fr;gap:12px}.hero-art{min-height:400px;margin-inline:-14px}.hero-art>img{height:400px;border-radius:0}.floating-chat{width:245px;right:10px;bottom:5px}.section{padding:65px 0}.split-heading{display:block}.text-link{display:inline-block;margin-top:10px}.profile-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:15px}.profile-card{flex:0 0 78%;scroll-snap-align:start}.profile-card img{height:260px}.benefit-grid,.seo-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.cta-panel{padding:24px}.cta-panel h2{font-size:36px}.privacy-copy h2{font-size:43px}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:1!important}.footer-cta{padding-left:0}.footer-bottom{flex-direction:column;gap:4px}.toast{width:calc(100% - 28px);text-align:center}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
