@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--backgroundHeadFoot:#000}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img,video{height:auto;max-width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:linear-gradient(red,#00f);background:linear-gradient(var(--accent-red),var(--accent-blue));border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#00f,red);background:linear-gradient(var(--accent-blue),var(--accent-red))}::selection{background-color:red;background-color:var(--accent-red);color:#fff;color:var(--text-color)}:root{--background:#000;--card-background:#000;--text-color:#fff;--accent-red:red;--accent-blue:#00f;--accent-purple:purple;--accent-gold:#a57e22}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#000;background-color:var(--background);color:#fff;color:var(--text-color);font-family:Inter,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.gradient-text{background:linear-gradient(135deg,red,#00f);background:linear-gradient(135deg,var(--accent-red),var(--accent-blue));-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block}.hero-section{min-height:100vh;padding:120px 0 80px}.hero-content,.hero-section{align-items:center;display:flex}.hero-content{gap:40px;justify-content:space-between}.hero-text{flex:1 1}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:24px}.hero-text p{font-size:1.2rem;margin-bottom:32px;max-width:600px;opacity:.9}.hero-phone{display:flex;flex:1 1;justify-content:center;position:relative}.cta-buttons{display:flex;flex-wrap:wrap;gap:16px}.download-btn{border-radius:30px;display:inline-block;font-size:1rem;font-weight:600;padding:14px 28px;text-align:center;text-decoration:none;transition:all .3s ease}.primary{background:linear-gradient(135deg,red,#00f);background:linear-gradient(135deg,var(--accent-red),var(--accent-blue));box-shadow:0 4px 15px #ff00004d,0 4px 15px #0000ff4d;color:#fff}.primary:hover{box-shadow:0 7px 20px #f006,0 7px 20px #00f6;transform:translateY(-3px)}.learn-more-btn{background:#0000;border:1px solid #ffffff4d;border-radius:30px;color:#fff;font-weight:600;padding:14px 28px;text-decoration:none;transition:all .3s ease}.learn-more-btn:hover{background:#ffffff1a}.app-stats-hero{display:flex;gap:100px;justify-content:center;margin-top:60px}.app-stats-hero .stat-item{text-align:center}.app-stats-hero .stat-number{font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:5px}.app-stats-hero .stat-label{color:#a57e22;color:var(--accent-gold);font-size:1.1rem}section{padding:80px 0}section h2{font-size:2.5rem;margin-bottom:16px;text-align:center}section p.section-subtitle{font-size:1.2rem;margin:0 auto 48px;max-width:700px;opacity:.8;text-align:center}.red-blue-shadow{box-shadow:-3px -3px 0 #ff0000b3,3px 3px 0 #0000ffb3}@media (max-width:768px){.hero-content{flex-direction:column-reverse;gap:60px;text-align:center}.hero-text h1{font-size:2.5rem}.hero-text p{margin-left:auto;margin-right:auto}.cta-buttons{justify-content:center}.app-stats-hero{flex-wrap:wrap;gap:40px;margin-top:30px}.app-stats-hero .stat-number{font-size:2.5rem}section{padding:60px 0}section h2{font-size:2rem}}@media (max-width:480px){.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.download-btn,.learn-more-btn{padding:12px 20px;width:100%}.app-stats-hero{gap:20px}.app-stats-hero .stat-item{flex:0 0 100%}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000b3;left:0;padding:20px 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.header.scrolled{background-color:#000000e6;box-shadow:0 5px 20px #000c;padding:15px 0}.header-container{align-items:center;display:flex;justify-content:space-between}.logo{font-size:1.8rem;font-weight:700;z-index:1001}.logo-text{background:linear-gradient(135deg,#fff,#a57e22);-webkit-background-clip:text;background-clip:text;color:#0000}.nav ul{align-items:center;display:flex;gap:32px;list-style:none}.nav a{color:var(--text-color);font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav a:not(.download-btn-nav):after{background:linear-gradient(135deg,var(--accent-red),var(--accent-blue));bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:not(.download-btn-nav):hover:after{width:100%}.download-btn-nav{background:linear-gradient(135deg,var(--accent-red),var(--accent-blue));border-radius:30px;color:#fff;font-weight:600;padding:10px 20px;transition:all .3s ease}.download-btn-nav:hover{box-shadow:0 5px 15px #ff00004d,0 5px 15px #0000ff4d;transform:translateY(-2px)}.nav-toggle{cursor:pointer;display:none;flex-direction:column;height:21px;justify-content:space-between;width:30px;z-index:1001}.nav-toggle span{background-color:var(--text-color);border-radius:3px;display:block;height:3px;transition:all .3s ease;width:100%}@media (max-width:768px){.nav-toggle{display:flex}.nav{background-color:var(--background);height:100vh;padding:100px 40px;position:fixed;right:-100%;top:0;transition:all .4s ease;width:80%;z-index:1000}.nav.active{box-shadow:-5px 0 25px #0000004d;right:0}.nav ul{align-items:flex-start;flex-direction:column;gap:20px}.nav-toggle.active span:first-child{transform:translateY(9px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.cta-nav{margin-top:20px;width:100%}.download-btn-nav{display:block;text-align:center;width:100%}}.phone-container{height:630px;margin:0 auto;perspective:1000px;position:relative;transform:rotateY(-10deg) rotateX(5deg);transform-style:preserve-3d;transition:transform .5s ease;width:300px}.phone-container:hover{transform:rotateY(-5deg) rotateX(2deg) scale(1.02)}.phone-frame{background-color:#121212;border:1px solid #ffffff1a;border-radius:40px;box-shadow:0 25px 50px #00000080;height:100%;overflow:hidden;position:relative;width:100%}.phone-notch{background-color:#121212;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:30px;top:0;width:150px}.phone-home-indicator,.phone-notch{left:50%;position:absolute;transform:translateX(-50%);z-index:10}.phone-home-indicator{background-color:#ffffff80;border-radius:3px;bottom:10px;height:5px;width:120px}.video-container{height:100%;overflow:hidden;position:relative;width:100%}.phone-video{height:100%;object-fit:cover;width:100%}.phone-reflections{background:linear-gradient(135deg,#ffffff1a,#fff0 20%,#fff0 80%,#ffffff0d);border-radius:40px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.phone-overlay{display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:40px 15px 20px;position:absolute;top:0;width:100%;z-index:2}.video-info{bottom:60px;left:15px;position:absolute;width:calc(100% - 90px)}.video-user{align-items:center;display:flex;margin-bottom:10px}.video-user-avatar{background-color:var(--accent-purple);border:2px solid #fff;border-radius:50%;flex-shrink:0;height:40px;overflow:hidden;position:relative;width:40px}.video-user-avatar:after{background:linear-gradient(45deg,#ff00004d,#0000ff4d);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.video-user-name{font-size:14px;font-weight:600;margin-left:10px;text-shadow:0 1px 2px #000c}.follow-btn{background:linear-gradient(135deg,var(--accent-red),var(--accent-blue));border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;margin-left:auto;padding:6px 12px}.video-description{font-size:13px;margin-bottom:15px;text-shadow:0 1px 2px #000c}.video-interactions{align-items:center;bottom:0;display:flex;flex-direction:column;position:absolute;right:-60px}.video-comments,.video-likes,.video-shares{align-items:center;display:flex;flex-direction:column;margin-bottom:15px}.interaction-icon{align-items:center;background-color:#0009;border-radius:50%;display:flex;height:40px;justify-content:center;margin-bottom:5px;width:40px}.heart:before{content:"❤️";font-size:20px}.comment:before{content:"💬";font-size:20px}.share:before{content:"↗️";font-size:20px}.interaction-count{font-size:12px;font-weight:600;text-shadow:0 1px 2px #000c}.live-indicator{align-items:center;background-color:#0009;border-radius:20px;display:flex;left:15px;padding:5px 10px;position:absolute;top:40px}.live-dot{animation:pulse 1.5s infinite;background-color:var(--accent-red);border-radius:50%;height:10px;margin-right:5px;width:10px}@keyframes pulse{0%{box-shadow:0 0 0 0 #ff0000b3;transform:scale(.95)}70%{box-shadow:0 0 0 10px #f000;transform:scale(1)}to{box-shadow:0 0 0 0 #f000;transform:scale(.95)}}.live-indicator span{font-size:12px;font-weight:600;margin-right:8px}.viewer-count{font-size:12px;opacity:.8}.live-comments{bottom:120px;left:15px;position:absolute;width:calc(100% - 30px)}.comment-item{animation:slideIn .3s ease;background-color:#0009;border-radius:20px;font-size:12px;margin-bottom:8px;padding:8px 12px}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.comment-user{color:var(--accent-gold);font-weight:600}.gif-gifts{bottom:200px;position:absolute;right:15px}.gift{animation:floatUp 3s ease-out infinite;height:60px;margin-bottom:10px;width:60px}.gift1{animation-delay:.5s;background:linear-gradient(135deg,var(--accent-red),var(--accent-purple));border-radius:50%;opacity:.8}.gift2{animation-delay:1.2s;background:linear-gradient(135deg,var(--accent-blue),var(--accent-gold));border-radius:10px;opacity:.8}@keyframes floatUp{0%{opacity:.8;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-100px) scale(.5)}}@media (max-width:768px){.phone-container{height:525px;margin-bottom:30px;width:250px}.video-info{bottom:50px}.live-comments{bottom:100px}}@media (max-width:480px){.phone-container{height:460px;width:220px}}.features-section{background-color:var(--background);overflow:hidden;position:relative}.features-section:before{background:linear-gradient(to bottom,#0000,var(--background));content:"";height:200px;left:0;position:absolute;top:-100px;width:100%;z-index:1}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:50px}.feature-card{animation:fadeInUp .5s ease forwards;background-color:#141414b3;border:1px solid #ffffff0d;border-radius:16px;box-shadow:0 10px 30px #0003;opacity:0;overflow:hidden;padding:30px;position:relative;transform:translateY(20px);transition:all .3s ease}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.feature-card:hover{border-color:#f003;box-shadow:0 15px 35px #0000004d;transform:translateY(-10px)}.feature-card:before{background:radial-gradient(circle at top right,#ff000014,#0000 80%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.feature-icon{background-color:#0000004d;border-radius:12px;box-shadow:0 5px 15px #0003;display:inline-block;font-size:2.5rem;margin-bottom:20px;padding:15px}.feature-card h3{background:linear-gradient(135deg,var(--text-color),var(--accent-gold));-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.4rem;margin-bottom:15px}.feature-card p{color:#fffc;font-size:1rem;line-height:1.6}@media (max-width:768px){.features-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.feature-card{padding:20px}.feature-icon{font-size:2rem;padding:10px}.feature-card h3{font-size:1.2rem}}@media (max-width:480px){.features-grid{grid-template-columns:1fr}}.testimonials-section{background-color:var(--background);position:relative}.testimonials-carousel{border-radius:20px;box-shadow:0 15px 35px #0000004d;margin:0 auto;max-width:700px;overflow:hidden;position:relative}.testimonials-wrapper{display:flex;transition:transform .5s ease}.testimonial-card{background:linear-gradient(135deg,#000c,#1e1e1ecc);border:1px solid #ffffff0d;border-radius:20px;flex:0 0 100%;overflow:hidden;padding:40px;position:relative}.testimonial-card:before{background:linear-gradient(90deg,var(--accent-red),var(--accent-blue));content:"";height:5px;left:0;position:absolute;right:0;top:0;z-index:1}.quote-icon{color:var(--accent-gold);font-family:serif;font-size:5rem;height:40px;line-height:1;margin-bottom:10px;opacity:.5}.testimonial-quote{font-size:1.2rem;font-style:italic;line-height:1.6;margin-bottom:30px}.testimonial-author{align-items:center;display:flex}.author-avatar{border:2px solid var(--accent-gold);border-radius:50%;height:60px;margin-right:15px;object-fit:cover;width:60px}.author-info h4{background:linear-gradient(135deg,var(--text-color),var(--accent-gold));-webkit-background-clip:text;background-clip:text;color:#0000;font-size:1.1rem;margin-bottom:5px}.author-info p{color:#ffffffb3;font-size:.9rem}.testimonial-dots{display:flex;gap:10px;justify-content:center;margin-top:20px}.dot{background-color:#ffffff4d;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:linear-gradient(135deg,var(--accent-red),var(--accent-blue));transform:scale(1.2)}.app-stats{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:80px}.stat-item{min-width:200px;padding:20px;text-align:center}.stat-number{background:linear-gradient(135deg,var(--accent-red),var(--accent-blue));-webkit-background-clip:text;background-clip:text;color:#0000;font-size:3rem;font-weight:700;margin-bottom:10px}.stat-label{color:var(--accent-gold);font-size:1.1rem}@media (max-width:768px){.testimonial-card{padding:30px}.testimonial-quote{font-size:1rem}.stat-item{flex:0 0 50%;min-width:auto;padding:15px}.stat-number{font-size:2.5rem}}@media (max-width:480px){.testimonial-card{padding:20px}.stat-item{flex:0 0 100%}}.call-to-action-container{background-color:#f8f9fa;border-radius:8px;padding:60px 20px;text-align:center}.call-to-action-image{background-image:url(https://placehold.co/200x400)}.call-to-action-phone-image{background-image:url(https://placehold.co/180x360)}.call-to-action-heading{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:20px}.call-to-action-subheading{color:#666;font-size:1.2rem;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:800px}.call-to-action-buttons{display:flex;gap:15px;justify-content:center;margin-top:30px}.primary-button{background-color:#06f;border:none;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:background-color .3s ease}.primary-button:hover{background-color:#0055d4}.secondary-button{background-color:initial;border:2px solid #06f;border-radius:30px;color:#06f;cursor:pointer;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.secondary-button:hover{background-color:#0066ff1a}@media (max-width:768px){.call-to-action-buttons{align-items:center;flex-direction:column}.call-to-action-heading{font-size:2rem}}.footer{background-color:var(--backgroundHeadFoot);color:var(--text-color);padding:80px 0 30px;position:relative}.footer:before{background:linear-gradient(90deg,#0000,var(--accent-red),var(--accent-blue),#0000);content:"";height:1px;left:0;position:absolute;top:0;width:100%}.footer-content{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:60px}.footer-brand{flex:1 1;min-width:250px}.footer-logo{margin-bottom:20px}.logo-text{font-size:2rem;font-weight:700}.footer-tagline{margin-bottom:25px;max-width:300px;opacity:.8}.social-links{display:flex;gap:15px}.social-link{align-items:center;background-color:#ffffff1a;border-radius:50%;color:var(--text-color);display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link:hover{background:linear-gradient(135deg,var(--accent-red),var(--accent-blue));transform:translateY(-3px)}.footer-links{display:flex;flex:2 1;flex-wrap:wrap;gap:30px;justify-content:space-between}.footer-section{min-width:150px}.footer-section h3{background:linear-gradient(135deg,var(--text-color),var(--accent-gold));-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:1.2rem;margin-bottom:20px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:var(--text-color);opacity:.7;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:var(--accent-gold);opacity:1;padding-left:5px}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding-top:30px}.footer-bottom p{font-size:.9rem;opacity:.7}.footer-bottom-links{display:flex;gap:20px}.footer-bottom-links a{color:var(--text-color);font-size:.9rem;opacity:.7;text-decoration:none;transition:all .3s ease}.footer-bottom-links a:hover{color:var(--accent-gold);opacity:1}@media (max-width:768px){.footer{padding:60px 0 30px}.footer-content{flex-direction:column;gap:50px}.footer-links{gap:50px}.footer-section{min-width:calc(50% - 25px)}.footer-bottom{align-items:center;flex-direction:column;text-align:center}}@media (max-width:480px){.footer-section{min-width:100%}.social-links{justify-content:center}}.smart-banner{align-items:center;animation:smart-banner-slide .32s cubic-bezier(.16,1,.3,1);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:#141416eb;border-bottom:1px solid #ffffff14;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif;gap:12px;left:0;padding:10px 14px;position:sticky;right:0;top:0;z-index:9999}@keyframes smart-banner-slide{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.smart-banner-close{align-items:center;background:#0000;border:none;border-radius:50%;color:#ffffff8c;cursor:pointer;display:flex;flex:0 0 24px;font-size:22px;height:24px;justify-content:center;line-height:1;padding:0;transition:background .15s ease,color .15s ease;width:24px}.smart-banner-close:active,.smart-banner-close:hover{background:#ffffff1a;color:#fff}.smart-banner-icon{background:#000;border-radius:12px;box-shadow:0 1px 3px #0000004d;flex:0 0 48px;height:48px;overflow:hidden;width:48px}.smart-banner-icon img{display:block;height:100%;object-fit:cover;width:100%}.smart-banner-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.smart-banner-title{color:#fff;font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-banner-meta{align-items:center;color:#fff9;display:flex;font-size:12px;gap:6px;overflow:hidden;white-space:nowrap}.smart-banner-stars{color:#ffc107;font-size:11px;letter-spacing:-1px}.smart-banner-dot,.smart-banner-stars .half{opacity:.4}.smart-banner-cta{-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#ff2d55,#ff375f);border-radius:999px;box-shadow:0 1px 4px #ff2d5566;color:#fff!important;flex:0 0 auto;font-size:14px;font-weight:700;letter-spacing:.5px;padding:8px 18px;text-decoration:none!important;text-transform:uppercase;transition:transform .12s ease,box-shadow .12s ease}.smart-banner-cta:active,.smart-banner-cta:hover{box-shadow:0 2px 6px #ff2d5580;transform:scale(.97)}@media (min-width:769px){.smart-banner{display:none}}
/*# sourceMappingURL=main.3bf4eac7.css.map*/