@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background:linear-gradient(180deg,#1a0808,#0a0808);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#1a0808,#0a0808)}a{color:inherit}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background:linear-gradient(180deg,#1a0808,#0a0808)}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:transparent}.header{width:100%;display:flex;justify-content:center;padding:24px 80px}.floating-header{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;height:56px;background:#3d0a0a99;border-radius:100px;border:1px solid #ff2d2d33;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:float 8s ease-in-out infinite}.logo-icon{width:40px;height:40px;border-radius:8px;object-fit:cover}.logo-text{font-size:18px;font-weight:700;letter-spacing:.08em}.hero-section{width:100%;padding:64px 120px;display:flex;flex-direction:column;align-items:center;gap:0}.hero-content{width:800px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.hero-content h1{margin:0;font-size:64px;font-weight:700;line-height:1.1;white-space:pre-line}.hero-content p{margin:0;font-size:20px;line-height:1.5;color:#fffa;width:650px}.cta-row{display:flex;align-items:center;gap:16px}.cta-primary{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#000;border-radius:10px;border:1px solid #ffffff33;box-shadow:0 4px 16px #0004;transition:transform .2s ease,box-shadow .2s ease}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0006}.cta-text{display:flex;flex-direction:column;gap:1px}.cta-text span{font-size:9px}.cta-text strong{font-size:20px;font-weight:600}.app-store-icon{width:50px;height:47px;object-fit:contain}.phones-section{width:100%;display:flex;justify-content:center;align-items:center;padding-top:16px;height:500px;overflow:hidden;margin:64px 0}.phones-mockup{width:min(920px,100%);height:auto;display:block;transform:translateY(-10px);animation:floatSlow 10s ease-in-out infinite}.features-section{width:100%;padding:64px 120px 100px;background:transparent;display:flex;flex-direction:column;align-items:center;gap:64px}.features-header{width:700px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.features-header h2{margin:0;font-size:48px;font-weight:700;line-height:1.15;white-space:pre-line}.features-header p{margin:0;font-size:18px;color:#fff8;width:600px}.badge{font-size:11px;font-weight:600;color:#ff6b6b;padding:6px 14px;border-radius:100px;border:1px solid #ff2d2d33;background:#ff2d2d18}.features-grid{width:100%;display:flex;gap:24px;justify-content:center}.feature-card{width:350px;padding:32px;background:#1a0a0a;border-radius:24px;border:1px solid #3d1a1a44;display:flex;flex-direction:column;gap:20px;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.feature-card:hover{transform:translateY(-6px);border-color:#ff2d2d66;box-shadow:0 18px 40px #0005}.feature-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff2d2d22,#ff2d2d08)}.feature-icon svg{color:#ff2d2d}.feature-card h3{margin:0;font-size:22px;font-weight:600}.feature-card p{margin:0;font-size:15px;line-height:1.6;color:#fff7}.cta-section{width:100%;padding:100px 120px;background:transparent;display:flex;justify-content:center}.cta-card{width:900px;padding:64px 80px;border-radius:32px;background:radial-gradient(circle at center,#3d1010,#1a0a0a);border:1px solid #ff2d2d22;box-shadow:0 20px 80px #ff2d2d22;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;position:relative}.cta-card:after{content:"";position:absolute;inset:-2px;border-radius:32px;border:1px solid rgba(255,45,45,.18);opacity:.6;animation:pulseGlow 4s ease-in-out infinite;pointer-events:none}.cta-card h2{margin:0;font-size:44px;font-weight:700;line-height:1.15;white-space:pre-line}.cta-card p{margin:0;font-size:18px;color:#fff8;line-height:1.5;white-space:pre-line}.footer{width:100%;padding:48px 120px;background:transparent;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:32px}.footer-top,.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;align-items:center;gap:12px}.footer-logo{width:44px;height:44px;border-radius:8px;object-fit:cover}.footer-links{display:flex;gap:32px;color:#fff6;font-size:14px}.footer-divider{height:1px;background:#1a0a0a}.footer-copy{font-size:13px;color:#fff4}.socials{display:flex;gap:16px}.social{width:36px;height:36px;border-radius:8px;background:#1a0a0a;display:flex;align-items:center;justify-content:center;color:#fff6;transition:transform .18s ease,background .18s ease}.social:hover{transform:translateY(-2px);background:#1f0c0c}.footer-link{background:none;border:none;color:inherit;font:inherit;padding:0;cursor:pointer;transition:color .2s ease}.footer-link:hover{color:#fffc}.footer-link:focus-visible{outline:2px solid #ff2d2d66;outline-offset:4px;border-radius:4px}.legal-page{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:stretch}.legal-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 120px;border-bottom:1px solid rgba(255,255,255,.08);background:#0a0808bf;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.legal-brand{display:flex;align-items:center;gap:10px}.legal-back{background:#000;color:#fff;border:1px solid #ffffff33;border-radius:10px;padding:10px 18px;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.legal-back:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0005;border-color:#ff2d2d66}.legal-hero{padding:40px 120px 0;display:flex;flex-direction:column;gap:16px}.legal-eyebrow{font-size:11px;font-weight:600;letter-spacing:.25em;color:#ff6b6b}.legal-hero h1{margin:0;font-size:42px;font-weight:700}.legal-intro{margin:0;font-size:16px;line-height:1.6;color:#fff8;max-width:720px}.legal-nav{display:flex;gap:12px;flex-wrap:wrap}.legal-tab{background:#1a0a0a;border:1px solid #ffffff1f;color:#fffb;border-radius:999px;padding:8px 18px;font-size:14px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.legal-tab:hover{border-color:#ff2d2d55;color:#fff}.legal-tab.active{background:#ff2d2d1a;border-color:#ff2d2d88;color:#ffb3b3}.legal-content{padding:32px 120px 120px;display:flex;flex-direction:column;gap:32px;align-items:center}.legal-section{width:min(980px,100%);padding:40px;border-radius:24px;background:#1a0a0a;border:1px solid #3d1a1a44;display:flex;flex-direction:column;gap:20px}.legal-section h2{margin:0;font-size:28px;font-weight:600}.legal-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;padding:16px 20px;border-radius:16px;background:#120707;border:1px solid #2d141433;font-size:14px;color:#fff9}.legal-meta strong{color:#fffc}.legal-block{display:flex;flex-direction:column;gap:10px}.legal-block h3{margin:0;font-size:20px;font-weight:600}.legal-block h4{margin:0;font-size:16px;font-weight:600;color:#fffc}.legal-block p{margin:0;line-height:1.6;color:#fffa}.legal-list{margin:0;padding-left:20px;line-height:1.6;color:#fffa;display:flex;flex-direction:column;gap:6px}.legal-note{font-size:14px;color:#fff8}.reveal{opacity:0;transform:translateY(24px);animation:fadeUp .8s ease forwards}.hero-title{animation-delay:.1s}.hero-subtitle{animation-delay:.25s}.hero-cta{animation-delay:.35s}.phones-mockup.reveal{animation-delay:.45s}.features-header.reveal{animation-delay:.15s}.feature-card.reveal:nth-child(1){animation-delay:.2s}.feature-card.reveal:nth-child(2){animation-delay:.35s}.feature-card.reveal:nth-child(3){animation-delay:.5s}.cta-card.reveal,.footer-top.reveal,.footer-bottom.reveal{animation-delay:.2s}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes floatSlow{0%,to{transform:translateY(-10px)}50%{transform:translateY(-18px)}}@keyframes pulseGlow{0%,to{opacity:.45}50%{opacity:.85}}@media(prefers-reduced-motion:reduce){.floating-header,.phones-mockup,.cta-card:after{animation:none}.reveal{opacity:1;transform:none;animation:none}}@media(max-width:1200px){.hero-content,.features-header,.features-header p,.cta-card,.cta-card p{width:100%}.features-grid{flex-direction:column;align-items:center}.phones-section{flex-direction:column;height:auto;gap:24px}.phone-center{margin:0}}@media(max-width:900px){.header,.hero-section,.features-section,.cta-section,.footer,.legal-header,.legal-hero,.legal-content{padding-left:32px;padding-right:32px}.hero-content h1{font-size:44px}.features-header h2{font-size:36px}.cta-card h2{font-size:32px}.legal-header{flex-direction:column;align-items:flex-start;gap:16px}.legal-hero h1{font-size:32px}}@media(max-width:600px){.hero-content p{width:100%}.footer-top,.footer-bottom{flex-direction:column;gap:16px}.legal-nav{flex-direction:column;align-items:stretch}.legal-tab{width:100%;text-align:center}.legal-section{padding:24px}}
