:root{--primary:#e53935;--primary-dark:#c62828;--secondary:#1e88e5;--secondary-light:#7cc1f4;--accent:#f6d970;--accent-dark:#ffc107;--dark:#1a1a2e;--light:#fff;--gray:#f5f5f7;--text:#333;--text-light:#666;--gradient:linear-gradient(135deg, #e53935 0%, #ff6b6b 100%);--gradient-blue:linear-gradient(135deg, #1e88e5 0%, #7cc1f4 100%);--gradient-accent:linear-gradient(135deg, #f6d970 0%, #ffc107 100%);--gradient-mixed:linear-gradient(135deg, #e53935 0%, #f6d970 100%);--shadow:0 10px 40px #0000001a;--shadow-lg:0 20px 60px #00000026}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--light);font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #f6d9704d}50%{box-shadow:0 0 40px #f6d97099}}.animate-on-scroll{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(40px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}nav{z-index:1000;background:0 0;justify-content:center;padding:1rem 5%;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}nav.scrolled{backdrop-filter:blur(20px);box-shadow:var(--shadow);background:#fffffff2;padding:.75rem 5%}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:1400px;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.8rem;font-weight:800;text-decoration:none;display:flex}.logo-red{color:var(--primary)}.logo-blue{color:var(--secondary)}.logo-icon{background:var(--gradient);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text);font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:after{content:"";background:var(--gradient-mixed);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover{color:var(--primary)}.nav-links a:hover:after{width:100%}.nav-cta{background:var(--gradient);color:#fff;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #e539354d}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px #e5393566}.mobile-menu-btn{cursor:pointer;flex-direction:column;gap:5px;padding:10px;display:none}.mobile-menu-btn span{background:var(--text);border-radius:3px;width:25px;height:3px;transition:all .3s}.hero{background:linear-gradient(135deg,#fff5f5 0%,#e8f4fd 50%,#fef9e7 100%);align-items:center;min-height:100vh;padding:120px 5% 80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#7cc1f426 0%,#0000 70%);width:80%;height:150%;position:absolute;top:-50%;right:-20%}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#f6d97026 0%,#0000 70%);width:60%;height:100%;position:absolute;bottom:-30%;left:-10%}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.hero-content{animation:1s fadeInLeft}.hero-badge{color:#b8860b;background:linear-gradient(135deg,#f6d9704d 0%,#ffc10733 100%);border:1px solid #f6d97080;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.hero-badge span{animation:2s infinite pulse}.hero h1{color:var(--dark);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero h1 .highlight{background:var(--gradient);-webkit-text-fill-color:transparent;background-clip:text}.hero h1 .highlight-blue{background:var(--gradient-blue);-webkit-text-fill-color:transparent;background-clip:text}.hero p{color:var(--text-light);max-width:500px;margin-bottom:2rem;font-size:1.2rem}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-stats{flex-wrap:wrap;gap:2rem;display:flex}.stat{text-align:left;flex:1;min-width:100px}@media (width<=768px){.hero-stats{flex-direction:row;justify-content:center;gap:1.5rem}.stat{text-align:center;flex:none;min-width:auto}}@media (width<=480px){.hero-stats{flex-direction:row;gap:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}}.stat{text-align:left}.stat-number{color:var(--primary);align-items:center;gap:.25rem;font-size:2rem;font-weight:700;display:flex}.stat-number svg{width:24px;height:24px;fill:var(--accent)}.stat-number.blue{color:var(--secondary)}.stat-label{color:var(--text-light);font-size:.9rem}.hero-visual{justify-content:center;align-items:center;min-height:600px;animation:1s fadeInRight;display:flex;position:relative}.phone-mockup{z-index:2;position:relative}.phone-mockup img{width:300px;height:auto;box-shadow:var(--shadow-lg);will-change:transform;border-radius:40px;animation:6s ease-in-out infinite float}.phone-mockup-secondary{z-index:1;position:absolute;top:60px;right:-60px}.phone-mockup-secondary img{width:260px;height:auto;box-shadow:var(--shadow);border-radius:35px;animation:6s ease-in-out -2s infinite float}.floating-card{z-index:10;will-change:transform;background:#fff;border-radius:16px;justify-content:center;align-items:center;font-family:Poppins,sans-serif;display:flex;position:absolute;box-shadow:0 10px 40px #0000001f}.floating-emoji{font-size:1.75rem;line-height:1}.floating-text{color:var(--dark);font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700}.floating-text-small{color:var(--primary);font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.floating-discount{border:2px solid var(--accent);background:linear-gradient(135deg,#fef9e7 0%,#fff 100%);width:80px;height:80px;animation:4s ease-in-out infinite floatBounce;top:5%;left:5%}.floating-discount .floating-text{color:#b8860b}.floating-notification{border:2px solid var(--secondary-light);background:linear-gradient(135deg,#e8f4fd 0%,#fff 100%);width:70px;height:70px;animation:4.5s ease-in-out -.5s infinite floatBounce;top:8%;right:15%}.floating-search{background:linear-gradient(135deg,#fff5f5 0%,#fff 100%);border:2px solid #ffcdd2;width:65px;height:65px;animation:5s ease-in-out -1s infinite floatBounce;top:35%;left:-10px}.floating-cart{background:linear-gradient(135deg,#e8f5e9 0%,#fff 100%);border:2px solid #a5d6a7;width:70px;height:70px;animation:4.2s ease-in-out -1.5s infinite floatBounce;bottom:35%;left:0}.floating-favorite{background:linear-gradient(135deg,#fff3e0 0%,#fff 100%);border:2px solid #ffcc80;width:75px;height:75px;animation:4.8s ease-in-out -2s infinite floatBounce;bottom:15%;left:10%}.floating-price{border:2px solid var(--primary);background:linear-gradient(135deg,#ffebee 0%,#fff 100%);width:90px;height:60px;animation:4.3s ease-in-out -2.5s infinite floatBounce;bottom:25%;right:-20px}.floating-location{border:2px solid var(--secondary);background:linear-gradient(135deg,#e3f2fd 0%,#fff 100%);width:65px;height:65px;animation:5.2s ease-in-out -3s infinite floatBounce;top:25%;right:-5px}@keyframes floatBounce{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-12px)rotate(2deg)}50%{transform:translateY(-5px)rotate(-1deg)}75%{transform:translateY(-15px)rotate(1deg)}}@media (width<=1024px){.hero h1{font-size:2.75rem}.hero-container{gap:3rem}.phone-mockup img{width:250px}.phone-mockup-secondary img{width:220px}.floating-card{transform:scale(.85)}.floating-discount{left:0}.floating-notification{right:5%}.floating-search{left:-20px}.floating-cart{left:-15px}.floating-price{right:-10px}.floating-location{right:0}}@media (width<=768px){.hero{min-height:auto;padding:100px 5% 60px}.hero-container{text-align:center;grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2rem}.hero p{margin-left:auto;margin-right:auto;font-size:1rem}.hero-buttons{justify-content:center}.hero-stats{justify-content:center;gap:1.5rem}.hero-visual{order:-1;min-height:450px;margin-bottom:1rem}.phone-mockup img{width:200px}.phone-mockup-secondary{display:none}.floating-card{transform:scale(.7)}.floating-discount{width:70px;height:70px;top:0;left:5%}.floating-notification{width:60px;height:60px;top:5%;right:5%}.floating-search{width:55px;height:55px;top:30%;left:0}.floating-cart{width:60px;height:60px;bottom:30%;left:0}.floating-favorite{width:65px;height:65px;bottom:5%;left:15%}.floating-price{width:80px;height:50px;bottom:25%;right:0}.floating-location{width:55px;height:55px;top:30%;right:0}}@media (width<=480px){.hero h1{font-size:1.75rem}.hero-stats{flex-direction:column;align-items:center;gap:1rem}.stat{text-align:center}.hero-visual{min-height:380px}.phone-mockup img{width:180px}.floating-card{transform:scale(.6)}.floating-discount{top:-5%;left:0}.floating-notification{top:0;right:0}.floating-search{top:25%;left:-5%}.floating-cart{bottom:35%;left:-5%}.floating-favorite{bottom:0;left:10%}.floating-price{bottom:20%;right:-5%}.floating-location{top:25%;right:-5%}}.store-logo{opacity:.7;filter:grayscale(50%);height:50px;transition:all .3s}.features{background:linear-gradient(#fef9e7 0%,#e8f4fd 100%);padding:100px 5%}.features-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-badge{color:var(--secondary);background:linear-gradient(135deg,#7cc1f433 0%,#1e88e51a 100%);border:1px solid #7cc1f44d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.section-badge.accent{color:#b8860b;background:linear-gradient(135deg,#f6d9704d 0%,#ffc10733 100%);border:1px solid #f6d97080}.section-title{color:var(--dark);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--text-light);max-width:600px;margin:0 auto;font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{background:#fff;border-radius:24px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, var(--accent) 50%, var(--secondary-light) 100%);height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{background:linear-gradient(135deg,#f6d97033 0%,#7cc1f433 100%);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.feature-card:nth-child(odd) .feature-icon{background:linear-gradient(135deg,#e539351a 0%,#f6d97033 100%)}.feature-card:nth-child(2n) .feature-icon{background:linear-gradient(135deg,#7cc1f433 0%,#1e88e51a 100%)}.feature-card h3{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-card p{color:var(--text-light);font-size:.95rem}.showcase{background:#fff;padding:100px 5%}.showcase-container{max-width:1400px;margin:0 auto}.showcase-item{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:6rem;display:grid}.showcase-item:nth-child(2n){direction:rtl}.showcase-item:nth-child(2n)>*{direction:ltr}.showcase-content h3{color:var(--dark);margin-bottom:1rem;font-size:2rem;font-weight:700}.showcase-content p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}.showcase-list{list-style:none}.showcase-list li{color:var(--text);align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1rem;display:flex}.showcase-list li svg{width:24px;height:24px;fill:var(--secondary-light);flex-shrink:0;margin-top:2px}.showcase-item:nth-child(odd) .showcase-list li svg{fill:var(--primary)}.showcase-item:nth-child(2n) .showcase-list li svg{fill:var(--secondary-light)}.showcase-visual{justify-content:center;display:flex;position:relative}.showcase-visual img{width:280px;box-shadow:none;border-radius:0}.showcase-visual:before{content:"";z-index:-1;background:radial-gradient(circle,#f6d9704d 0%,#0000 70%);width:200px;height:200px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.showcase-item:nth-child(2n) .showcase-visual:before{background:radial-gradient(circle,#7cc1f44d 0%,#0000 70%)}.screenshots{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);padding:100px 5%;position:relative;overflow:hidden}.screenshots:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#7cc1f41a 0%,#0000 50%),radial-gradient(circle at 80%,#f6d9701a 0%,#0000 50%);position:absolute;inset:0}.screenshots .section-title,.screenshots .section-subtitle{color:#fff}.screenshots .section-badge{color:var(--accent);background:#f6d97033;border:1px solid #f6d9704d}.carousel-container{max-width:100%;margin-top:3rem;position:relative}.carousel{gap:2rem;width:max-content;animation:30s linear infinite scroll;display:flex}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel:hover{animation-play-state:paused}.carousel-item{flex-shrink:0;width:250px}.carousel-item img{border:2px solid #f6d97033;border-radius:30px;width:100%;transition:transform .3s;box-shadow:0 20px 50px #0000004d}.carousel-item:hover img{border-color:var(--accent);transform:scale(1.05)}.benefits{background:linear-gradient(#e8f4fd 0%,#fef9e7 50%,#fff 100%);padding:100px 5%}.benefits-container{max-width:1200px;margin:0 auto}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.benefit-card{background:#fff;border:1px solid #0000;border-radius:24px;align-items:flex-start;gap:1.5rem;padding:2.5rem;transition:all .3s;display:flex}.benefit-card:hover{box-shadow:var(--shadow);border-color:var(--accent);transform:translateY(-5px)}.benefit-number{background:var(--gradient);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;font-weight:700;display:flex}.benefit-card:nth-child(2n) .benefit-number{background:var(--gradient-blue)}.benefit-card:nth-child(3n) .benefit-number{background:var(--gradient-accent);color:var(--dark)}.benefit-content h3{color:var(--dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.benefit-content p{color:var(--text-light);font-size:.95rem}.social{background:#fff;padding:100px 5%}.social-container{text-align:center;max-width:1000px;margin:0 auto}.social-icons{justify-content:center;gap:2rem;margin-top:3rem;display:flex}.social-icon{background:linear-gradient(135deg,#fef9e7 0%,#e8f4fd 100%);border:2px solid #0000;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;text-decoration:none;transition:all .3s;display:flex}.social-icon svg{width:40px;height:40px;fill:var(--text);transition:all .3s}.social-icon:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.social-icon.youtube:hover{background:red;border-color:red}.social-icon.youtube:hover svg{fill:#fff}.social-icon.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#dc2743}.social-icon.instagram:hover svg{fill:#fff}.social-icon.facebook:hover{background:#1877f2;border-color:#1877f2}.social-icon.facebook:hover svg{fill:#fff}.social-icon.tiktok:hover{background:#000;border-color:#000}.social-icon.tiktok:hover svg{fill:#fff}.cta{background:linear-gradient(135deg,#e53935 0%,#ff6b6b 50%,#f6d970 100%);padding:100px 5%;position:relative;overflow:hidden}.cta:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#7cc1f433 0%,#0000 50%);width:80%;height:150%;position:absolute;top:-50%;right:-20%}.cta-container{text-align:center;z-index:1;max-width:900px;margin:0 auto;position:relative}.cta h2{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:700}.cta p{color:#ffffffe6;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.cta .btn-primary{color:var(--primary);background:#fff;box-shadow:0 8px 30px #0003}.cta .btn-secondary{color:#fff;background:#0003;border:2px solid #ffffff4d}.cta .btn-secondary:hover{background:#0000004d}.cta-ratings{justify-content:center;gap:3rem;display:flex}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 4px 15px #e539354d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #e5393566}.btn-secondary{color:var(--text);border:2px solid var(--gray);background:#fff}.btn-secondary:hover{border-color:var(--secondary-light);color:var(--secondary)}.btn svg{flex-shrink:0}.rating-item{color:#fff;backdrop-filter:blur(10px);background:#ffffff1a;border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.rating-item img{height:30px}.rating-stars{gap:2px;display:flex}.rating-stars svg{width:18px;height:18px;fill:var(--accent)}.rating-score{font-size:1.1rem;font-weight:700}footer{background:var(--dark);color:#fff;padding:60px 5% 30px}.footer-container{max-width:1200px;margin:0 auto}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand .logo{margin-bottom:1rem}.footer-brand .logo-red{color:var(--primary)}.footer-brand .logo-blue{color:var(--secondary-light)}.footer-brand p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem}.footer-social{gap:1rem;display:flex}.footer-social a{background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social a:hover{background:var(--accent);transform:translateY(-3px)}.footer-social a:hover svg{fill:var(--dark)}.footer-social svg{fill:#fff;width:20px;height:20px}.footer-column h4{color:var(--accent);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-column a:hover{color:var(--secondary-light)}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:#ffffff80;font-size:.9rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:#ffffff80;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--accent)}.mobile-menu{z-index:999;background:#fff;padding:100px 5%;transition:transform .3s;display:none;position:fixed;inset:0;transform:translate(100%)}.mobile-menu.active{transform:translate(0)}.mobile-menu ul{list-style:none}.mobile-menu li{margin-bottom:1.5rem}.mobile-menu a{color:var(--dark);font-size:1.5rem;font-weight:600;text-decoration:none}.text-gradient{background:var(--gradient);-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-blue{background:var(--gradient-blue);-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-accent{background:var(--gradient-accent);-webkit-text-fill-color:transparent;background-clip:text}@media (width<=1024px){.hero h1{font-size:2.75rem}.hero-container{gap:3rem}.phone-mockup img{width:250px}.phone-mockup-secondary img{width:220px}.showcase-item{gap:3rem}.footer-top{grid-template-columns:1fr 1fr}}@media (width<=768px){.nav-links,.nav-cta{display:none}.mobile-menu-btn{display:flex}.mobile-menu{display:block}.hero{padding:100px 5% 60px}.hero-container{text-align:center;grid-template-columns:1fr}.hero h1{font-size:2.25rem}.hero p{margin-left:auto;margin-right:auto}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{order:-1}.phone-mockup img{width:220px}.phone-mockup-secondary,.floating-card{display:none}.section-title{font-size:2rem}.showcase-item{text-align:center;grid-template-columns:1fr}.showcase-item:nth-child(2n){direction:ltr}.showcase-visual{order:-1}.benefits-grid{grid-template-columns:1fr}.cta h2{font-size:2rem}.cta-ratings{flex-direction:column;gap:1.5rem}.footer-top{text-align:center;grid-template-columns:1fr}.footer-social{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}.footer-links{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.hero h1{font-size:1.875rem}.btn{padding:.875rem 1.5rem;font-size:.9rem}.hero-stats,.stores-logos{gap:1.5rem}.store-logo{height:35px}.social-icons{gap:1rem}.social-icon{width:60px;height:60px}.social-icon svg{width:30px;height:30px}}.stores{background:linear-gradient(#fff 0%,#fef9e7 100%);padding:4rem 5% 2rem}.stores-container{text-align:center;max-width:1200px;margin:0 auto}.stores-label{color:var(--text-light);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.9rem}.stores-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.store-logo{opacity:.7;filter:grayscale(50%);object-fit:contain;width:auto;max-width:120px;height:auto;max-height:50px;transition:all .3s}.store-logo:hover{opacity:1;filter:grayscale(0%);transform:scale(1.1)}.coming-soon-label{margin-top:3rem;margin-bottom:1.5rem}.coming-soon .store-logo{opacity:.4;filter:grayscale()}.coming-soon .store-logo:hover{opacity:.6;filter:grayscale(50%);transform:scale(1.1)}@media (width<=480px){.stores-logos{gap:1.5rem}.store-logo{max-width:90px;max-height:35px}}section.features,section.showcase,section.screenshots,section.benefits,section.social,section.cta,footer{content-visibility:auto;contain-intrinsic-size:1px 1000px}
