*{margin:0;padding:0;box-sizing:border-box}:root{font-family:DM Sans,sans-serif;line-height:1.6;font-weight:400;--primary-red: #FF1928;--white: #FFF;--background: #1F1F1F;color-scheme:dark;color:var(--white);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background)}#root{width:100%}.app{min-height:100vh;background-color:var(--background);overflow-x:hidden}.header,.hero-text,.hero-image,.download-card-section,.features,.testimonials{opacity:0;transform:translateY(30px)}.header.animate-in{animation:fadeInDown .8s ease-out forwards}.hero-text.animate-in{animation:fadeInUp .8s ease-out .2s forwards}.hero-image.animate-in{animation:fadeInRight 1s ease-out .4s forwards}.download-card-section.animate-in{animation:fadeInUp .8s ease-out .3s forwards}.features.animate-in,.testimonials.animate-in{animation:fadeInUp .8s ease-out .2s forwards}.header{padding:1.5rem 4rem;background-color:#1f1f1ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.05)}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-header{height:35px;width:140px}.nav{display:flex;gap:2.5rem;align-items:center}.nav-link{color:var(--white);text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--primary-red)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-red);transition:width .3s ease}.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.menu-toggle span{width:25px;height:2px;background-color:var(--white);transition:all .3s ease;border-radius:2px}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.menu-overlay{display:none}.hero{padding:5rem 4rem;max-width:1400px;margin:0 auto}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{animation:fadeInUp .8s ease-out}.hero-title{font-size:3.2rem;font-weight:700;color:var(--white);margin-bottom:1.5rem;line-height:1.2}.author-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.highlight{color:var(--primary-red);position:relative}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.hero-features{list-style:none;margin-bottom:2.5rem}.hero-features li{font-size:1.05rem;color:#ffffffd9;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;opacity:0}.hero-text.animate-in .hero-features li{animation:fadeInUp .5s ease-out forwards}.hero-text.animate-in .hero-features li:nth-child(1){animation-delay:.6s}.hero-text.animate-in .hero-features li:nth-child(2){animation-delay:.7s}.hero-text.animate-in .hero-features li:nth-child(3){animation-delay:.8s}.hero-text.animate-in .hero-features li:nth-child(4){animation-delay:.9s}.check-icon{width:20px;height:20px;color:var(--primary-red);flex-shrink:0}.hero-rating{margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}.stars{color:gold;font-size:1.5rem;letter-spacing:.2rem}.rating-text{color:#fff9;font-size:.9rem}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInUp .8s ease-out .3s both}.phone-mockup{position:relative;width:100%;max-width:450px;display:flex;justify-content:center;align-items:center}.phone-screen{width:100%;max-width:380px;height:auto;border-radius:30px;box-shadow:0 30px 80px #0006,0 0 0 1px #ffffff1a;transition:transform .3s ease}.phone-screen:hover{transform:scale(1.02)}.hero-image.animate-in .phone-screen{animation:fadeInScale 1s ease-out .6s forwards;opacity:0}.download-buttons{display:flex;gap:1rem;flex-wrap:wrap}.download-buttons.centered{justify-content:center}.hero-text.animate-in .download-buttons{opacity:0;animation:fadeInUp .6s ease-out 1s forwards}.hero-text.animate-in .hero-rating{opacity:0;animation:fadeInUp .6s ease-out 1.1s forwards}.download-btn{display:inline-flex;align-items:center;gap:1rem;padding:.875rem 1.75rem;font-family:DM Sans,sans-serif;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;color:var(--white);min-width:200px}.download-btn.primary{background-color:#000;border:1px solid rgba(255,255,255,.2)}.download-btn.primary:hover{background-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.download-btn.secondary{background-color:#000;border:1px solid rgba(255,255,255,.2)}.download-btn.secondary:hover{background-color:#1a1a1a;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.btn-icon{width:32px;height:32px;flex-shrink:0}.btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.btn-small{font-size:.75rem;color:#ffffffb3;font-weight:400}.btn-large{font-size:1.1rem;font-weight:600;color:var(--white)}.download-card-section{padding:4rem;max-width:1400px;margin:0 auto}.download-card{background:linear-gradient(135deg,var(--primary-red),#cc1420);border-radius:24px;padding:4rem 3rem;text-align:center;box-shadow:0 20px 60px #ff19284d;opacity:0}.download-card-section.animate-in .download-card{animation:fadeInScale .8s ease-out .5s forwards}.download-card-title{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.download-card-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem}.features{padding:6rem 4rem;background-color:#ffffff05}.features-container{max-width:1400px;margin:0 auto}.features-title{font-size:2.75rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--white)}.features-subtitle{font-size:1.25rem;text-align:center;color:#fff9;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background-color:#ffffff0d;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);border-color:var(--primary-red);box-shadow:0 8px 30px #ff192833}.feature-icon{width:48px;height:48px;color:var(--primary-red);margin-bottom:1.5rem;stroke-width:1.5}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:var(--white)}.feature-description{color:#ffffffb3;line-height:1.6}.testimonials{padding:6rem 4rem;background-color:var(--background)}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-title{font-size:2.75rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--white)}.testimonials-subtitle{font-size:1.25rem;text-align:center;color:#fff9;margin-bottom:4rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background-color:#ffffff0d;padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);border-color:var(--primary-red);box-shadow:0 10px 40px #ff192833}.testimonial-stars{color:gold;font-size:1.25rem;margin-bottom:1.5rem;letter-spacing:.2rem}.testimonial-text{color:#fffc;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary-red),#cc1420);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--white)}.author-info{display:flex;flex-direction:column;gap:.25rem}.author-name{color:var(--white);font-weight:600;font-size:1rem}.author-location{color:#ffffff80;font-size:.9rem}.footer{padding:4rem 4rem 2rem;border-top:1px solid rgba(255,255,255,.05);background-color:#0000004d}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{height:35px;width:140px;margin-bottom:.5rem}.footer-description{color:#fff9;line-height:1.6;max-width:350px}.footer-title{font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.footer-download-buttons{display:flex;flex-direction:column;gap:.75rem}.footer-download-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--white);text-decoration:none;font-weight:500;transition:all .3s ease;font-size:.95rem}.footer-download-btn:hover{background-color:#ffffff1a;transform:translate(5px)}.footer-btn-icon{width:20px;height:20px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease;font-size:1rem}.footer-links a:hover{color:var(--primary-red)}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem}.footer-bottom-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:#ffffff80;font-size:.9rem}.footer-legal{display:flex;gap:1rem;align-items:center}.footer-legal a{color:#ffffff80;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.features-grid.stagger-in .feature-card,.testimonials-grid.stagger-in .testimonial-card{opacity:0;animation:fadeInUp .6s ease-out forwards}.features-grid.stagger-in .feature-card:nth-child(1),.testimonials-grid.stagger-in .testimonial-card:nth-child(1){animation-delay:.4s}.features-grid.stagger-in .feature-card:nth-child(2),.testimonials-grid.stagger-in .testimonial-card:nth-child(2){animation-delay:.5s}.features-grid.stagger-in .feature-card:nth-child(3),.testimonials-grid.stagger-in .testimonial-card:nth-child(3){animation-delay:.6s}.features-grid.stagger-in .feature-card:nth-child(4){animation-delay:.7s}.features-grid.stagger-in .feature-card:nth-child(5){animation-delay:.8s}.features-grid.stagger-in .feature-card:nth-child(6){animation-delay:.9s}@media(max-width:1024px){.header{padding:1.5rem 2rem}.header-content{position:relative}.menu-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;height:100vh;width:280px;background-color:#1f1f1ffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transition:right .4s ease;z-index:1000;border-left:1px solid rgba(255,255,255,.1);box-shadow:-10px 0 30px #00000080}.nav.active{right:0}.nav-link{font-size:1.25rem;padding:.5rem 0}.nav-link:after{bottom:0}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000b3;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero{padding:3rem 2rem}.hero-content{grid-template-columns:1fr;gap:3rem}.hero-text{text-align:center}.hero-title{font-size:2.5rem}.hero-features{display:inline-block;text-align:left}.download-buttons{justify-content:center}.hero-rating{align-items:center}.features,.testimonials,.download-card-section{padding:4rem 2rem}.features-title,.testimonials-title{font-size:2.25rem}.download-card{padding:3rem 2rem}.download-card-title{font-size:2rem}.footer{padding:3rem 2rem 2rem}.footer-content{grid-template-columns:1fr;gap:3rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:768px){.header{padding:1.25rem 1.5rem}.nav{width:100%;right:-100%}.nav.active{right:0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-features li{font-size:.95rem}.download-buttons{flex-direction:column;width:100%}.download-btn{width:100%;justify-content:center}.phone-screen{max-width:280px}.features-grid,.testimonials-grid{grid-template-columns:1fr}.features-title,.testimonials-title{font-size:1.75rem}.features-subtitle,.testimonials-subtitle{font-size:1rem}.download-card-title{font-size:1.75rem}.download-card-subtitle{font-size:1rem}.feature-icon{width:40px;height:40px}}
