@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";:root{--primary:#e8450a;--primary-glow:#e8450a33;--primary-dark:#c73209;--secondary:#1a2b4a;--secondary-glow:#1a2b4a33;--success:#25d366;--bg-dark:#fff;--bg-surface:#f8fafc;--bg-surface-glass:#ffffffe6;--bg-hero:#fff8f5;--text-light:#1a2b4a;--text-muted:#555e70;--border-glass:#1a2b4a14}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-dark);color:var(--text-light);scroll-behavior:smooth;width:100%;max-width:100vw;min-height:100vh;font-family:Poppins,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%;overflow-x:hidden}.glass-panel{background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);border-radius:16px;box-shadow:0 8px 32px #00000014}.glass-nav{-webkit-backdrop-filter:blur(16px);background:#1a2b4af7;border-bottom:1px solid #ffffff14}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700;line-height:1.2}h2{color:var(--text-light);font-size:clamp(1.8rem,3vw,2.75rem)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.animate-fade-in-up{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.animate-delay-1{animation-delay:.15s}.animate-delay-2{animation-delay:.3s}.animate-delay-3{animation-delay:.45s}.animate-delay-4{animation-delay:.6s}.fade-in-section{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.fade-in-section.visible{opacity:1;transform:translateY(0)}.btn{cursor:pointer;border:none;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#e8450a 0%,#c73209 100%);box-shadow:0 4px 16px #e8450a59}.btn-primary:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 8px 24px #e8450a80}.btn-secondary{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-secondary:hover{background:#e8450a0f;transform:translateY(-1px)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.h-full{height:100%}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}@media (width<=1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.container{padding:0 1rem}.section{padding:3.5rem 0}.md\:grid-cols-1{grid-template-columns:repeat(1,1fr)!important}.md\:flex-col{flex-direction:column!important}.md\:text-center{text-align:center!important}}@media (width<=640px){.sm\:grid-cols-1{grid-template-columns:1fr!important}}.wa-float{z-index:900;color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:.6rem;padding:.7rem 1.2rem;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:1.5rem;box-shadow:0 6px 24px #25d36673}.wa-float:hover{background:#1ebe5d;transform:translateY(-3px);box-shadow:0 10px 30px #25d3668c}@media (width<=768px){.wa-float{display:none}}.top-strip{color:#fff;text-align:center;z-index:1001;background:#e8450a;width:100%;padding:9px 40px 9px 16px;font-size:.875rem;font-weight:500;position:fixed;top:0;left:0;overflow:hidden}.top-strip-inner{display:inline-block;position:relative}.top-strip:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff2e 50%,#0000 100%);width:60%;height:100%;animation:3s ease-in-out infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-60%}to{left:120%}}.top-strip a{color:#fff;white-space:nowrap;font-weight:800;text-decoration:underline}.top-strip a:hover{color:#ffe0d0}.top-strip-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.85rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.top-strip-close:hover{background:#ffffff59}.header{z-index:1000;background:#1a2b4a;border-bottom:1px solid #ffffff12;width:100%;height:72px;transition:top .3s,height .3s,padding .3s;position:fixed;top:37px;left:0;box-shadow:0 4px 24px #00000040}.header.no-strip{top:0}.header.scrolled{-webkit-backdrop-filter:blur(16px);background:#1a2b4af7;height:60px;padding:0;box-shadow:0 4px 32px #00000059}.logo-image{object-fit:contain;filter:brightness(1.1);width:auto;height:38px}.nav-links{list-style:none}.nav-links a{color:#ffffffd1;border-bottom:2px solid #0000;padding-bottom:3px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .22s,border-color .22s}.nav-links a:hover{color:#e8450a;border-bottom-color:#e8450a}.cta-btn{white-space:nowrap;padding:.55rem 1.25rem;font-size:.95rem}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{transform-origin:50%;background:#fff;border-radius:3px;width:24px;height:2.5px;transition:all .3s;display:block}.hamburger span.open:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger span.open:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger span.open:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.mobile-overlay{z-index:999;background:#0000008c;animation:.2s fadeInUp;position:fixed;inset:0}.mobile-drawer{background:#1a2b4a;flex-direction:column;width:min(300px,85vw);height:100vh;padding:5rem 2rem 2rem;display:flex;position:absolute;top:0;right:0;box-shadow:-8px 0 40px #0000004d}.drawer-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex;position:absolute;top:1rem;right:1rem}.mobile-nav-links{flex-direction:column;gap:.25rem;list-style:none;display:flex}.mobile-nav-links li a{color:#ffffffd9;border-bottom:1px solid #ffffff14;padding:.85rem 0;font-size:1.2rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.mobile-nav-links li a:hover{color:#e8450a}.mobile-cta{text-align:center;margin-top:1.5rem;box-shadow:0 4px 16px #e8450a59;color:#fff!important;background:linear-gradient(135deg,#e8450a,#c73209)!important;border-bottom:none!important;border-radius:10px!important;padding:.85rem 1.5rem!important}@media (width<=768px){.desktop-nav{display:none}.hamburger{display:flex}.cta-btn{display:none}.top-strip{height:32px;padding:6px 36px 6px 8px;font-size:.7rem}.header{height:56px;top:32px}.header.no-strip{top:0}.header.scrolled{height:52px}.logo-image{height:28px}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:450px;padding:2rem;animation:.3s ease-out forwards modalPop;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-close{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;line-height:1;transition:color .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:#0f172a}.modal-title{color:var(--text-light);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.modal-subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.4}.modal-form{flex-direction:column;gap:1.2rem;display:flex}.modal-form-group{flex-direction:column;gap:.4rem;display:flex}.modal-form-group label{color:var(--text-light);font-size:.9rem;font-weight:600}.modal-form-input{border:1px solid var(--border-glass);width:100%;color:var(--text-light);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.modal-form-input::placeholder{color:#94a3b8}.modal-form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.modal-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.875rem;font-size:1.1rem;font-weight:600;transition:background .2s;display:flex}.modal-submit:hover{background:#c56200}.modal-submit:disabled{cursor:not-allowed;background:#cbd5e1}.modal-success{text-align:center;padding:2rem 0}.modal-success-icon{color:#10b981;margin-bottom:1rem;font-size:3rem}.modal-error{color:#ef4444;text-align:center;margin-top:.5rem;font-size:.9rem}.hero{background:linear-gradient(160deg,#fff8f5 0%,#fff 60%);align-items:center;min-height:100vh;padding-top:125px;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text{flex-direction:column;display:flex}.hero-badge{color:#e8450a;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#e8450a1f,#e8450a0f);border:1.5px solid #e8450a40;border-radius:999px;width:fit-content;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.hero-text h1{color:#1a2b4a;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:900;line-height:1.08}.hero-desc{color:#555e70;max-width:420px;margin-bottom:1.25rem;font-size:1.125rem;font-weight:400;line-height:1.75}.hero-rating{align-items:center;gap:.6rem;margin-bottom:2rem;display:flex}.stars{letter-spacing:.04em;font-size:1.05rem}.rating-text{color:var(--text-muted);font-size:.9rem;font-weight:600}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem;display:flex}.hero-cta-primary{padding:.875rem 1.75rem;font-size:1.05rem}.btn-whatsapp{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:inherit;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #25d36659}.btn-whatsapp:hover{background:#1da851;transform:translateY(-2px)scale(1.03);box-shadow:0 8px 22px #25d36680}.hero-counter{background:#fff;border:1.5px solid #e8450a26;border-radius:999px;align-items:center;gap:.75rem;width:fit-content;padding:.55rem 1.25rem;display:inline-flex;box-shadow:0 4px 16px #e8450a14}.hero-counter-number{color:#e8450a;font-size:1.35rem;font-weight:900;line-height:1}.hero-counter-label{color:var(--text-muted);font-size:.82rem;font-weight:600}.hero-visual{justify-content:center;display:flex}.hero-image-wrapper{width:100%;max-width:520px;position:relative}.mnre-badge{z-index:20;color:#fff;letter-spacing:.04em;background:#25d366;border-radius:999px;padding:.35rem .9rem;font-size:.78rem;font-weight:700;position:absolute;top:-14px;left:16px;box-shadow:0 4px 14px #25d36659}.hero-image-container{aspect-ratio:4/3;border-radius:20px;width:100%;transition:transform .5s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-6deg)rotateX(4deg);box-shadow:0 20px 60px #00000026}.hero-image-container:hover{transform:perspective(1000px)rotateY(-2deg)rotateX(2deg)}.hero-image{object-fit:cover;width:100%;height:100%;transform:scale(1.05)}.hero-img-gradient{pointer-events:none;z-index:2;background:linear-gradient(90deg,#1a2b4a66 0%,#0000 55%);position:absolute;inset:0}.production-overlay{z-index:20;color:#1a2b4a;background:#fff;border:1px solid #25d36640;border-radius:14px;flex-direction:column;gap:.3rem;padding:.85rem 1.2rem;font-size:.88rem;font-weight:600;transition:opacity .4s;display:flex;position:absolute;bottom:-16px;left:-16px;box-shadow:0 8px 28px #25d36626}.prod-row{align-items:center;gap:.5rem;display:flex}.power-dot{border-radius:50%;flex-shrink:0;width:11px;height:11px}.prod-units{color:#555e70;font-size:.8rem;font-weight:500}@keyframes greenGlow{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 8px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=768px){.hero{padding-top:108px;padding-bottom:6rem}.hero-container{text-align:center;grid-template-columns:1fr;gap:2.5rem}.hero-text h1{font-size:2.2rem}.hero-badge,.hero-counter,.hero-rating{margin-left:auto;margin-right:auto}.hero-desc{max-width:100%;font-size:1rem}.hero-buttons{flex-direction:column;justify-content:center;align-items:center}.hero-cta-primary,.btn-whatsapp{justify-content:center;width:100%}.hero-image-container,.hero-image-container:hover{transform:none}.hero-visual{padding-bottom:1.5rem}.production-overlay{font-size:.8rem;bottom:-12px;left:8px}}.calc-section{background:linear-gradient(160deg,#f0f9ff 0%,#fff 100%);padding:5rem 0}.calc-wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.calc-input-group{margin-bottom:1.75rem}.calc-label{color:#1a2b4a;margin-bottom:1rem;font-size:1.05rem;font-weight:700;display:block}.calc-bill-display{color:#e8450a;margin-bottom:1rem;font-size:2.4rem;font-weight:900;line-height:1}.range-slider{appearance:none;cursor:pointer;background:#e2e8f0;border-radius:6px;outline:none;width:100%;height:8px}.range-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#e8450a;border:3px solid #fff;border-radius:50%;width:24px;height:24px;transition:transform .15s;box-shadow:0 4px 12px #e8450a66}.range-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.range-slider::-moz-range-thumb{cursor:pointer;background:#e8450a;border:3px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 4px 12px #e8450a66}.range-labels{color:#888;justify-content:space-between;margin-top:.6rem;font-size:.82rem;font-weight:600;display:flex}.calc-system-box{background:#f8fafc;border:1px solid #1a2b4a14;border-radius:14px;padding:1.5rem}.calc-system-title{color:#1a2b4a;font-size:1rem;font-weight:700}.calc-system-size{color:#25d366;margin-top:.4rem;font-size:2.5rem;font-weight:900;line-height:1.1}.calc-system-size span{font-size:1.5rem}.calc-system-meta{color:#666;margin-top:.4rem;font-size:.85rem}.calc-right{flex-direction:column;gap:1rem;display:flex}.result-card{background:#fff;border:1px solid #1a2b4a14;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:transform .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000000a}.result-card:hover{transform:translateY(-3px)}.rc-icon-wrap{background:#1a2b4a0f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.rc-icon-green{background:#25d3661a}.rc-body{flex:1}.rc-label{text-transform:uppercase;letter-spacing:.08em;color:#888;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;display:flex}.rc-tooltip{cursor:help;font-size:.9rem}.rc-value{margin-top:.2rem;font-size:1.6rem;font-weight:900;line-height:1.2}.rc-navy-text{color:#1a2b4a}.rc-green-text{color:#25d366}.subsidy-bar-wrap{margin-top:.6rem}.subsidy-bar-track{background:#e8f5e9;border-radius:3px;height:6px;overflow:hidden}.subsidy-bar-fill{background:#25d366;border-radius:3px;height:100%;transition:width .5s}.subsidy-bar-label{color:#25d366;margin-top:.3rem;font-size:.75rem;font-weight:600;display:block}.rc-orange{background:linear-gradient(135deg,#e8450a,#c73209);border:none;flex-direction:row;align-items:center}.rc-save-tag{color:#ffffffe6;margin-top:.3rem;font-size:.82rem;font-weight:700}.rc-roi{color:#ffffffbf;margin-top:.2rem;font-size:.8rem}.rc-bg-icon{color:#ffffff1a;width:80px;height:80px;position:absolute;bottom:-12px;right:-12px}.rc-lifetime{text-align:left;background:#f8fafc;flex-direction:column;align-items:flex-start}.rc-lifetime-value{color:#1a2b4a;margin-top:.2rem;font-size:2rem;font-weight:900}@media (width<=768px){.calc-wrapper{grid-template-columns:1fr}}.rs-section{background:#fff}.rs-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.75rem;display:grid}.rs-card{background:#fff;border:1.5px solid #1a2b4a1a;border-radius:20px;flex-direction:column;gap:1rem;padding:2rem 1.75rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000a}.rs-card:hover,.rs-hovered{transform:translateY(-6px);box-shadow:0 20px 50px #1a2b4a1f}.rs-card-highlight{border-width:2px;border-color:#e8450a;transform:translateY(-8px);box-shadow:0 8px 40px #e8450a2e}.rs-card-highlight:hover{transform:translateY(-14px);box-shadow:0 24px 60px #e8450a40}.rs-popular-ribbon{color:#fff;text-align:center;letter-spacing:.06em;background:linear-gradient(135deg,#e8450a,#c73209);padding:.4rem;font-size:.78rem;font-weight:700;position:absolute;top:0;left:0;right:0}.rs-badge-top{color:#e8450a;text-transform:uppercase;letter-spacing:.12em;margin-top:1.25rem;font-size:.8rem;font-weight:700}.rs-card:not(.rs-card-highlight) .rs-badge-top{margin-top:0}.rs-size{color:#1a2b4a;font-size:1.6rem;font-weight:900;line-height:1.1}.rs-price{color:#e8450a;background:#e8450a12;border-radius:8px;padding:.5rem .75rem;font-size:1rem;font-weight:700;display:inline-block}.rs-meta{flex-direction:column;gap:.4rem;display:flex}.rs-meta-item{color:#444;font-size:.88rem}.rs-meta-label{color:#1a2b4a;font-weight:600}.rs-features-list{flex-direction:column;flex:1;gap:.55rem;list-style:none;display:flex}.rs-features-list li{color:#444;align-items:flex-start;gap:.6rem;font-size:.88rem;display:flex}.rs-check{color:#25d366;flex-shrink:0;margin-top:1px;font-weight:800}.rs-cta-btn{text-align:center;color:#e8450a;border:2px solid #e8450a;border-radius:10px;margin-top:auto;padding:.8rem 1.5rem;font-size:.97rem;font-weight:700;text-decoration:none;transition:all .25s;display:block}.rs-cta-btn:hover{color:#fff;background:#e8450a;transform:translateY(-2px)}.rs-cta-highlight{color:#fff;background:linear-gradient(135deg,#e8450a,#c73209);border-color:#0000;box-shadow:0 4px 16px #e8450a59}.rs-cta-highlight:hover{color:#fff;background:linear-gradient(135deg,#ff5520,#e03a10)}.rs-bottom p{color:#555e70;font-size:1rem}@media (width<=1024px){.rs-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.rs-card-highlight{order:-1;transform:none}.rs-card-highlight:hover{transform:translateY(-6px)}}.trust-section{background:#fff}.trust-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#e8450a;margin-bottom:.75rem;font-size:.78rem;font-weight:700}.trust-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.trust-card{opacity:0;background:#fff;border:1px solid #1a2b4a14;border-radius:16px;flex-direction:column;gap:.75rem;padding:2rem 1.75rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;transform:translateY(24px);box-shadow:0 2px 12px #0000000a}.trust-card.visible{opacity:1;transition:opacity .6s,transform .6s,box-shadow .3s;transform:translateY(0)}.trust-card:hover{border-color:#e8450a33;transform:translateY(-6px);box-shadow:0 16px 40px #e8450a1a}.trust-icon-wrap{color:#e8450a;background:linear-gradient(135deg,#e8450a1f,#e8450a0f);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.25rem;display:flex}.trust-card-title{color:#1a2b4a;font-size:1.05rem;font-weight:700;line-height:1.3}.trust-card-desc{color:#555e70;font-size:.88rem;line-height:1.65}@media (width<=1024px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.trust-grid{grid-template-columns:1fr}}.testimonials-section{background:#f9fafb}.section-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#e8450a;margin-bottom:.75rem;font-size:.78rem;font-weight:700}.section-title{color:#1a2b4a;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:800}.section-subtitle{color:#555e70;font-size:1.05rem}.testi-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.testi-card{opacity:0;background:#fff;border:1px solid #1a2b4a0f;border-radius:18px;flex-direction:column;gap:1.25rem;padding:2rem;transition:transform .3s,box-shadow .3s;animation:.6s forwards fadeInUp;display:flex;box-shadow:0 4px 20px #1a2b4a12}.testi-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #e8450a1a}.testi-stars{letter-spacing:.05em;font-size:1.1rem}.testi-text{color:#444;flex:1;font-size:.97rem;font-style:italic;line-height:1.75}.testi-footer{align-items:center;gap:.9rem;display:flex}.testi-avatar{color:#fff;background:linear-gradient(135deg,#e8450a,#c73209);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1rem;font-weight:800;display:flex}.testi-name{color:#1a2b4a;font-size:.95rem;font-weight:700}.testi-location{color:#888;font-size:.8rem}.testi-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:none}.testi-dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;width:10px;height:10px;transition:background .3s,transform .3s}.testi-dot.active{background:#e8450a;transform:scale(1.25)}@media (width<=768px){.testi-grid{grid-template-columns:1fr;gap:0}.testi-card{display:none}.testi-card.testi-active,.testi-dots{display:flex}}.contact-section{background:#fff}.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.contact-desc{color:#555e70;margin:1rem 0 2rem;font-size:1rem;line-height:1.75}.contact-details{flex-direction:column;gap:1.25rem;display:flex}.contact-detail-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{flex-shrink:0;margin-top:2px;font-size:1.4rem}.contact-detail-item strong{color:#1a2b4a;font-size:.95rem;font-weight:700;display:block}.contact-detail-item p{color:#555e70;margin-top:.1rem;font-size:.9rem}.contact-detail-item a{color:#e8450a;font-weight:600;text-decoration:none}.contact-detail-item a:hover{text-decoration:underline}.contact-form-box{background:#fff;border:1px solid #1a2b4a14;border-radius:20px;padding:2rem;box-shadow:0 8px 40px #1a2b4a14}.trust-badges{flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;display:flex}.trust-badge{color:#15803d;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:.35rem .75rem;font-size:.78rem;font-weight:700}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:#1a2b4a;font-size:.84rem;font-weight:600}.form-input{color:#1a2b4a;background:#fafafa;border:1.5px solid #1a2b4a26;border-radius:10px;outline:none;width:100%;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-input:focus{background:#fff;border-color:#e8450a}.pin-location{color:#25d366;margin-top:.25rem;font-size:.78rem;font-weight:600}.contact-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e8450a,#c73209);border:none;border-radius:12px;width:100%;margin-top:.5rem;padding:.95rem 1.5rem;font-family:inherit;font-size:1.05rem;font-weight:700;transition:all .25s;box-shadow:0 6px 20px #e8450a59}.contact-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff5520,#d93a10);transform:translateY(-2px);box-shadow:0 10px 28px #e8450a73}.contact-submit-btn:disabled{opacity:.65;cursor:not-allowed}.form-error{color:#dc2626;text-align:center;font-size:.85rem;font-weight:600}.contact-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1.5rem;display:flex}.success-icon{font-size:3rem}.contact-success h3{color:#1a2b4a;font-size:1.5rem;font-weight:800}.contact-success p{color:#555e70;font-size:1rem}@media (width<=768px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}.trust-badges{justify-content:center}}footer.footer{color:#ffffffb3;width:100%;padding:4rem 0 0;background-color:#0f1c35!important}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem;display:grid}.footer-logo{filter:brightness(1.2);width:auto;height:36px;margin-bottom:1rem;display:block}.footer-desc{color:#ffffff8c;max-width:280px;margin-bottom:1rem;font-size:.88rem;line-height:1.75}.footer-cert{color:#ffffffb3;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.78rem;font-weight:700;display:flex}.footer-social{flex-wrap:wrap;gap:.6rem;display:flex}.social-icon{color:#ffffffa6;background:#ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:flex}.social-icon:hover{color:#fff;background:#e8450a;transform:translateY(-3px)}.footer-links-col{flex-direction:column;display:flex}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.14em;margin-bottom:1.25rem;font-size:.8rem;font-weight:800}.footer-links{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.footer-links li a{color:#ffffff8c;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links li a:hover{color:#e8450a}.footer-contact-list{flex-direction:column;gap:.9rem;display:flex}.footer-contact-list p{color:#ffffff8c;margin:0;font-size:.86rem;line-height:1.6}.footer-contact-list strong{color:#ffffffd9;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem;font-size:.82rem;font-weight:700;display:block}.footer-contact-list a{color:#e8450a;text-decoration:none}.footer-contact-list a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #ffffff14;padding:1.25rem 1.5rem}.footer-bottom-inner{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;font-size:.8rem;display:flex}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.footer-brand{grid-column:auto}.footer-desc{max-width:100%}.footer-bottom-inner{text-align:center;flex-direction:column}}.mobile-sticky-bar{display:none}@media (width<=768px){.mobile-sticky-bar{z-index:990;background:#fff;border-top:1px solid #00000014;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.sticky-btn{flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.sticky-btn:active{opacity:.85}.sticky-call{color:#1a2b4a;background:#f3f4f6;border-right:1px solid #0000000f}.sticky-wa{color:#fff;background:#25d366}}html{scroll-behavior:smooth}main{width:100%;overflow-x:hidden}
