:root{--ink-900: #0d1117;--ink-800: #1f2937;--ink-700: #374151;--ink-500: #6b7280;--ink-400: #9ca3af;--ink-300: #d1d5db;--ink-200: #e5e7eb;--ink-100: #f3f4f6;--ink-50: #f8f9fa;--amber-800: #92400e;--amber-700: #b45309;--amber-600: #d97706;--amber-500: #f59e0b;--amber-400: #fbbf24;--amber-100: #fef3c7;--green-600: #16a34a;--green-500: #22c55e;--whatsapp: #075E54;--whatsapp-bright:#25D366;--bg: #ffffff;--surface: #ffffff;--surface-alt: var(--ink-50);--text: var(--ink-800);--muted: var(--ink-500);--border: var(--ink-200);--accent: var(--amber-500);--accent-dark: var(--amber-600);--radius-sm: 8px;--radius: 12px;--radius-lg: 18px;--shadow-sm: 0 1px 2px rgba(13, 17, 23, .05);--shadow: 0 4px 16px rgba(13, 17, 23, .06)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{margin:0;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}ul{padding-left:1.2em;margin:0 0 1em}p{margin:0 0 1em}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.15;letter-spacing:-.02em;font-weight:800;color:var(--ink-900)}h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:900;letter-spacing:-.03em}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:1.15rem;font-weight:700;letter-spacing:-.01em}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2rem}}section{padding:3.5rem 0;scroll-margin-top:80px}@media(min-width:768px){section{padding:6rem 0}}section+section{border-top:1px solid var(--border)}.section-head{max-width:720px;margin:0 0 2.5rem}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--amber-800);margin-bottom:.85rem}.section-eyebrow .num{display:inline-block;font-variant-numeric:tabular-nums;font-weight:800;color:var(--ink-500)}.section-lead{font-size:1.1rem;color:var(--ink-700);max-width:680px}.nav{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.nav-inner{display:flex;align-items:center;gap:1rem;height:64px}.nav-brand{display:flex;align-items:center;gap:.55rem;font-weight:800;font-size:.98rem;color:var(--ink-900);letter-spacing:-.01em;min-width:0}.nav-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--ink-900);color:var(--accent);border-radius:8px;flex-shrink:0}.nav-brand-city{color:var(--ink-500);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-links{display:none;margin-left:auto;gap:1.6rem;font-size:.92rem;font-weight:500;color:var(--ink-700)}.nav-links a{transition:color .12s ease}.nav-links a:hover{color:var(--ink-900)}.nav-cta{margin-left:auto;display:inline-flex;align-items:center;gap:.4rem;background:var(--ink-900);color:#fff;padding:.55rem 1rem;border-radius:999px;font-weight:700;font-size:.88rem;white-space:nowrap;transition:background .12s ease}.nav-cta:hover{background:var(--ink-800)}.nav-cta svg{width:16px;height:16px}@media(min-width:960px){.nav-links{display:flex}.nav-cta{margin-left:0}}.hero{position:relative;overflow:hidden;background:var(--ink-900);color:#fff;min-height:78vh;display:flex;align-items:center}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0d111766,#0d1117d9);z-index:1}.hero-content{position:relative;z-index:2;padding:4rem 0 4.5rem;max-width:760px}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#f59e0b2e;border:1px solid rgba(245,158,11,.35);color:var(--amber-400);padding:.4rem .9rem;border-radius:999px;font-size:.82rem;font-weight:600;letter-spacing:.04em;margin-bottom:1.5rem}.hero-eyebrow svg{width:14px;height:14px}.hero h1{color:#fff;margin-bottom:1.25rem}.hero p.lead{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.5;color:#ffffffe0;margin-bottom:2rem;max-width:600px}.hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.95rem 1.5rem;border-radius:12px;font-weight:700;font-size:.98rem;border:1px solid transparent;cursor:pointer;transition:transform 80ms ease,background .12s ease,box-shadow .12s ease;white-space:nowrap}.btn svg{width:18px;height:18px}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:var(--ink-900);box-shadow:0 6px 18px #f59e0b59}.btn-primary:hover{background:var(--accent-dark)}.btn-whatsapp{background:var(--whatsapp);color:#fff;box-shadow:0 6px 18px #075e5466}.btn-whatsapp:hover{background:#0a4d45}.btn-ghost{background:transparent;color:#fff;border-color:#ffffff40}.btn-ghost:hover{background:#ffffff1a}.btn-dark{background:var(--ink-900);color:#fff}.btn-dark:hover{background:var(--ink-800)}.trust-strip{background:#fff;border-bottom:1px solid var(--border);padding:1.35rem 0}.trust-strip-list{list-style:none;margin:0;padding:0;display:flex;gap:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.trust-strip-list::-webkit-scrollbar{display:none}.trust-chip{flex:0 0 auto;scroll-snap-align:start;display:inline-flex;align-items:center;gap:.7rem;padding:.3rem .5rem;white-space:nowrap}.trust-chip-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--amber-100);color:var(--amber-700);border-radius:10px}.trust-chip-icon svg{width:18px;height:18px;display:block}.trust-chip-text{font-size:.93rem;font-weight:600;color:var(--ink-900);letter-spacing:-.005em;white-space:normal;line-height:1.25}@media(min-width:760px){.trust-strip-list{gap:0;justify-content:space-between;overflow:visible}.trust-chip{flex:1 1 0;justify-content:center;padding:.25rem 1.25rem;position:relative}.trust-chip+.trust-chip:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:28px;background:var(--border)}.trust-chip-text{white-space:nowrap}}@media(min-width:1024px){.trust-strip{padding:1.75rem 0}.trust-chip-text{font-size:.97rem}}.intro-local{max-width:720px;font-size:1.07rem;line-height:1.75;color:var(--ink-700)}.intro-local p{margin:0 0 1.2em}.intro-local p:first-of-type:first-letter{font-size:2.5em;font-weight:800;line-height:1;float:left;padding:.15em .12em 0 0;color:var(--ink-900)}.services-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.services-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.service-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color .15s ease,transform .15s ease}.service-card:hover{border-color:var(--ink-300);transform:translateY(-2px)}.service-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--amber-100);color:var(--amber-700);border-radius:12px;margin-bottom:1rem}.service-icon svg{width:22px;height:22px}.service-card h3{margin-bottom:.45rem;color:var(--ink-900)}.service-card p{color:var(--ink-500);font-size:.94rem;margin:0;line-height:1.55}.process-section{background:var(--surface-alt)}.process-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(5,1fr);gap:.75rem}}.process-step{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.25rem;position:relative}.process-step-num{font-size:.7rem;font-weight:700;letter-spacing:.18em;color:var(--amber-800);text-transform:uppercase;margin-bottom:.6rem}.process-step h3{font-size:1rem;margin-bottom:.5rem;color:var(--ink-900)}.process-step p{font-size:.88rem;color:var(--ink-500);margin:0;line-height:1.55}.issues-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){.issues-grid{grid-template-columns:repeat(2,1fr)}}.issue-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.6rem;display:flex;gap:1rem}.issue-card-mark{flex-shrink:0;width:36px;height:36px;background:var(--amber-100);color:var(--amber-700);border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.issue-card-mark svg{width:18px;height:18px}.issue-card h3{margin:.1rem 0 .5rem;color:var(--ink-900);font-size:1.05rem}.issue-card p{margin:0;color:var(--ink-700);font-size:.94rem;line-height:1.6}.why-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-item h3{color:var(--ink-900);margin-bottom:.5rem}.why-item h3:before{content:"";display:block;width:32px;height:3px;background:var(--accent);margin-bottom:.85rem}.why-item p{color:var(--ink-700);margin:0;line-height:1.65}.testi-section{background:var(--ink-900);color:#fff}.testi-section h2{color:#fff}.testi-section .section-lead{color:#ffffffc7}.testi-section .section-eyebrow{color:var(--amber-400)}.testi-section .section-eyebrow .num{color:#ffffff8c}.testi-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:700px){.testi-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testi-grid{grid-template-columns:repeat(4,1fr)}}.testi-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative}.testi-quote{position:absolute;top:1rem;right:1rem;opacity:.12}.testi-quote svg{width:40px;height:40px;color:var(--accent)}.testi-stars{display:inline-flex;gap:2px}.testi-stars svg{width:16px;height:16px;color:var(--amber-400)}.testi-body{color:#ffffffeb;font-size:.96rem;line-height:1.65;margin:0}.testi-meta{display:flex;align-items:center;gap:.75rem;margin-top:auto;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.testi-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--amber-500),var(--amber-700));color:var(--ink-900);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0}.testi-author{display:flex;flex-direction:column}.testi-author strong{color:#fff;font-size:.9rem;font-weight:700}.testi-author span{color:#ffffff8c;font-size:.8rem}.zone-text{max-width:720px;font-size:1.04rem;line-height:1.7;color:var(--ink-700);margin:0 0 2rem}.zone-label{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-500);margin:0 0 .85rem}.zone-chips{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:1.75rem}.zone-chips:last-child{margin-bottom:0}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:#fff;border:1px solid var(--border);border-radius:999px;font-size:.88rem;color:var(--ink-700);font-weight:500}.chip-route{background:var(--ink-900);color:#fff;border-color:var(--ink-900);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em}.faq-list{max-width:820px;margin:0;padding:0;list-style:none;counter-reset:faq}.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.65rem;overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:1.1rem 1.25rem 1.1rem 3.5rem;font-weight:700;font-size:1rem;color:var(--ink-900);position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:before{counter-increment:faq;content:counter(faq,decimal-leading-zero);position:absolute;left:1.25rem;font-variant-numeric:tabular-nums;font-weight:800;font-size:.82rem;letter-spacing:.05em;color:var(--ink-300)}.faq-item summary .chevron{flex-shrink:0;width:20px;height:20px;color:var(--ink-400);transition:transform .2s ease}.faq-item[open] summary .chevron{transform:rotate(180deg);color:var(--accent)}.faq-item[open] summary{border-bottom:1px solid var(--border)}.faq-item .faq-body{padding:1.1rem 1.25rem 1.3rem 3.5rem;color:var(--ink-700);line-height:1.7}.faq-item .faq-body p{margin:0}.contact-section{background:var(--surface-alt)}.contact-card{background:var(--ink-900);color:#fff;padding:2.25rem 1.5rem;border-radius:var(--radius-lg);text-align:center;max-width:720px;margin:0 auto}@media(min-width:640px){.contact-card{padding:3rem 2.5rem}}.contact-card .label{margin:0 0 .5rem;color:#ffffff8c;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase}.contact-card .phone-big{display:inline-block;font-size:clamp(2.1rem,6vw,3.1rem);font-weight:900;color:#fff;letter-spacing:-.02em;margin:.5rem 0 .25rem}.contact-card .hours{color:#fff9;font-size:.9rem;margin:0}.contact-card .ctas{display:flex;flex-direction:column;gap:.65rem;margin-top:1.75rem}@media(min-width:540px){.contact-card .ctas{flex-direction:row;justify-content:center}}.contact-card .ctas .btn{flex:1;max-width:220px;margin:0 auto}@media(min-width:540px){.contact-card .ctas .btn{max-width:none}}.contact-email-note{margin:1.5rem auto 0;max-width:480px;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);font-size:.85rem;color:#ffffffb3}.contact-email-note a{color:var(--amber-400);font-weight:700}.contact-email-note strong{color:#fff}footer{background:var(--ink-900);color:#ffffffb3;padding:3.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media(min-width:720px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}.footer-col-title{color:#fff;font-size:.85rem;line-height:1.3;letter-spacing:.12em;text-transform:uppercase;font-weight:800;margin:0 0 1rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin:0 0 .4rem;font-size:.92rem}.footer-col a{transition:color .12s ease}.footer-col a:hover{color:#fff}.footer-brand-block{max-width:360px}.footer-brand-block .brand-name{color:#fff;font-weight:800;font-size:1.05rem;margin-bottom:.5rem}.footer-brand-block p{color:#fff9;margin:0 0 .85rem;font-size:.92rem;line-height:1.6}.footer-legal{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;justify-content:space-between;font-size:.82rem;color:#ffffff73}@media(min-width:640px){.footer-legal{flex-direction:row}}.footer-legal-links{display:flex;gap:1rem;flex-wrap:wrap}.footer-legal a:hover{color:#fff}.context-section{background:var(--surface-alt)}.context-section .section-head{max-width:760px}.context-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:2.25rem;padding-top:2rem;border-top:1px solid var(--border)}@media(min-width:640px){.context-meta{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.context-meta-item{display:flex;flex-direction:column;gap:.2rem}.context-meta-label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-500)}.context-meta-value{font-size:1.05rem;font-weight:700;color:var(--ink-900);font-variant-numeric:tabular-nums}.float-cta{position:fixed;bottom:0;left:0;right:0;display:flex;gap:.5rem;padding:.65rem .75rem calc(.65rem + env(safe-area-inset-bottom,0px));background:#fffffff5;backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:100}.float-cta .btn{flex:1;padding:.85rem 1rem;font-size:.92rem}body{padding-bottom:80px}@media(min-width:768px){.float-cta{display:none}body{padding-bottom:0}}
