:root{--font-family:"Inter", sans-serif;--color-heading:#111827;--color-body:#1f2937;--color-meta:#6b7280;--color-accent:#d93a25;--color-accent-dark:#b32e1c;--color-accent-light:#fbe3df;--color-navy:#1b3a63;--color-navy-dark:#122844;--color-navy-light:#e7edf5;--color-bg:#faf9f7;--color-surface:#fff;--color-border:#11182714;--color-danger:#c0392b;--color-success:#1e8e5a;--radius-sm:12px;--radius-lg:20px;--radius-pill:999px;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:40px;--space-6:48px;--shadow-card:0 4px 16px #11182714;--shadow-sheet:0 -8px 32px #11182729;--shadow-button:0 2px 8px #d93a2559;--header-height:64px;--max-width:480px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-family);color:var(--color-body);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:14px;font-weight:500;line-height:24px}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{font-family:var(--font-family);color:var(--color-heading);margin:0 0 var(--space-1);font-weight:700;line-height:1.2}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:16px}p{margin:0 0 var(--space-2)}a{color:var(--color-accent-dark);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}small,.meta{color:var(--color-meta);font-size:13px;font-weight:500}ul,ol{margin:0;padding:0;list-style:none}img,svg{max-width:100%;display:block}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--color-accent);color:#fff;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);position:absolute;top:0;left:-9999px}.skip-link:focus{left:var(--space-1);top:var(--space-1)}.brand-chip{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);color:var(--color-heading);padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}.page{width:100%;max-width:var(--max-width);padding:var(--space-2) var(--space-2) var(--space-6);flex:1;margin:0 auto}@media (width>=640px){:root{--max-width:640px}}.navbar{z-index:95;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0}.navbar__inner{max-width:var(--max-width);margin:0 auto}.navbar__bar{justify-content:space-between;align-items:center;gap:var(--space-2);height:var(--header-height);padding:0 var(--space-2);display:flex}.navbar__brand{color:var(--color-heading);align-items:center;gap:8px;min-width:0;text-decoration:none;display:flex}.navbar__brand:hover{text-decoration:none}.navbar__brand-mark{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.navbar__brand-name{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;overflow:hidden}.navbar__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.navbar__call{background:var(--color-accent);color:#fff;border-radius:var(--radius-pill);box-shadow:var(--shadow-button);align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.navbar__call:hover{background:var(--color-accent-dark);text-decoration:none}.navbar__menu-toggle{color:var(--color-heading);justify-content:center;align-items:center;display:flex}.navbar__nav{inset:var(--header-height) 0 0 0;z-index:85;padding:var(--space-4) var(--space-3);background:var(--color-surface);visibility:hidden;opacity:0;flex-direction:column;gap:4px;transition:opacity .22s,transform .22s,visibility 0s linear .22s;display:flex;position:fixed;overflow-y:auto;transform:translateY(-8px)}.navbar__nav--open{visibility:visible;opacity:1;transition:opacity .22s,transform .22s,visibility linear;transform:translateY(0)}.navbar__link{padding:18px var(--space-2);color:var(--color-heading);border-radius:var(--radius-sm);border-bottom:1px solid var(--color-border);opacity:0;font-size:22px;font-weight:700;text-decoration:none;transition:opacity .25s,transform .25s,background-color .15s;transform:translateY(8px)}.navbar__nav--open .navbar__link{opacity:1;transform:translateY(0)}.navbar__link:hover{background:var(--color-bg);text-decoration:none}.navbar__link--active{color:var(--color-accent-dark)}.navbar__nav-call{margin-top:var(--space-3);background:var(--color-accent);color:#fff;border-radius:var(--radius-pill);box-shadow:var(--shadow-button);justify-content:center;align-items:center;gap:8px;padding:16px;font-size:16px;font-weight:700;text-decoration:none;display:flex}.navbar__nav-call:hover{background:var(--color-accent-dark);text-decoration:none}@media (prefers-reduced-motion:reduce){.navbar__nav,.navbar__link{transition:none}}@media (width>=860px){.navbar__inner{max-width:1040px;padding:0 var(--space-4);justify-content:space-between;align-items:center;display:flex}.navbar__bar{padding:0}.navbar__menu-toggle{display:none}.navbar__nav{z-index:auto;visibility:visible;opacity:1;background:0 0;flex-direction:row;align-items:center;gap:4px;padding:0;transition:none;position:static;inset:auto;overflow:visible;transform:none}.navbar__link{opacity:1;border-bottom:none;padding:8px 12px;font-size:14px;font-weight:600;transform:none}.navbar__link--active{background:var(--color-accent-light)}.navbar__nav-call{display:none}.navbar__call-label{display:inline}}.footer{background:var(--color-heading);color:#ffffffd9;padding:var(--space-5) var(--space-2) var(--space-3);margin-top:var(--space-6)}.footer__inner{gap:var(--space-4);grid-template-columns:1fr;max-width:1040px;margin:0 auto;display:grid}.footer__col{flex-direction:column;gap:8px;display:flex}.footer__col h4{color:#fff;margin-bottom:4px}.footer__brand{align-items:center;gap:10px;display:flex}.footer__brand-mark{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.footer__brand h4{margin-bottom:0}.footer__col a{color:#ffffffd9}.footer__col a:hover{color:var(--color-accent)}.footer__col .meta{color:#fff9}.footer__copy{max-width:1040px;margin:var(--space-4) auto 0;color:#ffffff80}.footer__staff-link{color:#ffffff80;text-decoration:underline}.footer__staff-link:hover{color:var(--color-accent)}@media (width>=720px){.footer__inner{grid-template-columns:repeat(3,1fr)}}.service-select__list{flex-direction:column;gap:8px;display:flex}.service-select__option{text-align:left;background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:12px;width:100%;padding:12px;transition:border-color .15s,background-color .15s;display:flex}.service-select__option:hover{border-color:var(--color-accent);background:var(--color-accent-light)}.service-select__icon{flex-shrink:0;font-size:20px}.service-select__text{flex-direction:column;gap:2px;display:flex}.service-select__title{color:var(--color-heading);font-size:14px;font-weight:700}.service-select__summary{color:var(--color-meta);font-size:12px}.cta-button{border-radius:var(--radius-pill);font-family:var(--font-family);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:700;line-height:1;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex}.cta-button:hover{text-decoration:none}.cta-button:active{transform:scale(.98)}.cta-button--primary{background:var(--color-accent);color:#fff;box-shadow:var(--shadow-button)}.cta-button--primary:hover{background:var(--color-accent-dark)}.cta-button--secondary{background:var(--color-surface);color:var(--color-heading);border:1.5px solid var(--color-border)}.cta-button--secondary:hover{border-color:var(--color-accent);color:var(--color-accent-dark)}.cta-button--ghost{color:var(--color-accent-dark);background:0 0;padding:8px 12px}.cta-button--full{width:100%}.cta-button__icon{align-items:center;font-size:16px;display:inline-flex}.cta-button:disabled{opacity:.6;cursor:not-allowed}.details-step{flex-direction:column;gap:6px;display:flex}.details-step label{margin-top:6px}.details-step input{font-family:var(--font-family);border-radius:var(--radius-sm);border:1.5px solid var(--color-border);background:var(--color-bg);color:var(--color-body);padding:12px 14px;font-size:14px;font-weight:500}.details-step input:focus{border-color:var(--color-accent);outline:none}.details-step .cta-button{margin-top:8px}.locating-step{flex-direction:column;gap:12px;display:flex}.locating-step__error{color:var(--color-danger);margin:0;font-size:13px;font-weight:500}.locating-step__manual-toggle{color:var(--color-accent-dark);cursor:pointer;background:0 0;border:none;align-self:center;padding:4px;font-size:13px;font-weight:600}.locating-step__whatsapp{color:var(--color-success);cursor:pointer;background:0 0;border:none;align-self:center;margin-top:4px;padding:6px;font-size:13px;font-weight:700}.locating-step__form{flex-direction:column;gap:8px;display:flex}.locating-step__form input{font-family:var(--font-family);border-radius:var(--radius-sm);border:1.5px solid var(--color-border);background:var(--color-bg);color:var(--color-body);padding:12px 14px;font-size:14px;font-weight:500}.locating-step__form input:focus{border-color:var(--color-accent);outline:none}.matching-step{text-align:center;padding:var(--space-3) 0;flex-direction:column;align-items:center;gap:8px;display:flex}.matching-step__radar{justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:8px;display:flex;position:relative}.matching-step__pulse{background:var(--color-accent);opacity:.25;border-radius:50%;animation:1.8s ease-out infinite radar-pulse;position:absolute;inset:0}.matching-step__pulse--delay{animation-delay:.9s}.matching-step__pin{z-index:1;background:var(--color-accent);width:44px;height:44px;box-shadow:var(--shadow-button);border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex;position:relative}@keyframes radar-pulse{0%{opacity:.5;transform:scale(.4)}to{opacity:0;transform:scale(1.4)}}.matching-step__label{color:var(--color-heading);margin:0;font-weight:700}.matching-step__ticket{letter-spacing:.02em;margin:0;font-weight:700}@media (prefers-reduced-motion:reduce){.matching-step__pulse{opacity:.15;animation:none}}.matching-step__notify{color:var(--color-success);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:6px;font-size:12px;font-weight:700}.en-route-step{gap:var(--space-2);flex-direction:column;display:flex}.en-route-step__eta{text-align:center;flex-direction:column;align-items:center;display:flex}.en-route-step__eta-value{font-family:var(--font-family);color:var(--color-accent-dark);font-size:32px;font-weight:700;line-height:1.1}.en-route-step__eta-badge{font-family:var(--font-family);color:var(--color-success);font-size:20px;font-weight:700;line-height:1.1}.en-route-step__map-wrap{position:relative}.en-route-step__map-loading{aspect-ratio:16/11;border-radius:var(--radius-sm);background:var(--color-bg);width:100%;color:var(--color-meta);justify-content:center;align-items:center;font-size:13px;display:flex}.en-route-step__distance{background:var(--color-surface);color:var(--color-heading);border-radius:var(--radius-pill);box-shadow:var(--shadow-card);padding:6px 10px;font-size:12px;font-weight:700;position:absolute;bottom:8px;left:8px}.en-route-step__map-pending{text-align:center;background:var(--color-bg);border-radius:var(--radius-sm);padding:var(--space-2);margin:0}.en-route-step__technician{background:var(--color-bg);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:12px;display:flex}.en-route-step__avatar{background:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.en-route-step__info{flex-direction:column;gap:2px;display:flex}.en-route-step__name{color:var(--color-heading);font-size:14px;font-weight:700}.en-route-step__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.en-route-step__action{border-radius:var(--radius-sm);background:var(--color-accent-light);color:var(--color-accent-dark);justify-content:center;align-items:center;gap:6px;padding:12px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.en-route-step__action:hover{background:var(--color-accent);color:#fff;text-decoration:none}.en-route-step__arrived{color:var(--color-meta);cursor:pointer;background:0 0;border:none;align-self:center;padding:4px;font-size:13px;font-weight:600;text-decoration:underline}.en-route-step__support{text-align:center;margin:0}.arrived-step{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.arrived-step__badge{margin-bottom:4px;font-size:40px}.arrived-step__actions{width:100%;margin-top:var(--space-2);flex-direction:column;gap:8px;display:flex}.arrived-step__done{margin-top:var(--space-2);color:var(--color-meta);cursor:pointer;background:0 0;border:none;padding:8px;font-size:13px;font-weight:600}.dispatch-overlay{z-index:100;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.dispatch-overlay__backdrop{cursor:pointer;background:#11182773;border:none;padding:0;position:absolute;inset:0}.dispatch-sheet{width:100%;max-width:var(--max-width);background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:88vh;box-shadow:var(--shadow-sheet);padding:var(--space-2) var(--space-3) var(--space-4);animation:.25s ease-out sheet-up;position:relative;overflow-y:auto}@keyframes sheet-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.dispatch-sheet__handle{border-radius:var(--radius-pill);background:var(--color-border);width:40px;height:4px;margin:4px auto var(--space-2)}.dispatch-sheet__header{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.dispatch-sheet__header h3{margin:0}.dispatch-sheet__close{background:var(--color-bg);width:32px;height:32px;color:var(--color-meta);cursor:pointer;border:none;border-radius:50%;font-size:14px}.dispatch-sheet__body{gap:var(--space-2);flex-direction:column;display:flex}.dispatch-resume{left:50%;bottom:var(--space-2);z-index:90;background:var(--color-heading);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 18px;font-size:13px;font-weight:700;display:inline-flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #1118274d}.dispatch-resume__dot{background:#4ade80;border-radius:50%;width:8px;height:8px;animation:1.4s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@media (width>=640px){.dispatch-sheet{margin-bottom:var(--space-3);border-radius:var(--radius-lg)}}.emergency-fab{right:var(--space-2);bottom:var(--space-2);z-index:80;background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;position:fixed;box-shadow:0 8px 20px #d93a2566}.emergency-fab:hover{background:var(--color-accent-dark)}.emergency-fab__pulse{border:2px solid var(--color-accent);opacity:.6;border-radius:50%;animation:1.8s ease-out infinite emergency-pulse;position:absolute;inset:-4px}@keyframes emergency-pulse{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.25)}}.emergency-fab__icon{font-size:20px;position:relative}@media (prefers-reduced-motion:reduce){.emergency-fab__pulse{animation:none}}@media (width>=860px){.emergency-fab{right:var(--space-4);bottom:var(--space-4)}}
