:root{
  --bg:#060812;--bg2:#0a1020;--panel:#10172a;--panel2:#151d34;--text:#f7f8fb;--muted:#9aa6bd;--line:rgba(255,255,255,.09);
  --primary:#8b5cf6;--secondary:#ec4899;--accent:#22d3ee;--green:#34d399;--darkText:#172033;--shadow:0 28px 90px rgba(0,0,0,.42)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:var(--darkText);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:0 auto}.scroll-progress{position:fixed;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--primary),var(--secondary),var(--accent));z-index:9999}.site-header{position:sticky;top:0;z-index:90;background:rgba(6,8,18,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line);transition:.3s}.site-header.scrolled{background:rgba(6,8,18,.94);box-shadow:0 10px 30px rgba(0,0,0,.16)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between}.brand img{height:42px;display:block}.nav-links{display:flex;gap:26px;align-items:center}.nav-links a{color:#dbe3f4;font-weight:700;font-size:14px;transition:.2s}.nav-links a:hover{color:#fff;transform:translateY(-1px)}.nav-links .nav-cta{padding:10px 15px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(255,255,255,.05)}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:28px;cursor:pointer}.eyebrow{display:inline-block;font-size:12px;letter-spacing:.18em;font-weight:900;color:#7dd3fc;margin-bottom:12px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 15%,#202b55 0,#0b1020 38%,#060812 72%);color:var(--text);padding:88px 0 0;min-height:860px}.hero-noise{position:absolute;inset:0;opacity:.08;background-image:radial-gradient(rgba(255,255,255,.7) .5px,transparent .5px);background-size:18px 18px;mask-image:linear-gradient(to bottom,black,transparent 85%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.3;animation:floatOrb 9s ease-in-out infinite}.orb-one{width:420px;height:420px;background:#8b5cf6;right:-120px;top:-110px}.orb-two{width:350px;height:350px;background:#ec4899;left:-170px;bottom:100px;animation-delay:-3s}.orb-three{width:280px;height:280px;background:#06b6d4;right:35%;bottom:-130px;animation-delay:-6s}@keyframes floatOrb{50%{transform:translate3d(0,28px,0) scale(1.06)}}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;gap:64px;align-items:center;min-height:640px}.launch-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.15em;color:#c7d2fe;margin-bottom:20px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#fb7185;box-shadow:0 0 0 0 rgba(251,113,133,.6);animation:pulse 1.8s infinite}@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(251,113,133,0)}100%{box-shadow:0 0 0 0 rgba(251,113,133,0)}}.hero h1{font-size:clamp(50px,7.3vw,88px);line-height:.94;letter-spacing:-.055em;margin:0 0 25px}.hero h1 span{background:linear-gradient(90deg,#a78bfa,#f472b6 52%,#67e8f9);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:18px;max-width:625px;color:#b8c2d7;margin:0 0 31px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 22px;border-radius:14px;font-weight:900;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(90deg,#7c3aed,#db2777);box-shadow:0 14px 35px rgba(124,58,237,.3)}.btn-secondary{border:1px solid rgba(255,255,255,.15);color:#fff;background:rgba(255,255,255,.05)}.btn-outline{border:1px solid #d8dce7;color:#342b64;background:#fff}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px;color:#95a3ba;font-size:13px}.trust-row i{font-style:normal;color:#67e8f9}.app-showcase{position:relative;height:570px}.phone{position:absolute;width:268px;height:526px;border:8px solid #191f2d;border-radius:46px;background:#111827;box-shadow:var(--shadow);overflow:hidden;will-change:transform}.phone-notch{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:86px;height:23px;border-radius:999px;background:#141924;z-index:5}.phone-front{right:42px;top:7px;transform:rotate(5deg);z-index:4;animation:phoneFloat 5.5s ease-in-out infinite}.phone-back{left:26px;top:40px;transform:rotate(-8deg);opacity:.93;animation:phoneFloatBack 6.2s ease-in-out infinite}.phone-screen{height:100%;padding:20px;position:relative;overflow:hidden;color:#fff}.screen-top{display:flex;justify-content:space-between;align-items:center;margin-top:13px;font-size:11px;position:relative;z-index:2}.live-screen{background:linear-gradient(160deg,#111827 0,#1d4ed8 40%,#7c3aed 72%,#db2777 120%)}.live-screen:before{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:rgba(255,255,255,.08);top:90px;left:-30px;filter:blur(1px)}.live-badge{display:inline-flex;align-items:center;gap:6px;background:#ff335d;color:#fff;border-radius:8px;padding:5px 9px;font-size:10px;font-weight:900}.live-badge i{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulseWhite 1.2s infinite}@keyframes pulseWhite{50%{opacity:.35}}.live-person{width:155px;height:155px;border-radius:50%;display:grid;place-items:center;margin:77px auto 0;background:linear-gradient(135deg,#ec4899,#8b5cf6);font-size:72px;font-weight:900;box-shadow:0 0 0 10px rgba(255,255,255,.08);position:relative}.live-person span{position:relative;z-index:2}.live-ring{position:absolute;inset:-18px;border:1px solid rgba(255,255,255,.18);border-radius:50%;animation:ringSpin 5s linear infinite}.ring-b{inset:-34px;border-style:dashed;animation-duration:8s;animation-direction:reverse}@keyframes ringSpin{to{transform:rotate(360deg)}}.live-comments{position:absolute;left:20px;right:20px;bottom:112px;z-index:2}.live-comments p{font-size:10px;margin:5px 0;color:#fff;background:rgba(0,0,0,.22);padding:4px 8px;border-radius:12px;width:max-content;max-width:90%;animation:commentIn .35s ease}@keyframes commentIn{from{opacity:0;transform:translateY(8px)}}.live-info{position:absolute;left:22px;bottom:78px;display:flex;flex-direction:column;z-index:2}.live-info strong{font-size:13px}.live-info small{color:#e5e7eb;font-size:9px}.gift-bar{position:absolute;left:17px;right:17px;bottom:18px;background:rgba(0,0,0,.32);backdrop-filter:blur(8px);padding:8px 10px;border-radius:20px;display:flex;align-items:center;gap:8px;z-index:2}.gift-bar span{font-size:17px}.gift-bar button{margin-left:auto;border:0;background:#f43f5e;color:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900}.voice-room{background:linear-gradient(160deg,#5b1b69,#1e3a8a 55%,#0f766e)}.room-title{text-align:center;margin-top:52px}.room-title .avatar-gradient{width:84px;height:84px;border-radius:50%;margin:0 auto 10px;display:grid;place-items:center;background:linear-gradient(135deg,#f472b6,#8b5cf6);font-size:42px;font-weight:900;border:5px solid rgba(255,255,255,.13)}.room-title h3{margin:0;font-size:18px}.room-title p{margin:2px 0 0!important;font-size:10px;color:#d8e2f2!important}.voice-seats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px 8px;margin-top:30px}.seat{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;margin:auto;background:rgba(255,255,255,.11);font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.1)}.seat.active{background:linear-gradient(135deg,#f472b6,#7c3aed);box-shadow:0 0 0 4px rgba(255,255,255,.08)}.room-chat{margin-top:22px}.room-chat p{font-size:9px!important;margin:4px 0!important;color:#e5e7eb!important}.voice-actions{position:absolute;left:18px;right:18px;bottom:20px;display:flex;justify-content:space-around;background:rgba(0,0,0,.2);border-radius:18px;padding:9px}.floating-chip{position:absolute;z-index:8;padding:10px 14px;border:1px solid rgba(255,255,255,.13);background:rgba(16,23,42,.78);backdrop-filter:blur(14px);color:#fff;border-radius:14px;font-size:11px;box-shadow:0 15px 34px rgba(0,0,0,.25);animation:floatChip 4s ease-in-out infinite}.chip-viewers{right:-4px;top:76px}.chip-viewers span{color:#fb7185}.chip-gift{left:-2px;bottom:76px;animation-delay:-2s}@keyframes floatChip{50%{transform:translateY(-10px)}}@keyframes phoneFloat{50%{transform:rotate(3deg) translateY(-10px)}}@keyframes phoneFloatBack{50%{transform:rotate(-10deg) translateY(8px)}}.hero-stats{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);margin-top:20px}.hero-stats div{padding:27px 10px;text-align:center;border-right:1px solid var(--line)}.hero-stats div:last-child{border-right:0}.hero-stats strong{display:block;color:#fff;font-size:27px;line-height:1.1}.hero-stats span{font-size:11px;color:#8290a8}.ticker{overflow:hidden;background:#0b1020;color:#dce5f6;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.ticker-track{display:flex;width:max-content;gap:36px;padding:13px 0;animation:ticker 26s linear infinite}.ticker-track span{font-size:11px;font-weight:900;letter-spacing:.18em;white-space:nowrap}@keyframes ticker{to{transform:translateX(-50%)}}.section{padding:96px 0}.section-heading{text-align:center;max-width:730px;margin:0 auto 48px}.section h2,.download-section h2,.faq-section h2{font-size:clamp(36px,5vw,54px);line-height:1.04;letter-spacing:-.04em;margin:0 0 14px}.section-heading p,.section p{color:#667085}.features-section{background:linear-gradient(#fff,#f8f9fd)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{position:relative;overflow:hidden;padding:30px;border:1px solid #e7eaf0;border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(18,25,40,.055);transition:.28s;transform-style:preserve-3d}.feature-card:hover{transform:translateY(-7px);box-shadow:0 24px 54px rgba(50,40,100,.12);border-color:#ded7ff}.feature-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#f3f0ff,#fff0f7);font-size:27px;margin-bottom:22px}.feature-number{position:absolute;right:24px;top:25px;font-size:11px;font-weight:900;color:#b0b8c8;letter-spacing:.12em}.feature-card h3{margin:0 0 8px;font-size:21px}.feature-card p{margin:0;font-size:15px}.card-glow{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.16),transparent 70%);right:-50px;bottom:-50px;transition:.4s}.feature-card:hover .card-glow{transform:scale(2)}.experience-section{background:radial-gradient(circle at 10% 20%,#1e2b52,#080b15 42%,#05070e);color:#fff;overflow:hidden}.light-heading p{color:#96a3bb}.experience-shell{border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);border-radius:30px;padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.3)}.experience-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:6px}.experience-tab{border:1px solid transparent;background:transparent;color:#8f9bb1;padding:11px 16px;border-radius:12px;font-weight:800;cursor:pointer;transition:.2s}.experience-tab:hover{color:#fff}.experience-tab.active{color:#fff;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.08)}.experience-display{display:grid;grid-template-columns:1fr .78fr;gap:46px;align-items:center;padding:40px 46px}.experience-copy .mode-label{font-size:11px;letter-spacing:.16em;font-weight:900;color:#67e8f9}.experience-copy h3{font-size:clamp(30px,4.5vw,48px);line-height:1.05;letter-spacing:-.035em;margin:10px 0 16px}.experience-copy p{color:#aab6ca;max-width:620px}.mode-points{display:flex;gap:9px;flex-wrap:wrap;margin-top:23px}.mode-points span{font-size:12px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);padding:8px 11px;border-radius:999px;color:#d9e3f2}.dynamic-screen{height:390px;border-radius:26px;position:relative;overflow:hidden;background:linear-gradient(145deg,#16213e,#4c1d95 56%,#be185d);box-shadow:0 28px 70px rgba(0,0,0,.35);transition:.35s}.dynamic-bg{position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.18),transparent 25%),radial-gradient(circle at 20% 80%,rgba(34,211,238,.18),transparent 30%)}.dynamic-live-tag{position:absolute;left:20px;top:20px;font-size:10px;font-weight:900;background:#f43f5e;padding:6px 9px;border-radius:8px}.dynamic-avatar{position:absolute;left:50%;top:50%;transform:translate(-50%,-55%);width:135px;height:135px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f472b6,#8b5cf6);font-size:62px;font-weight:900;box-shadow:0 0 0 12px rgba(255,255,255,.07),0 0 0 26px rgba(255,255,255,.03)}.dynamic-bottom{position:absolute;left:22px;right:22px;bottom:22px;display:flex;justify-content:space-between;align-items:center;background:rgba(0,0,0,.25);backdrop-filter:blur(8px);padding:12px 14px;border-radius:14px}.dynamic-bottom span{font-size:10px;color:#d7deea}.reaction{position:absolute;font-size:24px;animation:reactionFloat 3.4s ease-in-out infinite}.reaction-1{right:28px;top:110px}.reaction-2{right:70px;top:58px;animation-delay:-1.2s}.reaction-3{left:28px;top:145px;animation-delay:-2s}@keyframes reactionFloat{50%{transform:translateY(-14px) rotate(8deg)}}.creators-section{background:#fff}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:66px;align-items:center}.check-list{padding:0;margin:27px 0;list-style:none}.check-list li{margin:13px 0;color:#4a5568}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#ecfeff;color:#0891b2;margin-right:10px;font-weight:900}.creator-dashboard{background:#0b1020;color:#fff;padding:24px;border-radius:30px;box-shadow:0 35px 80px rgba(24,30,55,.22);position:relative;overflow:hidden}.creator-dashboard:before{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:#7c3aed;filter:blur(90px);opacity:.24;right:-70px;top:-70px}.dash-top{display:flex;justify-content:space-between;position:relative}.dash-top small{font-size:10px;letter-spacing:.14em;color:#67e8f9;font-weight:900}.dash-top h3{margin:4px 0 0;font-size:24px}.dash-avatar{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#ec4899,#7c3aed);font-weight:900}.dash-chart{margin-top:25px;padding:20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);border-radius:20px}.chart-head{display:flex;justify-content:space-between;font-size:12px}.chart-head b{color:#34d399}.bars{height:145px;display:flex;align-items:flex-end;gap:11px;margin-top:20px}.bars i{height:var(--h);flex:1;border-radius:9px 9px 3px 3px;background:linear-gradient(to top,#7c3aed,#22d3ee);transform-origin:bottom;animation:barGrow 1.2s ease both}@keyframes barGrow{from{transform:scaleY(.05)}}.dash-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.dash-cards div{padding:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);border-radius:18px}.dash-cards span,.dash-cards strong,.dash-cards small{display:block}.dash-cards span{font-size:22px}.dash-cards strong{margin-top:6px}.dash-cards small{font-size:10px;color:#98a4b9}.safety-section{background:#f7f9fc}.safety-grid{gap:74px}.safety-visual{min-height:460px;border-radius:30px;background:radial-gradient(circle at 50% 50%,#e9ddff,#eef9ff 50%,#fff 72%);border:1px solid #e9e8f4;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.safety-radar{position:relative;width:250px;height:250px;display:grid;place-items:center}.shield{width:94px;height:94px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(135deg,#7c3aed,#db2777);color:#fff;font-size:44px;font-weight:900;box-shadow:0 18px 42px rgba(124,58,237,.26);z-index:4}.radar{position:absolute;border:1px solid rgba(124,58,237,.2);border-radius:50%;animation:radarPulse 3s infinite}.radar-one{width:140px;height:140px}.radar-two{width:190px;height:190px;animation-delay:-1s}.radar-three{width:240px;height:240px;animation-delay:-2s}@keyframes radarPulse{50%{transform:scale(1.07);opacity:.45}}.safety-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.safety-badges span{background:#fff;border:1px solid #e3e7ef;padding:8px 11px;border-radius:999px;font-size:11px;font-weight:800}.safety-list{margin-top:24px}.safety-list>div{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid #e7eaf0}.safety-list b{font-size:11px;color:#8b5cf6}.safety-list span{display:flex;flex-direction:column}.safety-list strong{font-size:15px}.safety-list small{font-size:12px;color:#7b8494}.mini-links{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.mini-links a,.text-link{font-weight:900;color:#6d28d9}.faq-section{background:#fff}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.faq-list{border-top:1px solid #e7eaf0}.faq-item{border-bottom:1px solid #e7eaf0}.faq-item button{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:21px 0;background:none;border:0;font:inherit;font-weight:800;font-size:16px;cursor:pointer;color:#20283a}.faq-item button b{font-size:22px;font-weight:400;transition:.2s}.faq-item.open button b{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-answer p{overflow:hidden;margin:0;color:#687386!important;font-size:14px}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer p{padding-bottom:20px}.download-section{padding:0 0 96px;background:linear-gradient(#fff,#f7f8fb)}.download-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:50px;background:linear-gradient(135deg,#111827,#312e81 55%,#831843);border-radius:32px;color:#fff;box-shadow:0 30px 70px rgba(36,30,70,.18)}.download-card:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:#22d3ee;filter:blur(100px);opacity:.15;right:-100px;top:-100px}.download-copy{position:relative;z-index:2}.download-card p{color:#ccd5e5;max-width:620px}.download-card small{color:#aeb8ca}.store-buttons{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:2}.store{min-width:194px;background:#050505;border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:10px 16px;display:flex;align-items:center;gap:12px;color:#fff}.store-icon{font-size:28px}.store>span:last-child{display:flex;flex-direction:column;line-height:1.05}.store small{font-size:10px;color:#fff}.store strong{font-size:17px}.disabled{opacity:.78;cursor:default}.footer{background:#060812;color:#a9b4c9;padding:62px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.25fr;gap:38px}.footer-logo{height:38px;filter:brightness(1.15)}.footer h4{color:#fff;margin:0 0 12px}.footer a,.footer span{display:block;margin:7px 0;font-size:13px}.footer a:hover{color:#fff}.footer p{max-width:300px}.company-tag{display:inline-block!important;color:#7dd3fc;border:1px solid rgba(125,211,252,.16);padding:6px 9px;border-radius:999px!important;width:max-content}.back-top{position:fixed;right:20px;bottom:20px;width:44px;height:44px;border:0;border-radius:14px;background:#111827;color:#fff;font-size:20px;box-shadow:0 12px 30px rgba(0,0,0,.18);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s;z-index:80}.back-top.show{opacity:1;pointer-events:auto;transform:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.legal-page{min-height:100vh;background:#f7f9fc}.legal-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 18%,#202b55,#0a1020 40%,#060812 75%);color:#fff;padding:92px 0 64px}.legal-hero h1{font-size:clamp(42px,6vw,68px);line-height:1;letter-spacing:-.045em;margin:0 0 16px}.legal-hero p{max-width:650px;color:#aeb9ce;margin:0 0 24px}.legal-orb{position:absolute;width:330px;height:330px;border-radius:50%;background:#8b5cf6;filter:blur(110px);opacity:.25;right:-70px;top:-100px}.legal-content{padding:52px 0 90px;max-width:920px}.legal-content h2{margin-top:36px;font-size:26px}.legal-content p,.legal-content li{color:#566176}.legal-content a{color:#6d28d9;font-weight:800}.legal-nav{display:flex!important}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:42px}.support-card{background:white;border:1px solid #e6e9ef;padding:26px;border-radius:20px;box-shadow:0 10px 28px rgba(30,40,70,.04)}.support-card h3{margin:10px 0 6px}.support-icon{font-size:28px}.contact-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;padding:34px;background:#fff;border:1px solid #e4e7ee;border-radius:24px}.contact-panel h2{margin:0 0 10px}.contact-details{display:grid;gap:10px}.contact-details>a,.contact-details>div{display:flex;flex-direction:column;background:#f7f9fc;border:1px solid #e9edf4;border-radius:14px;padding:13px 15px}.contact-details small{font-size:10px;color:#8b95a5;text-transform:uppercase;letter-spacing:.1em}.contact-details strong{font-size:14px;color:#232b3c}.legal-note{margin-top:22px;font-size:13px}.policy-summary{display:grid;grid-template-columns:auto 1fr;gap:7px 16px;padding:18px 20px;background:#fff;border:1px solid #e6e9ef;border-radius:16px;margin-bottom:28px}.policy-summary b{font-size:12px;color:#30384a}.policy-summary span,.policy-summary a{font-size:12px}.policy-warning{margin-top:42px;padding:22px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa}.policy-warning strong{color:#9a3412}.policy-warning p{margin-bottom:0;color:#7c4a27}.legal-footer{background:#060812;color:#aab5ca;padding:24px 0}.legal-footer .container{display:flex;justify-content:space-between;gap:20px;font-size:12px}
@media(max-width:960px){.hero-grid,.split-grid,.experience-display,.faq-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero p{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.app-showcase{height:525px;max-width:590px;width:100%;margin:0 auto}.phone-front{right:12%}.phone-back{left:12%}.feature-grid{grid-template-columns:repeat(2,1fr)}.experience-display{padding:34px 28px}.dynamic-screen{max-width:520px;width:100%;margin:auto}.footer-grid{grid-template-columns:2fr 1fr 1fr}.contact-panel{grid-template-columns:1fr}.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stats div:nth-child(2){border-right:0}.hero-stats div:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:700px){.menu-btn{display:block}.nav-links:not(.legal-nav){position:absolute;top:76px;left:0;right:0;background:#090e1c;border-bottom:1px solid var(--line);padding:18px 4%;display:none;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex!important}.legal-nav{gap:14px}.legal-nav a{font-size:12px}.hero{padding-top:55px;min-height:auto}.hero h1{font-size:54px}.app-showcase{height:445px}.phone{width:214px;height:420px;border-width:7px;border-radius:36px}.phone-front{right:4%;top:5px}.phone-back{left:4%;top:28px}.live-person{width:116px;height:116px;margin-top:65px;font-size:50px}.room-title{margin-top:45px}.room-title .avatar-gradient{width:70px;height:70px;font-size:34px}.voice-seats{gap:10px 5px}.seat{width:34px;height:34px}.chip-viewers{right:0;top:65px}.chip-gift{left:0;bottom:50px}.feature-grid,.support-grid{grid-template-columns:1fr}.section{padding:74px 0}.experience-tabs{overflow-x:auto;flex-wrap:nowrap}.experience-tab{white-space:nowrap}.experience-display{padding:24px 10px 12px}.dynamic-screen{height:330px}.footer-grid{grid-template-columns:1fr 1fr}.download-card{flex-direction:column;align-items:flex-start;padding:34px}.store-buttons{width:100%}.store{flex:1}.safety-visual{min-height:370px}.contact-panel{padding:24px}.legal-hero{padding:76px 0 52px}.legal-footer .container{flex-direction:column;gap:4px}.hero-stats strong{font-size:23px}}
@media(max-width:460px){.container{width:min(92%,1160px)}.hero h1{font-size:46px}.hero p{font-size:16px}.app-showcase{height:397px}.phone{width:184px;height:362px}.phone-notch{width:66px;height:18px}.phone-front{right:0}.phone-back{left:0}.floating-chip{font-size:9px;padding:8px 10px}.live-person{width:96px;height:96px;margin-top:57px;font-size:43px}.live-comments{bottom:96px}.live-comments p{font-size:8px}.room-title{margin-top:36px}.room-title .avatar-gradient{width:60px;height:60px}.voice-seats{margin-top:20px}.seat{width:29px;height:29px;font-size:10px}.room-chat{margin-top:15px}.gift-bar span{font-size:13px}.hero-stats{margin-top:0}.hero-stats div{padding:20px 5px}.trust-row{font-size:11px}.footer-grid{grid-template-columns:1fr}.store{min-width:100%}.dynamic-screen{height:290px}.dynamic-avatar{width:105px;height:105px;font-size:48px}.download-card{border-radius:24px}.legal-nav a:nth-child(2){display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-orb,.phone-front,.phone-back,.floating-chip,.pulse-dot,.ticker-track,.reaction,.radar,.bars i{animation:none!important}.reveal{opacity:1;transform:none;transition:none}}
