@font-face{font-family:Inter;src:url(/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype-variations");font-weight:300 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype-variations");font-weight:300 900;font-style:italic;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html{background-color:#fff}img,video{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;pointer-events:none}body{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{font-family:ui-rounded,Arial Rounded MT Bold,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#4b5563;overflow-x:hidden;font-size:16px;line-height:1.7;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.navbar{top:0;left:0;width:100%;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 0;border-bottom:1px solid rgba(0,0,0,.08)}.nav-container{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.nav-logo h1{font-family:Inter,sans-serif;font-size:20px;font-weight:700;color:#374151;margin:0;letter-spacing:0}.nav-menu{display:flex;align-items:center;gap:32px}.nav-link{color:#6b7280;text-decoration:none;font-size:15px;font-weight:400;transition:color .3s ease}.nav-link:hover{color:#374151}.btn-download-nav{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative;overflow:hidden;animation:jump 2s cubic-bezier(.4,0,.2,1) infinite}.btn-download-nav:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px) scale(1.05);box-shadow:0 15px 35px #3b82f666;animation:jump-hover .8s ease-in-out infinite}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.floating-shape{position:absolute;border-radius:50%;opacity:.3;animation:float 6s ease-in-out infinite}.shape-1{width:120px;height:120px;background:linear-gradient(135deg,#10b981,#059669);top:15%;left:5%;animation-delay:0s}.shape-2{width:80px;height:80px;background:linear-gradient(135deg,#f59e0b,#d97706);top:65%;left:8%;animation-delay:1s}.shape-3{width:100px;height:100px;background:linear-gradient(135deg,#ef4444,#dc2626);top:25%;right:8%;animation-delay:2s}.shape-4{width:60px;height:60px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);top:75%;right:15%;animation-delay:3s}.shape-5{width:140px;height:140px;background:linear-gradient(135deg,#06b6d4,#0891b2);bottom:15%;right:5%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-3deg)}75%{transform:translateY(-15px) rotate(3deg)}}.hero-container{max-width:1050px;width:100%;margin:0 auto;padding:0 40px;position:relative;z-index:10}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%;min-height:calc(100vh - 120px)}.hero-text-section{flex:1;max-width:600px;text-align:left}.hero-video-section{flex:1;display:flex;justify-content:center;align-items:center;max-width:350px}.hero-logo{margin-bottom:40px}.logo-icon{width:70px;height:70px;margin:0 auto;display:block;border-radius:25px;object-fit:contain}.hero-video{width:100%;width:350px;height:617px;display:flex;justify-content:center;align-items:center;position:relative}.main-video{width:100%;height:auto;border-radius:25px;box-shadow:0 25px 50px #3b82f64d;object-fit:cover;border:3px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}.main-video:hover{transform:scale(1.02);box-shadow:0 30px 60px #3b82f666}.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:25px;cursor:pointer;transition:all .3s ease}.play-overlay:hover{background:#0009}.play-button{background:#fffffff2;border:none;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.play-button:hover{background:#fff;transform:scale(1.05);box-shadow:0 15px 40px #0006}.play-button:active{transform:scale(.95)}.play-icon{font-size:24px;color:#3b82f6;font-weight:700;margin-left:3px}.hero-text{margin-bottom:40px}.wave-container{margin-bottom:16px;opacity:0;animation:slideUp 1s ease-out .5s forwards}.wave-bars{display:flex;justify-content:center;align-items:flex-end;height:40px;gap:2px;max-width:250px;margin:0 auto}.wave-bar{width:3px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:2px;animation:wave-pulse 1.5s ease-in-out infinite}.bar-0{height:12px;animation-delay:0s}.bar-1{height:20px;animation-delay:.1s}.bar-2{height:15px;animation-delay:.2s}.bar-3{height:25px;animation-delay:.3s}.bar-4{height:18px;animation-delay:.4s}.bar-5{height:30px;animation-delay:.5s}.bar-6{height:22px;animation-delay:.6s}.bar-7{height:16px;animation-delay:.7s}.bar-8{height:28px;animation-delay:.8s}.bar-9{height:20px;animation-delay:.9s}.bar-10{height:24px;animation-delay:1s}.bar-11{height:14px;animation-delay:1.1s}.bar-12{height:26px;animation-delay:1.2s}.bar-13{height:18px;animation-delay:1.3s}.bar-14{height:22px;animation-delay:1.4s}.bar-15{height:30px;animation-delay:1.5s}.bar-16{height:25px;animation-delay:1.6s}.bar-17{height:16px;animation-delay:1.7s}.bar-18{height:28px;animation-delay:1.8s}.bar-19{height:17px;animation-delay:1.9s}.bar-20{height:20px;animation-delay:2s}.bar-21{height:26px;animation-delay:2.1s}.bar-22{height:14px;animation-delay:2.2s}.bar-23{height:32px;animation-delay:2.3s}.bar-24{height:22px;animation-delay:2.4s}.bar-25{height:18px;animation-delay:2.5s}.bar-26{height:25px;animation-delay:2.6s}.bar-27{height:16px;animation-delay:2.7s}.bar-28{height:28px;animation-delay:2.8s}.bar-29{height:21px;animation-delay:2.9s}.bar-30{height:24px;animation-delay:3s}.bar-31{height:17px;animation-delay:3.1s}.bar-32{height:29px;animation-delay:3.2s}.bar-33{height:20px;animation-delay:3.3s}.bar-34{height:24px;animation-delay:3.4s}.bar-35{height:16px;animation-delay:3.5s}.bar-36{height:26px;animation-delay:3.6s}.bar-37{height:18px;animation-delay:3.7s}.bar-38{height:21px;animation-delay:3.8s}.bar-39{height:25px;animation-delay:3.9s}@keyframes wave-pulse{0%,to{transform:scaleY(1);opacity:.7}50%{transform:scaleY(.3);opacity:1}}.hero-title-animated{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:42px;font-weight:800;color:#111827;line-height:1.2;margin-bottom:24px;letter-spacing:-.02em;opacity:0;animation:slideUp 1s ease-out .7s forwards}.hero-line{display:block;line-height:1.2}.gradient-text-purple{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.gradient-text-pink{display:inline-block;background:linear-gradient(135deg,#8b5cf6,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media (min-width: 768px){.hero-title-animated{font-size:48px;line-height:1.2}}@media (min-width: 1024px){.hero-title-animated{font-size:56px;line-height:1.15;margin-bottom:32px}}@media (min-width: 1280px){.hero-title-animated{font-size:64px;line-height:1.1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slide-up .8s ease-out forwards}.hero-cta{opacity:0;animation:slideUp 1s ease-out .9s forwards}.hero-cta-mobile{display:none}.btn-download-primary{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:20px 60px;border-radius:25px;font-size:24px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;animation:jump 2s cubic-bezier(.4,0,.2,1) infinite}.btn-download-primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-3px) scale(1.05);box-shadow:0 25px 50px #3b82f666;animation:jump-hover .8s ease-in-out infinite}.btn-download-primary:active{transform:translateY(-1px) scale(1.02);transition:all .1s ease}@keyframes ripple{0%{transform:scale(0);opacity:.6}50%{opacity:.3}to{transform:scale(2);opacity:0}}.btn-download-primary:before{content:"";position:absolute;inset:0;border-radius:25px;background:linear-gradient(135deg,#3b82f64d,#1d4ed84d);animation:pulse 2s ease-in-out infinite;z-index:-1}@keyframes pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:.3}}@keyframes jump{0%,85%,to{transform:scale(1)}8%{transform:scale(1.1)}15%{transform:scale(1)}}@keyframes jump-hover{0%,50%,to{transform:translateY(-3px) scale(1.05)}25%{transform:translateY(-3px) scale(1.12)}75%{transform:translateY(-3px) scale(1.08)}}.hero-phones{position:absolute;bottom:-200px;left:50%;transform:translate(-50%);display:flex;gap:100px;z-index:5}.phone{width:300px;height:600px;background:linear-gradient(135deg,#374151,#1f2937);border-radius:40px;padding:10px;box-shadow:0 30px 60px #00000080;opacity:.4}.phone-screen{width:100%;height:100%;background:#000;border-radius:30px;overflow:hidden;position:relative}.phone-content{width:100%;height:100%;background:linear-gradient(135deg,#1f2937,#111827)}.phone-1{transform:translateY(-100px) rotate(-15deg);z-index:1}.phone-2{transform:translateY(-50px) rotate(10deg);z-index:2}.features{padding:160px 0;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:200px 200px 0 0;margin-top:400px}.features-container{max-width:1440px;margin:0 auto;padding:0 120px}.features-title{font-size:70px;font-weight:800;margin-bottom:80px}.highlight-green{color:#4deec8}.highlight-blue{color:#54b7ff}.highlight-pink{color:#ff4f7b}.features-content{display:flex;gap:40px;align-items:flex-start}.features-list{flex:1;max-width:547px}.feature-item{margin-bottom:60px;cursor:pointer;transition:all .3s ease;position:relative}.feature-item.active{color:#1a202c}.feature-item:not(.active){color:#6b7280}.feature-item.active .feature-dot{background:#fff}.feature-dot{position:absolute;left:-28px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:transparent}.feature-item h3{font-size:36px;font-weight:600;margin-bottom:8px}.feature-item p{font-size:18px;line-height:1.6;opacity:.9}.features-image{flex:1;max-width:592px;height:518px;position:relative;overflow:hidden;border-radius:20px}.feature-screenshot{width:100%;height:100%;background:linear-gradient(135deg,#1f2937,#111827);border-radius:20px;position:relative;overflow:hidden}.screenshot-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:300px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;box-shadow:0 20px 40px #3b82f64d}.sound-section{padding:160px 0;background:linear-gradient(135deg,#fff,#f8fafc)}.sound-container{max-width:1440px;margin:0 auto;padding:0 120px}.sound-title{font-size:70px;font-weight:800;margin-bottom:80px}.sound-content{display:flex;gap:40px;align-items:flex-start}.sound-features{flex:1;max-width:547px}.sound-feature{margin-bottom:60px;cursor:pointer;transition:all .3s ease;position:relative}.sound-feature.active{color:#1a202c}.sound-feature:not(.active){color:#6b7280}.sound-feature.active .feature-dot{background:#fff}.sound-feature h3{font-size:36px;font-weight:600;margin-bottom:8px}.sound-feature p{font-size:18px;line-height:1.6;opacity:.9}.sound-image{flex:1;max-width:592px;height:700px;position:relative}.sound-screenshot{width:100%;height:100%;background:linear-gradient(135deg,#1f2937,#111827);border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.music-video{width:100%;height:100%;object-fit:cover;border-radius:20px}.equalizer-visual{display:flex;gap:8px;align-items:end;height:200px}.eq-bar{width:20px;background:linear-gradient(135deg,#54b7ff,#3b82f6);border-radius:10px 10px 0 0;animation:equalizer 1.5s ease-in-out infinite}.eq-bar:nth-child(1){height:60%;animation-delay:.1s}.eq-bar:nth-child(2){height:80%;animation-delay:.2s}.eq-bar:nth-child(3){height:100%;animation-delay:.3s}.eq-bar:nth-child(4){height:70%;animation-delay:.4s}.eq-bar:nth-child(5){height:90%;animation-delay:.5s}@keyframes equalizer{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}.interface-section{padding:160px 0;background:linear-gradient(135deg,#fff,#f8fafc)}.interface-container{max-width:1440px;margin:0 auto;padding:0 120px}.interface-title{font-size:70px;font-weight:800;margin-bottom:80px}.interface-content{display:flex;gap:40px;align-items:flex-start}.interface-features{flex:1;max-width:547px}.interface-feature{margin-bottom:60px;cursor:pointer;transition:all .3s ease;position:relative}.interface-feature.active{color:#1a202c}.interface-feature:not(.active){color:#6b7280}.interface-feature.active .feature-dot{background:#fff}.interface-feature h3{font-size:36px;font-weight:600;margin-bottom:8px}.interface-feature p{font-size:18px;line-height:1.6;opacity:.9}.interface-image{flex:1;max-width:592px;height:518px;position:relative}.interface-screenshot{width:100%;height:100%;background:linear-gradient(135deg,#1f2937,#111827);border-radius:20px;display:flex;align-items:center;justify-content:center}.theme-preview{width:250px;height:350px;background:linear-gradient(135deg,#ff4f7b,#ec4899);border-radius:20px;display:flex;align-items:flex-end;justify-content:center;padding:30px}.theme-colors{display:flex;gap:15px}.color-dot{width:40px;height:40px;border-radius:50%;border:3px solid white}.color-1{background:#ff4f7b}.color-2{background:#3b82f6}.color-3{background:#10b981}.more-features{padding:160px 0;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:0 200px 0 0}.more-features-container{max-width:1440px;margin:0 auto;padding:0 120px}.more-features-title{font-size:70px;font-weight:800;margin-bottom:80px;color:#1a202c}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(328px,1fr));gap:24px;overflow-x:auto;padding:20px 0}.feature-card{background:#ffffff05;border-radius:60px;padding:80px 20px 56px;text-align:center;transition:all .3s ease;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.feature-card:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);transform:translateY(-5px)}.feature-icon{width:100px;height:100px;margin:0 auto 56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px}.speed-icon{background:linear-gradient(135deg,#ff4f7b,#ec4899)}.speed-icon:after{content:"⚡"}.timer-icon{background:linear-gradient(135deg,#4deec8,#10b981)}.timer-icon:after{content:"⏰"}.ringtone-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.ringtone-icon:after{content:"🔔"}.power-icon{background:linear-gradient(135deg,#10b981,#059669)}.power-icon:after{content:"🔋"}.backup-icon{background:linear-gradient(135deg,#6366f1,#4f46e5)}.backup-icon:after{content:"☁️"}.feature-card h3{font-size:24px;font-weight:600;margin-bottom:8px;color:#fff}.feature-card p{font-size:18px;color:#fffc;line-height:1.5}.stats{padding:160px 0;text-align:center}.stats-container{max-width:1440px;margin:0 auto;padding:0 24px}.stats-title{font-size:70px;font-weight:800;margin-bottom:96px;color:#1a202c}.stats-grid{display:flex;justify-content:center;gap:64px;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:120px;font-weight:800;color:#4deec8;line-height:1;margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:10px}.star-icon{font-size:80px}.stat-item p{font-size:18px;color:#ffffffb3}.footer{background:#fff;border-top:1px solid rgba(203,203,203,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-container{max-width:1440px;margin:0 auto;padding:0 40px}.footer-content{display:flex;color:#e2e8f0;justify-content:space-between;align-items:center;padding:24px 0;min-height:80px}.footer-brand h3{font-family:Inter,sans-serif;font-size:18px;font-weight:500;color:#6b7280;margin:0;letter-spacing:0}.footer-links{display:flex;gap:32px;align-items:center}.footer-links a{color:#9ca3af;text-decoration:none;font-size:14px;font-weight:400;transition:all .3s ease;padding:8px 12px;border-radius:6px}.footer-links a:hover{color:#6b7280;background:#6b72801a}.footer-copy{text-align:right;display:flex;flex-direction:column;gap:4px}.footer-copy p{font-size:14px;color:#9ca3af;margin:0}.logo-icon.small:after{font-size:24px}@media (max-width: 768px){.nav-container{padding:0 20px}.nav-menu{display:none}.hero-container{padding:0 10px}.hero-content{flex-direction:column;gap:10px;text-align:center;min-height:auto;padding:20px 0}.hero-text-section{text-align:center;order:1}.hero-video-section{order:2;max-width:200px;margin:0 auto}.hero-cta-desktop{display:none}.hero-cta-mobile{display:block;order:3;margin-top:20px;text-align:center;opacity:1;animation:none}.hero-title-animated{font-size:38px;line-height:1.25;margin-bottom:20px}.hero-subtitle{font-size:18px}.main-video{max-width:100%;border-radius:20px}.hero-video{max-width:200px;height:350px}.play-button{width:60px;height:60px}.play-icon{font-size:20px;margin-left:2px}.hero-phones{display:none}.features,.sound-section,.interface-section,.more-features{padding:80px 0}.features-container,.sound-container,.interface-container,.more-features-container,.footer-container{padding:0 20px}.features-title,.sound-title,.interface-title,.more-features-title,.stats-title{font-size:36px}.features-content,.sound-content,.interface-content{flex-direction:column}.features-image,.sound-image,.interface-image{height:300px;max-width:100%}.feature-item h3,.sound-feature h3,.interface-feature h3{font-size:24px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.feature-card{padding:40px 20px 36px}.feature-icon{width:56px;height:56px;margin-bottom:24px;font-size:28px}.feature-card h3{font-size:18px}.feature-card p{font-size:14px}.stats-grid{flex-direction:column;gap:40px}.stat-number{font-size:96px}.footer-content{flex-direction:column;gap:16px;padding:20px 0;text-align:center}.footer-links{gap:20px;order:2}.footer-copy{text-align:center;order:3}.footer-brand{order:1}.floating-shape{display:none}.wave-bars{height:35px;max-width:220px;gap:1.5px}.wave-bar{width:2.5px}.bar-0{height:10px}.bar-1{height:16px}.bar-2{height:12px}.bar-3{height:20px}.bar-4{height:14px}.bar-5{height:24px}.bar-6{height:18px}.bar-7{height:13px}.bar-8{height:22px}.bar-9{height:16px}.bar-10{height:19px}.bar-11{height:11px}.bar-12{height:20px}.bar-13{height:14px}.bar-14{height:17px}.bar-15{height:24px}.bar-16{height:20px}.bar-17{height:13px}.bar-18{height:22px}.bar-19{height:14px}.bar-20{height:16px}.bar-21{height:20px}.bar-22{height:11px}.bar-23{height:26px}.bar-24{height:18px}.bar-25{height:14px}.bar-26{height:20px}.bar-27{height:13px}.bar-28{height:22px}.bar-29{height:16px}.bar-30{height:19px}.bar-31{height:14px}.bar-32{height:24px}.bar-33{height:16px}.bar-34{height:19px}.bar-35{height:13px}.bar-36{height:21px}.bar-37{height:14px}.bar-38{height:16px}.bar-39{height:20px}}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-out}.modal-content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;width:800px;height:700px;overflow:hidden;box-shadow:0 25px 50px #00000026;border:1px solid rgba(0,0,0,.1);animation:slideUp .3s ease-out}.modal-header{padding:20px;display:flex;justify-content:space-between;align-items:center}.modal-progress-bar{flex:1}.progress-text{color:#1a202c;font-size:14px;font-weight:600;margin-bottom:8px}.progress-bar{width:100%;height:4px;background:#3b82f633;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);transition:width .5s ease;border-radius:2px}.close-button{background:none;border:none;color:#1a202c;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-button:hover{background:#3b82f633;transform:scale(1.1)}.modal-body{padding:30px;overflow-y:auto;height:580px;max-height:580px;scroll-behavior:smooth}.modal-body::-webkit-scrollbar{width:5px}.modal-body::-webkit-scrollbar-track{background:#3b82f60d;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:4px;transition:background .3s ease}.modal-body::-webkit-scrollbar-thumb:hover{background:#3b82f680}.form-step{text-align:center}.telegram-step{padding-bottom:80px}.telegram-step .continue-button{margin-top:40px}@media (max-width: 768px){.telegram-step{padding-bottom:120px;justify-content:space-between;min-height:calc(100vh - 240px)}.telegram-step .continue-button{margin-top:60px}}.step-title{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827;font-size:28px;font-weight:700;line-height:1.3;margin-bottom:24px;letter-spacing:-.01em}.options-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:30px}.option-button{background:#00000008;border:2px solid rgba(59,130,246,.2);color:#4b5563;padding:16px 20px;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative}.option-button:hover{background:#3b82f614;border-color:#3b82f666;transform:translateY(-2px)}.option-button.selected{background:#3b82f614;border-color:#3b82f666}.option-button.selected:after{content:"✓";position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;z-index:10;border:2px solid #000;box-shadow:0 4px 8px #3b82f64d}.genres-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:30px;padding-right:10px}.genre-button{background:transparent;border:none;color:#1a202c;padding:10px;border-radius:25px;cursor:pointer;transition:all .3s ease;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.genre-button:hover{transform:translateY(-2px)}.artist-image-container{position:relative;margin-bottom:12px}.artist-image{width:130px;height:130px;border-radius:50%;object-fit:cover;border:none;transition:all .3s ease}.genre-button:hover .artist-image{transform:scale(1.05)}.artist-selected-check{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;z-index:10;border:3px solid #000;box-shadow:0 4px 8px #3b82f64d}.genre-name{font-weight:600;font-size:14px;margin-bottom:4px}.genre-artist{font-size:16px;color:#64748b;font-weight:500}.email-input{width:100%;background:#00000008;border:2px solid rgba(59,130,246,.2);color:#4b5563;padding:16px 20px;border-radius:25px;font-size:16px;margin-bottom:30px;transition:all .3s ease}.email-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 20px #3b82f633}.email-input::placeholder{color:#4b556380}.continue-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:16px 32px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #3b82f64d;margin:0 auto}.continue-button.enabled:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 15px 35px #3b82f666}.continue-button.disabled{background:#6b72804d;cursor:not-allowed;box-shadow:none}.thank-you-text{color:#f3f6f8cc;font-size:16px;margin-bottom:30px;line-height:1.6}.testimonial-card{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:25px;padding:24px;margin-bottom:30px;text-align:center}.testimonial-text{color:#1a202c;font-size:16px;line-height:1.6;margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:12px}.author-avatar{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%}.author-name{color:#1a202c;font-weight:600;margin-bottom:4px}.author-rating{color:#fbbf24;font-size:14px}.step-description{color:#f3f6f8e6;font-size:16px;margin-bottom:16px;line-height:1.6}.step-subdescription{color:#f3f6f8b3;font-size:14px;margin-bottom:24px;line-height:1.5}.rating-container{margin-bottom:30px}.rating-buttons{color:#fff;display:flex;justify-content:center;gap:12px;margin-bottom:16px}.rating-button{width:56px;height:56px;background:#ffffff0d;border:2px solid rgba(59,130,246,.2);color:#1a202c;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease}.rating-button:hover{background:#3b82f61a;border-color:#3b82f666;transform:translateY(-2px)}.rating-button.selected{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;color:#fff;box-shadow:0 10px 25px #3b82f64d}.rating-labels{display:flex;justify-content:space-between;color:#f3f6f899;font-size:14px}.info-card{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:25px;padding:20px;margin-bottom:30px;display:flex;align-items:flex-start;gap:16px}.info-icon{background:#3b82f633;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.info-content{flex:1}.info-title{color:#1a202c;font-weight:600;margin-bottom:8px}.info-text{color:#f3f6f8cc;font-size:14px;line-height:1.5}.telegram-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:25px;padding:32px;margin-bottom:30px;text-align:center}.telegram-icon{font-size:48px;margin-bottom:16px}.telegram-channel{color:#1a202c;font-size:20px;font-weight:600}.telegram-button{display:flex;align-items:center;justify-content:center;gap:8px;animation:jump 2s cubic-bezier(.4,0,.2,1) infinite}.telegram-button:hover{animation:jump-hover .8s ease-in-out infinite}.telegram-button span:first-child{font-size:18px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.modal-backdrop{padding:0}.modal-content{width:100%;height:100vh;max-height:100vh;border-radius:0;overflow:hidden}.modal-header{padding:10px}.modal-body{padding:20px;height:calc(100vh - 140px);max-height:calc(100vh - 140px);overflow-y:auto;scroll-behavior:smooth;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))}.step-title{font-size:32px;margin-bottom:24px;font-weight:700;line-height:1.25}.options-grid{grid-template-columns:1fr;gap:12px}.genres-grid{grid-template-columns:1fr 1fr;gap:12px;height:500px;padding-right:5px}.option-button,.genre-button{padding:10px;font-size:16px;min-height:80px}.artist-image-container{margin-bottom:8px}.artist-selected-check{width:24px;height:24px;font-size:12px;top:-6px;right:-6px;border:2px solid #000}.continue-button{width:100%;padding:20px;font-size:18px;margin-top:auto;position:fixed;bottom:30px;left:20px;right:20px;width:calc(100% - 40px);z-index:100}.btn-download-primary{padding:16px 100px;font-size:20px;border-radius:25px}.form-step{height:auto;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:100px;min-height:calc(100vh - 240px)}.artist-image{border-radius:25px;object-fit:cover;border:none;transition:all .3s ease}.artist-container{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:16px;font-weight:600}.persons-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:20px 0;padding:0 10px}.option-button{font-size:18px;padding:10px;font-weight:600}.age-option{font-size:18px;padding:24px}.testimonial-card{padding:16px;margin-bottom:20px}.telegram-card{padding:20px;margin-bottom:20px}.testimonial-text{font-size:14px}.author-avatar{width:40px;height:40px}.rating-buttons{color:#fff;gap:8px}.rating-button{width:48px;height:48px;font-size:18px}.info-card{padding:16px;gap:12px}.info-icon{width:32px;height:32px;font-size:16px}.telegram-card{padding:24px}.telegram-icon{font-size:40px}.telegram-channel{font-size:18px}.step-description,.step-subdescription{font-size:14px}}@media (min-width: 769px) and (max-width: 1023px){.hero-cta-mobile{display:none}}@media (min-width: 1024px){.hero-container{padding:0}.hero-content{gap:40px}.main-video{max-width:500px;border-radius:30px}.hero-video{max-width:500px}.hero-cta-mobile{display:none}}.privacy-page{min-height:100vh;background-color:#1a1a1a;color:#fff;font-family:ui-rounded,Arial Rounded MT Bold,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.privacy-page .prose{max-width:none;color:#fff}.privacy-page .prose p{color:#fff;margin-bottom:1.5rem}.privacy-page .prose h1{color:#fff;font-weight:800;margin-bottom:1.5rem}.privacy-page .prose h2{color:#fff;font-weight:700;margin-bottom:1.5rem;margin-top:3rem}.privacy-page .prose h3{color:#fff;font-weight:700;margin-bottom:1rem;margin-top:2rem}.privacy-page .prose ul{margin-bottom:1.5rem;padding-left:1.5rem}.privacy-page .prose ul li{color:#fff;margin-bottom:.5rem}.privacy-page .prose strong{color:#fff;font-weight:700}.privacy-page .prose a{color:#60a5fa;text-decoration:underline}.privacy-page .prose a:hover{color:#93c5fd}.privacy-page .text-gray-400{color:#9ca3af}
