*{box-sizing:border-box;margin:0;padding:0}
:root{
  --ink:#07152f;--ink-soft:#48536a;--paper:#fff;--bg:#f8f9fd;--line:#e8ebf3;
  --pink:#f50562;--pink2:#ff2d72;--purple:#6f24d7;--blue:#1262d7;--cyan:#18a9c5;--orange:#ff9b18;
  --grad:linear-gradient(115deg,#ff9c12 0%,#ff1f66 34%,#6f20d6 64%,#1161d6 100%);
  --grad-cool:linear-gradient(135deg,#00b7c9,#1662d8 58%,#6d25d9);
  --shadow:0 25px 60px rgba(13,26,60,.11);
}
html{scroll-behavior:smooth}
body{font-family:Manrope,Arial,sans-serif;color:var(--ink);background:var(--paper);overflow-x:hidden}
.site-noise{position:fixed;inset:0;opacity:.025;pointer-events:none;z-index:50;background-image:radial-gradient(#000 1px,transparent 1px);background-size:4px 4px}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.navbar{height:82px;position:fixed;top:0;left:0;width:100%;z-index:20;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.3s}
.navbar.scrolled{border-color:var(--line);box-shadow:0 8px 25px rgba(8,20,47,.04)}
.nav-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand img{width:165px;height:auto;display:block}
.desktop-nav{display:flex;gap:32px}
.desktop-nav a,.footer-links a{font-size:14px;font-weight:700;text-decoration:none;color:#5d6679;transition:.2s}
.desktop-nav a:hover,.footer-links a:hover{color:var(--pink)}
.nav-actions{display:flex;align-items:center;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 22px;border-radius:14px;text-decoration:none;font-weight:800;font-size:14px;transition:.25s;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:var(--ink);box-shadow:0 12px 24px rgba(7,21,47,.16)}
.btn-light{background:#fff;color:var(--ink);box-shadow:0 12px 25px rgba(14,30,64,.08)}
.btn-ghost{padding:10px 17px;border-color:#e5e8f0;color:var(--ink);background:#fff}
.btn-white{background:#fff;color:var(--ink)}
.menu-btn{display:none;width:42px;height:42px;border:0;background:#f1f3f8;border-radius:12px;cursor:pointer;padding:9px}
.menu-btn span{display:block;height:2px;background:var(--ink);margin:4px 0;border-radius:3px}
.mobile-menu{display:none}

.hero{min-height:810px;padding:150px 0 75px;background:linear-gradient(180deg,#fff 0%,#fafbff 72%,#f7f8fd 100%);position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.16}
.orb-one{width:480px;height:480px;background:#ff2d72;left:-230px;top:120px}
.orb-two{width:500px;height:500px;background:#1262d7;right:-260px;top:0}
.orb-three{width:260px;height:260px;background:#ff9b18;left:42%;bottom:-170px}
.eyebrow{font-size:11px;letter-spacing:1.8px;font-weight:800;color:#7a8498;margin-bottom:20px;display:flex;align-items:center;gap:9px}
.eyebrow.light{color:#b9c3da}
.pulse-dot{width:8px;height:8px;background:#16b875;border-radius:50%;box-shadow:0 0 0 5px rgba(22,184,117,.13)}
.hero h1,.section-head h2,.how-copy h2,.listener-copy h2,.safety-copy h2,.cta-box h2{font-family:"Plus Jakarta Sans",Manrope,sans-serif;font-size:clamp(44px,5.2vw,74px);line-height:1.06;letter-spacing:-3.3px;font-weight:800}
.hero h1 span,.section-head h2 span,.how-copy h2 span,.listener-copy h2 span,.safety-copy h2 span,.cta-box h2 span{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy>p{font-size:17px;line-height:1.75;color:#687389;max-width:590px;margin:27px 0 30px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px}
.trust-item{display:flex;align-items:center;gap:7px;color:#687389;font-size:12px;font-weight:700}.trust-item svg{width:15px;color:#1674d6}

.hero-visual{height:580px;position:relative;display:flex;justify-content:center;align-items:center}
.hero-ring{position:absolute;border-radius:50%;border:1px solid rgba(29,77,166,.12)}
.ring-1{width:520px;height:520px}.ring-2{width:410px;height:410px;border-color:rgba(245,5,98,.11)}
.phone{width:280px;height:550px;border-radius:39px;background:#07142d;padding:9px;box-shadow:0 45px 80px rgba(9,25,63,.25);position:relative;z-index:2;transform:rotate(2deg)}
.phone-top{height:28px;color:#fff;font-size:8px;display:flex;justify-content:space-between;align-items:center;padding:0 13px;font-weight:800}.phone-top svg{width:11px}.phone-camera{width:65px;height:15px;background:#000;border-radius:12px;position:absolute;left:50%;transform:translateX(-50%);top:10px}
.app-screen{height:100%;border-radius:32px;background:#fff;overflow:hidden;padding:17px 13px 55px;position:relative}
.app-header{display:flex;align-items:center;justify-content:space-between}.mini-logo{width:27px;height:27px;border-radius:9px;color:#fff;background:var(--grad);font-family:"Plus Jakarta Sans";font-weight:800;display:grid;place-items:center}.screen-icons{display:flex;gap:12px}.screen-icons svg{width:15px;color:#39445b}
.stories{display:flex;gap:10px;margin:15px 0}.stories>div{display:grid;justify-items:center;gap:4px}.stories small{font-size:7px;color:#647086}.story{width:32px;height:32px;border-radius:50%;border:2px solid #fff;outline:2px solid #e9377a;background:var(--grad)}.your-story{background:#edf0f6;color:#768096;display:grid;place-items:center;outline-color:#e8ebf2;font-size:15px}.s1{background:linear-gradient(135deg,#17356d,#ec7192)}.s2{background:linear-gradient(135deg,#ffb700,#ec1678)}.s3{background:linear-gradient(135deg,#12b7c6,#4d26d6)}
.welcome-card{background:linear-gradient(130deg,#081632,#203f8b);border-radius:18px;color:#fff;padding:17px;margin-bottom:16px;position:relative;overflow:hidden}.welcome-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#f50562;right:-55px;top:-50px;opacity:.45;filter:blur(12px)}.small-label{font-size:7px;letter-spacing:1px;color:#b6c4df}.welcome-card h3{font-size:19px;line-height:1.18;margin:7px 0 16px}.online-stack{display:flex;align-items:center}.avatar{width:17px;height:17px;border-radius:50%;border:1px solid #fff;margin-left:-4px}.a1{background:#ffb037}.a2{background:#f05c8b}.a3{background:#2da9cb}.online-stack b{font-size:7px;margin-left:7px;color:#d6e1f7}
.quick-title{font-size:10px;font-weight:800;margin-bottom:8px}.quick-title span{float:right;color:#9ba3b3;font-weight:700;font-size:8px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.quick-grid button{border:1px solid #eef0f5;background:#fff;border-radius:12px;padding:8px 6px;text-align:left;font:700 7px Manrope;color:#465066}.qicon{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;margin-bottom:4px}.qicon svg{width:12px}.pink{background:#ffe5ef;color:#f50562}.purple{background:#f0e6ff;color:#6f24d7}.blue{background:#e2f2ff;color:#1262d7}.orange{background:#fff0dc;color:#ff8d10}
.listener-mini{display:flex;align-items:center;gap:8px;margin-top:13px;padding:8px;border:1px solid #eef0f5;border-radius:12px}.listener-face{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#ffc07d,#e83e7e)}.listener-mini div{display:grid}.listener-mini b{font-size:7px}.listener-mini small{font-size:6px;color:#8b94a5}.listener-mini button{margin-left:auto;border:0;width:25px;height:25px;border-radius:8px;background:#eef4ff;color:#1262d7}.listener-mini svg{width:12px}
.bottom-nav{position:absolute;bottom:10px;left:12px;right:12px;height:37px;background:#fff;border-top:1px solid #eef0f5;display:flex;align-items:center;justify-content:space-around;color:#9ba3b3}.bottom-nav svg{width:13px}.bottom-nav .active{color:#f50562}.create-btn{width:25px;height:25px;border-radius:9px;color:#fff;background:var(--grad);display:grid;place-items:center;font-size:18px}
.float-card{position:absolute;z-index:3;background:rgba(255,255,255,.93);backdrop-filter:blur(8px);border:1px solid #fff;box-shadow:0 18px 40px rgba(10,25,59,.12);border-radius:15px;padding:10px 13px;display:flex;align-items:center;gap:9px}.float-card small{display:block;font-size:8px;color:#8a93a3}.float-card b{display:block;font-size:10px}.float-icon{width:30px;height:30px;border-radius:10px;background:#fff0dc;color:#ff8d10;display:grid;place-items:center}.float-icon.shield{background:#e6f5ff;color:#0f73d8}.float-icon svg{width:15px}.card-connect{left:-12px;top:110px}.card-safe{right:-8px;bottom:90px}

.intro-strip{background:var(--ink);color:#fff;padding:22px 0}.intro-content{display:flex;align-items:center;justify-content:space-between;gap:20px}.intro-content p{font:700 12px "Plus Jakarta Sans";letter-spacing:1.2px}.intro-content p span{color:#f35687}.strip-icons{display:flex;gap:18px;color:#9aa6bf}.strip-icons svg{width:18px}

.section{padding:110px 0}.center{text-align:center;align-items:center}.section-head{max-width:750px;margin:0 auto 58px}.section-head .eyebrow{justify-content:center}.section-head h2{font-size:52px}.section-head p{margin:20px auto 0;color:#7a8497;line-height:1.75;font-size:15px;max-width:600px}
.feature-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.feature-card{border:1px solid var(--line);border-radius:26px;padding:28px;min-height:260px;background:#fff;position:relative;overflow:hidden;transition:.3s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-card.large{grid-row:span 2;min-height:540px}.feature-card.wide{grid-column:span 2;min-height:260px;display:flex;justify-content:space-between;gap:20px}.feature-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:var(--ink);color:#fff;margin-bottom:18px}.feature-icon svg{width:22px}.icon-pink{background:#ffe5ef;color:#f50562}.icon-blue{background:#e4f2ff;color:#1262d7}.icon-purple{background:#efe8ff;color:#6f24d7}.icon-orange{background:#fff0dd;color:#f0870b}.feature-card h3{font:800 21px "Plus Jakarta Sans";margin-bottom:10px}.feature-card p{font-size:13px;line-height:1.65;color:#748096;max-width:330px}.feature-card a{display:inline-flex;align-items:center;gap:6px;margin-top:20px;font-size:12px;font-weight:800;color:#fff;text-decoration:none}.feature-card a svg{width:14px}
.feature-gradient{background:linear-gradient(145deg,#071630,#182c64);color:#fff}.feature-gradient p{color:#c1cbe1}.feature-gradient:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:var(--grad);right:-130px;bottom:-170px;filter:blur(3px);opacity:.65}.connect-orbit{position:absolute;right:50px;bottom:55px;width:170px;height:170px;border:1px solid rgba(255,255,255,.2);border-radius:50%;z-index:1}.orbit-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:22px;background:#fff;color:#f50562;display:grid;place-items:center;box-shadow:0 15px 30px rgba(0,0,0,.25)}.orbit-dot{position:absolute;width:18px;height:18px;border-radius:50%;background:#ff9b18;box-shadow:0 0 0 6px rgba(255,255,255,.1)}.orbit-dot.one{left:5px;top:35px}.orbit-dot.two{right:5px;top:48px;background:#1ba6ca}.orbit-dot.three{left:70px;bottom:-9px;background:#f50562}
.listeners{position:absolute;bottom:20px;right:18px;width:155px;height:92px;background:linear-gradient(135deg,#f5f7fb,#edf3ff);border-radius:18px}.tiny-avatar{position:absolute;width:48px;height:48px;border-radius:50%;border:3px solid #fff;background:linear-gradient(135deg,#f6b17b,#e84284)}.t1{left:17px;top:18px}.t2{left:52px;top:32px;background:linear-gradient(135deg,#71b8d7,#2e4fc8)}.t3{left:91px;top:16px;background:linear-gradient(135deg,#7f5b3e,#e7c3a1)}.verified-pill{position:absolute;right:8px;bottom:7px;font-size:7px;background:#fff;padding:5px 7px;border-radius:20px;font-weight:800;color:#156ed7;box-shadow:0 8px 20px rgba(8,20,47,.08)}.verified-pill svg{width:9px;vertical-align:middle}
.story-bubbles{display:flex;gap:9px;position:absolute;bottom:26px}.story-bubbles span{width:40px;height:40px;border-radius:50%;background:var(--grad);border:4px solid #fff;outline:2px solid #f13c7b}.story-bubbles span:nth-child(2){background:var(--grad-cool)}.story-bubbles span:nth-child(3){background:#ffb31b}.story-bubbles span:nth-child(4){background:#6f24d7}
.dark-card{background:var(--ink);border-color:var(--ink);color:#fff}.dark-card p{color:#b7c0d3}.chat-lines{position:absolute;right:24px;bottom:25px;width:130px}.chat-lines b{display:block;height:14px;border-radius:10px;background:#203155;margin:8px 0}.chat-lines b:nth-child(2){width:78%;margin-left:auto;background:linear-gradient(90deg,#f50562,#6f24d7)}.chat-lines b:nth-child(3){width:60%}
.community-pills{display:flex;align-content:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;max-width:270px}.community-pills span{padding:10px 13px;border-radius:20px;background:#f3f5f9;font-size:10px;font-weight:800;color:#586277}.community-pills span:nth-child(2){background:#fff0dc;color:#e37905}.community-pills span:nth-child(3){background:#ece7ff;color:#6b27cf}.community-pills span:nth-child(4){background:#e5f4ff;color:#1875ca}

.how-section{background:#f8f9fd}.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.how-copy h2,.safety-copy h2{font-size:52px}.how-copy>p,.safety-copy>p{color:#748096;font-size:15px;line-height:1.75;margin:20px 0 30px;max-width:500px}.steps{display:grid;gap:9px}.step{display:flex;gap:16px;padding:16px;border-radius:18px;border:1px solid transparent}.step.active{background:#fff;border-color:#edf0f5;box-shadow:0 10px 25px rgba(15,29,57,.05)}.step>span{font:800 13px "Plus Jakarta Sans";color:#a6adbc}.step.active>span{color:#f50562}.step h4{font-size:14px;margin-bottom:4px}.step p{font-size:12px;color:#8a94a5;line-height:1.5}
.how-visual{min-height:480px;display:grid;place-items:center}.connection-board{width:460px;height:410px;border-radius:35px;background:linear-gradient(145deg,#eef3ff,#fff);border:1px solid #e4e9f3;position:relative;box-shadow:var(--shadow);overflow:hidden}.connection-board:before{content:"";position:absolute;inset:50px;background:radial-gradient(circle,#fff 0%,rgba(255,255,255,0) 65%);filter:blur(5px)}.board-core{position:absolute;width:108px;height:108px;border-radius:35px;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%);padding:8px;box-shadow:0 18px 40px rgba(18,43,88,.18);z-index:3}.board-core img{width:100%;height:100%;object-fit:contain;border-radius:27px}.profile-node{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;background:#fff;padding:8px 12px 8px 8px;border-radius:16px;box-shadow:0 10px 25px rgba(9,26,58,.1);font-size:10px}.node-avatar{width:30px;height:30px;border-radius:11px;background:var(--grad)}.n1{left:38px;top:60px}.n2{right:35px;top:80px}.n3{left:60px;bottom:60px}.n4{right:50px;bottom:55px}.n2 .node-avatar{background:var(--grad-cool)}.n3 .node-avatar{background:linear-gradient(135deg,#ffb11b,#ff2665)}.n4 .node-avatar{background:linear-gradient(135deg,#7031df,#1467d7)}.board-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,#9aaee2,transparent);transform-origin:left center}.l1{width:160px;left:130px;top:125px;transform:rotate(25deg)}.l2{width:150px;left:255px;top:145px;transform:rotate(140deg)}.l3{width:150px;left:130px;top:270px;transform:rotate(-30deg)}.l4{width:135px;left:250px;top:285px;transform:rotate(-145deg)}

.listener-section{background:var(--ink);position:relative;overflow:hidden}.listener-section:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:#6f24d7;opacity:.17;right:-250px;top:-300px;filter:blur(40px)}.listener-wrap{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.listener-copy{color:#fff}.listener-copy h2{font-size:52px}.listener-copy p{color:#bdc7db;line-height:1.8;font-size:15px;max-width:500px;margin:22px 0 30px}.earnings-card{border-radius:28px;padding:28px;background:linear-gradient(145deg,#12254d,#0b1934);border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 60px rgba(0,0,0,.2);color:#fff}.earnings-top{display:flex;justify-content:space-between;align-items:flex-start}.earnings-top small{font-size:9px;letter-spacing:1.2px;color:#93a5c8}.earnings-top h3{font:800 22px "Plus Jakarta Sans";margin-top:5px}.level-badge{padding:8px 10px;border-radius:11px;background:linear-gradient(135deg,#f2d48d,#fff4c7);color:#6e4b0d;font-size:10px;font-weight:800}.level-badge svg{width:13px;vertical-align:middle}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:24px 0}.metric-row>div{padding:15px 12px;background:rgba(255,255,255,.055);border-radius:15px}.metric-row small{display:block;color:#8292b0;font-size:9px;margin-bottom:5px}.metric-row b{font-size:16px}.metric-row svg{width:12px;fill:#ffc21d;color:#ffc21d;vertical-align:middle}.progress-box{padding:15px;background:rgba(255,255,255,.055);border-radius:15px}.progress-box>div:first-child{display:flex;justify-content:space-between;font-size:10px;color:#c4cee1;margin-bottom:10px}.progress{height:7px;background:#1f3155;border-radius:10px;overflow:hidden}.progress i{display:block;width:78%;height:100%;background:var(--grad);border-radius:10px}.rate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.rate-grid>div{border:1px solid rgba(255,255,255,.08);padding:13px 9px;border-radius:14px;display:grid;gap:5px}.rate-grid i{width:15px;color:#ea5d90}.rate-grid>div:nth-child(2) i{color:#ae6cf1}.rate-grid>div:nth-child(3) i{color:#39b7e2}.rate-grid span{font-size:9px;color:#aab7ce}.rate-grid b{font-size:10px}.dashboard-note{margin-top:15px;color:#96a5c2;font-size:9px;display:flex;align-items:center;gap:6px}.dashboard-note svg{width:13px;color:#e35687}

.safety-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:85px;align-items:center}.safety-visual{height:450px;display:grid;place-items:center}.shield-shell{position:relative;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#f5f8ff 0%,#fff 62%,transparent 63%)}.shield-glow{position:absolute;inset:65px;border-radius:50%;background:linear-gradient(135deg,#ffd6e4,#e5edff);filter:blur(15px)}.shield-mark{position:absolute;inset:88px;border-radius:40px;background:var(--grad);color:#fff;display:grid;place-items:center;box-shadow:0 25px 45px rgba(104,46,197,.22)}.shield-mark svg{width:70px;height:70px}.safety-tag{position:absolute;background:#fff;border:1px solid #eef0f5;box-shadow:0 15px 35px rgba(10,28,62,.1);border-radius:13px;padding:9px 12px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:7px}.safety-tag svg{width:15px;color:#1262d7}.tag-kyc{left:-30px;top:35px}.tag-report{right:-45px;top:115px}.tag-report svg{color:#f50562}.tag-privacy{left:5px;bottom:32px}.tag-privacy svg{color:#6f24d7}.safety-list{list-style:none;display:grid;gap:17px}.safety-list li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#758095;line-height:1.55}.safety-list li>i{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#e6f4ec;color:#14935c;flex:0 0 auto}.safety-list li svg{width:12px}.safety-list b{color:var(--ink)}

.cta-section{padding:90px 0;background:#f8f9fd;position:relative;overflow:hidden}.cta-box{position:relative;text-align:center;border-radius:34px;background:var(--ink);color:#fff;padding:75px 25px;overflow:hidden;box-shadow:0 35px 70px rgba(8,22,50,.15)}.cta-box:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:#f50562;left:-260px;top:-240px;filter:blur(30px);opacity:.6}.cta-box:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:#1262d7;right:-220px;bottom:-280px;filter:blur(30px);opacity:.7}.cta-box>*{position:relative;z-index:2}.cta-box .eyebrow{justify-content:center}.cta-icon{width:72px;height:72px;object-fit:contain;border-radius:22px;margin-bottom:18px}.cta-box h2{font-size:54px}.cta-box p{max-width:580px;margin:19px auto 27px;color:#bdc8dc;line-height:1.75;font-size:14px}.cta-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.store-btn{min-width:155px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:left;background:#fff;color:#07152f;padding:10px 15px;border-radius:13px;text-decoration:none}.store-btn>svg{width:24px;height:24px}.store-btn small{display:block;font-size:7px;font-weight:800;letter-spacing:.7px}.store-btn b{display:block;font-size:13px}.coming-note{display:block;margin-top:17px;color:#8292ad;font-size:10px}

footer{background:#fff}.footer-top{padding:60px 0 45px;display:flex;justify-content:space-between;gap:40px}.footer-brand img{width:180px;height:auto}.footer-brand p{margin-top:15px;font-size:12px;line-height:1.7;color:#7c8698}.footer-links{display:flex;gap:70px}.footer-links>div{display:grid;align-content:start;gap:11px}.footer-links b{font-size:11px;margin-bottom:5px}.footer-links a{font-size:11px}.footer-bottom{border-top:1px solid var(--line);padding:19px 0;display:flex;justify-content:space-between;color:#8a93a4;font-size:10px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}

@media(max-width:900px){
  .desktop-nav,.desktop-cta{display:none}.menu-btn{display:block}.mobile-menu{position:absolute;top:82px;left:20px;right:20px;padding:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;gap:8px;display:none}.mobile-menu.open{display:flex}.mobile-menu a:not(.btn){padding:10px;text-decoration:none;color:var(--ink);font-weight:800;font-size:13px}
  .hero{padding-top:125px}.hero-grid,.how-grid,.listener-wrap,.safety-grid{grid-template-columns:1fr;gap:55px}.hero-visual{order:-1;height:500px}.hero-copy{text-align:center}.hero-copy .eyebrow,.trust-row{justify-content:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero h1{font-size:58px}.feature-grid{grid-template-columns:1fr 1fr}.feature-card.large{grid-row:span 2}.feature-card.wide{grid-column:span 2}.section{padding:85px 0}.how-visual{min-height:430px}.safety-visual{order:-1}.listener-copy{text-align:center}.listener-copy p{margin-left:auto;margin-right:auto}.footer-links{gap:35px}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1160px)}.navbar{height:70px}.brand img{width:135px}.mobile-menu{top:70px;left:14px;right:14px}.hero{min-height:auto;padding:105px 0 60px}.hero h1{font-size:43px;letter-spacing:-2.2px}.hero-copy>p{font-size:14px}.hero-buttons{justify-content:center}.btn{padding:13px 17px;font-size:12px}.hero-visual{height:470px}.phone{width:240px;height:470px;border-radius:34px}.card-connect{left:-8px;top:70px}.card-safe{right:-8px;bottom:55px}.float-card{padding:8px 10px}.ring-1{width:420px;height:420px}.ring-2{width:330px;height:330px}
  .intro-content{justify-content:center}.intro-content p{font-size:9px}.strip-icons{display:none}.section-head h2,.how-copy h2,.listener-copy h2,.safety-copy h2,.cta-box h2{font-size:38px;letter-spacing:-2px}.section-head{margin-bottom:35px}.section-head p{font-size:13px}
  .feature-grid{grid-template-columns:1fr}.feature-card.large{grid-row:auto;min-height:460px}.feature-card.wide{grid-column:auto;display:block}.community-pills{justify-content:flex-start;margin-top:24px}.feature-card{min-height:230px}.feature-card.wide{min-height:260px}
  .how-visual{min-height:350px}.connection-board{width:100%;height:350px}.n1{left:15px;top:40px}.n2{right:15px;top:60px}.n3{left:15px;bottom:35px}.n4{right:15px;bottom:35px}.profile-node{font-size:8px;padding:6px}.node-avatar{width:25px;height:25px}.board-core{width:88px;height:88px}.l1{left:90px;top:100px}.l2{left:210px;top:115px}.l3{left:80px;top:230px}.l4{left:205px;top:240px}
  .listener-section{padding:75px 0}.earnings-card{padding:20px}.metric-row b{font-size:14px}.rate-grid{grid-template-columns:1fr}.rate-grid>div{grid-template-columns:22px 1fr auto;align-items:center}.dashboard-note{font-size:8px}.safety-visual{height:360px}.shield-shell{transform:scale(.85)}.safety-grid{gap:25px}
  .cta-section{padding:55px 0}.cta-box{padding:55px 18px}.cta-icon{width:60px;height:60px}.footer-top{display:block;padding:45px 0 35px}.footer-links{margin-top:35px;justify-content:space-between;gap:12px}.footer-links a{font-size:10px}.footer-bottom{display:grid;gap:8px}.section{padding:70px 0}
}


/* ================================
   FINAL FOOTER + INTERNAL PAGES
================================ */
.footer-handle{
  display:inline-flex;align-items:center;justify-content:center;width:max-content;
  margin-top:16px;padding:9px 13px;border-radius:999px;
  background:linear-gradient(115deg,#fff1e8,#fff0f6,#eef6ff);
  border:1px solid #ececf3;color:var(--pink);font-size:11px;font-weight:800;
  text-decoration:none
}
.footer-company{
  padding:0 0 22px;color:#69748a;font-size:10px;line-height:1.6
}
.footer-company strong{font-weight:800;color:#566176}
[data-placeholder-link="x-twitter"]{cursor:not-allowed}

.internal-page{min-height:100vh;padding-top:82px;background:linear-gradient(180deg,#fff 0%,#f8f9fd 100%)}
.internal-hero{padding:86px 0 52px;background:linear-gradient(135deg,#fff5f8 0%,#f5f3ff 50%,#eef7ff 100%);border-bottom:1px solid #edf0f5}
.internal-hero .eyebrow{margin-bottom:14px}
.internal-hero h1{font-family:"Plus Jakarta Sans",Manrope,sans-serif;font-size:clamp(40px,5vw,64px);line-height:1.08;letter-spacing:-2.8px}
.internal-hero h1 span{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.internal-hero p{max-width:720px;margin-top:20px;color:#69748a;font-size:15px;line-height:1.8}
.last-updated{display:inline-flex;margin-top:22px;padding:9px 12px;border-radius:10px;background:#fff;border:1px solid #e8ebf2;color:#788399;font-size:11px;font-weight:700}
.legal-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:55px;padding:64px 0 80px}
.legal-side{position:sticky;top:110px;height:max-content;padding:18px;border:1px solid #e8ebf2;border-radius:18px;background:#fff;box-shadow:0 15px 40px rgba(7,21,47,.05)}
.legal-side b{display:block;margin:4px 8px 10px;font-size:11px;color:#7b8598;text-transform:uppercase;letter-spacing:1px}
.legal-side a{display:block;padding:9px 10px;border-radius:10px;color:#5d677b;text-decoration:none;font-size:11px;font-weight:700}
.legal-side a:hover{background:#f5f6fa;color:var(--pink)}
.legal-content{background:#fff;border:1px solid #e8ebf2;border-radius:28px;padding:48px;box-shadow:0 20px 50px rgba(7,21,47,.045)}
.legal-content section+section{margin-top:38px;padding-top:38px;border-top:1px solid #eef0f4}
.legal-content h2{font-family:"Plus Jakarta Sans",Manrope,sans-serif;font-size:22px;letter-spacing:-.7px;margin-bottom:13px}
.legal-content h3{font-size:15px;margin:20px 0 8px}
.legal-content p,.legal-content li{font-size:13px;line-height:1.85;color:#687389}
.legal-content ul,.legal-content ol{padding-left:20px;margin-top:12px}
.legal-content li+li{margin-top:7px}
.notice-box{margin:22px 0;padding:16px 18px;border-radius:16px;background:#fff7fa;border:1px solid #ffe0eb;color:#7b4860;font-size:12px;line-height:1.7}
.contact-card{padding:24px;border-radius:20px;background:var(--ink);color:#fff}
.contact-card h2{font-size:24px}
.contact-card p{color:#bdc7db}
.contact-card a{color:#fff;text-decoration:none;font-weight:800}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:35px}
.support-card{padding:23px;border:1px solid #e8ebf2;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(7,21,47,.04)}
.support-card .support-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#fff0f5,#eef6ff);margin-bottom:15px}
.support-card h3{font-size:15px;margin:0 0 7px}
.support-card p{font-size:12px;line-height:1.7;color:#758095;margin:0}
.faq-list{display:grid;gap:10px}
.faq-item{border:1px solid #e9edf4;border-radius:16px;padding:17px 18px;background:#fff}
.faq-item h3{font-size:13px;margin:0 0 7px}
.faq-item p{font-size:12px;line-height:1.75;color:#758095;margin:0}
.legal-cta{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-top:28px;padding:20px;border-radius:18px;background:#f8f9fd;border:1px solid #edf0f5}
.legal-cta p{margin:0;font-size:12px}

@media(max-width:800px){
  .legal-layout{grid-template-columns:1fr;padding:35px 0 60px}
  .legal-side{position:static}
  .legal-content{padding:26px 20px;border-radius:22px}
  .support-grid{grid-template-columns:1fr}
  .legal-cta{display:grid}
}
