*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#070a12;--surface:#111827;--card:#182235;--accent:#7667ff;--accent2:#a79dff;--text:#f7f8ff;--muted:#9da6b8;--border:rgba(165,177,205,.13);--radius:22px;--shadow:0 32px 90px rgba(0,0,0,.5)}
html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);color:var(--text);font-family:'Nunito',sans-serif;line-height:1.65;overflow-x:hidden}body.landing{background:linear-gradient(180deg,#070a12 0%,#090d18 48%,#070a12 100%)}h1,h2,h3,.brand,.button,.kicker,.eyebrow{font-family:'Exo 2',sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.site-glow{position:absolute;inset:0 0 auto;height:980px;pointer-events:none;background:radial-gradient(ellipse 55% 45% at 78% 18%,rgba(77,69,218,.24),transparent 72%),radial-gradient(ellipse 30% 30% at 20% 34%,rgba(26,103,157,.1),transparent 70%);overflow:hidden}.site-glow::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000,transparent 75%)}
.site-header{height:84px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20;border-bottom:1px solid var(--border);background:rgba(7,10,18,.68);backdrop-filter:blur(20px)}.brand img{width:190px;height:auto}.site-header nav{display:flex;align-items:center;gap:32px}.site-header nav a{font-size:.86rem;color:#b8c0d0;transition:.2s}.site-header nav a:hover{color:#fff}.site-header .nav-cta{border:1px solid rgba(157,151,255,.42);padding:10px 17px;border-radius:999px;color:#fff}
.hero{min-height:800px;max-width:1500px;margin:0 auto;padding:90px clamp(24px,6vw,92px) 110px;display:grid;grid-template-columns:minmax(390px,.86fr) minmax(540px,1.14fr);align-items:center;gap:52px;position:relative}.hero-copy{position:relative;z-index:3}.eyebrow,.kicker{color:var(--accent2);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:25px}.eyebrow span{width:26px;height:1px;background:var(--accent2);box-shadow:0 0 14px var(--accent)}.hero h1{font-size:clamp(3.4rem,6vw,6.5rem);line-height:.94;letter-spacing:-.055em;font-weight:800}.hero h1 em,.feature-intro h2 em{font-style:normal;background:linear-gradient(100deg,#fff 3%,#b4aaff 42%,#7667ff 82%);background-clip:text;-webkit-background-clip:text;color:transparent}.hero-lead{max-width:630px;margin:30px 0;color:#b4bdcd;font-size:1.08rem;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:54px;padding:0 24px;border-radius:14px;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s,border-color .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(105deg,#6255f2,#8f83ff);box-shadow:0 16px 38px rgba(92,79,242,.28);color:#fff}.button-primary:hover{box-shadow:0 20px 46px rgba(92,79,242,.4)}.button-ghost{border:1px solid var(--border);background:rgba(255,255,255,.025);color:#d8ddea}.button-ghost:hover{border-color:rgba(157,151,255,.4)}.hero-trust{display:flex;gap:24px;margin-top:30px;flex-wrap:wrap;color:#858fa3;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.hero-trust span{display:flex;align-items:center;gap:7px}.hero-trust i{width:5px;height:5px;border-radius:50%;background:#65e6bc;box-shadow:0 0 9px #65e6bc}
.hero-visual{min-height:610px;position:relative;display:flex;align-items:center;justify-content:center}.visual-halo{position:absolute;width:88%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(111,92,255,.25),rgba(48,67,124,.08) 46%,transparent 70%);filter:blur(18px)}.tv-frame{position:absolute;right:0;width:88%;border:7px solid #11131c;border-radius:21px;overflow:hidden;box-shadow:var(--shadow),0 0 0 1px rgba(255,255,255,.08);transform:perspective(1300px) rotateY(-5deg) rotateX(1deg)}.tv-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.08),transparent 25%);pointer-events:none}.phone-frame{position:absolute;left:0;bottom:10px;width:25%;aspect-ratio:9/18.7;border:7px solid #10131c;border-radius:28px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.1);background:#090d16}.phone-frame img{width:100%;height:100%;object-fit:cover}.floating-chip{position:absolute;display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(13,18,31,.82);backdrop-filter:blur(16px);box-shadow:0 16px 38px rgba(0,0,0,.35);font-size:.7rem;color:#aeb7c8}.floating-chip b{font:700 .72rem 'Exo 2';color:#fff}.chip-live{right:-8px;bottom:55px}.chip-live b{color:#ff6c74}.chip-secure{right:9%;top:62px}.chip-secure b{color:#6de5ff}
.signal-strip{min-height:76px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;padding:18px 24px;color:#687386;font:600 .66rem 'Exo 2';letter-spacing:.17em}.signal-strip i{width:3px;height:3px;border-radius:50%;background:#394154}.section{max-width:1320px;margin:0 auto;padding:130px clamp(24px,5vw,72px)}.section-heading{max-width:790px;margin-bottom:55px}.section h2,.final-cta h2{font:700 clamp(2.3rem,4.3vw,4.7rem)/1.03 'Exo 2';letter-spacing:-.045em;margin:15px 0 22px}.section-heading>p:last-child,.feature-intro>p:last-child{color:var(--muted);max-width:670px;font-size:1rem}
.experience-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:22px}.experience-card{position:relative;min-height:540px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:linear-gradient(145deg,rgba(24,34,53,.88),rgba(10,15,27,.9));box-shadow:0 24px 70px rgba(0,0,0,.23)}.experience-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 70%,rgba(111,92,255,.15),transparent 45%);pointer-events:none}.card-copy{position:relative;z-index:2;padding:34px 36px;max-width:520px}.card-copy span,.feature-index{font:700 .66rem 'Exo 2';color:var(--accent2);letter-spacing:.13em}.card-copy h3{font-size:1.55rem;margin:8px 0}.card-copy p{color:var(--muted);font-size:.9rem}.tv-card>img{position:absolute;width:86%;right:-7%;bottom:-7%;transform:perspective(1100px) rotateX(7deg) rotateZ(-1deg);border:6px solid #0d1018;border-radius:16px;box-shadow:0 26px 60px rgba(0,0,0,.55)}.mobile-card{min-height:540px}.mobile-crop{position:absolute;width:58%;height:72%;bottom:-10%;left:50%;transform:translateX(-50%);border:7px solid #0d1018;border-radius:30px 30px 0 0;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.6)}.mobile-crop img{width:100%;height:100%;object-fit:cover;object-position:top}
.feature-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.feature-intro{position:sticky;top:120px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-card{min-height:260px;padding:28px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,rgba(20,29,46,.85),rgba(11,16,28,.9));position:relative;overflow:hidden}.feature-card h3{font-size:1.2rem;margin:18px 0 9px}.feature-card p{color:var(--muted);font-size:.88rem}.feature-wide{grid-column:span 2;min-height:190px;display:flex;align-items:center;gap:25px}.feature-wide>div{max-width:560px}.feature-wide h3{margin:0 0 7px}.feature-wide>b{margin-left:auto;font:800 clamp(3.5rem,7vw,6rem) 'Exo 2';color:rgba(126,112,255,.08);letter-spacing:-.08em}.mini-wave{position:absolute;left:28px;right:28px;bottom:28px;height:48px;display:flex;align-items:center;gap:6px}.mini-wave i{flex:1;height:20%;background:linear-gradient(to top,rgba(118,103,255,.15),#7667ff);border-radius:4px}.mini-wave i:nth-child(2){height:48%}.mini-wave i:nth-child(3){height:80%}.mini-wave i:nth-child(4){height:35%}.mini-wave i:nth-child(5){height:64%}.mini-wave i:nth-child(6){height:92%}.mini-wave i:nth-child(7){height:45%}.lock-mark{position:absolute;right:28px;bottom:25px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#6fe4cb;background:rgba(71,214,181,.08);border:1px solid rgba(111,228,203,.18);box-shadow:0 0 40px rgba(71,214,181,.09)}.device-dots{position:absolute;left:28px;bottom:28px;display:flex;align-items:end;gap:9px}.device-dots i{display:block;width:34px;height:48px;border:1px solid rgba(157,151,255,.35);border-radius:7px}.device-dots i:nth-child(2){width:62px;height:39px}.device-dots i:nth-child(3){width:78px;height:48px}
.privacy-section{max-width:1180px;display:grid;grid-template-columns:.82fr 1.18fr;gap:100px;align-items:center}.privacy-orbit{width:min(400px,80vw);aspect-ratio:1;border:1px solid rgba(118,103,255,.2);border-radius:50%;position:relative;display:grid;place-items:center;background:radial-gradient(circle,rgba(118,103,255,.14),transparent 60%);box-shadow:inset 0 0 80px rgba(71,55,196,.05)}.privacy-orbit::before,.privacy-orbit::after{content:"";position:absolute;border:1px solid rgba(118,103,255,.13);border-radius:50%;inset:15%}.privacy-orbit::after{inset:31%}.privacy-orbit b{width:90px;height:90px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(145deg,#7667ff,#3c32a4);font:800 2.3rem 'Exo 2';box-shadow:0 0 60px rgba(118,103,255,.4)}.privacy-orbit span{position:absolute;width:9px;height:9px;border-radius:50%;background:#7f70ff;box-shadow:0 0 17px #7f70ff}.privacy-orbit span:nth-child(1){top:17%;left:21%}.privacy-orbit span:nth-child(2){right:9%;top:48%}.privacy-orbit span:nth-child(3){bottom:12%;left:42%}.privacy-copy h2{font-size:clamp(2.4rem,4vw,4rem)}.privacy-copy>p:not(.kicker){color:var(--muted);margin-bottom:25px}.privacy-copy ul{list-style:none;display:grid;gap:12px;margin-bottom:28px}.privacy-copy li{display:flex;gap:12px;color:#c5ccda;font-size:.9rem}.privacy-copy li span{color:#69e0be}.privacy-copy>a{font:700 .85rem 'Exo 2';color:var(--accent2)}
.themes-section{display:flex;justify-content:space-between;gap:50px;align-items:end}.themes-section h2{font-size:clamp(2.2rem,4vw,3.7rem);max-width:600px}.theme-list{display:flex;gap:16px;flex-wrap:wrap}.theme-list div{width:76px;text-align:center;color:#8f99aa;font-size:.7rem}.theme-list i{display:block;width:58px;height:58px;border-radius:18px;margin:0 auto 8px;background:var(--swatch);border:1px solid rgba(255,255,255,.2);box-shadow:inset 8px 8px 20px rgba(255,255,255,.16),0 13px 28px rgba(0,0,0,.3)}.final-cta{min-height:560px;padding:120px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;position:relative;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden}.final-cta .cta-glow{position:absolute;width:800px;height:500px;background:radial-gradient(circle,rgba(108,88,255,.25),transparent 68%);filter:blur(16px)}.final-cta>*:not(.cta-glow){position:relative}.final-cta img{width:210px;margin-bottom:32px}.final-cta h2{margin:0 0 18px}.final-cta p{color:var(--muted);margin-bottom:28px}.site-footer{max-width:1320px;margin:0 auto;padding:70px clamp(24px,5vw,72px) 30px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:42px}.footer-brand img{width:190px;margin-bottom:15px}.footer-brand p{color:#737e91;font-size:.82rem}.footer-links{display:flex;flex-direction:column;gap:9px}.footer-links strong{font:700 .78rem 'Exo 2';margin-bottom:5px}.footer-links a{color:#7f899b;font-size:.8rem}.footer-links a:hover{color:#fff}.footer-bottom{grid-column:1/-1;border-top:1px solid var(--border);padding-top:22px;margin-top:25px;display:flex;justify-content:space-between;gap:20px;color:#626d80;font-size:.72rem}
body:not(.landing)>header{padding:18px clamp(20px,4vw,48px);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border);position:sticky;top:0;background:rgba(7,10,18,.9);backdrop-filter:blur(16px);z-index:10}body:not(.landing) .brand{display:flex;align-items:center;gap:12px}body:not(.landing) .brand img{width:34px;height:34px;border-radius:9px}body:not(.landing) .brand span{font:700 1.1rem 'Exo 2'}body:not(.landing) nav{display:flex;gap:24px}body:not(.landing) nav a{color:var(--muted);font-size:.84rem}main.legal{max-width:860px;margin:0 auto;padding:70px 24px}main.legal h1{font:700 clamp(2rem,5vw,3.2rem) 'Exo 2';margin-bottom:8px}main.legal .meta{color:var(--muted);font-size:.86rem;margin-bottom:38px}main.legal h2{font:700 1.15rem 'Exo 2';color:var(--accent2);margin:34px 0 12px}main.legal p,main.legal li{color:#adb6c7;font-size:.94rem;margin-bottom:10px}main.legal ul{padding-left:21px}main.legal table{width:100%;border-collapse:collapse;margin:18px 0}main.legal th{background:var(--surface);color:var(--accent2);padding:11px 14px;text-align:left}main.legal td{padding:11px 14px;border-bottom:1px solid var(--border);color:var(--muted)}.highlight,.warning{padding:15px 18px;margin:17px 0;border-radius:0 9px 9px 0}.highlight{background:rgba(118,103,255,.1);border-left:3px solid var(--accent)}.warning{background:rgba(255,112,67,.09);border-left:3px solid #ff7043}.legal-bar{text-align:center;padding:18px 25px;background:var(--surface);border-top:1px solid var(--border);color:var(--muted);font-size:.8rem}.legal-bar a{margin:0 9px}body:not(.landing)>footer{text-align:center;padding:34px 20px;color:#747f91;font-size:.8rem;border-top:1px solid var(--border)}
@media(max-width:1050px){.site-header nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{text-align:center;max-width:780px;margin:auto}.eyebrow,.hero-actions,.hero-trust{justify-content:center}.hero-visual{min-height:570px;max-width:850px;width:100%;margin:auto}.experience-grid{grid-template-columns:1fr}.mobile-card{min-height:500px}.mobile-crop{width:31%}.feature-section{grid-template-columns:1fr}.feature-intro{position:static;max-width:700px}.privacy-section{gap:55px}.themes-section{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:2fr 1fr 1fr}.footer-links:nth-of-type(3){grid-column:2}}
@media(max-width:720px){.site-header{height:70px;padding:0 18px}.brand img{width:160px}.site-header .nav-cta{font-size:.74rem;padding:8px 12px}.hero{padding:60px 20px 80px;min-height:0}.hero h1{font-size:clamp(3rem,15vw,4.8rem)}.hero-lead{font-size:.96rem}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-trust{gap:10px 18px}.hero-visual{min-height:390px}.tv-frame{width:94%;right:-5%;border-width:4px;border-radius:13px}.phone-frame{width:27%;border-width:4px;border-radius:18px;bottom:8px}.floating-chip{display:none}.signal-strip{justify-content:flex-start;overflow:hidden;flex-wrap:nowrap}.section{padding:90px 20px}.section h2,.final-cta h2{font-size:clamp(2.2rem,11vw,3.4rem)}.experience-card{min-height:430px}.card-copy{padding:26px}.tv-card>img{width:100%;right:-17%;bottom:2%}.mobile-card{min-height:470px}.mobile-crop{width:54%;height:65%}.feature-grid{grid-template-columns:1fr}.feature-card,.feature-wide{grid-column:auto;min-height:230px}.feature-wide{display:block}.feature-wide>b{position:absolute;right:24px;bottom:10px}.privacy-section{grid-template-columns:1fr}.privacy-orbit{margin:auto;width:min(330px,85vw)}.theme-list{gap:10px}.theme-list div{width:58px}.theme-list i{width:48px;height:48px;border-radius:14px}.final-cta{min-height:500px}.site-footer{grid-template-columns:1fr 1fr}.footer-brand,.footer-bottom{grid-column:1/-1}.footer-links:nth-of-type(3){grid-column:auto}.footer-bottom{flex-direction:column}body:not(.landing)>header nav{display:none}main.legal{padding-top:50px}.legal-bar{line-height:2.2}}
@media(prefers-reduced-motion:no-preference){.hero-copy{animation:rise .8s ease-out both}.hero-visual{animation:rise .9s .12s ease-out both}.floating-chip{animation:float 4s ease-in-out infinite}.chip-secure{animation-delay:-2s}@keyframes rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes float{50%{transform:translateY(-8px)}}}
