@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700;900&display=swap";:root{--primary-color:#000;--secondary-color:#333;--accent-color:#007aff;--accent-purple:#a78bfa;--bg-color:#fff;--text-color:#1a1a1a;--light-gray:#f5f5f7;--border-color:#e5e5ea;--phone-bg:#0f0f14;--phone-border:#2a2a35;--phone-screen:#1a1a2e}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 24px}.hero{text-align:center;background:linear-gradient(#fdfdfd 0%,#f9f9fc 100%);padding:110px 24px 70px}.hero-tag{color:var(--accent-color);letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,#ede9fe,#dbeafe);border-radius:20px;margin-bottom:28px;padding:6px 18px;font-size:.8rem;font-weight:700;display:inline-block}.hero-title{background:linear-gradient(135deg,#0f0f14 30%,#4a4a6a);-webkit-text-fill-color:transparent;letter-spacing:-2px;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:5rem;font-weight:900;line-height:1.05}.hero-motto{color:var(--secondary-color);margin-bottom:24px;font-size:1.5rem;font-weight:400}.hero-description{color:#666;max-width:580px;margin:0 auto 48px;font-size:1.1rem;line-height:1.8}.store-buttons{justify-content:center;align-items:center;gap:16px;display:flex}.btn{cursor:pointer;letter-spacing:.3px;border:none;border-radius:14px;align-items:center;gap:8px;padding:15px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px #00000024}.btn-primary{color:#fff;background:linear-gradient(135deg,#0f0f14,#2d2d4a)}.btn-secondary{background-color:var(--light-gray);color:var(--text-color)}.features{background-color:var(--bg-color);padding:70px 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;margin-top:0;display:grid}.feature-card{text-align:center;background:linear-gradient(145deg,#f9f9fc,#f0f0f7);border:1px solid #0000000a;border-radius:28px;padding:36px 32px;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000012}.feature-icon{width:52px;height:52px;color:var(--accent-color);background:#fff;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex;box-shadow:0 4px 12px #007aff26}.feature-title{color:#0f0f14;margin-bottom:10px;font-size:1.2rem;font-weight:700}.feature-desc{color:#777;font-size:.95rem;line-height:1.7}.mockups{background:linear-gradient(#0b0b14 0%,#12121f 100%);padding:90px 0 80px;overflow:hidden}.mockups-header{text-align:center;margin-bottom:64px}.mockups-header .mockups-title{color:#fff}.mockups-header .hero-description{color:#ffffff8c}.mockups-title{letter-spacing:-.5px;margin-bottom:16px;font-size:2.75rem;font-weight:800}.mockups-scroll-container{max-width:100%;padding:40px 0 60px}.mockups-scroll-row{padding:20px 0 40px;display:flex;overflow:hidden}.mockups-scroll-track{gap:24px;width:max-content;animation:300s linear infinite scroll-left;display:flex}.mockups-scroll-track:hover{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}.mockup-scroll-card{cursor:pointer;background:var(--phone-bg);border-radius:20px;flex:0 0 380px;transition:transform .3s,box-shadow .3s;box-shadow:0 16px 32px #0006,0 0 20px #6366f11a}.mockup-scroll-card:hover{transform:translateY(-12px)scale(1.02);box-shadow:0 24px 48px #00000080,0 0 40px #6366f140}.mockup-scroll-img{border-radius:20px;width:100%;height:auto;display:block}.lightbox-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;justify-content:center;align-items:center;gap:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.lightbox-close{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .2s;display:flex;position:absolute;top:24px;right:24px}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.lightbox-nav{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .2s;display:flex}.lightbox-nav:hover{background:#ffffff38;transform:scale(1.1)}.lightbox-phone{border-radius:32px;width:340px;animation:.3s cubic-bezier(.175,.885,.32,1.275) zoomIn;overflow:hidden;box-shadow:0 40px 80px #000000b3,0 0 70px #6366f147}.lp-img{object-fit:cover;width:100%;display:block}.lightbox-counter{color:#ffffff80;letter-spacing:.5px;pointer-events:none;font-size:.85rem;font-weight:600;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes pulse-intro{0%{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.8;transform:scale(.95)}}.legal-page{background-color:#0b0b14;min-height:100vh;padding:60px 24px 100px}.back-link{color:#6366f1;align-items:center;gap:8px;margin-bottom:40px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.back-link:hover{opacity:.8}.legal-content{color:#ffffffd9;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:24px;padding:48px;line-height:1.6}.legal-content h2{color:#fff;margin-top:0;margin-bottom:8px;font-size:2.5rem}.legal-date{color:#ffffff80;margin-bottom:40px;font-size:.9rem}.legal-content h3{color:#fff;margin-top:32px;margin-bottom:12px;font-size:1.25rem}.legal-content p{margin-bottom:16px}.footer{background-color:var(--bg-color);padding:80px 0 40px}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:60px;display:flex}.footer-brand{max-width:300px}.footer-logo{margin-bottom:16px;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;display:inline-block}.footer-desc{color:#666;line-height:1.7}.footer-links-group{gap:60px;display:flex}.footer-col h4{color:#0f0f14;margin-bottom:20px;font-size:1rem;font-weight:700}.footer-col ul{list-style:none}.footer-col li{margin-bottom:12px}.footer-col a{color:#777;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid var(--border-color);color:#999;justify-content:space-between;align-items:center;padding-top:32px;font-size:.875rem;display:flex}@media (width<=900px){.panoramic-phone:first-child,.panoramic-phone:nth-child(5){display:none}}@media (width<=640px){.hero-title{letter-spacing:-1px;font-size:3rem}.hero-motto{font-size:1.2rem}.store-buttons{flex-direction:column}.btn{justify-content:center;width:100%}.mockups-title{font-size:2rem}.panoramic-phone{width:140px}.panoramic-phone:nth-child(3){width:158px}.panoramic-phone:nth-child(2),.panoramic-phone:nth-child(4){display:none}.footer-content{flex-direction:column}.footer-links-group{flex-direction:column;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}.lightbox-phone{width:220px}}.intro-text{white-space:nowrap;opacity:0;color:#fff;flex-direction:column;justify-content:center;align-items:flex-start;max-width:0;margin-left:0;transition:max-width .8s cubic-bezier(.4,0,.2,1),opacity .6s .2s,margin-left .8s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}@media (width<=480px){.hero-title{letter-spacing:-1px;font-size:2.5rem}.hero-motto{font-size:1rem}.hero-tag{padding:4px 12px;font-size:.7rem}.hero-description{max-width:90%;font-size:.95rem}.store-buttons{flex-direction:column;gap:12px}.btn{justify-content:center;width:100%;padding:12px 0}.intro-content{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100vh}.intro-icon{width:150px;height:150px;margin:0 auto;display:block}.intro-brand{font-size:3rem}.intro-desc{text-align:center;font-size:1rem}.intro-text{text-align:center;flex-direction:column;align-items:center;width:100%;margin:0;display:flex}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:24px 20px}.feature-card h3{font-size:1.25rem}.feature-card p{font-size:.9rem}.footer-content{text-align:center;align-items:center}.footer-brand{max-width:none}.footer-links-group{flex-direction:column;align-items:center;gap:24px}.footer-bottom{flex-direction:column;gap:8px}}.intro-screen{z-index:99999;background-color:#0b0b14;justify-content:center;align-items:center;transition:opacity .5s;display:flex;position:fixed;inset:0}.intro-fade-out{opacity:0;pointer-events:none}.intro-content{justify-content:center;align-items:center;display:flex}.intro-icon{z-index:2;width:220px;height:220px;position:relative}.intro-text-visible{opacity:1;max-width:800px;margin-left:24px}.intro-brand{margin-bottom:8px;font-size:5.5rem;font-weight:800;line-height:1}.intro-desc{color:#ffffffb3;font-size:1.4rem;font-weight:400}
