.hero-v3{padding:1.5rem 0;background-color:var(--background-light)}.hero-v3 .content-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem;overflow-x:hidden}.hero-v3 .content-container{display:flex;align-items:center;gap:3rem}.hero-content-v3{flex:1;min-width:0}.hero-v3 .hero-image{flex:1;text-align:right}.hero-v3 .hero-image img{max-width:100%;height:auto}.hero-title{text-align:left}.hero-v3 h1{margin-top:0;margin-bottom:1rem;font-family:Montserrat,sans-serif}.hero-v3 p{margin-bottom:2rem}.hero-form{display:flex;margin-bottom:1rem;flex-wrap:wrap}.hero-form .btn,.hero-form button{transition:background-color 0.3s ease}.hero-form .btn:hover,.hero-form button:hover{transform:none}.hero-form input{flex-grow:1;min-width:0;box-sizing:border-box;padding:0.8rem 1rem;border:1px solid var(--border-color);border-radius:var(--border-radius) 0 0 var(--border-radius)}.hero-form input.invalid,.cta-form input.invalid{border-color:#dc3545;background-color:#fff5f5}.url-error{color:#dc3545;font-size:14px;margin-top:12px;padding:12px 16px;background-color:#fff5f5;border-left:4px solid #dc3545;border-radius:4px;display:none;width:100%;box-sizing:border-box}.hero-form .btn,.hero-form button{box-sizing:border-box}.trust-bar{background-color:var(--background-white);padding:1.5rem 0;border-bottom:1px solid #f0f0f0}.trust-bar .content-container{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:2rem}.trust-kicker{flex:0 0 100%;text-align:center;margin:0 0 0.5rem 0;color:var(--light-text);font-weight:700;letter-spacing:0.04em;text-transform:uppercase}.trust-bar img{max-height:35px;opacity:0.6;filter:grayscale(100%);transition:all 0.3s ease}.trust-bar img:hover{opacity:1;filter:grayscale(0%)}.how-it-works-v3{background-color:var(--background-light)}.how-it-works-v3 h2{margin-bottom:1.5rem}.section-intro{text-align:center;max-width:800px;margin:0 auto 3rem auto;line-height:1.6;color:var(--dark-text)}.steps-container-v3{display:flex;justify-content:space-between;align-items:flex-start;margin-top:3rem;gap:1.5rem;list-style:none;padding-left:0}.step-v3{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center}.step-v3 picture{width:120px;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step-v3 picture img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.step-v3 span{display:inline-flex;width:40px;height:40px;background-color:var(--primary-color);color:white;border-radius:50%;justify-content:center;align-items:center;font-weight:700;margin-bottom:1rem}.step-v3 p{font-weight:600;color:var(--dark-text)}.step-v3-arrow{color:var(--primary-color);font-weight:700;margin-top:80px}.partner-portals{background-color:var(--background-white);text-align:center}.partner-logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;align-items:start;margin-top:3rem}.partner-item{display:flex;flex-direction:column;align-items:center;text-align:center}.partner-item img{max-height:auto;max-width:180px;height:auto;width:auto;margin-bottom:1rem;object-fit:contain}.partner-item p{color:var(--light-text);line-height:1.5;margin-top:1rem;max-width:220px}.services-v3{background-color:var(--background-light)}.services-grid-v3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card-v3{text-align:center;padding:2rem;background-color:var(--background-white);border-radius:var(--border-radius);box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease}.service-card-v3:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08)}.service-card-v3 h3{margin-bottom:0.5rem}.service-card-v3 img{max-width:200px;border-radius:var(--border-radius);margin-top:1.5rem;margin-bottom:1rem}.service-partner-logo{height:40px;width:auto;margin-bottom:1.5rem}.learn-more-link{display:inline-block;color:var(--primary-color);font-size:var(--font-size-md);text-decoration:none;font-weight:600;transition:transform 0.3s ease}.learn-more-link:hover{transform:translateX(5px)}.read-more-btn{background:none;border:none;color:var(--primary-color);font-weight:700;font-size:var(--font-size-md);cursor:pointer;padding:0.5rem 0;margin-top:auto;align-self:flex-start;font-family:inherit}.read-more-btn:hover{text-decoration:underline}.final-cta-section{padding:3rem 0;text-align:center;background-color:var(--primary-color)}.final-cta-section h2{margin-bottom:1rem;color:var(--dark-text)}.final-cta-section p{max-width:1500px;margin:0 auto 2rem;color:var(--dark-text)}.final-cta-section .hero-form{max-width:600px;margin:0 auto}.final-cta-section .hero-form .btn,.final-cta-section .hero-form button{transition:background-color 0.3s ease}.final-cta-section .hero-form .btn:hover,.final-cta-section .hero-form button:hover{transform:none}.contact-section{padding:5rem 0;background-color:var(--background-light)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-form-wrapper h3,.contact-info-wrapper h3{margin-bottom:2rem;color:var(--dark-text)}.contact-form-wrapper form input,.contact-form-wrapper form textarea,.contact-form-wrapper form button{box-sizing:border-box;width:100%;padding:0.8rem 1rem;margin-bottom:1rem;border:1px solid var(--border-color);border-radius:var(--border-radius);font-family:var(--font-family)}.contact-form-wrapper form button{background-color:var(--primary-color);color:#fff;border:none;cursor:pointer;font-weight:700;transition:background-color 0.3s ease}.contact-form-wrapper form button:hover{background-color:#e68a00}.contact-info-wrapper p{line-height:1.7;color:var(--light-text);margin-bottom:2rem}.contact-team-photos{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.contact-team-photos img{width:100%;height:auto;aspect-ratio:1 / 1;border-radius:var(--border-radius);object-fit:cover;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.contact-icons{display:flex;justify-content:center;gap:1.5rem;margin-top:0.25rem}.contact-icons li{display:flex;flex-direction:column;align-items:center}.contact-icons a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#fff;border-radius:50%;box-shadow:0 5px 15px rgba(0,0,0,0.1);color:var(--primary-color);text-decoration:none;transition:transform 0.3s ease,box-shadow 0.3s ease}.contact-icons .icon{width:24px;height:24px}.contact-icons .icon-whatsapp{width:36px;height:36px}.contact-icons a:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.15)}.contact-icon-label{margin-top:0.15rem;font-size:var(--font-size-sm);color:var(--light-text);line-height:1.2}.contact-icons-caption{margin-top:0.15rem;text-align:center;color:var(--light-text);font-size:var(--font-size-sm);line-height:1.2}@media (max-width:992px){.hero-v3 .content-container{flex-direction:column;text-align:center}.hero-v3 .hero-image{display:none}.section-intro{margin:0 auto 1rem auto}.contact-grid{gap:2rem}.hero-v3 .content-container{flex-direction:column;text-align:center}.hero-v3 .hero-image{display:none}.steps-container-v3{flex-direction:column;align-items:center;gap:0rem;margin-top:0rem}.step-v3{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:300px;margin-bottom:0;padding:1rem 0}.step-v3 picture{width:300px;height:300px;margin-right:0;margin-bottom:1.5rem}.step-v3 span{position:relative;left:auto;top:auto;transform:none;width:40px;height:40px;line-height:40px;font-size:var(--font-size-lg);margin-bottom:1rem}.step-v3-content{display:flex;flex-direction:column;align-items:center}.step-v3 p{margin:0;font-size:var(--font-size-md);font-weight:600}.step-v3-arrow{display:none}}@media (max-width:910px) and (min-width:613px){.partner-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.partner-item:nth-child(3){grid-column:1 / -1;justify-self:center}.partner-item p{color:var(--light-text);margin-top:1rem;max-width:400px}.services-grid-v3{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card-v3:nth-child(3){grid-column:1 / -1;justify-self:center;max-width:350px}}@media (max-width:612px){.partner-item p{max-width:400px}.hero-form{flex-direction:column;gap:0.75rem;align-items:stretch}.hero-form input{border-radius:var(--border-radius);font-size:0.9rem;padding:0.75rem 1rem}.hero-form .btn,.hero-form button{width:100%;border-radius:var(--border-radius);padding:0.75rem 1rem;font-size:0.95rem}}