*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #0075c9;--primary-dark: #02296a;--primary-light: #e8f4fc;--secondary: #00a3e0;--accent: #00c389;--dark: #02296a;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-500: #64748b;--gray-700: #334155;--gray-900: #0f172a;--success: #00c389;--white: #ffffff}html{-webkit-text-size-adjust:100%}html.smooth-scroll{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:hidden}a,button,input,select,textarea{touch-action:manipulation}input,select,textarea{font-size:16px}.hero{position:relative;padding:4.5rem 1rem 2.5rem;min-height:100vh;min-height:100dvh;display:flex;align-items:center;overflow:hidden}@media (min-width: 640px){.hero{padding:5rem 1.5rem 3rem}}@media (min-width: 1024px){.hero{padding:5rem 4rem 2rem;min-height:auto;min-height:unset}}@media (min-width: 1280px){.hero{padding:5rem 6rem 2rem}}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#02296af2,#0050a0eb,#02296af2)}.hero-pattern{position:absolute;inset:0;background-image: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.03'%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");opacity:.5}.hero-container{position:relative;z-index:10;max-width:1100px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:2rem}@media (min-width: 1024px){.hero-container{flex-direction:row;align-items:center;justify-content:space-between;gap:2.5rem}.hero-content{flex:1}.hero-form-wrapper{width:380px;flex-shrink:0}}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--success);color:#fff;padding:.4rem .85rem;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:.25rem;animation:fadeInUp .6s ease}.hero-disclaimer{font-size:.75rem;color:#ffffffb3;font-style:italic;margin-bottom:.75rem;animation:fadeInUp .6s ease .05s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.15;margin-bottom:.75rem;color:#fff;animation:fadeInUp .6s ease .1s both}.hero-title span{color:#7dd3fc;display:block;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-subtitle{font-size:.75rem;color:#ffffffe6;margin-bottom:.75rem;max-width:600px;line-height:1.6;animation:fadeInUp .6s ease .2s both}@media (min-width: 1024px){.hero-subtitle{font-size:.85rem;margin-bottom:1.25rem;max-width:600px}}.hero-features{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;animation:fadeInUp .6s ease .3s both;justify-content:center}@media (min-width: 1024px){.hero-features{gap:1rem;margin-bottom:1rem;justify-content:flex-start}}.hero-feature{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:#ffffffe6}@media (min-width: 1024px){.hero-feature{font-size:.8rem}}.hero-feature svg{color:var(--success);flex-shrink:0}.trust-badges{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;animation:fadeInUp .6s ease .4s both;margin-top:1rem}@media (min-width: 1024px){.trust-badges{justify-content:flex-start}}.trust-badge{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#ffffff26;backdrop-filter:blur(10px);border-radius:8px;font-size:.8rem;color:#fff;border:1px solid rgba(255,255,255,.15);font-weight:500}.trust-badge-link{display:flex;align-items:center;gap:.35rem;padding:.4rem .75rem;background:#ffffff26;backdrop-filter:blur(10px);border-radius:8px;font-size:.8rem;color:#fff;border:1px solid rgba(255,255,255,.15);font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer}.trust-badge-link:hover{background:#ffffff40;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.form-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 20px 50px -12px #0000004d;animation:fadeInUp .6s ease .4s both}@media (min-width: 1024px){.form-card{padding:2rem 2.5rem}}.hero-form-wrapper{display:block;margin-top:1.5rem}@media (min-width: 1024px){.hero-form-wrapper{margin-top:0}}.form-header{text-align:center;margin-bottom:1.25rem}.form-title{font-size:1.35rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.form-subtitle{color:var(--gray-500);font-size:.875rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.form-input,.form-select{width:100%;padding:.875rem 1rem;border:2px solid var(--gray-200);border-radius:12px;font-size:1rem;transition:all .2s;background:var(--gray-50)}.form-input:focus,.form-select:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #0075c926}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem}.btn-primary{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;font-size:1.1rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0075c959}.form-footer{text-align:center;margin-top:1rem;font-size:.8rem;color:var(--gray-500)}.form-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--gray-500);font-size:.875rem}.form-divider:before,.form-divider:after{content:"";flex:1;height:1px;background:var(--gray-200)}.btn-call{width:100%;padding:.875rem 1.5rem;background:#fff;color:var(--secondary);font-size:1rem;font-weight:600;border:2px solid var(--secondary);border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.btn-call:hover{background:var(--secondary);color:#fff}.cta-call-card{text-align:center}.cta-call-card-compact{text-align:center;padding:1.25rem!important}.cta-compact-header{margin-bottom:.75rem}.cta-badge-mini{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;color:var(--success);margin-bottom:.5rem}.cta-title-compact{font-size:1.25rem;font-weight:700;color:var(--dark);margin:0}.btn-call-compact{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.85rem 1rem;background:linear-gradient(135deg,var(--primary) 0%,#1a56db 100%);color:#fff;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 6px 20px #1a56db59}.btn-call-compact:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1a56db73}.btn-whatsapp-compact{display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.85rem 1rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 6px 20px #25d36659;margin-top:.75rem}.btn-whatsapp-compact:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d36673}.btn-quote-online{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;margin-top:.6rem;background:#fff;color:var(--primary);font-weight:700;font-size:.9rem;border:2px solid var(--primary);border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-quote-online:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1a56db4d}.floating-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;position:fixed;bottom:1.25rem;right:1.25rem;z-index:50;padding:.75rem 1.25rem;background:linear-gradient(135deg,var(--primary) 0%,#1a56db 100%);color:#fff;font-weight:700;font-size:.85rem;border-radius:50px;box-shadow:0 6px 25px #1a56db73;text-decoration:none;transition:all .3s ease;opacity:0;transform:translateY(20px);pointer-events:none}.floating-cta.visible{opacity:1;transform:translateY(0);pointer-events:auto}.floating-cta:hover{transform:translateY(-3px);box-shadow:0 10px 35px #1a56db8c}@media (min-width: 1024px){.floating-cta{bottom:1.5rem;right:1.5rem;padding:.85rem 1.5rem;font-size:.9rem}}.call-number-compact{font-size:1.1rem;font-weight:800;letter-spacing:.5px}.cta-info-row{display:flex;justify-content:center;gap:.75rem;margin-top:.6rem;font-size:.75rem;color:var(--success);font-weight:600}.cta-hours{font-size:.75rem;color:var(--gray-500);margin:.4rem 0 0}.cta-header{margin-bottom:1rem}@media (min-width: 1024px){.cta-header{margin-bottom:.75rem}}.cta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;background:#00c3891a;border:1px solid rgba(0,195,137,.3);border-radius:50px;font-size:.75rem;font-weight:600;color:var(--success);margin-bottom:.75rem}.cta-badge-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.cta-title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.35rem}.cta-title-mobile{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.cta-subtitle{font-size:.875rem;color:var(--gray-500);line-height:1.4}.btn-call-main{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.25rem;background:linear-gradient(135deg,var(--primary) 0%,#1a56db 100%);color:#fff;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 8px 25px #1a56db59}.btn-call-main:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-call-main:hover:before{left:100%}.btn-call-main:hover{transform:translateY(-3px);box-shadow:0 12px 35px #1a56db73}.services{padding:2rem 1rem 2.5rem;background:#fff}@media (min-width: 640px){.services{padding:2.5rem 1.5rem 3rem}}@media (min-width: 1024px){.services{padding:2.5rem 2rem 3rem}}.section-container{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:1.5rem}@media (min-width: 640px){.section-header{margin-bottom:1.75rem}}@media (min-width: 1024px){.section-header{margin-bottom:1.5rem}}.section-title{font-size:clamp(1.4rem,3.5vw,1.75rem);font-weight:700;color:var(--dark);margin-bottom:.35rem}.section-subtitle{color:var(--gray-500);font-size:.875rem;max-width:500px;margin:0 auto;line-height:1.5}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:700px;margin:0 auto}@media (min-width: 480px){.services-grid{gap:1rem}}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.service-card{background:var(--gray-50);border-radius:12px;padding:1.25rem 1rem;text-align:center;transition:all .3s ease;cursor:pointer;border:2px solid transparent;text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}@media (min-width: 640px){.service-card{padding:1.25rem;border-radius:14px}}.service-card:hover,.service-card:active{background:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.service-icon{width:44px;height:44px;margin:0 auto .6rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}@media (min-width: 640px){.service-icon{width:48px;height:48px;margin-bottom:.75rem}}.service-icon svg{width:22px;height:22px;color:#fff}@media (min-width: 640px){.service-icon svg{width:24px;height:24px}}.service-title{font-weight:600;font-size:.85rem;color:var(--dark)}@media (min-width: 640px){.service-title{font-size:.9rem}}.why-us{position:relative;padding:3rem 1rem;color:#fff;overflow:hidden}.why-us-bg{position:absolute;inset:0;z-index:0}.why-us-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.why-us-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#02296aed,#0a4a8ff2)}.why-us .section-container{position:relative;z-index:1}@media (min-width: 640px){.why-us{padding:4rem 1.5rem}}.why-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.why-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.why-card{text-align:center;padding:1.25rem 1rem;background:#ffffff0d;border-radius:16px;border:2px solid transparent;transition:all .3s ease;cursor:pointer}.why-card:hover{border-color:var(--secondary);background:#ffffff14}@media (min-width: 640px){.why-card{padding:1.5rem}}.why-icon{width:60px;height:60px;margin:0 auto .75rem;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (min-width: 640px){.why-icon{width:70px;height:70px;margin-bottom:1rem}}.why-icon svg{width:32px;height:32px;color:var(--secondary)}.why-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.why-text{color:#ffffffb3;font-size:.95rem;line-height:1.6}.partners{padding:3.5rem 0;background:#fff;overflow:hidden}@media (min-width: 768px){.partners{padding:5rem 0}}.partners-header{text-align:center;margin-bottom:2rem;padding:0 1rem}.partners-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-light);color:var(--primary);padding:.5rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.partners-title{font-size:1.5rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}@media (min-width: 768px){.partners-title{font-size:2rem}}.partners-subtitle{color:var(--gray-500);font-size:.95rem}.partners-carousel{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.partners-track{display:flex;gap:2rem;animation:scroll 45s linear infinite;width:-moz-max-content;width:max-content}.partners-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.partner-item{display:flex;align-items:center;justify-content:center;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid var(--gray-100);min-width:120px;height:70px;transition:all .3s ease}.partner-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:var(--primary-light)}.partner-item img{max-width:100px;max-height:40px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;filter:none;opacity:1;transition:all .3s ease}.partner-item:hover img{filter:none;opacity:1;transform:scale(1.05)}@media (min-width: 768px){.partner-item{padding:1.25rem 1.5rem;min-width:150px;height:80px}.partner-item img{max-width:120px;max-height:50px}}.partner-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1rem;background:#fff;border-radius:12px;border:1px solid var(--gray-100);transition:all .3s ease;cursor:default}.partner-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0075c91f;border-color:var(--primary-light)}.partner-icon{width:48px;height:48px;background:var(--primary-light);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;transition:all .3s}.partner-card:hover .partner-icon{background:var(--primary)}.partner-icon svg{width:24px;height:24px;color:var(--primary);transition:all .3s}.partner-card:hover .partner-icon svg{color:#fff}.partner-name{font-size:.8rem;font-weight:700;color:var(--gray-700);text-align:center;line-height:1.3}@media (min-width: 640px){.partner-name{font-size:.85rem}}.partners-cta{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--gray-200)}.partners-cta-text{color:var(--gray-600);font-size:.95rem;margin-bottom:1rem}.partners-cta-text strong{color:var(--primary);font-weight:700}.partner-logo{height:32px;width:auto;filter:grayscale(0%) opacity(1);transition:all .3s}.partner-logo:hover{filter:grayscale(0%) opacity(1);transform:scale(1.05)}.testimonials{padding:3.5rem 0;background:linear-gradient(180deg,#f8f9fb,#f3f4f6)}.testimonials-title-section{text-align:center;margin-bottom:2rem;padding:0 1rem}.testimonials-title-section .section-title{color:var(--dark);margin-bottom:.5rem}.testimonials-title-section .section-subtitle{color:var(--gray-600);max-width:500px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:1.5rem;padding:0 1rem}.google-brand{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.google-logo{font-size:1.5rem;font-weight:500;letter-spacing:-.5px}.google-logo span:nth-child(1){color:#4285f4}.google-logo span:nth-child(2){color:#ea4335}.google-logo span:nth-child(3){color:#fbbc05}.google-logo span:nth-child(4){color:#4285f4}.google-logo span:nth-child(5){color:#34a853}.google-logo span:nth-child(6){color:#ea4335}.google-rating-number{font-size:1.5rem;font-weight:700;color:var(--dark)}.google-stars{color:#fbbc05;font-size:1.25rem;letter-spacing:2px}.btn-write-review{display:inline-flex;align-items:center;gap:.4rem;background:#34a853;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;text-decoration:none;margin-top:.75rem;transition:background .2s}.btn-write-review:hover{background:#2d9249}.testimonials-wrapper{position:relative;max-width:1200px;margin:0 auto;padding:0 1rem}.testimonials-scroll{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem 0}.testimonials-scroll::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 calc(85vw - 2rem);max-width:320px;scroll-snap-align:start;background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 12px #00000014;border:1px solid #f0f0f0}.testimonial-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.testimonial-avatar-wrapper{position:relative;flex-shrink:0}.testimonial-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:1rem}.avatar-bg-1{background:linear-gradient(135deg,#667eea,#764ba2)}.avatar-bg-2{background:linear-gradient(135deg,#f093fb,#f5576c)}.avatar-bg-3{background:linear-gradient(135deg,#4facfe,#00f2fe)}.avatar-bg-4{background:linear-gradient(135deg,#43e97b,#38f9d7)}.avatar-bg-5{background:linear-gradient(135deg,#fa709a,#fee140)}.google-badge{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0003}.google-badge svg{width:12px;height:12px}.testimonial-info{flex:1;min-width:0}.testimonial-name{font-weight:600;color:var(--dark);font-size:.9rem;display:flex;align-items:center;gap:.3rem}.verified-badge{color:#4285f4;font-size:.85rem}.testimonial-time{font-size:.75rem;color:var(--gray-500);margin-top:.1rem}.testimonial-stars{color:#fbbc05;font-size:1rem;letter-spacing:1px;margin:.5rem 0}.testimonial-text{font-size:.85rem;color:var(--gray-700);line-height:1.5;margin:0}.testimonial-more{color:#34a853;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-block;margin-top:.5rem}.carousel-arrow-right{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px #00000026;cursor:pointer;display:none;align-items:center;justify-content:center;color:var(--gray-600);z-index:10;transition:all .2s}.carousel-arrow-right:hover{box-shadow:0 4px 12px #0003}.carousel-arrow-right svg{width:18px;height:18px}@media (min-width: 480px){.testimonial-card{flex:0 0 280px}}@media (min-width: 768px){.testimonials{padding:4rem 0}.testimonial-card{flex:0 0 300px}.testimonials-wrapper{padding:0 3rem}.carousel-arrow-right{display:flex;right:1rem;width:40px;height:40px}.carousel-arrow-right svg{width:20px;height:20px}}@media (min-width: 1024px){.testimonial-card{flex:0 0 340px}.testimonials-wrapper{padding:0 4rem}}@media (min-width: 1280px){.testimonial-card{flex:0 0 360px}}.cta-bottom{position:relative;padding:2.5rem 1rem;text-align:center;color:#fff;overflow:hidden}.cta-bottom-bg{position:absolute;inset:0;z-index:0}.cta-bottom-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cta-bottom-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0075c9eb,#02296af2)}.cta-bottom .section-container{position:relative;z-index:1}@media (min-width: 768px){.cta-bottom{padding:4rem 1rem}}.cta-title{font-size:clamp(1.375rem,4vw,2.5rem);font-weight:700;margin-bottom:.75rem;line-height:1.2;color:#fff}@media (min-width: 768px){.cta-title{margin-bottom:1rem}}.cta-subtitle{font-size:.95rem;color:#fffffff2;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.5}@media (min-width: 768px){.cta-subtitle{font-size:1.1rem;margin-bottom:2rem}}.cta-buttons{display:flex;flex-direction:column;gap:.75rem;max-width:320px;margin:0 auto}@media (min-width: 640px){.cta-buttons{flex-direction:row;max-width:500px;gap:1rem}}.btn-white{flex:1;padding:.9rem 1.5rem;background:#fff;color:var(--primary);font-size:.95rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;-webkit-tap-highlight-color:transparent;min-height:48px}@media (min-width: 640px){.btn-white{padding:1rem 2rem;font-size:1rem}}.btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.btn-white:active{transform:scale(.98)}.btn-outline-white{flex:1;padding:.9rem 1.5rem;background:transparent;color:#fff;font-size:.95rem;font-weight:700;border:2px solid white;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;-webkit-tap-highlight-color:transparent;min-height:48px}@media (min-width: 640px){.btn-outline-white{padding:1rem 2rem;font-size:1rem}}.btn-outline-white:hover{background:#fff;color:var(--primary)}.btn-outline-white:active{transform:scale(.98)}.footer{padding:2rem 1rem 1.5rem;background:var(--dark);color:#ffffffb3}@media (min-width: 768px){.footer{padding:4rem 2rem 2rem}}.footer-inner{max-width:1100px;margin:0 auto}.footer-content{display:grid;gap:1.5rem;margin-bottom:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.footer-content{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2.5rem;align-items:start;margin-bottom:2.5rem}}.footer-brand{text-align:center;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.footer-brand{text-align:left;padding-right:2rem;padding-bottom:0;border-bottom:none}}.footer-logo{height:32px;width:auto;filter:brightness(0) invert(1);margin:0 auto .75rem;display:block}@media (min-width: 768px){.footer-logo{height:36px;margin:0 0 1rem}}.footer-tagline{font-size:.8rem;color:#fff9;line-height:1.6;max-width:280px;margin:0 auto}@media (min-width: 768px){.footer-tagline{font-size:.875rem;line-height:1.7;margin:0}}.footer-section{text-align:center}@media (min-width: 768px){.footer-section{text-align:left}}.footer-section h4{color:#fff;font-size:.75rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 768px){.footer-section h4{font-size:.9rem;margin-bottom:.875rem}}.footer-section p{font-size:.8rem;color:#ffffffb3;line-height:1.5;margin-bottom:.15rem}@media (min-width: 768px){.footer-section p{font-size:.875rem;line-height:1.6;margin-bottom:.25rem}}.footer-section a{font-size:.8rem;color:#ffffffb3;line-height:1.5;text-decoration:none;transition:color .2s ease}@media (min-width: 768px){.footer-section a{font-size:.875rem;line-height:1.6}}.footer-section a:hover{color:#fff}.footer-contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;justify-content:center}@media (min-width: 768px){.footer-contact-item{gap:.6rem;margin-bottom:.6rem;justify-content:flex-start}}.footer-contact-item svg{flex-shrink:0;color:#ffffff80;width:14px;height:14px}@media (min-width: 768px){.footer-contact-item svg{width:16px;height:16px}}.footer-contact-item a,.footer-contact-item span{font-size:.8rem;color:#ffffffb3;line-height:1.4}@media (min-width: 768px){.footer-contact-item a,.footer-contact-item span{font-size:.875rem;line-height:1.5}}.footer-social{display:flex;gap:.5rem;justify-content:center;margin-top:.75rem}@media (min-width: 768px){.footer-social{gap:.75rem;justify-content:flex-start;margin-top:1rem}}.footer-social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease}@media (min-width: 768px){.footer-social a{width:36px;height:36px}}.footer-social a:hover{background:var(--primary);transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-links{display:flex;gap:2rem;justify-content:center}.footer-link{color:#fff9;text-decoration:none;font-size:.8rem;transition:color .2s}.footer-link:hover{color:#fff}.footer-copy{font-size:.8rem;color:#ffffff80;text-align:center}html,body{overflow-x:hidden;max-width:100vw}*,*:before,*:after{max-width:100%}.partners-track,.partners-track *,.hero-bg img,.why-us-bg img,.cta-bottom-bg img,svg{max-width:none}section,footer,@media (max-width: 360px){.hero{padding:4rem .75rem 2rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.75rem}.hero-badge{font-size:.75rem;padding:.3rem .65rem}.hero-feature{font-size:.75rem;gap:.3rem}.hero-feature svg{width:16px;height:16px}.trust-badge,.trust-badge-link{font-size:.75rem;padding:.3rem .5rem}.form-card{padding:1rem}.cta-title-compact{font-size:1.1rem}.btn-call-compact{padding:.7rem .75rem;gap:.4rem}.call-number-compact{font-size:.95rem}.services{padding:1.5rem .75rem 2rem}.services-grid{gap:.5rem}.service-card{padding:1rem .5rem}.service-icon{width:38px;height:38px}.service-icon svg{width:18px;height:18px}.service-title{font-size:.75rem}.why-us{padding:2rem .75rem}.why-card{padding:1rem .75rem}.why-icon{width:50px;height:50px}.why-title{font-size:1.1rem}.why-text{font-size:.85rem}.partners{padding:2.5rem 0}.partners-title{font-size:1.25rem}.testimonials{padding:2.5rem 0}.testimonial-card{flex:0 0 calc(90vw - 1.5rem);padding:1rem}.testimonial-text{font-size:.8rem}.cta-bottom{padding:2rem .75rem}.btn-outline-white{padding:.75rem 1rem;font-size:.85rem}.footer{padding:1.5rem .75rem 1rem}.footer-logo{height:28px}.footer-tagline,.footer-section h4,.footer-section p,.footer-section a,.footer-contact-item a,.footer-contact-item span{font-size:.75rem}.footer-links{gap:1.25rem}.footer-link,.footer-copy{font-size:.75rem}}@media (min-width: 361px) and (max-width: 479px){.hero{padding:4.25rem .875rem 2.25rem}.services{padding:1.75rem .875rem 2.25rem}.service-card{padding:1.1rem .75rem}.footer{padding:1.75rem .875rem 1.25rem}}@media (min-width: 640px) and (max-width: 767px){.footer-content{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.25rem}.footer-section{text-align:left}.footer-contact-item,.footer-social{justify-content:flex-start}}@media (min-width: 640px) and (max-width: 767px){.testimonial-card{flex:0 0 280px}}@media (min-width: 640px) and (max-width: 767px){.why-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.why-grid .why-card:last-child{grid-column:1 / -1;max-width:400px;margin:0 auto}}@media (min-width: 640px) and (max-width: 767px){.services-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;max-width:600px}}@media (min-width: 640px) and (max-width: 1023px){.hero-form-wrapper{max-width:420px;margin-left:auto;margin-right:auto}}@media (min-width: 640px){.cta-buttons{max-width:340px}}.partners-carousel{max-width:100vw}img{max-width:100%;height:auto}.hero-bg img,.why-us-bg img,.cta-bottom-bg img{max-width:none;width:100%;height:100%}@media (max-height: 500px) and (orientation: landscape){.hero{min-height:auto;padding-top:4rem;padding-bottom:1.5rem}.hero-features{margin-bottom:.5rem}.trust-badges{margin-top:.5rem}}@media print{.hero{min-height:auto;padding:2rem 1rem}body{overflow:visible}}
