.homepage{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#ffffff;color:#171717;line-height:1.6}.homepage .container{max-width:1200px;margin:0 auto;padding:0 1rem}.homepage header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.1);background-color:rgba(255,255,255,.8);backdrop-filter:blur(10px)}.homepage .header-content{display:flex;align-items:center;justify-content:space-between;height:4rem;padding:0 1rem}@media (max-width:767px){.homepage .header-content{gap:.5rem}.homepage .header-buttons{order:2;margin-left:0;margin-right:0}.homepage .mobile-menu-button{order:3;margin-left:0}.homepage .header-content{flex-wrap:nowrap}}.homepage .logo{height:5rem;width:auto}@media (max-width:768px){.homepage .logo{height:3.5rem;width:auto;max-width:180px}}.homepage .desktop-nav{display:none;align-items:center;gap:1.5rem}@media (min-width:768px){.homepage .desktop-nav{display:flex}}.homepage .desktop-nav a{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .2s}.homepage .desktop-nav a:hover{color:#171717}.homepage .header-buttons{display:flex;align-items:center;gap:.5rem}@media (max-width:767px){.homepage .header-buttons{display:flex;margin-right:.5rem}}.homepage .btn-primary{background-color:#2563eb;color:white;padding:.5rem .75rem;border-radius:.5rem;border:none;font-weight:500;font-size:.875rem;transition:background-color .2s;cursor:pointer;text-decoration:none;display:inline-block;white-space:nowrap}@media (min-width:768px){.homepage .btn-primary{padding:.5rem 1rem}}.homepage .btn-primary:hover{background-color:#1d4ed8}.homepage .mobile-menu-button{display:flex;align-items:center;justify-content:center;gap:.25rem;background:none;border:none;color:#171717;cursor:pointer;padding:.5rem;z-index:60;font-size:.875rem;font-weight:500}.homepage .mobile-menu-button span{display:inline}@media (min-width:768px){.homepage .mobile-menu-button{display:none}}.homepage .mobile-menu-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);z-index:51;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.homepage .mobile-menu{position:fixed;top:4.5rem;right:1rem;width:auto;min-width:200px;max-width:280px;background-color:white;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:52;padding:1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.homepage .mobile-menu{display:none}}.homepage .mobile-nav{display:flex;flex-direction:column;gap:.75rem}.homepage .menu-item-button{width:100%;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:0;cursor:pointer;transition:all .2s;overflow:hidden}.homepage .menu-item-button:hover{background-color:#f3f4f6;border-color:#2563eb}.homepage .menu-item-button:active{transform:scale(.98)}.homepage .menu-item-button a{display:block;width:100%;padding:1rem;font-size:1rem;font-weight:500;color:#374151;text-decoration:none;text-align:left}.homepage .menu-item-button:hover a{color:#2563eb}.homepage .hero{padding-bottom:3rem}.homepage .hero-main{margin-top:4rem;display:flex;align-items:center;justify-content:center}.homepage .hero-main .container{position:relative}.homepage .hero-banner-container{position:relative;min-height:450px;border-radius:1.5rem;overflow:hidden;display:flex;align-items:center}.homepage .hero-banner-slider{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;border-radius:1.5rem}.homepage .hero-banner-slide{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity 1s ease-in-out}.homepage .hero-banner-slide.active{opacity:1}.homepage .hero-banner-slide img{width:100%;height:100%;object-fit:cover}.homepage .hero-banner-container:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(37,99,235,.05),transparent);z-index:1;border-radius:1.5rem}.homepage .hero-content{position:relative;max-width:4xl;margin:0 auto;text-align:center;padding:2rem 1rem;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:768px){.homepage .hero-content{padding:2rem 0}}.homepage .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(37,99,235,.2);background-color:rgba(37,99,235,.1);color:#2563eb;font-size:.875rem;margin-bottom:1.5rem}.homepage .hero-text-container{min-height:200px;display:flex;flex-direction:column;justify-content:center;width:100%}@media (min-width:768px){.homepage .hero-text-container{min-height:240px}}.homepage .hero h1{font-size:2.25rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#171717;text-align:center;width:100%;padding:0 1rem}@media (min-width:768px){.homepage .hero h1{padding:0;font-size:3.5rem}}.homepage .hero-subtitle-slide,.homepage .hero-title-slide{animation:fadeInText 1s ease-in-out}@keyframes fadeInText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.homepage .hero p{font-size:1rem;color:#000000;max-width:2xl;margin:0 auto;text-align:center;width:100%;padding:0 1rem}@media (min-width:768px){.homepage .hero p{font-size:1.125rem;padding:0}}.homepage .hero-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:0;margin-top:2rem;width:100%}@media (min-width:640px){.homepage .hero-buttons{flex-direction:row;justify-content:center}}.homepage .btn-lg{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s}.homepage .btn-primary-lg{background-color:#2563eb;color:white}.homepage .btn-primary-lg:hover{background-color:#1d4ed8;transform:translateX(2px)}.homepage .btn-outline{border:1px solid #d1d5db;color:#374151;background-color:white}.homepage .btn-outline:hover{background-color:#f9fafb}.homepage .stats{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width:640px){.homepage .stats{grid-template-columns:repeat(3,1fr)}}.homepage .stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.homepage .stat-number{font-size:2.25rem;font-weight:700;color:#2563eb}.homepage .stat-label{font-size:.875rem;color:#6b7280}.homepage .section{padding:5rem 0}.homepage .section-header{text-align:center;margin-bottom:4rem}.homepage .section h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#171717}@media (min-width:768px){.homepage .section h2{font-size:3rem}}.homepage .section p{font-size:1.125rem;color:#6b7280;max-width:2xl;margin:0 auto}.homepage .features-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.homepage .features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.homepage .features-grid{grid-template-columns:repeat(3,1fr)}}.homepage .feature-card{border-radius:.75rem;border:1px solid #e5e7eb;background-color:white;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s}.homepage .feature-card:hover{border-color:#2563eb;box-shadow:0 4px 6px rgba(0,0,0,.1)}.homepage .feature-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.5rem;background-color:rgba(37,99,235,.1);margin-bottom:1rem}.homepage .feature-icon svg{width:1.5rem;height:1.5rem;color:#2563eb}.homepage .feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#171717}.homepage .feature-description{color:#6b7280}.homepage .bg-muted,.homepage .how-it-works{background-color:#f9fafb}.homepage .steps-grid{display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.homepage .steps-grid{grid-template-columns:repeat(3,1fr)}}.homepage .step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.homepage .step-icon{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:50%;background-color:#2563eb;color:white;margin-bottom:1.5rem}.homepage .step-icon svg{width:2.5rem;height:2.5rem}.homepage .step-number{font-size:.875rem;font-weight:600;color:#2563eb;margin-bottom:.5rem}.homepage .step-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;color:#171717}.homepage .step-description{color:#6b7280}.homepage .testimonials-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.homepage .testimonials-grid{grid-template-columns:repeat(3,1fr)}}.homepage .testimonial-card{border-radius:.75rem;border:1px solid #e5e7eb;background-color:white;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.homepage .stars{display:flex;gap:.25rem;margin-bottom:1.5rem}.homepage .star{width:1.25rem;height:1.25rem;fill:#fbbf24;color:#fbbf24}.homepage .testimonial-text{color:#6b7280;margin-bottom:1.5rem;font-style:italic}.homepage .testimonial-author{font-weight:600;color:#171717}.homepage .testimonial-role{font-size:.875rem;color:#6b7280}.homepage .pricing-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.homepage .pricing-grid{grid-template-columns:repeat(3,1fr)}}.homepage .pricing-card{position:relative;border-radius:.75rem;border:1px solid #e5e7eb;background-color:white;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;flex-direction:column}.homepage .pricing-image-container{width:100%;height:200px;margin-bottom:1.5rem;border-radius:.5rem;overflow:hidden;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.homepage .pricing-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.homepage .pricing-card:hover .pricing-image{transform:scale(1.05)}.homepage .pricing-card.popular{border-color:#2563eb;box-shadow:0 4px 6px rgba(37,99,235,.2)}.homepage .popular-badge{position:absolute;top:-1rem;left:50%;transform:translateX(-50%);background-color:#2563eb;color:white;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.homepage .pricing-header{padding-bottom:2rem;padding-top:1.5rem}.homepage .pricing-name{font-size:.875rem;font-weight:600;color:#2563eb;margin-bottom:.5rem}.homepage .pricing-discount{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:white;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.025em}.homepage .pricing-price-container{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.homepage .pricing-original-price{font-size:1.25rem;font-weight:500;color:#9ca3af;text-decoration:line-through}.homepage .pricing-price{font-size:2.25rem;font-weight:700;color:#171717}.homepage .pricing-installments{font-size:.875rem;font-weight:500;color:#2563eb;margin-top:.25rem;margin-bottom:.5rem}.homepage .pricing-description{font-size:.875rem;color:#6b7280}.homepage .pricing-features{margin-bottom:1.5rem}.homepage .pricing-feature{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.homepage .pricing-feature svg{width:1.25rem;height:1.25rem;color:#2563eb;flex-shrink:0;margin-top:.125rem}.homepage .pricing-feature span{font-size:.875rem;color:#6b7280}.homepage .pricing-button{width:100%;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s;cursor:pointer;border:none}.homepage .pricing-button.primary{background-color:#2563eb;color:white}.homepage .pricing-button.primary:hover{background-color:#1d4ed8}.homepage .pricing-button.outline{border:1px solid #d1d5db;color:#374151;background-color:white}.homepage .pricing-button.outline:hover{background-color:#f9fafb}.homepage .pricing-footnote{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.75rem;line-height:1.4;color:#6b7280;text-align:center}.homepage .pricing-footnote-more{display:inline}.homepage .pricing-footnote-toggle{display:inline-block;margin-left:.5rem;background:none;border:none;color:#2563eb;font-size:.75rem;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;transition:color .2s}.homepage .pricing-footnote-toggle:hover{color:#1d4ed8}.homepage .faq-list{max-width:48rem;margin:0 auto}.homepage .faq-item{border-radius:.5rem;border:1px solid #e5e7eb;background-color:white;padding:1.5rem;margin-bottom:1rem}.homepage .faq-question{font-size:1.125rem;font-weight:600;color:#171717;margin-bottom:.5rem}.homepage .faq-answer{color:#6b7280}.homepage .cta{background:linear-gradient(135deg,rgba(37,99,235,.2),rgba(59,130,246,.1),rgba(147,197,253,.2));border-radius:1.5rem;padding:3rem;text-align:center}@media (min-width:768px){.homepage .cta{padding:5rem}}.homepage .cta h2{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem;color:#171717}@media (min-width:768px){.homepage .cta h2{font-size:3rem}}.homepage .cta p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.homepage .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;background-color:#2563eb;color:white;text-decoration:none;font-weight:500;transition:all .2s}.homepage .cta-button:hover{background-color:#1d4ed8;transform:translateX(2px)}.homepage footer{border-top:1px solid rgba(0,0,0,.1);background-color:#f9fafb;padding:3rem 0}.homepage .footer-content{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.homepage .footer-content{grid-template-columns:2fr 1fr 1fr}}.homepage .footer-brand{margin-bottom:1rem}.homepage .footer-logo{height:2.5rem;width:auto;margin-bottom:1rem}.homepage .footer-description{font-size:.875rem;color:#6b7280;max-width:28rem;margin-bottom:1rem}.homepage .social-links{display:flex;gap:1rem}.homepage .social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:rgba(37,99,235,.1);color:#2563eb;text-decoration:none;transition:all .2s}.homepage .social-link:hover{background-color:#2563eb;color:white}.homepage .footer-section h3{font-weight:600;margin-bottom:1rem;color:#171717}.homepage .footer-links{list-style:none;padding:0;margin:0}.homepage .footer-links li{margin-bottom:.5rem}.homepage .footer-links a{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .2s}.homepage .footer-links a:hover{color:#171717}.homepage .footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:2rem;margin-top:3rem;text-align:center;font-size:.875rem;color:#6b7280}@media (max-width:768px){.homepage .container{padding:0 1rem}.homepage .hero h1{font-size:2.5rem}.homepage .section{padding:3rem 0}.homepage .hero-banner-container{min-height:350px;border-radius:1rem}.homepage .hero-banner-container:before,.homepage .hero-banner-slider{border-radius:1rem}.homepage .hero-content{padding:1.5rem 0}}.homepage .section-header{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.homepage .section-header.animate{opacity:1;transform:translateY(0)}.homepage .feature-card{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.homepage .feature-card.animate{opacity:1;transform:translateY(0)}.homepage .feature-card.animate:first-child{transition-delay:.1s}.homepage .feature-card.animate:nth-child(2){transition-delay:.2s}.homepage .feature-card.animate:nth-child(3){transition-delay:.3s}.homepage .feature-card.animate:nth-child(4){transition-delay:.4s}.homepage .feature-card.animate:nth-child(5){transition-delay:.5s}.homepage .feature-card.animate:nth-child(6){transition-delay:.6s}.homepage .step{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.homepage .step.animate{opacity:1;transform:translateY(0)}.homepage .step.animate:first-child{transition-delay:.2s}.homepage .step.animate:nth-child(2){transition-delay:.4s}.homepage .step.animate:nth-child(3){transition-delay:.6s}.homepage .testimonial-card{opacity:0;transform:scale(.9);transition:opacity .6s ease-out,transform .6s ease-out}.homepage .testimonial-card.animate{opacity:1;transform:scale(1)}.homepage .testimonial-card.animate:first-child{transition-delay:.1s}.homepage .testimonial-card.animate:nth-child(2){transition-delay:.3s}.homepage .testimonial-card.animate:nth-child(3){transition-delay:.5s}.homepage .pricing-card{opacity:0;transform:translateY(40px);transition:opacity .7s ease-out,transform .7s ease-out}.homepage .pricing-card.animate{opacity:1;transform:translateY(0)}.homepage .pricing-card.animate:first-child{transition-delay:.1s}.homepage .pricing-card.animate:nth-child(2){transition-delay:.3s}.homepage .pricing-card.animate:nth-child(3){transition-delay:.5s}