:root{--charcoal: #0f1115;--charcoal-2: #181b22;--charcoal-3: #232833;--white: #ffffff;--gray-50: #f7f8fa;--gray-100: #eef0f3;--gray-200: #dde1e7;--gray-300: #c4cad3;--gray-400: #9aa3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--accent: #f5b301;--accent-dark: #d99e00;--accent-soft: rgba(245, 179, 1, .12);--success: #16a34a;--warning: #d97706;--error: #dc2626;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-heading: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 2.5rem;--space-6: 3rem;--space-7: 4rem;--space-8: 5rem;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .14);--header-h: 64px;--bottom-bar-h: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px);--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--charcoal);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.2;font-weight:700;letter-spacing:-.02em}h1{font-size:clamp(1.75rem,5vw,3rem)}h2{font-size:clamp(1.4rem,3.5vw,2.1rem)}h3{font-size:clamp(1.1rem,2.5vw,1.35rem)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:1rem}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-2)}.section{padding:var(--space-7) 0}.section--tight{padding:var(--space-6) 0}.section--dark{background:var(--charcoal);color:var(--white)}.section--gray{background:var(--gray-50)}.section-head{max-width:720px;margin-bottom:var(--space-5)}.section-head h2{margin-bottom:var(--space-2)}.section-head p{color:var(--gray-500);font-size:1.05rem}.section--dark .section-head p{color:var(--gray-300)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;border-radius:var(--radius);transition:transform .15s ease,background .2s ease,box-shadow .2s ease;min-height:48px;text-align:center}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:var(--charcoal)}.btn--primary:hover{background:var(--accent-dark);box-shadow:var(--shadow)}.btn--secondary{background:transparent;color:var(--white);border:2px solid var(--gray-300)}.btn--secondary:hover{border-color:var(--white);background:#ffffff0f}.btn--dark{background:var(--charcoal);color:var(--white)}.btn--dark:hover{background:var(--charcoal-2)}.btn--outline{background:transparent;color:var(--charcoal);border:2px solid var(--gray-300)}.btn--outline:hover{border-color:var(--charcoal)}.btn--whatsapp{background:#25d366;color:#fff}.btn--whatsapp:hover{background:#1fb855;box-shadow:var(--shadow)}.btn--block{width:100%}.btn--lg{padding:1rem 2rem;font-size:1.08rem;min-height:56px}.link-arrow{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:var(--charcoal);transition:gap .2s ease,color .2s ease}.link-arrow:hover{gap:.6rem;color:var(--accent-dark)}.section--dark .link-arrow{color:var(--accent)}.site-header{position:sticky;top:0;z-index:100;background:#0f1115eb;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.06);color:var(--white)}.header-inner{height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.05rem;color:var(--white);white-space:nowrap}.brand-mark{width:36px;height:36px;flex-shrink:0;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--charcoal);font-weight:800;font-size:1.1rem}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand-text small{font-size:.7rem;font-weight:500;color:var(--gray-400)}.nav-desktop{display:none;align-items:center;gap:var(--space-2)}.nav-desktop a{padding:.5rem .75rem;font-size:.95rem;color:var(--gray-200);border-radius:var(--radius-sm);transition:color .2s,background .2s}.nav-desktop a:hover{color:var(--white);background:#ffffff0f}.nav-desktop a.active{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:.5rem}.lang-switch{display:inline-flex;border:1px solid var(--gray-600);border-radius:var(--radius-sm);overflow:hidden}.lang-switch button{padding:.4rem .6rem;font-size:.8rem;font-weight:700;color:var(--gray-300);background:transparent;transition:background .15s,color .15s}.lang-switch button.active{background:var(--accent);color:var(--charcoal)}.menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--white)}.drawer-backdrop{position:fixed;inset:0;background:#00000080;z-index:200;opacity:0;pointer-events:none;transition:opacity .25s ease}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:var(--charcoal);color:var(--white);z-index:210;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:var(--space-2);padding-top:calc(var(--space-2) + env(safe-area-inset-top,0px))}.drawer.open{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3)}.drawer-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--white)}.drawer-nav{display:flex;flex-direction:column;gap:.25rem}.drawer-nav a{padding:.85rem .5rem;font-size:1.05rem;font-weight:500;border-radius:var(--radius-sm);color:var(--gray-100);border-bottom:1px solid rgba(255,255,255,.05)}.drawer-nav a:hover,.drawer-nav a.active{color:var(--accent)}.drawer-cta{margin-top:auto;display:flex;flex-direction:column;gap:.6rem;padding-top:var(--space-2)}.bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;display:flex;background:var(--charcoal);border-top:1px solid rgba(255,255,255,.08);padding-bottom:var(--safe-bottom)}.bottom-bar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;height:calc(var(--bottom-bar-h) + var(--safe-bottom));color:var(--gray-200);font-size:.72rem;font-weight:600;transition:color .15s,background .15s;-webkit-tap-highlight-color:transparent}.bottom-bar a:active{background:#ffffff0d}.bottom-bar a svg{width:24px;height:24px}.bottom-bar a.bb-call{color:var(--accent)}.bottom-bar a.bb-whatsapp{color:#25d366}.hero{position:relative;background:var(--charcoal);color:var(--white);overflow:hidden;padding:calc(var(--space-7) + var(--header-h)) 0 var(--space-7)}.hero-bg{position:absolute;inset:0;background:linear-gradient(180deg,#0f11158c,#0f1115d9),var(--hero-img) center/cover no-repeat;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.35}.hero-content{position:relative;z-index:1;max-width:680px}.hero h1{margin-bottom:var(--space-2)}.hero p{font-size:1.15rem;color:var(--gray-200);margin-bottom:var(--space-3)}.hero-cta{display:flex;flex-wrap:wrap;gap:var(--space-1);margin-bottom:var(--space-3)}.hero-phone{display:inline-flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;color:var(--accent);padding:.5rem 0}.hero-phone a{color:var(--accent)}.trust-grid{display:grid;gap:var(--space-2);grid-template-columns:1fr}.trust-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-3);display:flex;gap:var(--space-2);align-items:flex-start;transition:transform .2s ease,box-shadow .2s ease}.trust-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.trust-icon{width:48px;height:48px;flex-shrink:0;background:var(--accent-soft);color:var(--accent-dark);border-radius:12px;display:flex;align-items:center;justify-content:center}.trust-icon svg{width:26px;height:26px}.services-grid{display:grid;gap:var(--space-2);grid-template-columns:1fr}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-3);display:flex;flex-direction:column;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.service-icon{width:52px;height:52px;background:var(--charcoal);color:var(--accent);border-radius:12px;display:flex;align-items:center;justify-content:center}.service-icon svg{width:28px;height:28px}.service-card h3{font-size:1.15rem}.service-card p{color:var(--gray-500);font-size:.97rem;flex:1}.service-card .service-links{display:flex;gap:var(--space-2);margin-top:.25rem}.steps{display:grid;gap:var(--space-3);grid-template-columns:1fr}.step{display:flex;gap:var(--space-2);align-items:flex-start}.step-num{width:48px;height:48px;flex-shrink:0;background:var(--accent);color:var(--charcoal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.3rem}.step h3{margin-bottom:.25rem}.step p{color:var(--gray-400)}.local-seo p{margin-bottom:var(--space-2);color:var(--gray-300);max-width:760px}.area-grid{display:grid;gap:var(--space-3);grid-template-columns:1fr;align-items:start}.area-info{display:flex;flex-direction:column;gap:var(--space-2)}.area-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-3)}.area-card h3{margin-bottom:.5rem}.area-card address{font-style:normal;line-height:1.7;color:var(--gray-600)}.area-map{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-200);min-height:280px;background:var(--gray-100)}.area-map iframe{width:100%;height:100%;min-height:280px;border:0;display:block}.form-wrap{max-width:720px}.form-grid{display:grid;gap:var(--space-2);grid-template-columns:1fr}.field{display:flex;flex-direction:column;gap:.35rem}.field label{font-weight:600;font-size:.92rem}.field label .req{color:var(--error)}.field input,.field select,.field textarea{padding:.8rem .9rem;border:1.5px solid var(--gray-200);border-radius:var(--radius);background:var(--white);transition:border-color .2s ease;min-height:48px}.field textarea{min-height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--accent)}.field input.error,.field select.error,.field textarea.error{border-color:var(--error)}.field .err-msg{color:var(--error);font-size:.82rem}.field-hint{font-size:.8rem;color:var(--gray-400)}.consent-field{flex-direction:row;align-items:flex-start;gap:.6rem}.consent-field input{min-height:auto;width:20px;margin-top:.25rem}.consent-field label{font-weight:400;font-size:.9rem;color:var(--gray-600)}.hp-field{position:absolute;left:-9999px;top:-9999px}.form-status{padding:var(--space-2);border-radius:var(--radius);margin-bottom:var(--space-2);font-weight:500}.form-status.success{background:#16a34a1a;color:var(--success);border:1px solid rgba(22,163,74,.3)}.form-status.error{background:#dc262614;color:var(--error);border:1px solid rgba(220,38,38,.25)}.contact-grid{display:grid;gap:var(--space-3);grid-template-columns:1fr;align-items:start}.contact-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.contact-row{display:flex;gap:.75rem;align-items:flex-start}.contact-row .lbl{font-size:.82rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em}.contact-row .val{font-size:1.05rem;font-weight:600}.contact-row .val a{color:var(--charcoal)}.contact-row .val a:hover{color:var(--accent-dark)}.contact-actions{display:flex;flex-wrap:wrap;gap:var(--space-1)}.site-footer{background:var(--charcoal);color:var(--gray-300);padding:var(--space-6) 0 calc(var(--space-4) + var(--bottom-bar-h) + var(--safe-bottom))}.footer-grid{display:grid;gap:var(--space-4);grid-template-columns:1fr}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-brand .brand{color:var(--white)}.footer-col h4{color:var(--white);font-size:.95rem;margin-bottom:.75rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col a{color:var(--gray-300);font-size:.92rem;transition:color .15s}.footer-col a:hover{color:var(--accent)}.footer-bottom{margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.5rem;font-size:.85rem;color:var(--gray-500)}.footer-bottom .lang-switch{align-self:flex-start}.breadcrumbs{padding:var(--space-2) 0}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;font-size:.85rem;color:var(--gray-500)}.breadcrumbs li{display:flex;gap:.4rem;align-items:center}.breadcrumbs a:hover{color:var(--charcoal)}.breadcrumbs .sep{color:var(--gray-300)}.page-hero{background:var(--charcoal);color:var(--white);padding:calc(var(--space-5) + var(--header-h)) 0 var(--space-5)}.page-hero h1{margin-bottom:var(--space-1)}.page-hero p{color:var(--gray-300);font-size:1.1rem;max-width:680px}.legal-page{max-width:760px}.legal-page h1{margin-bottom:var(--space-2)}.legal-note{background:var(--accent-soft);border-left:4px solid var(--accent);padding:var(--space-2);border-radius:var(--radius-sm);margin-bottom:var(--space-3);font-size:.92rem;color:var(--gray-700)}.legal-page h2{margin:var(--space-3) 0 var(--space-1)}.legal-page p{margin-bottom:var(--space-2);color:var(--gray-600)}.legal-page address{font-style:normal;line-height:1.8}.notfound{text-align:center;padding:var(--space-8) 0}.notfound h1{font-size:3rem;color:var(--accent);margin-bottom:var(--space-1)}.notfound p{color:var(--gray-500);margin-bottom:var(--space-3)}.notfound-actions{display:flex;gap:var(--space-1);justify-content:center;flex-wrap:wrap}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.reveal.in{opacity:1;transform:translateY(0)}@media (min-width: 600px){.trust-grid{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr 1fr}.form-grid .full{grid-column:1 / -1}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}.footer-bottom .lang-switch{align-self:auto}}@media (min-width: 900px){.nav-desktop{display:flex}.menu-btn{display:none}.services-grid,.steps{grid-template-columns:repeat(3,1fr)}.area-grid,.contact-grid{grid-template-columns:1fr 1fr}.bottom-bar{display:none}.site-footer{padding-bottom:var(--space-4)}}@media (max-width: 899px){body{padding-bottom:calc(var(--bottom-bar-h) + var(--safe-bottom))}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
