.shader-hero{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden;background:#000}.shader-hero__canvas{position:absolute;top:0;left:0;width:100%;height:100%}.shader-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;padding-bottom:15vh}.shader-hero__logo{width:280px;height:280px;object-fit:contain;margin-bottom:-10px;filter:drop-shadow(0 12px 40px rgba(124,58,237,.55))}.shader-hero__name{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5)}.shader-fade{position:relative;margin-top:-100px;height:100px;background:linear-gradient(to bottom,transparent 0%,#050505 100%);pointer-events:none;z-index:3}@media(max-width:768px){.shader-hero__logo{width:220px;height:220px}.shader-hero__name{font-size:2.8rem}}@media(max-width:480px){.shader-hero__logo{width:180px;height:180px}.shader-hero__name{font-size:2.2rem}}.app{overflow-x:hidden;width:100%}.gradient-text{background:linear-gradient(135deg,#6c63ff,#a78bfa,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:64px}.section-header h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin:16px 0 12px;letter-spacing:-.02em}.section-header p{color:var(--text-secondary);font-size:1.125rem;max-width:520px;margin:0 auto}.section-badge{display:inline-block;padding:6px 16px;border-radius:100px;background:var(--accent-glow);color:var(--accent);font-size:.85rem;font-weight:600;letter-spacing:.02em}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:all .3s ease}.nav--scrolled{background:#050505cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:10px 0}.nav__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.2rem}.nav__logo img{object-fit:contain;filter:drop-shadow(0 2px 8px rgba(124,58,237,.4))}.nav__links{display:flex;align-items:center;gap:32px}.nav__links a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.nav__links a:hover{color:var(--text)}.nav__cta{background:var(--accent)!important;color:#fff!important;padding:8px 20px;border-radius:100px;font-weight:600!important;transition:transform .2s,box-shadow .2s!important}.nav__cta:hover{transform:translateY(-1px) scale(1.05);box-shadow:0 4px 20px var(--accent-glow)}.nav__cta:active{transform:scale(.95)}.circular-gallery-section{padding:140px 0 60px;position:relative;overflow:hidden;width:100%}.switch-center-wrapper{display:flex;justify-content:center;align-items:center;margin-top:28px}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px;position:relative;overflow:hidden;max-width:1200px;margin:0 auto;gap:60px}.hero__glow{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:min(800px,100vw);height:800px;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);pointer-events:none}.hero__content{flex:1;max-width:600px}.hero__logo{width:180px;height:180px;border-radius:36px;margin-bottom:32px;margin-left:-40px}.hero__title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:20px}.hero__subtitle{color:var(--text-secondary);font-size:1.15rem;line-height:1.7;margin-bottom:36px;max-width:480px}.hero__actions{margin-bottom:48px}.google-play-badge img{height:80px;transition:transform .2s}.google-play-badge:hover img{transform:scale(1.05)}.google-play-badge:active img{transform:scale(.95)}.hero__stats{display:flex;gap:40px}.stat{display:flex;flex-direction:column}.stat__value{font-size:1.5rem;font-weight:800;color:var(--accent)}.stat__label{font-size:.8rem;color:var(--text-secondary);font-weight:500}.hero__phone{flex-shrink:0}.hero__screenshot{width:300px;height:auto;border-radius:32px;box-shadow:0 40px 80px #00000080,0 0 60px var(--accent-glow);animation:float 4s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.features{padding:120px 0}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;perspective:1000px}.feature-card{background:var(--bg-card);border:none;border-radius:var(--radius);padding:32px 28px;will-change:transform;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.feature-card:hover{background:var(--bg-card-hover);box-shadow:0 12px 40px #0000004d}.feature-card__icon{width:96px;height:96px;display:block;margin-bottom:20px;object-fit:contain}.feature-card__title{font-size:1.1rem;font-weight:700;margin-bottom:8px}.feature-card__desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.ai-section{padding:120px 0}.ai-section__inner{display:flex;align-items:center;gap:80px}.ai-section__text{flex:1}.ai-section__text h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;margin:16px 0 20px;letter-spacing:-.02em}.ai-section__text p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:28px}.ai-section__list{list-style:none;display:flex;flex-direction:column;gap:14px}.ai-section__list li{font-size:.95rem;color:var(--text-secondary)}.ai-section__visual{flex-shrink:0;display:flex;align-items:center;justify-content:center}.ai-orb-video{width:300px;height:300px;border-radius:50%;object-fit:cover;filter:drop-shadow(0 0 60px rgba(108,99,255,.4)) drop-shadow(0 0 120px rgba(108,99,255,.15))}.security{padding:120px 0}.security__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;perspective:1000px}.security-card{background:var(--bg-card);border:none;border-radius:var(--radius);padding:32px 24px;text-align:center;transition:all .3s ease;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.security-card:hover{background:var(--bg-card-hover)}.security-card__icon{width:96px;height:96px;display:block;margin:0 auto 20px;object-fit:contain}.security-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}.security-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.cta{padding:120px 0;position:relative}.cta__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,var(--accent-glow) 0%,transparent 70%);pointer-events:none}.cta__inner{text-align:center;position:relative}.cta__logo-wrapper{position:relative;display:inline-block;margin-bottom:24px}.cta__logo-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(168,85,247,.75) 0%,rgba(124,58,237,.4) 45%,transparent 70%);filter:blur(28px);animation:ctaGlowPulse 3.5s ease-in-out infinite alternate;pointer-events:none;z-index:0}.cta__logo{position:relative;z-index:1;width:180px;height:180px;object-fit:contain;filter:drop-shadow(0 14px 36px rgba(124,58,237,.65));animation:ctaLogoFloat 3.5s ease-in-out infinite alternate}@keyframes ctaGlowPulse{0%{transform:translate(-50%,-50%) scale(.85);opacity:.55}to{transform:translate(-50%,-50%) scale(1.3);opacity:.95}}@keyframes ctaLogoFloat{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.cta__inner h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.cta__inner p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:32px}.cta__badges{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:20px;flex-wrap:wrap}.store-badge-box{display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease,opacity .25s ease;cursor:pointer;text-decoration:none;border:none;background:transparent;box-shadow:none}.store-badge-box:hover{transform:translateY(-3px) scale(1.04);opacity:.95}.google-play-img{height:64px;width:auto}.app-store-img{height:43px;width:auto}.legal-page{min-height:100vh;width:100%;background:#080312;background-image:radial-gradient(circle at 50% 0%,rgba(124,58,237,.22) 0%,transparent 65%),radial-gradient(circle at 100% 100%,rgba(168,85,247,.12) 0%,transparent 50%);color:#f3f4f6;padding:60px 24px;font-family:inherit}.legal-container{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.legal-header{display:flex;flex-direction:column;gap:20px;margin-bottom:8px}.legal-back{display:inline-flex;align-items:center;color:#c084fc;font-size:.95rem;font-weight:600;text-decoration:none;padding:8px 16px;border-radius:10px;background:#c084fc14;border:1px solid rgba(192,132,252,.2);align-self:flex-start;transition:all .25s ease;cursor:pointer}.legal-back:hover{background:#c084fc2e;transform:translate(-4px);color:#fff}.legal-brand{display:flex;align-items:center;gap:20px}.legal-brand img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(168,85,247,.4))}.legal-brand h1{font-size:2.2rem;font-weight:800;margin:0;background:linear-gradient(135deg,#fff,#d8b4fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.legal-brand p{font-size:.9rem;color:var(--text-secondary);margin:4px 0 0}.legal-badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#7c3aed26;border:1px solid rgba(168,85,247,.3);color:#d8b4fe;font-weight:600;font-size:.9rem;align-self:flex-start}.legal-card{background:#ffffff09;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:28px 32px;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 10px 30px #0000004d;transition:border-color .25s ease}.legal-card:hover{border-color:#a855f759}.legal-card h2{font-size:1.35rem;font-weight:700;color:#fff;margin-top:0;margin-bottom:14px}.legal-card p{color:#d1d5db;line-height:1.7;font-size:1rem;margin-bottom:12px}.legal-card p:last-child{margin-bottom:0}.legal-card strong{color:#fff}.legal-card ul{padding-left:20px;margin:12px 0}.legal-card li{color:#9ca3af;line-height:1.6;margin-bottom:8px}.legal-card a{color:#c084fc;text-decoration:none;font-weight:600;transition:color .2s ease}.legal-card a:hover{color:#fff;text-decoration:underline}.legal-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff!important;font-weight:600;text-decoration:none!important;box-shadow:0 6px 20px #a855f766;transition:transform .2s ease,box-shadow .2s ease;margin-top:8px}.legal-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #a855f799}.legal-footer{text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);color:var(--text-secondary);font-size:.88rem;margin-top:16px}.footer{padding:32px 0;border-top:1px solid var(--border)}.footer__inner{display:flex;align-items:center;justify-content:space-between}.footer__brand{display:flex;align-items:center;gap:8px;font-weight:700}.footer__brand img{object-fit:contain}.footer__links{display:flex;align-items:center;gap:24px}.footer__links a{color:#9ca3af;font-size:.85rem;font-weight:500;transition:color .2s ease}.footer__links a:hover{color:#c084fc}.footer__copy{color:var(--text-secondary);font-size:.85rem}@media(max-width:1024px){.features__grid,.security__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section-container{padding:0 16px}.nav__links a:not(.nav__cta){display:none}.nav__links{gap:0}.nav__inner{padding:0 16px}.nav__logo span{font-size:1rem}.hero{flex-direction:column;text-align:center;padding:100px 16px 60px;min-height:auto;gap:40px}.hero__logo{width:120px;height:120px;margin-left:0;margin-bottom:24px}.hero__title{font-size:2.2rem}.hero__subtitle{margin:0 auto 28px;font-size:1rem}.hero__actions{margin-bottom:36px}.google-play-badge img{height:64px}.hero__stats{justify-content:center;flex-wrap:wrap;gap:24px}.hero__phone{order:-1}.hero__screenshot{width:200px;border-radius:24px}.features{padding:80px 0}.features__grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:24px 20px}.feature-card__icon{width:64px;height:64px}.section-header{margin-bottom:40px}.section-header h2{font-size:1.8rem}.ai-section{padding:80px 0}.ai-section__inner{flex-direction:column;text-align:center;gap:40px}.ai-section__text h2{font-size:1.8rem}.ai-section__list{align-items:center}.ai-section__visual{margin-top:20px}.ai-orb-video{width:280px;height:280px}.security{padding:80px 0}.security__grid{grid-template-columns:1fr 1fr;gap:12px}.security-card{padding:24px 16px}.security-card__icon{width:64px;height:64px}.cta{padding:80px 0}.cta__logo{width:120px;height:120px}.cta__inner h2{font-size:1.6rem}.cta .google-play-badge img{height:64px}.footer__inner{flex-direction:column;gap:12px}}@media(max-width:480px){.hero__title{font-size:1.8rem}.hero__logo{width:100px;height:100px}.hero__screenshot{width:180px}.hero__stats{gap:16px}.stat__value{font-size:1.2rem}.features__grid{gap:12px}.feature-card__icon{width:56px;height:56px}.security__grid{grid-template-columns:1fr}.security-card__icon{width:56px;height:56px}.ai-orb-video{width:240px;height:240px}.cta__logo{width:100px;height:100px}.cta__inner h2{font-size:1.4rem}}:root{--bg: #050505;--bg-card: #111113;--bg-card-hover: #1a1a1e;--border: #222228;--text: #f5f5f7;--text-secondary: #8e8e93;--accent: #6c63ff;--accent-glow: rgba(108, 99, 255, .15);--green: #34c759;--red: #ff3b30;--orange: #ff9f0a;--radius: 20px;--radius-sm: 12px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6;max-width:100vw}a{text-decoration:none;color:inherit}::selection{background:var(--accent);color:#fff}
