﻿:root{--primary-color: #FF8C42;--secondary-color: #FFFFFF;--text-dark: #333333;--text-light: #555555;--white: #FFFFFF;--accent-bg: #F8F9FA;--font-heading: "Poppins", sans-serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Inter",sans-serif;color:#333;background:#fff;line-height:1.6}a{color:#ff8c42;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}h1,h2,h3{font-family:"Poppins",sans-serif;color:#333;margin-bottom:15px}h1{font-size:3.2em;font-weight:700}h2{font-size:2.5em;font-weight:600;text-align:center;margin-bottom:40px}h3{font-size:1.5em;font-weight:600}p{font-size:1.1em;margin-bottom:20px;line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 20px}.problem-solution-section,.app-visuals-section,.testimonials-section{padding:80px 0;background-color:var(--accent-bg)}.benefits-section,.final-cta-section{padding:80px 0;background-color:var(--white);border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}*:focus{outline:2px solid #ff8c42;outline-offset:2px}.btn:focus{outline:2px solid #ff8c42;outline-offset:2px}button:focus,a:focus{outline:2px solid #ff8c42;outline-offset:2px}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInModal{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}100%{background-position:calc(200px + 100%) 0}}.lazy-load{opacity:0;transition:opacity .3s ease;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}.lazy-load.loaded{opacity:1;background:none;animation:none}*:focus{outline:2px solid #ff8c42;outline-offset:2px}.btn:focus{outline:3px solid rgba(255,140,66,.3);outline-offset:2px}button:focus,a:focus{outline:3px solid rgba(255,140,66,.5)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInModal{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}.animate-in{animation:slideInUp .6s ease-out forwards}.animate-left{animation:slideInLeft .6s ease-out forwards}.animate-right{animation:slideInRight .6s ease-out forwards}.animate-scale{animation:scaleIn .5s ease-out forwards}section,.benefit-item,.testimonial-item,.step-item,.carousel-card,.app-info-card,.final-cta-section{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}section.animate-in,.benefit-item.animate-in,.testimonial-item.animate-in,.step-item.animate-in,.carousel-card.animate-in,.app-info-card.animate-in,.final-cta-section.animate-in{opacity:1;transform:translateY(0)}.lazy-load{opacity:0;transition:opacity .6s;background:linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.lazy-load.loaded{opacity:1;background:none;animation:none}.app-stores{display:flex;gap:20px;justify-content:center;margin-top:20px;flex-wrap:wrap}.app-stores.disabled{opacity:.6;pointer-events:none}.app-stores .app-store-btn{background:none;border:none;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;gap:8px}.app-stores .app-store-btn img{height:50px;width:auto;transition:transform .3s ease}.app-stores .app-store-btn .coming-soon{font-size:.8rem;color:#666;font-weight:500;background:rgba(0,0,0,.1);padding:4px 8px;border-radius:12px;white-space:nowrap}.app-stores .app-store-btn:hover{transform:translateY(-2px)}.app-stores .app-store-btn:hover img{transform:scale(1.05)}.app-stores .app-store-btn.disabled{cursor:not-allowed;opacity:.6}.app-stores .app-store-btn.disabled:hover{transform:none}.app-stores .app-store-btn.disabled:hover img{transform:none}.app-stores .app-store-btn.disabled::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 4px);pointer-events:none;border-radius:8px}.btn{display:inline-block;padding:15px 30px;border-radius:8px;font-weight:600;font-family:"Poppins",sans-serif;transition:background .3s,transform .2s;cursor:pointer;position:relative;overflow:hidden}.btn.primary{background:#ff8c42;color:#fff;border:none}.btn.primary:hover{background:rgb(255,115.1746031746,25.2);transform:translateY(-2px)}.btn.secondary{background:rgba(0,0,0,0);color:#ff8c42;border:2px solid #ff8c42}.btn.secondary:hover{background:#ff8c42;color:#fff;transform:translateY(-2px)}.btn.disabled{opacity:.6;cursor:not-allowed;background:#ccc !important;color:#666 !important;border-color:#ccc !important;transform:none !important;position:relative}.btn.disabled:hover{transform:none !important;background:#ccc !important;color:#666 !important}.btn.disabled::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 4px);pointer-events:none}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);align-items:center;justify-content:center}.modal.active{display:flex}.modal-content{background:#fff;margin:auto;padding:40px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.2);width:90%;max-width:500px;text-align:center;animation:fadeInModal .3s}.modal-content h2{font-size:2em;margin-bottom:15px;color:#333}.modal-content p{font-size:1.1em;color:#555;margin-bottom:30px}.modal-content form{display:flex;flex-direction:column;gap:15px}.modal-content input[type=email]{width:100%;padding:15px;border:1px solid #ddd;border-radius:8px;font-size:1em;color:#333}.modal-content input[type=email]:focus{outline:none;border-color:#ff8c42;box-shadow:0 0 0 3px rgba(255,140,66,.1)}.modal-content input[type=email]::placeholder{color:#555;opacity:.7}.modal-content .btn.primary{width:100%;padding:15px;font-size:1.1em}.close-button{color:#555;font-size:28px;font-weight:bold;position:absolute;top:15px;right:25px;cursor:pointer;transition:color .2s}.close-button:hover,.close-button:focus{color:#ff8c42}.planes-section{background-color:#f8f9fa;padding:80px 0;text-align:center}.planes-section h2{font-size:2.5em;margin-bottom:20px;color:#333;font-weight:600}.planes-section .section-description{font-size:1.1em;color:#555;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.planes-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:40px;max-width:1200px;margin-left:auto;margin-right:auto}.plan-card{background-color:#fff;border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.08);padding:40px 30px;width:calc(33% - 20px);min-width:280px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;position:relative}.plan-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.plan-card h3{font-size:1.8em;margin-bottom:15px;color:#333;font-weight:600}.plan-card .plan-concept{font-size:1.1em;color:#ff8c42;margin-bottom:25px;line-height:1.4}.plan-card .plan-price{text-align:center;margin-bottom:25px;padding:15px;background:rgba(255,140,66,.05);border-radius:12px;border:2px solid rgba(255,140,66,.1)}.plan-card .plan-price .price-amount{display:block;font-size:2.2em;font-weight:700;color:#ff8c42;line-height:1;margin-bottom:5px}.plan-card .plan-price .price-period{display:block;font-size:.9em;color:#555;font-weight:500}.plan-flexible{border-left:5px solid #aecde0;background-color:#f8fcff}.plan-sorpresa{border-left:5px solid #fda;background-color:#fffdf8}.plan-dieta{border-left:5px solid #b0e0d0;background-color:#f8fffc}.plan-benefits{list-style:none;padding:0;margin:0 0 30px 0}.plan-benefits li{padding:8px 0;color:#555;font-size:1em;line-height:1.5;position:relative;padding-left:25px}.plan-benefits li::before{content:"✓";position:absolute;left:0;top:8px;color:#ff8c42;font-weight:bold;font-size:1.1em}.btn-plan{display:block;width:100%;padding:15px 20px;background-color:#ff8c42;color:#fff;text-align:center;border-radius:12px;font-weight:600;font-size:1.1em;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer}.btn-plan:hover{background-color:rgb(255,115.1746031746,25.2);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,140,66,.3)}.btn-plan:active{transform:translateY(0)}@media(max-width: 1200px){.planes-container{gap:25px}.plan-card{width:calc(33% - 17px);padding:35px 25px}}@media(max-width: 992px){.planes-section{padding:60px 0}.planes-section h2{font-size:2.2em}.planes-container{gap:20px}.plan-card{width:calc(50% - 10px);min-width:300px}}@media(max-width: 768px){.planes-section{padding:50px 0}.planes-section h2{font-size:2em;margin-bottom:15px}.planes-section .section-description{font-size:1em;margin-bottom:40px}.planes-container{gap:20px;margin-top:30px}.plan-card{width:100%;max-width:400px;margin:0 auto;padding:30px 25px}.plan-card h3{font-size:1.6em}.plan-card .plan-concept{font-size:1em}}@media(max-width: 480px){.planes-section{padding:40px 0}.planes-section h2{font-size:1.8em}.plan-card{padding:25px 20px;min-width:280px}.plan-card h3{font-size:1.5em}.plan-card .plan-benefits li{font-size:.95em}.btn-plan{padding:12px 16px;font-size:1em}}.video-promocional-section{padding:80px 0;text-align:center;background:linear-gradient(135deg, #FFF8F0 0%, #F8F9FA 100%)}.video-promocional-section h2{font-size:2.5em;margin-bottom:20px;color:#333;font-weight:600}.video-promocional-section .section-description{font-size:1.1em;color:#555;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.video-container{position:relative;width:100%;max-width:800px;margin:0 auto;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,.1);background:#000}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:20px}.video-container::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(255, 140, 66, 0.05), transparent);border-radius:20px;pointer-events:none;z-index:1}@media(max-width: 1200px){.video-container{max-width:700px}}@media(max-width: 992px){.video-promocional-section{padding:60px 0}.video-promocional-section h2{font-size:2.2em}.video-container{max-width:600px}}@media(max-width: 768px){.video-promocional-section{padding:50px 0}.video-promocional-section h2{font-size:2em;margin-bottom:15px}.video-promocional-section .section-description{font-size:1em;margin-bottom:40px}.video-container{max-width:100%;border-radius:15px}.video-container iframe{border-radius:15px}.video-container::before{border-radius:15px}}@media(max-width: 480px){.video-promocional-section{padding:40px 0}.video-promocional-section h2{font-size:1.8em}.video-container{border-radius:12px}.video-container iframe{border-radius:12px}.video-container::before{border-radius:12px}}.carousel-section,.benefits-section,.problem-solution-section{padding:4rem 0;background:#f8f9fa;text-align:center}.carousel-section .container,.benefits-section .container,.problem-solution-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.carousel-section h2,.benefits-section h2,.problem-solution-section h2{margin-bottom:1rem;color:#333}.carousel-section .section-description,.benefits-section .section-description,.problem-solution-section .section-description{font-size:1.2em;color:#555;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.unified-swiper{margin-top:50px;padding:20px 0}.unified-swiper .swiper-slide{height:auto;display:flex;justify-content:center}.unified-swiper .carousel-card{background:#fff;border-radius:12px;box-shadow:0 6px 20px rgba(255,140,66,.08);padding:2.5rem 1.5rem 2rem 1.5rem;width:100%;max-width:340px;min-width:280px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s;position:relative;margin:0 auto;text-align:center;border:1px solid rgba(255,140,66,.1)}.unified-swiper .carousel-card:hover{box-shadow:0 8px 32px rgba(255,140,66,.1);transform:translateY(-4px) scale(1.03)}.unified-swiper .carousel-card .card-icon{width:72px;height:72px;background:rgba(255,140,66,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:2.5rem}.unified-swiper .carousel-card .card-icon .material-symbols-outlined{font-size:2.5rem;color:#ff8c42}.unified-swiper .carousel-card .step-number{font-size:2.2rem;font-weight:700;color:rgba(51,51,51,.1);margin-bottom:.5rem;letter-spacing:2px}.unified-swiper .carousel-card h3{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.7rem}.unified-swiper .carousel-card p{color:#555;font-size:1.05rem;line-height:1.6;margin:0}.unified-swiper .swiper-pagination{position:relative;margin-top:30px}.unified-swiper .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,140,66,.3);opacity:1;transition:all .3s ease}.unified-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#ff8c42;transform:scale(1.2)}.unified-swiper .swiper-pagination .swiper-pagination-bullet:hover{background:#ff8c42;transform:scale(1.1)}@media(max-width: 768px){.unified-swiper .carousel-card{padding:2rem 1.2rem 1.5rem 1.2rem;max-width:320px;min-width:260px}.unified-swiper .card-icon{width:60px;height:60px}.unified-swiper .card-icon .material-symbols-outlined{font-size:2rem}.unified-swiper .step-number{font-size:1.8rem}.unified-swiper h3{font-size:1.2rem}.unified-swiper p{font-size:1rem}}@media(max-width: 480px){.unified-swiper .carousel-card{padding:1.8rem 1rem 1.2rem 1rem;max-width:300px;min-width:240px}.unified-swiper .card-icon{width:55px;height:55px}.unified-swiper .card-icon .material-symbols-outlined{font-size:1.8rem}.unified-swiper .step-number{font-size:1.6rem}.unified-swiper h3{font-size:1.1rem}.unified-swiper p{font-size:.95rem}}body{padding-top:0}.navbar{background:rgba(0,0,0,0);padding:20px 0;box-shadow:none;border-bottom:none;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);padding:15px 0;box-shadow:0 4px 25px rgba(0,0,0,.08);border-bottom:1px solid rgba(233,236,239,.3)}@supports(backdrop-filter: blur(10px)){.navbar.scrolled{backdrop-filter:blur(15px);background:hsla(0,0%,100%,.9)}}@supports not (backdrop-filter: blur(10px)){.navbar.scrolled{background:hsla(0,0%,100%,.95)}}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar .logo-container{display:flex;align-items:center;gap:12px}.navbar .logo-image{height:40px;border-radius:8px}.navbar .logo-text{font-size:1.8em;font-weight:700;color:#fff;transition:color .3s ease}.navbar.scrolled .logo-text{color:#ff8c42}.navbar nav ul{display:flex;gap:30px}.navbar nav a{color:#fff;font-weight:500;font-size:1.05em;position:relative;transition:color .3s ease}.navbar nav a:hover::after{width:100%;left:0;background:#ff8c42}.navbar nav a::after{content:"";position:absolute;width:0;height:2px;display:block;margin-top:5px;right:0;background:#ff8c42;transition:width .3s}.navbar.scrolled nav a{color:#555}.navbar .btn-contact{padding:10px 20px;border:1px solid #fff;color:#fff;border-radius:5px;font-weight:500;transition:all .3s ease}.navbar .btn-contact:hover{background:#ff8c42;color:#fff;border-color:#ff8c42}.navbar.scrolled .btn-contact{border:1px solid #555;color:#555}.navbar.scrolled .btn-contact:hover{background:#ff8c42;color:#fff;border-color:#ff8c42}.navbar .hamburger{display:none;flex-direction:column;cursor:pointer;padding:10px;background:none;border:none}.navbar .hamburger span{width:25px;height:3px;background:#fff;margin:3px 0;border-radius:3px;transition:.3s}.navbar .hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px, 6px)}.navbar .hamburger.active span:nth-child(2){opacity:0}.navbar .hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px, -6px)}.navbar.scrolled .hamburger span{background:#333}.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.9);z-index:1000;padding:100px 20px 20px}.mobile-menu.active{display:flex;flex-direction:column;align-items:center;animation:fadeIn .3s}.mobile-menu ul{text-align:center}.mobile-menu li{margin:20px 0}.mobile-menu a{color:#fff;font-size:1.5em;font-weight:600}.mobile-menu a:hover{color:#ff8c42}.footer{background:#f8f9fa;padding:3rem 0 1.5rem;border-top:1px solid #eee;color:#333}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer .footer-grid{display:grid;gap:2rem;grid-template-columns:2fr repeat(3, 1fr) 2fr;margin-bottom:2rem}.footer .footer-column h4{margin-bottom:1rem;font-size:1.1em;font-weight:600;color:#333}.footer .footer-column ul{list-style:none;padding:0;margin:0}.footer .footer-column ul li{margin-bottom:.5rem}.footer .footer-column ul li a{color:#555;text-decoration:none;font-size:.9em;transition:color .3s ease}.footer .footer-column ul li a:hover{color:#ff8c42}.footer .footer-column p{color:#555;font-size:.9em;line-height:1.5;margin-bottom:1rem}.footer .brand-column .footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer .brand-column .footer-logo .footer-logo-img{height:40px;width:auto}.footer .brand-column .footer-logo h3{margin:0;font-size:1.3em;color:#ff8c42;font-weight:700}.footer .brand-column .social-icons{display:flex;gap:15px;margin-top:1rem}.footer .brand-column .social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ff8c42;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer .brand-column .social-icons a:hover{background:rgb(255,108.9682539683,15);transform:translateY(-2px)}.footer .brand-column .social-icons a i{font-size:1.1em}.footer .newsletter-column .newsletter-form{display:flex;flex-direction:column;gap:10px}.footer .newsletter-column .newsletter-form input[type=email]{padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:.9em;outline:none;transition:border-color .3s ease}.footer .newsletter-column .newsletter-form input[type=email]:focus{border-color:#ff8c42}.footer .newsletter-column .newsletter-form input[type=email]::placeholder{color:#555}.footer .newsletter-column .newsletter-form .btn{padding:12px 20px;font-size:.9em;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;font-weight:600}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #eee;color:#555;font-size:.85em;flex-wrap:wrap;gap:1rem}.footer .footer-bottom p{margin:0}@media(max-width: 1200px){.footer .footer-grid{grid-template-columns:2fr repeat(2, 1fr) 2fr;gap:1.5rem}}@media(max-width: 992px){.footer{padding:2rem 0 1rem}.footer .footer-grid{grid-template-columns:repeat(2, 1fr);gap:2rem}.footer .brand-column{grid-column:1/-1;text-align:center}.footer .brand-column .footer-logo{justify-content:center}.footer .brand-column .social-icons{justify-content:center}.footer .newsletter-column{grid-column:1/-1;text-align:center}.footer .newsletter-column .newsletter-form{max-width:400px;margin:0 auto}}@media(max-width: 768px){.footer{padding:1.5rem 0 1rem}.footer .container{padding:0 15px}.footer .footer-grid{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer .brand-column .footer-logo{justify-content:center}.footer .brand-column .social-icons{justify-content:center}.footer .footer-column ul{display:flex;flex-direction:column;align-items:center}.footer .newsletter-column .newsletter-form{max-width:100%}.footer .footer-bottom{flex-direction:column;text-align:center;gap:.5rem}}@media(max-width: 480px){.footer{padding:1rem 0}.footer .container{padding:0 10px}.footer .footer-grid{gap:1rem}.footer .brand-column .footer-logo{flex-direction:column;gap:.5rem}.footer .brand-column .footer-logo h3{font-size:1.1em}.footer .brand-column .social-icons{gap:10px}.footer .brand-column .social-icons a{width:35px;height:35px}.footer .brand-column .social-icons a i{font-size:1em}.footer .footer-column h4{font-size:1em;margin-bottom:.8rem}.footer .footer-column ul li{margin-bottom:.3rem}.footer .footer-column ul li a{font-size:.85em}.footer .footer-column p{font-size:.85em}.footer .newsletter-column .newsletter-form input[type=email]{padding:10px 12px;font-size:.85em}.footer .newsletter-column .newsletter-form .btn{padding:10px 15px;font-size:.85em}.footer .footer-bottom{font-size:.8em;padding-top:1.5rem}}.hero-section{position:relative;background:#f8f9fa;padding:0;display:flex;align-items:center;min-height:100vh;width:100%;overflow:hidden;padding-top:80px}.hero-video-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.hero-video-background video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);z-index:2}.hero-content-container{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;width:100%;min-height:calc(100vh - 80px);padding:40px 20px;margin:0 auto}.hero-content{flex:1;min-width:300px;max-width:800px;color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-content .tagline{font-size:.9em;color:#ff8c42;font-weight:600;margin-bottom:10px;text-transform:uppercase}.hero-content h1{margin-bottom:25px;color:#fff;font-size:clamp(2rem,5vw,3.2rem);line-height:1.2}.hero-content p{font-size:clamp(1rem,2.5vw,1.15em);color:hsla(0,0%,100%,.9);margin-bottom:30px;line-height:1.6}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.typewriter-text{overflow:visible;white-space:pre-wrap;word-wrap:break-word;margin:0;width:100%;min-height:1.2em;display:inline-block}@keyframes typing{from{width:0}to{width:100%}}@keyframes blink-caret{from,to{border-color:rgba(0,0,0,0)}50%{border-color:#ff8c42}}.fade-in-up{opacity:0;transform:translateY(30px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.solution-cta{margin-top:3rem;text-align:center}.solution-cta p{font-size:1.2em;margin-bottom:1.5rem;color:#333}@media(max-width: 900px){.steps-container{flex-direction:column;align-items:center}.step-item{width:100%;max-width:400px}}.card,.benefit-item,.testimonial-item,.app-screenshot-item{background:#fff;border-radius:12px;box-shadow:0 6px 20px rgba(255,140,66,.08);padding:1.5rem;border:1px solid rgba(255,140,66,.1);transition:box-shadow .2s,transform .2s}.card:hover,.benefit-item:hover,.testimonial-item:hover,.app-screenshot-item:hover{box-shadow:0 10px 25px rgba(255,140,66,.15);transform:translateY(-4px)}.benefit-item,.testimonial-item,.app-screenshot-item{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px rgba(255,140,66,.08);padding:24px;transition:all .3s ease;border:1px solid rgba(255,140,66,.1)}.benefit-item:hover,.testimonial-item:hover,.app-screenshot-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(255,140,66,.15)}.benefit-item .material-symbols-outlined{font-size:42px;color:#ff8c42;background-color:rgba(255,140,66,.1);padding:14px;border-radius:50%;margin-bottom:16px;display:inline-flex}.testimonial-item{display:flex;align-items:flex-start;gap:20px}.testimonial-item img{border:3px solid rgba(255,140,66,.2)}.app-screenshot-item p{margin-top:16px;font-weight:500;color:#555;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:40px;margin-top:50px}.benefits-swiper{margin-top:50px;padding:20px 0}.benefits-swiper .swiper-slide{height:auto;display:flex;justify-content:center}.benefits-swiper .benefit-item{background:#fff;border-radius:12px;box-shadow:0 6px 20px rgba(255,140,66,.08);padding:2.5rem 1.5rem 2rem 1.5rem;width:100%;max-width:340px;min-width:280px;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .2s;position:relative;margin:0 auto;text-align:center}.benefits-swiper .benefit-item:hover{box-shadow:0 8px 32px rgba(255,140,66,.1);transform:translateY(-4px) scale(1.03)}.benefits-swiper .swiper-button-next,.benefits-swiper .swiper-button-prev{color:#ff8c42;background:hsla(0,0%,100%,.9);width:50px;height:50px;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease}.benefits-swiper .swiper-button-next:hover,.benefits-swiper .swiper-button-prev:hover{background:#ff8c42;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,140,66,.3)}.benefits-swiper .swiper-button-next::after,.benefits-swiper .swiper-button-prev::after{font-size:18px;font-weight:bold}.benefits-swiper .swiper-pagination{position:relative;margin-top:30px}.benefits-swiper .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,140,66,.3);opacity:1;transition:all .3s ease}.benefits-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#ff8c42;transform:scale(1.2)}.benefits-swiper .swiper-pagination .swiper-pagination-bullet:hover{background:#ff8c42;transform:scale(1.1)}.benefit-item .material-symbols-outlined{font-size:60px;color:#ff8c42;background:rgba(255,140,66,.1);border-radius:50%;padding:.7rem;margin-bottom:1rem;display:block;margin:0 auto 20px auto}.benefit-item h3{margin-bottom:10px;color:#333;font-size:1.25rem;font-weight:700}.benefit-item p{font-size:1.05rem;color:#555;line-height:1.6;margin:0}@media(max-width: 768px){.benefits-swiper .benefit-item{padding:2rem 1.2rem 1.5rem 1.2rem;max-width:320px;min-width:260px}.benefits-swiper .swiper-button-next,.benefits-swiper .swiper-button-prev{width:45px;height:45px}.benefits-swiper .swiper-button-next::after,.benefits-swiper .swiper-button-prev::after{font-size:16px}.benefit-item .material-symbols-outlined{font-size:50px;padding:.6rem}.benefit-item h3{font-size:1.2rem}.benefit-item p{font-size:1rem}}@media(max-width: 480px){.benefits-swiper .benefit-item{padding:1.8rem 1rem 1.2rem 1rem;max-width:300px;min-width:240px}.benefits-swiper .swiper-button-next,.benefits-swiper .swiper-button-prev{width:40px;height:40px}.benefits-swiper .swiper-button-next::after,.benefits-swiper .swiper-button-prev::after{font-size:14px}.benefit-item .material-symbols-outlined{font-size:45px;padding:.5rem}.benefit-item h3{font-size:1.1rem}.benefit-item p{font-size:.95rem}}.testimonials-section{padding:4rem 0;background:#f8f9fa;text-align:center}.testimonials-section .section-description{font-size:1.2em;color:#555;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:30px;margin-top:50px;max-width:1200px;margin-left:auto;margin-right:auto}.testimonial-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(255,140,66,.08);padding:2rem;border:1px solid rgba(255,140,66,.1);transition:all .3s ease;text-align:left;position:relative;overflow:hidden}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(255,140,66,.15)}.testimonial-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #FF8C42, rgb(255, 186.5476190476, 142.5));border-radius:16px 16px 0 0}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.testimonial-avatar{flex-shrink:0}.testimonial-avatar img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,140,66,.2);transition:all .3s ease}.testimonial-info{flex:1}.testimonial-info .testimonial-name{font-size:1.1rem;font-weight:700;color:#333;margin:0 0 .2rem 0;font-family:"Poppins",sans-serif}.testimonial-info .testimonial-title{font-size:.9rem;color:#555;margin:0 0 .5rem 0;font-weight:500}.testimonial-rating{display:flex;gap:2px}.testimonial-rating .star{font-size:.9rem;color:gold;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1))}.testimonial-content{margin-bottom:1.5rem}.testimonial-content .testimonial-quote{font-size:1rem;line-height:1.6;color:#333;margin:0;font-style:italic;position:relative;padding-left:1.5rem}.testimonial-content .testimonial-quote::before{content:'"';position:absolute;left:0;top:-0.5rem;font-size:3rem;color:rgba(255,140,66,.3);font-family:serif;line-height:1}.testimonial-footer{border-top:1px solid rgba(255,140,66,.1);padding-top:1rem}.testimonial-footer .testimonial-date{font-size:.85rem;color:#555;font-weight:500}@media(max-width: 768px){.testimonials-grid{grid-template-columns:1fr;gap:20px;margin-top:30px}.testimonial-card{padding:1.5rem}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-header{gap:.8rem;margin-bottom:1.2rem}.testimonial-avatar img{width:50px;height:50px}.testimonial-info .testimonial-name{font-size:1rem}.testimonial-content .testimonial-quote{font-size:.95rem;padding-left:1.2rem}.testimonial-content .testimonial-quote::before{font-size:2.5rem}}@media(max-width: 480px){.testimonials-section{padding:3rem 0}.testimonial-card{padding:1.2rem}.testimonial-avatar img{width:45px;height:45px}.testimonial-content .testimonial-quote{font-size:.9rem;padding-left:1rem}.testimonial-content .testimonial-quote::before{font-size:2rem}}.app-visuals-section{background:linear-gradient(135deg, #FF8C42 0%, #D2691E 25%, #8B4513 50%, #F5DEB3 75%, #FFFFFF 100%);padding:80px 0;color:#fff;min-height:100vh;display:flex;align-items:center}.app-visuals-section .container{width:100%}.app-visuals-section .app-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto}.phone-mockup{display:flex;justify-content:center;align-items:center}.phone-mockup .phone-frame{position:relative;width:280px;height:580px;background:#000;border-radius:40px;padding:20px;box-shadow:0 20px 40px rgba(0,0,0,.3)}.phone-mockup .phone-frame::before{content:"";position:absolute;top:15px;left:50%;transform:translateX(-50%);width:60px;height:6px;background:#333;border-radius:3px;z-index:2}.phone-mockup .phone-frame .phone-swiper{width:100%;height:100%;border-radius:30px;overflow:hidden}.phone-mockup .phone-frame .phone-swiper img{width:100%;height:100%;object-fit:cover;border-radius:30px}.app-info-card{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-radius:20px;padding:40px;border:1px solid hsla(0,0%,100%,.2)}.app-info-card .card-header h2{font-size:1.8em;margin-bottom:30px;color:hsla(0,0%,100%,.9);line-height:1.4;font-weight:400;transition:opacity .3s ease}.app-info-card .card-content h3{font-size:1.5em;margin-bottom:10px;color:#fff;font-weight:600;transition:opacity .3s ease}.app-info-card .card-content>p{color:hsla(0,0%,100%,.7);margin-bottom:25px;font-size:1em;transition:opacity .3s ease}.feature-list{margin-bottom:30px}.feature-list .feature-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:hsla(0,0%,100%,.8);font-size:1em}.feature-list .feature-item .dot{width:8px;height:8px;border-radius:50%;background:#4caf50;flex-shrink:0}.feature-list .feature-item .feature-icon{font-size:1.3em;color:#ff8c42;vertical-align:middle;transition:opacity .3s ease;flex-shrink:0}.feature-list .feature-item.active .dot{background:#4caf50}.feature-list .feature-item span:last-child{transition:opacity .3s ease}.progress-indicator{margin-bottom:30px}.progress-indicator .progress-dots{display:flex;gap:8px;margin-bottom:20px;justify-content:center}.progress-indicator .progress-dots .progress-dot{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.3);border:none;cursor:pointer;transition:all .3s ease}.progress-indicator .progress-dots .progress-dot.active{background:hsla(0,0%,100%,.6)}.progress-indicator .progress-dots .progress-dot.current{background:#4caf50;transform:scale(1.2)}.progress-indicator .progress-dots .progress-dot:hover{background:hsla(0,0%,100%,.5);transform:scale(1.1)}.progress-indicator .progress-nav{display:flex;justify-content:space-between}.progress-indicator .progress-nav button{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.2em}.progress-indicator .progress-nav button:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px)}.progress-indicator .progress-nav button:active{transform:translateY(0)}.download-btn{width:100%;background:#4caf50;color:#fff;border:none;padding:15px 20px;border-radius:12px;font-size:1.1em;font-weight:600;cursor:pointer;transition:all .3s ease}.download-btn:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px rgba(76,175,80,.3)}.download-btn:active{transform:translateY(0)}.download-btn.disabled{opacity:.6;cursor:not-allowed;background:#ccc !important;color:#666 !important;transform:none !important;position:relative}.download-btn.disabled:hover{transform:none !important;background:#ccc !important;box-shadow:none !important}.download-btn.disabled::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 4px);pointer-events:none;border-radius:12px}@media(max-width: 1200px){.app-visuals-section .app-showcase{max-width:1000px;gap:40px}.phone-mockup .phone-frame{width:250px;height:520px}.app-info-card{padding:35px}.app-info-card .card-header h2{font-size:1.6em}}@media(max-width: 992px){.app-visuals-section{padding:60px 0;min-height:auto}.app-visuals-section .app-showcase{grid-template-columns:1fr;gap:40px;text-align:center}.phone-mockup .phone-frame{width:240px;height:500px}.app-info-card{padding:30px;max-width:600px;margin:0 auto}}@media(max-width: 768px){.app-visuals-section{padding:50px 0}.app-visuals-section .app-showcase{gap:30px}.phone-mockup .phone-frame{width:200px;height:420px;padding:15px}.phone-mockup .phone-frame::before{width:50px;height:5px}.app-info-card{padding:25px}.app-info-card .card-header h2{font-size:1.4em;margin-bottom:20px}.app-info-card .card-content h3{font-size:1.3em}.app-info-card .feature-list .feature-item{font-size:.9em;margin-bottom:10px}.progress-indicator .progress-dots{gap:6px}.progress-indicator .progress-dots .progress-dot{width:10px;height:10px}.progress-indicator .progress-nav button{width:35px;height:35px;font-size:1em}}@media(max-width: 480px){.app-visuals-section{padding:40px 0}.app-visuals-section .app-showcase{gap:25px}.phone-mockup .phone-frame{width:180px;height:380px}.app-info-card{padding:20px}.app-info-card .card-header h2{font-size:1.2em;margin-bottom:15px}.app-info-card .card-content h3{font-size:1.1em;margin-bottom:8px}.app-info-card .card-content>p{font-size:.9em;margin-bottom:20px}.app-info-card .feature-list{margin-bottom:25px}.app-info-card .feature-list .feature-item{font-size:.85em;margin-bottom:8px}.app-info-card .feature-list .feature-item .dot{width:6px;height:6px}.download-btn{padding:12px 16px;font-size:1em}}@media(min-width: 1200px){.hero-section{min-height:100vh}.app-video-walkthrough video{max-width:450px}}@media(max-width: 992px){.footer-grid{grid-template-columns:repeat(3, 1fr)}.navbar nav,.navbar .btn-contact{display:none}.hamburger{display:flex}.hero-section{padding-top:70px}.hero-section .hero-content-container{flex-direction:column;text-align:center;padding:60px 20px;justify-content:center;align-items:center;min-height:calc(100vh - 70px)}.hero-content{min-width:unset;width:100%;max-width:600px}.hero-content h1{font-size:clamp(2rem,4vw,2.5em)}.hero-buttons{justify-content:center}.problem-solution-section .container{flex-direction:column}.problem-solution-section .content-block{min-width:unset;width:100%}.problem-solution-section .content-block h2,.problem-solution-section .content-block p{text-align:center}.app-screenshots-static-grid{flex-direction:column;align-items:center;gap:30px}.app-screenshot-item{max-width:80%}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}footer .container{flex-direction:column;align-items:center}footer .footer-nav ul{flex-direction:column;align-items:center}footer .footer-nav ul li{margin:5px 0}}@media(max-width: 768px){h1{font-size:2.2em}h2{font-size:1.8em}.footer-grid{grid-template-columns:1fr 1fr}.hero-section,.problem-solution-section,.benefits-section,.final-cta-section,.testimonials-section,.app-visuals-section{padding:60px 0}.navbar nav,.navbar .btn-contact{display:none}.hamburger{display:flex}}@media(max-width: 768px)and (min-width: 769px){.mobile-menu{display:none !important}}@media(max-width: 768px){.hero-section{min-height:100vh;padding:0;padding-top:60px}.hero-section .hero-content-container{padding:60px 20px;justify-content:center;align-items:center;flex-direction:column;min-height:calc(100vh - 60px)}.hero-content{width:100%;max-width:100%;text-align:center}.hero-content h1{font-size:clamp(1.8rem,6vw,2.2em);line-height:1.3}.hero-content p{font-size:clamp(1rem,3vw,1.1em);line-height:1.5}.hero-buttons{justify-content:center;width:100%}.app-video-walkthrough video{max-width:320px}.app-video-walkthrough h3{font-size:1.5em}.modal-content{padding:30px}.modal-content h2{font-size:1.8em}.modal-content p{font-size:1em}}@media(max-width: 480px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px;text-align:center}.hero-section{min-height:100vh;padding:0;padding-top:50px}.hero-section .hero-content-container{padding:50px 15px;justify-content:center;align-items:center;flex-direction:column;min-height:calc(100vh - 50px)}.hero-content{width:100%;text-align:center}.hero-content h1{font-size:clamp(1.6rem,7vw,2rem);line-height:1.4}.hero-content p{font-size:clamp(.9rem,3.5vw,1rem);line-height:1.6}.hero-buttons{flex-direction:column;gap:15px;width:100%;align-items:center}.app-video-walkthrough video{max-width:280px}}/*# sourceMappingURL=main.css.map */
