*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#f97316;--primary-dark:#ea580c;--dark:#1a1a1a;--dark-2:#2a2a2a;--gray:#6b7280;--light:#f9fafb;--white:#fff;--border:#e5e7eb}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--white);font-family:Inter,system-ui,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.header{z-index:100;background:#1a1a1a;position:sticky;top:0;box-shadow:0 2px 12px #0000004d}.header-inner{justify-content:space-between;align-items:center;max-width:1100px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.logo-link{align-items:center;text-decoration:none;display:flex}.nav{align-items:center;gap:1.8rem;display:flex}.nav a{color:#d1d5db;font-size:.9rem;text-decoration:none;transition:color .2s}.nav a:hover{color:#f97316}.btn-whatsapp{border-radius:6px;padding:.5rem 1.1rem;font-weight:600;color:#fff!important;background:#f97316!important;font-size:.85rem!important;transition:background .2s!important}.btn-whatsapp:hover{background:#ea6c0a!important}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;display:block}@media (width<=700px){.hamburger{display:flex}.nav{background:#1a1a1a;border-top:1px solid #2a2a2a;flex-direction:column;gap:1.2rem;padding:1.2rem 1.5rem 1.5rem;display:none;position:absolute;top:64px;left:0;right:0}.nav--open{display:flex}.nav a{font-size:1rem}.logo-link svg{width:170px}}.emergency-banner{background:#7f1d1d;justify-content:center;align-items:center;gap:.7rem;padding:.55rem 1.5rem;display:flex}.emergency-banner p{color:#fecaca;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin:0;font-size:.83rem;display:flex}.emergency-banner strong{color:#fff;font-weight:700}.emergency-banner a{color:#fca5a5;font-weight:600;text-decoration:none;transition:color .2s}.emergency-banner a:hover{color:#fff}.emergency-sep{color:#991b1b}.emergency-dot{background:#ef4444;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.6s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@media (width<=600px){.emergency-sep{display:none}.emergency-banner p{gap:.3rem}}.hero{text-align:center;background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 60%,#1a1a1a 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(at 50% 0,#f9731626 0%,#0000 65%);position:absolute;inset:0}.hero-inner{max-width:720px;margin:0 auto;position:relative}.hero-badge{color:#f97316;letter-spacing:.03em;background:#f9731626;border:1px solid #f9731666;border-radius:50px;margin-bottom:1.4rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero h1{color:#fff;margin-bottom:1.2rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}.hero h1 span{color:#f97316}.hero p{color:#9ca3af;max-width:560px;margin:0 auto 2rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.cta-primary{color:#fff;background:#f97316;border-radius:8px;padding:.85rem 1.8rem;font-size:1rem;font-weight:700;transition:background .2s,transform .15s;box-shadow:0 4px 20px #f9731659}.cta-primary:hover{background:#ea580c;transform:translateY(-1px)}.cta-secondary{color:#d1d5db;border:1px solid #4b5563;border-radius:8px;padding:.85rem 1.8rem;font-size:1rem;font-weight:600;transition:border-color .2s,color .2s}.cta-secondary:hover{color:#f97316;border-color:#f97316}.hero-stats{border-top:1px solid #2a2a2a;flex-wrap:wrap;justify-content:center;gap:3rem;padding-top:2rem;display:flex}.hero-stats div{flex-direction:column;align-items:center;display:flex}.hero-stats strong{color:#f97316;font-size:1.3rem;font-weight:800}.hero-stats span{color:#6b7280;margin-top:.1rem;font-size:.78rem}@media (width<=600px){.hero{padding:3.5rem 1.2rem 3rem}.hero h1{font-size:1.9rem}.hero p{font-size:.95rem}.cta-primary,.cta-secondary{text-align:center;width:100%;padding:.9rem 1rem}.hero-actions{flex-direction:column;gap:.8rem}.hero-stats{gap:1.5rem}}.services{background:#f9fafb;padding:4rem 1.5rem 3rem}.services-inner{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-tag{color:#f97316;letter-spacing:.08em;text-transform:uppercase;background:#f973161a;border-radius:50px;margin-bottom:.8rem;padding:.3rem .9rem;font-size:.75rem;font-weight:700;display:inline-block}.section-header h2{color:#1a1a1a;margin-bottom:.6rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.section-header p{color:#6b7280;max-width:480px;margin:0 auto;font-size:1rem}.services-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.2rem;display:flex}.filter-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50px;padding:.35rem 1rem;font-size:.82rem;font-weight:600;transition:background .18s,border-color .18s,color .18s}.filter-btn:hover{color:#f97316;border-color:#f97316}.filter-btn--active,.filter-btn--active:hover{color:#fff;background:#f97316;border-color:#f97316}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.8rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.service-card:hover{border-color:#f97316;transform:translateY(-4px);box-shadow:0 8px 30px #f973161f}.service-icon-wrap{color:#f97316;background:#f973161a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;display:flex}.service-card h3{color:#1a1a1a;font-size:1.05rem;font-weight:700}.service-card p{color:#6b7280;flex:1;font-size:.9rem;line-height:1.6}.service-tags{flex-wrap:wrap;gap:.4rem;margin-top:.6rem;display:flex}.service-tag{color:#f97316;background:#f9731614;border-radius:50px;padding:.2rem .65rem;font-size:.72rem;font-weight:600}@media (width<=600px){.services{padding:3.5rem 1.2rem}.services-grid{grid-template-columns:1fr}.section-header h2{font-size:1.5rem}}.about{background:#0f172a;padding:3rem 1.5rem 4rem}.about-inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.about-text .section-tag{color:#f97316;letter-spacing:.08em;text-transform:uppercase;background:#f9731626;border-radius:50px;margin-bottom:.8rem;padding:.3rem .9rem;font-size:.75rem;font-weight:700;display:inline-block}.about-text h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800;line-height:1.25}.about-text p{color:#9ca3af;margin-bottom:.8rem;line-height:1.7}.about-text p strong{color:#f97316}.about-cards{flex-direction:column;gap:1rem;display:flex}.about-card{background:#1e293b;border:1px solid #334155;border-radius:10px;align-items:center;gap:1rem;padding:1rem 1.2rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.about-card:hover{border-color:#f97316;transform:translate(4px);box-shadow:0 4px 16px #f973161f}.about-card-icon{color:#f97316;background:#f9731626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.about-card div{flex-direction:column;display:flex}.about-card-label{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.about-card strong{color:#f3f4f6;font-size:.95rem;font-weight:700}@media (width<=768px){.about-inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=600px){.about{padding:3rem 1.2rem 3.5rem}.about-text h2{font-size:1.5rem}}.how{background:#fff7ed;padding:4rem 1.5rem}.how-inner{max-width:1000px;margin:0 auto}.how-steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid;position:relative}.how-step{text-align:center;flex-direction:column;align-items:center;gap:.6rem;display:flex;position:relative}.how-connector{background:linear-gradient(90deg,#f97316,#fdba74);width:2rem;height:2px;position:absolute;top:28px;right:-1rem;transform:translate(100%)}.how-step-icon{color:#f97316;background:#fff;border:2px solid #f97316;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 12px #f9731626}.how-step-body{flex-direction:column;align-items:center;gap:.3rem;display:flex}.how-step-number{color:#f97316;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:800}.how-step h3{color:#1a1a1a;font-size:1rem;font-weight:700}.how-step p{color:#6b7280;max-width:240px;font-size:.88rem;line-height:1.65}.how-cta{justify-content:center;margin-top:2.5rem;display:flex}@media (width<=860px){.how-steps{grid-template-columns:1fr;gap:2rem}.how-connector{display:none}.how-step{text-align:left;flex-direction:row;align-items:flex-start;gap:1.2rem;width:100%;max-width:480px;margin:0 auto}.how-step-body{align-items:flex-start}.how-step-icon{flex-shrink:0;margin-top:.2rem}.how-step p{max-width:100%}.how{padding:3rem 1.2rem}}.testimonials{background:#fff;padding:4rem 1.5rem}.testimonials-inner{max-width:1100px;margin:0 auto}.t-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.t-card:nth-child(4){grid-column:1}.t-card:nth-child(5){grid-column:2}.t-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:1rem;padding:1.6rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.t-card:hover{border-color:#f97316;transform:translateY(-3px);box-shadow:0 8px 28px #f973161a}.t-stars{color:#f59e0b;gap:2px;display:flex}.t-text{color:#374151;flex:1;margin:0;font-size:.9rem;font-style:italic;line-height:1.7}.t-footer{border-top:1px solid #e5e7eb;align-items:center;gap:.8rem;padding-top:.8rem;display:flex}.t-avatar{color:#fff;background:#f97316;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:flex}.t-info{flex-direction:column;gap:.15rem;display:flex}.t-info strong{color:#1a1a1a;font-size:.88rem;font-weight:700}.t-info span{color:#9ca3af;font-size:.78rem}@media (width<=900px){.t-grid{grid-template-columns:repeat(2,1fr)}.t-card:nth-child(4),.t-card:nth-child(5){grid-column:auto}}@media (width<=560px){.t-grid{grid-template-columns:1fr}.testimonials{padding:3rem 1.2rem}}.contact{background:#f9fafb;padding:3.5rem 1.5rem 4rem}.contact .section-header{text-align:center;margin-bottom:2.5rem}.contact .section-tag{color:#f97316;letter-spacing:.08em;text-transform:uppercase;background:#f973161a;border-radius:50px;margin-bottom:.8rem;padding:.3rem .9rem;font-size:.75rem;font-weight:700;display:inline-block}.contact .section-header h2{color:#1a1a1a;margin-bottom:.6rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.contact .section-header p{color:#6b7280;font-size:1rem}.contact-inner{max-width:1100px;margin:0 auto}.contact-body{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;display:grid}.contact-left{flex-direction:column;display:flex}.contact-cards{flex-direction:column;gap:1rem;height:100%;display:flex}.contact-card{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:1;align-items:center;gap:1.1rem;padding:1.2rem 1.4rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.contact-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000012}.contact-card--whatsapp:hover{border-color:#25d366}.contact-card--phone:hover{border-color:#f97316}.contact-card--location{cursor:default}.contact-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-card--whatsapp .contact-card-icon{color:#25d366;background:#25d3661f}.contact-card--phone .contact-card-icon{color:#f97316;background:#f973161f}.contact-card--location .contact-card-icon{color:#6366f1;background:#6366f11f}.contact-card div:last-child{flex-direction:column;display:flex}.contact-card strong{color:#1a1a1a;font-size:.95rem;font-weight:700}.contact-card span{color:#374151;margin-top:.1rem;font-size:.9rem}.contact-card em{color:#9ca3af;margin-top:.1rem;font-size:.75rem;font-style:normal}.contact-map{border:1px solid #e5e7eb;border-radius:14px;min-height:320px;overflow:hidden;box-shadow:0 4px 16px #0000000f}.contact-map iframe{border:none;width:100%;height:100%;min-height:320px;display:block}@media (width<=768px){.contact-body{grid-template-columns:1fr}.contact-map,.contact-map iframe{min-height:260px}}@media (width<=600px){.contact{padding:3rem 1.2rem 3.5rem}.contact .section-header h2{font-size:1.5rem}}.footer{background:#111;border-top:1px solid #2a2a2a;padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:1100px;margin:0 auto}.footer-top{border-bottom:1px solid #2a2a2a;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;margin-bottom:1.2rem;padding-bottom:2rem;display:grid}.footer-brand{color:#f97316;margin-bottom:.4rem;font-size:1rem;font-weight:800}.footer-sub{color:#6b7280;font-size:.82rem;line-height:1.6}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.8rem;font-size:.78rem;font-weight:700}.footer-links-col ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-col li{color:#6b7280;font-size:.83rem}.footer-links-col li:before{content:"·  ";color:#f97316}.footer-col-more{margin-top:.2rem;font-style:italic;color:#4b5563!important}.footer-col-more:before{content:""!important}.footer-bottom p{color:#4b5563;text-align:center;font-size:.75rem}@media (width<=640px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}}.wa-fab{z-index:999;color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:12px;padding:14px 20px 14px 16px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 24px #25d36673}.wa-fab:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 10px 32px #25d3668c}.wa-fab-icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.wa-fab-text{flex-direction:column;line-height:1.2;display:flex}.wa-fab-label{opacity:.9;font-size:.72rem;font-weight:500}.wa-fab-cta{letter-spacing:.01em;font-size:1rem;font-weight:800}@media (width<=480px){.wa-fab{padding:12px 16px 12px 13px;bottom:16px;right:16px}.wa-fab-icon{width:38px;height:38px}.wa-fab-cta{font-size:.9rem}}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(32px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}
