
[hidden], [data-enterprise-only][hidden], .quick-action--fleet[hidden] { display: none !important; }
:root {
  --red: #e7353b;
  --red-dark: #c9262c;
  --ink: #151515;
  --muted: #636363;
  --line: #e6e7e9;
  --surface: #ffffff;
  --background: #f4f5f6;
  --success: #1e9b62;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--background);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--background); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.access-screen { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; overflow-y: auto; padding: 20px; background: radial-gradient(circle at 80% 10%, #343434 0, transparent 28%), #090909; }
.access-screen.hidden { display: none; }
.access-card { width: min(100%, 460px); padding: 32px; border: 1px solid #333; border-radius: 24px; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.access-brand { width: 84px; height: 84px; margin: 0 auto 25px; overflow: hidden; border-radius: 20px; background: #000; }
.access-brand img { width: 100%; height: 100%; object-fit: cover; }
.access-step { position: relative; display: none; animation: pageIn .25s ease; }
.access-step.active { display: block; }
.access-step h1 { margin: 5px 0 12px; font-size: 34px; line-height: 1.1; letter-spacing: -.8px; }
.access-copy { margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.access-form { display: grid; gap: 11px; }
.access-form label { font-size: 14px; font-weight: 800; }
.access-form > small { margin-top: -2px; color: #6f7178; font-size: 13px; line-height: 1.5; }
.phone-field { display: flex; align-items: center; overflow: hidden; border: 1px solid #d7d8da; border-radius: 11px; background: #fafafa; }
.phone-field:focus-within { border-color: var(--red); box-shadow: 0 0 0 3px rgba(231,53,59,.1); }
.phone-field span { padding: 14px 11px; border-right: 1px solid #ddd; color: #4d4e52; font-size: 10px; font-weight: 700; white-space: nowrap; }
.phone-field input, .otp-input { width: 100%; padding: 14px 12px; border: 0; outline: 0; background: transparent; font-size: 13px; }
.access-form .primary-button { margin-top: 7px; }
.access-help { display: block; margin: 18px auto 0; padding: 8px 6px; border: 0; color: var(--red); background: transparent; text-align: center; font-size: 15px; font-weight: 700; }
.access-back { position: absolute; top: -3px; right: 0; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.otp-input { border: 1px solid #d7d8da; border-radius: 11px; text-align: center; font-size: 22px; font-weight: 800; letter-spacing: 8px; }
.otp-input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(231,53,59,.1); }
.demo-code { padding: 10px; border-radius: 8px; color: #735000; text-align: center; background: #fff3d8; font-size: 8px; }
.profile-found-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 18px; border-radius: 50%; color: white; background: var(--success); font-size: 23px; font-weight: 800; }
.profile-not-found-icon { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 18px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #ef3340, #111); font-size: 16px; font-weight: 900; letter-spacing: .5px; box-shadow: 0 18px 35px rgba(239, 51, 64, .22); }
.profile-not-found-icon.welcome-icon::after { content: ""; position: absolute; width: 74px; height: 74px; border-radius: 50%; background: rgba(239, 51, 64, .08); z-index: -1; }
.profile-not-found-icon.welcome-icon { position: relative; }
.found-profile { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; margin: 18px 0; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.found-profile div { min-width: 0; padding: 13px; background: #fafafa; }
.found-profile small, .found-profile strong { display: block; }
.found-profile small { color: #7b7d84; font-size: 11px; font-weight: 800; }
.found-profile strong { overflow: hidden; margin-top: 6px; font-size: 15px; line-height: 1.4; text-overflow: ellipsis; }
.profile-missing-note { margin: -4px 0 14px; padding: 12px 14px; border: 1px solid #ffe0a6; border-radius: 14px; background: #fff8ea; color: #8a5a00; font-size: 12px; line-height: 1.45; font-weight: 700; }
.quick-install-card { margin: 18px 0 12px; padding: 16px; border: 1px solid #2a2a2a; border-radius: 16px; color: white; background: linear-gradient(135deg, #242424, #090909); box-shadow: 0 12px 24px rgba(0,0,0,.16); }
.quick-install-card strong, .quick-install-card small { display: block; }
.quick-install-card strong { font-size: 17px; line-height: 1.25; }
.quick-install-card small { margin-top: 8px; color: #d8d8d8; font-size: 11px; line-height: 1.45; }
.quick-install-benefits { display: grid; gap: 8px; margin: 12px 0 18px; padding: 0; list-style: none; }
.quick-install-benefits li { padding: 11px 12px; border-radius: 12px; background: #fff1f2; color: #9f1e25; font-size: 12px; font-weight: 800; }
#quickInstallButton { width: 100%; min-height: 54px; font-size: 15px; box-shadow: 0 12px 25px rgba(231,53,59,.22); }
.access-consent { display: flex; align-items: flex-start; gap: 12px; margin: 22px 0; color: #4f5158; font-size: 15px; line-height: 1.5; }
.access-consent input { width: 22px; height: 22px; margin-top: 1px; accent-color: var(--red); flex: 0 0 auto; }
.not-found-help { margin: 18px 0; padding: 16px; border: 1px solid #f0dfb9; border-radius: 12px; background: #fff9eb; }
.not-found-help strong { font-size: 15px; }
.not-found-help p { margin: 8px 0 0; color: #765d2a; font-size: 14px; line-height: 1.55; }
.access-footer { margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--line); color: #777; text-align: center; font-size: 12px; line-height: 1.5; }
@media (max-width: 460px) {
  .access-screen { place-items: stretch; padding: 0; background: white; }
  .access-card { min-height: 100vh; padding: 28px 22px; border: 0; border-radius: 0; box-shadow: none; }
  .access-brand { margin-top: 10px; }
}

.app-shell { width: min(100%, 680px); min-height: 100vh; margin: 0 auto; background: var(--background); box-shadow: 0 0 60px rgba(0,0,0,.06); }
.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: calc(88px + env(safe-area-inset-top));
  padding: calc(22px + env(safe-area-inset-top)) 20px 14px;
  color: white;
  background: #121212;
}
.brand { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.brand-mark { display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; background: #000; }
.brand-mark img { width: 50px; height: 50px; max-width: none; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: .4px; }
.brand small { margin-top: 2px; color: #bdbdbd; font-size: 9px; }
.icon-button { position: relative; width: 42px; height: 42px; padding: 9px; border: 0; color: white; background: transparent; }
.icon-button svg { width: 24px; height: 24px; }
.notification-dot { position: absolute; top: 7px; right: 8px; width: 8px; height: 8px; border: 2px solid #121212; border-radius: 50%; background: var(--red); }
main { padding-bottom: 98px; }
.page { display: none; padding: 26px 18px 40px; animation: pageIn .22s ease; }
.page.active { display: block; }
@keyframes pageIn { from { opacity: 0; transform: translateY(5px); } }
.welcome { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.welcome h1, .page-title h1 { margin: 3px 0 7px; font-size: clamp(26px, 7vw, 35px); line-height: 1.08; letter-spacing: -.9px; }
.welcome p, .page-title p { max-width: 450px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.eyebrow { color: var(--red) !important; font-size: 11px !important; font-weight: 800; letter-spacing: 1px; }
.avatar { display: grid; place-items: center; flex: 0 0 auto; width: 49px; height: 49px; border: 0; border-radius: 50%; color: white; background: var(--ink); font-size: 13px; font-weight: 700; }
.avatar-button { position: relative; box-shadow: 0 10px 22px rgba(0,0,0,.12); }
.avatar-button::after { content: ""; position: absolute; right: 2px; bottom: 2px; width: 13px; height: 13px; border: 2px solid var(--background); border-radius: 50%; background: var(--red); }
.avatar-button:active { transform: scale(.96); }
.vehicle-card { overflow: hidden; border-radius: 17px; color: white; background: linear-gradient(135deg, #232323, #0d0d0d); box-shadow: 0 14px 28px rgba(0,0,0,.17); }
.vehicle-card__top { display: flex; align-items: center; justify-content: space-between; min-height: 135px; padding: 23px; background: radial-gradient(circle at 85% 20%, #4b4b4b 0, transparent 45%); }
.vehicle-card h2 { margin: 10px 0 4px; font-size: 21px; }
.vehicle-card p { margin: 0; color: #bfc0c2; font-size: 12px; }
.status { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; letter-spacing: .25px; text-transform: uppercase; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #40d98a; box-shadow: 0 0 0 4px rgba(64,217,138,.14); }
.car-icon { width: 82px; color: #a9aaac; opacity: .7; }
.vehicle-card__footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 12px; padding: 15px 23px; border-top: 1px solid #383838; background: #1b1b1b; }
.vehicle-card__footer span { color: #9d9fa2; font-size: 9px; text-transform: uppercase; }
.vehicle-card__footer strong { grid-column: 1; font-size: 13px; }
.vehicle-card__footer button { grid-row: 1 / span 2; grid-column: 2; }
.vehicle-actions-card { margin-top: 15px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.vehicle-actions-card .section-heading { margin-bottom: 13px; }
.vehicle-actions-card .section-heading p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.vehicle-action-grid { display: grid; grid-template-columns: 1fr; gap: 9px; }
.vehicle-action-grid button { padding: 13px 14px; border: 1px solid #ffd0d4; border-radius: 12px; color: var(--red); background: #fff7f8; font-size: 13px; font-weight: 900; text-align: left; }
.vehicle-request-form { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.vehicle-request-form[hidden] { display: none; }
.vehicle-request-form h3 { margin: 4px 0 7px; font-size: 21px; }
.vehicle-request-form > p:not(.eyebrow) { margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.vehicle-request-form label { display: block; margin-bottom: 13px; color: var(--ink); font-size: 11px; font-weight: 800; }
.vehicle-request-form input, .vehicle-request-form textarea { width: 100%; margin-top: 8px; padding: 13px; border: 1px solid #d9dadd; border-radius: 10px; background: #fafafa; font-size: 13px; outline: none; }
.vehicle-request-form input:focus, .vehicle-request-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,28,36,.1); }
.vehicle-request-status { margin-top: 13px; padding: 12px; border-radius: 12px; color: #765d2a; background: #fff5df; font-size: 12px; line-height: 1.45; }
.previous-vehicles { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); }
.previous-vehicles h3 { margin: 0 0 8px; font-size: 16px; }
.previous-vehicles article { padding: 10px; border-radius: 10px; background: #f6f6f7; }
.previous-vehicles article + article { margin-top: 8px; }
.previous-vehicles strong, .previous-vehicles small { display: block; }
.previous-vehicles small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.customer-vehicles-card { margin-top: 14px; }
.customer-vehicle-list { display: grid; gap: 10px; }
.customer-vehicle-list article { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.customer-vehicle-list article.active { border-color: rgba(238, 49, 59, .45); background: #fff5f6; box-shadow: 0 12px 26px rgba(238, 49, 59, .08); }
.customer-vehicle-list strong, .customer-vehicle-list small { display: block; }
.customer-vehicle-list small { margin-top: 4px; color: var(--muted); font-size: 13px; }
.customer-vehicle-list button { flex: 0 0 auto; border: 0; border-radius: 999px; padding: 10px 12px; font-weight: 900; color: var(--red); background: #ffe8ea; }
.customer-vehicle-list article.active button { color: #08784b; background: #e3f7ee; }
.text-button { padding: 4px 0; border: 0; color: var(--red); background: transparent; font-size: 14px; font-weight: 800; }
.alert-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-top: 14px; padding: 17px; border: 1px solid #f1dadb; border-radius: 14px; background: #fff7f7; }
.alert-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--red); background: #ffe2e3; }
.alert-icon svg { width: 21px; height: 21px; }
.alert-card small, .alert-card strong, .alert-card p { display: block; }
.alert-card small { color: var(--red-dark); font-size: 8px; font-weight: 800; letter-spacing: .5px; }
.alert-card strong { margin: 3px 0 2px; font-size: 14px; }
.alert-card p { margin: 0; color: var(--muted); font-size: 10px; }
.chevron { border: 0; color: #999; background: transparent; font-size: 25px; }
.tappable-card { cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.tappable-card:active { transform: scale(.985); }
.tappable-card:hover { border-color: #efb8bb; box-shadow: 0 10px 22px rgba(238,48,55,.08); }
.home-booking-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; margin-top: 12px; padding: 16px; border: 1px solid #dcebe5; border-radius: 16px; background: #f4fbf8; }
.home-booking-card[hidden] { display: none; }
.home-booking-card small { color: var(--success); font-size: 8px; font-weight: 800; letter-spacing: .5px; }
.home-booking-card strong { display: block; margin: 4px 0 3px; font-size: 15px; }
.home-booking-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.35; }
.home-booking-card span { display: inline-flex; margin-top: 8px; padding: 5px 8px; border-radius: 999px; color: #0b8b5b; background: #e2f5ed; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.maintenance-reminder-card { cursor: pointer; border-color: #f1c7c9; background: #fff7f7; }
.maintenance-reminder-card small { color: var(--red-dark); }
.maintenance-reminder-card span { color: #fff; background: var(--red); }
.maintenance-reminder-card.is-due { border-color: var(--red); background: #fff1f1; box-shadow: 0 8px 22px rgba(210, 35, 42, .12); }

.section-block { margin-top: 29px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.section-heading h2, .subheading { margin: 0; font-size: 17px; }
.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.quick-action { min-height: 136px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; text-align: left; background: var(--surface); box-shadow: 0 5px 14px rgba(0,0,0,.025); }
.quick-action__icon { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 17px; border-radius: 11px; color: white; }
.quick-action__icon.red { background: var(--red); }
.quick-action__icon.dark { color: var(--ink); background: #eeeeef; }
.quick-action__icon svg { width: 20px; height: 20px; }
.quick-action strong, .quick-action small { display: block; }
.quick-action strong { margin-bottom: 5px; font-size: 12px; }
.quick-action small { color: var(--muted); font-size: 9px; }
.promo-card { position: relative; overflow: hidden; min-height: 181px; padding: 23px 43% 23px 22px; border-radius: 17px; color: white; background: linear-gradient(125deg, #e01a22, #b20d14); }
.promo-tag { display: inline-flex; align-items: center; justify-content: center; padding: 7px 11px; border-radius: 8px; color: var(--red); background: white; font-size: 13px; font-weight: 900; letter-spacing: .45px; box-shadow: 0 8px 18px rgba(0,0,0,.12); }
.promo-card h3 { margin: 11px 0 7px; font-size: 18px; line-height: 1.18; }
.promo-card p { margin: 0 0 14px; color: #ffd6d7; font-size: 9px; }
.promo-card button, .review-card button, .benefits-list button { padding: 9px 13px; border: 0; border-radius: 7px; color: var(--ink); background: white; font-size: 9px; font-weight: 700; }
.tire-art { position: absolute; top: 19px; right: -13px; width: 150px; height: 150px; transform: rotate(-18deg); border: 21px solid #181818; border-radius: 50%; box-shadow: inset 0 0 0 5px #3f3f3f, 0 15px 30px rgba(0,0,0,.25); }
.tire-art::before { content: ""; position: absolute; inset: 9px; border: 3px dashed #666; border-radius: 50%; }
.tire-art span { position: absolute; inset: 27px; border: 11px solid #aaa; border-radius: 50%; background: #555; }
.review-card { margin-top: 27px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; text-align: center; background: white; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.review-card:hover { transform: translateY(-1px); border-color: rgba(237, 49, 59, .35); box-shadow: 0 16px 36px rgba(17, 17, 17, .08); }
.stars { color: #f5b51b; font-size: 18px; letter-spacing: 4px; }
.review-card h2 { margin: 10px 0 5px; font-size: 16px; }
.review-card p { margin: 0 0 15px; color: var(--muted); font-size: 10px; }
.review-card button { color: white; background: var(--ink); }
.page-title { margin-bottom: 24px; }
.page-back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin: 0 0 16px;
  padding: 10px 15px;
  border: 1px solid #f0c8cb;
  border-radius: 999px;
  color: var(--red);
  background: #fff7f7;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 8px 18px rgba(238, 49, 59, .08);
}
.page-back-button span {
  font-size: 18px;
  line-height: 1;
}
.page-back-button:active {
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(238, 49, 59, .08);
}
.detail-card, .booking-form, .benefits-list article { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.vehicle-summary { color: white; background: linear-gradient(135deg, #222, #0e0e0e); }
.vehicle-summary h2 { margin: 13px 0 5px; }
.vehicle-summary p { margin: 0; color: #aaa; font-size: 12px; }
.subheading { margin: 27px 0 12px; }
.checklist > div { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.checklist > div:last-child { border: 0; }
.check, .warning, .danger, .info { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%; font-size: 12px; font-weight: 800; }
.check { color: var(--success); background: #e8f7f0; }
.warning { color: #bd7a00; background: #fff2d6; }
.danger { color: #c91f28; background: #ffe1e3; }
.info { color: #4f5155; background: #eeeeef; }
.checklist-header { display: block !important; padding-top: 0 !important; }
.checklist-header p { width: 100%; }
.clinical-summary { display: block !important; padding: 0 0 15px !important; }
.clinical-summary small, .clinical-summary strong, .clinical-summary span, .clinical-summary em { display: block; }
.clinical-summary small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.clinical-summary strong { margin-top: 7px; font-size: 19px; letter-spacing: -.35px; }
.clinical-summary span { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.clinical-summary em { width: fit-content; margin-top: 10px; padding: 6px 9px; border-radius: 999px; color: #0b8b5b; background: #e2f5ed; font-size: 8px; font-style: normal; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.checklist p, .timeline p { margin: 0; }
.checklist strong, .checklist small, .timeline strong, .timeline small { display: block; }
.checklist strong, .timeline strong { font-size: 12px; }
.checklist small, .timeline small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.timeline > div { position: relative; display: grid; grid-template-columns: 75px 1fr; gap: 13px; padding: 6px 0 24px; }
.timeline > div::before { content: ""; position: absolute; top: 4px; left: 71px; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.timeline > div::after { content: ""; position: absolute; top: 13px; bottom: 0; left: 74px; width: 1px; background: #ddd; }
.timeline > div:last-child::after { display: none; }
.timeline time { color: var(--red); font-size: 8px; font-weight: 800; }
.app-collapse { margin-top: 14px; border: 1px solid var(--line); border-radius: 18px; background: #fafafa; overflow: hidden; }
.app-collapse summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 16px; cursor: pointer; list-style: none; }
.app-collapse summary::-webkit-details-marker { display: none; }
.app-collapse summary::after { content: "+"; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--red); background: #ffe7e9; font-size: 18px; font-weight: 900; }
.app-collapse[open] summary::after { content: "-"; }
.app-collapse summary span, .app-collapse summary strong, .app-collapse summary small { display: block; }
.app-collapse summary strong { font-size: 15px; }
.app-collapse summary small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.app-collapse-body { padding: 0 16px 13px; }
.app-collapse-body > div { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.app-collapse-body p { margin: 0; }
.app-collapse-body strong, .app-collapse-body small { display: block; }
.app-collapse-body strong { font-size: 14px; }
.app-collapse-body small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.timeline > details.history-collapse { margin: 0 0 12px; }
.timeline > details.history-collapse summary { align-items: flex-start; justify-content: flex-start; }
.timeline > details.history-collapse time { flex: 0 0 82px; padding-top: 2px; color: var(--red); font-size: 11px; font-weight: 900; }

.booking-form label, .booking-form legend { color: var(--ink); font-size: 11px; font-weight: 700; }
.booking-form label { display: block; margin-bottom: 19px; }
.booking-form { display: flex; flex-direction: column; }
.booking-form[hidden] { display: none; }
.booking-form-title { margin-bottom: 16px; }
.booking-form-title h2 { margin: 4px 0 6px; font-size: 23px; letter-spacing: -.4px; }
.booking-form-title p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.booking-form label:has(#bookingVehicle) { order: -2; }
.booking-form #bookingGuide { order: -1; }
.booking-guide { margin-bottom: 16px; padding: 13px; border: 1px solid #ffd0d4; border-radius: 13px; background: #fff6f7; box-shadow: 0 10px 22px rgba(231,53,59,.08); }
.booking-guide strong, .booking-guide span { display: block; }
.booking-guide strong { color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.booking-guide span { margin-top: 5px; color: #4f5155; font-size: 11px; line-height: 1.45; }
.booking-guide ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 12px 0 0; padding: 0; list-style: none; }
.booking-guide li { display: flex; align-items: center; justify-content: center; gap: 4px; min-height: 28px; padding: 6px 4px; border: 1px solid #eceef2; border-radius: 999px; color: #8a8d94; background: white; font-size: 9px; font-weight: 900; text-align: center; }
.booking-guide li span { display: inline-flex; align-items: center; justify-content: center; width: 14px; height: 14px; margin: 0; border-radius: 50%; color: inherit; background: #f1f2f5; font-size: 9px; line-height: 1; }
.booking-guide li.active { border-color: var(--red); color: var(--red); background: #fff1f2; }
.booking-guide li.active span { color: white; background: var(--red); }
.booking-guide li.done { border-color: #d9f2e7; color: #0b8b5b; background: #eefaf5; }
.booking-guide li.done span { color: white; background: #0b8b5b; }
.booking-focus { position: relative; padding: 12px; margin: -8px -8px 11px; border: 2px solid var(--red) !important; border-radius: 14px; background: #fff8f8; box-shadow: 0 0 0 5px rgba(231,53,59,.1), 0 12px 26px rgba(231,53,59,.1); animation: bookingPulse 1.35s ease-in-out infinite; }
.booking-focus select, .booking-focus input, .booking-focus textarea { background: white; }
.booking-focus:has(#bookingBranch) { border-width: 3px !important; background: linear-gradient(180deg, #fff1f2, #fff); }
.booking-focus:has(#bookingBranch)::before { content: "Primero revisá y elegí la sucursal correcta"; display: block; margin: 0 0 8px; padding: 8px 10px; border-radius: 999px; color: white; background: var(--red); font-size: 12px; font-weight: 900; text-align: center; }
.booking-focus #bookingBranch { border-color: var(--red); box-shadow: 0 0 0 4px rgba(231,53,59,.16); font-weight: 900; }
.booking-locked { position: relative; opacity: .45; filter: grayscale(.35); pointer-events: none; }
.booking-locked::after { content: "Primero elegí una sucursal"; position: absolute; inset: 0; display: grid; place-items: center; padding: 18px; border: 1px dashed #ffd0d4; border-radius: 14px; color: var(--red); background: rgba(255,255,255,.78); font-size: 13px; font-weight: 900; text-align: center; }
@keyframes bookingPulse { 50% { box-shadow: 0 0 0 8px rgba(231,53,59,.06), 0 12px 26px rgba(231,53,59,.08); } }
.booking-form input[type="date"], .booking-form select, .booking-form textarea { width: 100%; margin-top: 8px; padding: 13px; border: 1px solid #d9dadd; border-radius: 10px; color: var(--ink); background: #fafafa; font-size: 12px; outline: none; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,28,36,.1); }
.booking-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-help { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }
.booking-form fieldset { margin: 0 0 20px; padding: 0; border: 0; }
.booking-requests-card { margin-top: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.booking-requests-card h2 { margin: 0 0 12px; font-size: 18px; }
.booking-requests-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.booking-requests-header h2 { margin: 0 0 4px; }
.booking-requests-header p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.booking-requests-header button, .secondary-button { border: 1px solid #ffd0d4; border-radius: 12px; color: var(--red); background: #fff7f8; font-size: 12px; font-weight: 900; }
.booking-requests-header button { flex: 0 0 auto; padding: 11px 12px; box-shadow: 0 8px 18px rgba(231,53,59,.08); }
.secondary-button { width: 100%; margin-top: 10px; padding: 13px 16px; }
.booking-request { padding: 13px 0; border-top: 1px solid var(--line); }
.booking-request:first-child { border-top: 0; padding-top: 0; }
.booking-request strong, .booking-request small { display: block; }
.booking-request strong { font-size: 13px; }
.booking-request small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.booking-request .booking-vehicle-line { display: inline-flex; width: fit-content; margin: 10px 0 6px; padding: 8px 11px; border-radius: 999px; color: #111; background: #fff1f2; border: 1px solid #ffd4d8; font-size: 13px; font-weight: 900; }
.booking-status { display: inline-flex; align-items: center; margin-top: 9px; padding: 5px 8px; border-radius: 999px; color: #9a6500; background: #fff4d8; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.booking-status.confirmado { color: #0b8b5b; background: #e2f5ed; }
.booking-status.cancelado { color: #6f737b; background: #eceef2; }
.booking-cancel { display: block; width: 100%; margin-top: 10px; padding: 10px 12px; border: 1px solid #ffd0d4; border-radius: 10px; color: var(--red); background: #fff7f8; font-size: 10px; font-weight: 800; }
.empty-bookings { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.service-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.service-options label { margin: 0; }
.service-options input { position: absolute; opacity: 0; }
.service-options span { display: grid; place-items: center; min-height: 57px; padding: 9px; border: 1px solid var(--line); border-radius: 10px; text-align: center; font-size: 9px; line-height: 1.25; }
.service-options input:checked + span { border-color: var(--red); color: var(--red); background: #fff3f3; }
.primary-button { width: 100%; padding: 14px 18px; border: 0; border-radius: 10px; color: white; background: var(--red); font-size: 12px; font-weight: 800; }
.member-card { display: flex; flex-direction: column; min-height: 150px; padding: 23px; border-radius: 17px; color: white; background: radial-gradient(circle at top right, #555, transparent 38%), linear-gradient(135deg, #252525, #0d0d0d); }
.member-card small { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.member-card strong { margin-top: auto; font-size: 19px; }
.member-card span { margin-top: 4px; color: #aaa; font-size: 9px; }
.benefits-list { display: grid; gap: 12px; margin-top: 18px; }
.benefits-list article { background: linear-gradient(140deg, #fff, #f7f7f7); }
.benefits-list .promo-tag { min-width: 86px; min-height: 42px; padding: 9px 12px; border-radius: 12px; color: white; background: var(--red); font-size: 18px; line-height: 1; box-shadow: 0 12px 24px rgba(231,53,59,.24); }
.benefits-list h2 { margin: 13px 0 6px; font-size: 17px; }
.benefits-list p { margin: 0 0 15px; color: var(--muted); font-size: 10px; }
.benefit-meta { display: block; margin: -5px 0 14px; color: #8d8f95; font-size: 8px; line-height: 1.45; }
.benefits-list button { color: white; background: var(--red); }
.dark-tag { color: white; background: var(--ink); }
.benefits-list .dark-tag { color: white; background: var(--ink); box-shadow: 0 12px 24px rgba(0,0,0,.16); }
.fleet-company-card { display: flex; flex-direction: column; min-height: 145px; padding: 22px; border-radius: 18px; color: white; background: radial-gradient(circle at top right, #555, transparent 35%), linear-gradient(135deg, #222, #090909); box-shadow: 0 16px 34px rgba(0,0,0,.16); }
.fleet-company-card small, .fleet-company-card strong, .fleet-company-card span { display: block; }
.fleet-company-card small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.fleet-company-card strong { margin-top: auto; font-size: 22px; line-height: 1.15; }
.fleet-company-card span { margin-top: 7px; color: #c7c7ca; font-size: 10px; line-height: 1.4; }
.fleet-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 14px 0; }
.secondary-fleet-button { padding: 14px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-size: 11px; font-weight: 800; }
.fleet-list { display: grid; gap: 12px; }
.fleet-list article, .fleet-trace-card { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.fleet-status { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: #65676c; background: #eeeeef; font-size: 8px; font-weight: 900; letter-spacing: .05em; }
.fleet-status.ok { color: #0b8b5b; background: #e2f5ed; }
.fleet-status.warn { color: #a76b00; background: #fff2d5; }
.fleet-list h2 { margin: 12px 0 6px; font-size: 18px; }
.fleet-list p { margin: 0; font-size: 11px; font-weight: 700; }
.fleet-list small { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.fleet-list button { margin-top: 13px; padding: 10px 13px; border: 0; border-radius: 9px; color: white; background: var(--red); font-size: 10px; font-weight: 800; }
.fleet-vehicle-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.fleet-vehicle-actions .secondary-fleet-button { color: var(--ink); background: white; border: 1px solid var(--line); }
.fleet-vehicle-actions .fleet-edit-button { grid-column: 1 / -1; }
.fleet-vehicle-edit-form { width: 100%; max-width: 680px; margin: 16px auto 22px; padding: 0; overflow: hidden; border: 1px solid #dedfe2; border-radius: 22px; background: #fff; box-shadow: 0 18px 50px rgba(18,20,24,.1); }
.fleet-edit-header { display: flex; align-items: center; gap: 14px; padding: 20px; color: white; background: linear-gradient(135deg, #202124 0%, #101113 100%); }
.fleet-edit-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: white; background: var(--red); font-size: 20px; font-weight: 900; box-shadow: 0 8px 20px rgba(231,53,59,.3); }
.fleet-edit-header .eyebrow { margin: 0 0 4px; color: #ff656a; font-size: 9px; }
.fleet-edit-header h2 { margin: 0; font-size: 21px; letter-spacing: -.35px; }
.fleet-edit-header p:last-child { margin: 5px 0 0; color: #c7c9cd; font-size: 11px; font-weight: 600; }
.fleet-edit-intro { margin: 0; padding: 15px 20px; border-bottom: 1px solid #ececef; color: #666970; background: #fafafb; font-size: 11px; line-height: 1.55; }
.fleet-edit-section { padding: 18px 20px; border-bottom: 1px solid #ececef; }
.fleet-edit-section-title { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; }
.fleet-edit-section-title span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--red); background: #fff0f1; font-size: 10px; font-weight: 900; }
.fleet-edit-section-title strong { font-size: 13px; letter-spacing: -.1px; }
.fleet-edit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.fleet-edit-grid + .fleet-edit-grid { margin-top: 13px; }
.fleet-vehicle-edit-form label { min-width: 0; margin: 0; color: #4b4e54; }
.fleet-vehicle-edit-form label > span { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 800; }
.fleet-vehicle-edit-form input { display: block; width: 100%; min-width: 0; min-height: 48px; margin: 0; padding: 0 13px; border: 1px solid #d8dade; border-radius: 12px; outline: none; color: #17181b; background: #fff; font-size: 14px; font-weight: 700; transition: border-color .18s, box-shadow .18s, background .18s; }
.fleet-vehicle-edit-form input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(231,53,59,.11); }
.fleet-vehicle-edit-form input[readonly] { border-color: #e1e2e5; color: #55585e; background: #f1f2f4; }
.fleet-edit-full-field { display: block; margin-top: 13px !important; }
.fleet-edit-note { display: flex; flex-direction: column; gap: 4px; margin: 16px 20px 0; padding: 13px 14px; border: 1px solid #ece0c1; border-radius: 12px; color: #6a5a2f; background: #fff9e9; font-size: 10px; line-height: 1.45; }
.fleet-edit-note strong { color: #493b16; font-size: 10px; }
.fleet-edit-actions { display: grid; grid-template-columns: minmax(0, 1fr) 118px; gap: 10px; padding: 16px 20px 20px; }
.fleet-edit-actions button { min-height: 48px; margin: 0; padding: 11px 16px; border-radius: 12px; font-size: 13px; font-weight: 850; }
.fleet-edit-actions .secondary-button { border: 1px solid #dfe0e3; color: #55585e; background: #fff; }
@media (max-width: 480px) {
  .fleet-vehicle-edit-form { border-radius: 18px; }
  .fleet-edit-header, .fleet-edit-section { padding-right: 16px; padding-left: 16px; }
  .fleet-edit-intro { padding-right: 16px; padding-left: 16px; }
  .fleet-edit-grid:not(.fleet-edit-grid-compact) { grid-template-columns: 1fr; }
  .fleet-edit-note { margin-right: 16px; margin-left: 16px; }
  .fleet-edit-actions { padding-right: 16px; padding-left: 16px; }
}
@media (max-width: 355px) {
  .fleet-edit-grid-compact, .fleet-edit-actions { grid-template-columns: 1fr; }
}
.fleet-history-card { position: relative; margin: 15px 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 14px 34px rgba(0,0,0,.07); }
.fleet-history-card[hidden] { display: none; }
.fleet-history-close { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border: 0; border-radius: 50%; color: #777; background: #f1f2f4; font-size: 22px; line-height: 1; }
.fleet-history-card h2 { margin: 4px 36px 6px 0; font-size: 20px; }
.fleet-history-card > p:not(.eyebrow) { margin: 0 0 12px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.fleet-history-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 12px 0; }
.fleet-history-meta span { padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fafafa; }
.fleet-history-meta small, .fleet-history-meta strong { display: block; }
.fleet-history-meta small { color: var(--muted); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.fleet-history-meta strong { margin-top: 4px; font-size: 11px; }
.fleet-history-list { display: grid; gap: 10px; margin-top: 12px; }
.fleet-history-item, .fleet-history-empty { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.fleet-history-empty { display: block; color: var(--muted); }
.fleet-history-item time { color: var(--red); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.fleet-history-item p { margin: 0; }
.fleet-history-item strong, .fleet-history-item small, .fleet-history-item em, .fleet-history-empty strong, .fleet-history-empty small { display: block; }
.fleet-history-item strong, .fleet-history-empty strong { font-size: 12px; }
.fleet-history-item small, .fleet-history-empty small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.fleet-history-item em { margin-top: 6px; color: #5b5e66; font-size: 10px; font-style: normal; line-height: 1.4; }
.fleet-trace-card { margin-top: 15px; }
.fleet-trace-card h2 { margin: 0 0 12px; font-size: 18px; }
.fleet-trace-card div { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.fleet-trace-card time { color: var(--red); font-size: 9px; font-weight: 900; }
.fleet-trace-card p { min-width: 0; margin: 0; }
.fleet-trace-card strong, .fleet-trace-card small { display: block; }
.fleet-trace-card strong { font-size: 11px; }
.fleet-trace-card small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.contact-list { display: grid; gap: 10px; }
.contact-list button, .contact-list a { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; width: 100%; padding: 15px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); text-align: left; text-decoration: none; background: white; }
.contact-list > * > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; color: white; background: var(--red); }
.contact-list p { margin: 0; }
.contact-list strong, .contact-list small { display: block; }
.contact-list strong { font-size: 12px; }
.contact-list small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.contact-list b { color: #aaa; font-size: 22px; }
.profile-card { margin-top: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.profile-card .section-heading { margin-bottom: 12px; }
.profile-card p { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.logout-button { width: 100%; margin-top: 14px; padding: 13px 14px; border: 1px solid #ffd2d5; border-radius: 12px; color: var(--red); background: #fff4f4; font-size: 12px; font-weight: 900; }
.profile-data { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.profile-data article { min-width: 0; padding: 11px; border-radius: 11px; background: #f6f6f7; }
.profile-data small, .profile-data strong { display: block; }
.profile-data small { color: #8d8f95; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.profile-data strong { overflow-wrap: anywhere; margin-top: 5px; font-size: 10px; line-height: 1.35; }
.branches-card { margin-top: 18px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 24px rgba(0,0,0,.06); }
.branches-card-hero { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; padding: 18px; color: white; background: linear-gradient(135deg, #161616, #2a2a2c); }
.branches-card-hero > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; color: white; background: linear-gradient(135deg, var(--red), #9b1117); font-size: 17px; font-weight: 900; letter-spacing: .04em; box-shadow: 0 10px 20px rgba(238, 48, 55, .25); }
.branches-card-hero .eyebrow { margin: 0 0 4px; color: #ff555b !important; font-size: 11px !important; letter-spacing: .14em; }
.branches-card h2 { margin: 0; color: white; font-size: 25px; line-height: 1; }
.branches-card-hero small { display: block; margin-top: 8px; color: #d7d7da; font-size: 13px; line-height: 1.35; }
.branches-card article { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 16px; padding: 13px 0; border-top: 1px solid var(--line); }
.branches-card article:first-of-type { border-top: 0; }
.branches-card article:last-child { padding-bottom: 0; }
.branches-card strong, .branches-card small { display: block; }
.branches-card strong { font-size: 12px; }
.branches-card small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.branch-call { flex: 0 0 auto; padding: 10px 12px; border-radius: 999px; color: white; background: var(--red); text-decoration: none; font-size: 11px; font-weight: 900; box-shadow: 0 8px 16px rgba(238,48,55,.18); }
.receipts-hero { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 22px 0 18px; padding: 20px; border-radius: 20px; color: white; background: linear-gradient(135deg, #242424, #090909); box-shadow: 0 12px 24px rgba(0,0,0,.14); }
.receipts-hero strong { display: block; font-size: 18px; }
.receipts-hero p { margin: 7px 0 0; color: #dddddd; font-size: 12px; line-height: 1.5; }
.receipts-hero span { display: grid; place-items: center; flex: 0 0 auto; width: 58px; height: 58px; border-radius: 16px; color: var(--red); background: white; font-size: 15px; font-weight: 900; }
.quotes-hero { background: linear-gradient(135deg, #e7353b, #8b171b); }
.quotes-hero span { color: #8b171b; }
.receipts-list { display: grid; gap: 12px; }
.receipt-card, .empty-receipts { padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 8px 18px rgba(0,0,0,.04); }
.receipt-card header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.receipt-card strong, .receipt-card small, .receipt-card span { display: block; }
.receipt-card h2 { margin: 0; font-size: 17px; line-height: 1.25; }
.receipt-card small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.receipt-card .receipt-total { color: var(--red); font-size: 14px; font-weight: 900; white-space: nowrap; }
.receipt-card ul { display: grid; gap: 5px; margin: 12px 0 15px; padding: 0; list-style: none; }
.receipt-card li { color: #505155; font-size: 11px; line-height: 1.35; }
.receipt-card a { display: block; width: 100%; padding: 13px; border-radius: 13px; color: white; background: var(--red); text-align: center; text-decoration: none; font-size: 13px; font-weight: 900; }
.empty-receipts strong { display: block; font-size: 15px; }
.empty-receipts p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.bottom-nav { position: fixed; z-index: 25; bottom: 0; left: 50%; display: grid; grid-template-columns: repeat(5, 1fr); width: min(100%, 680px); padding: 9px 8px calc(8px + env(safe-area-inset-bottom)); transform: translateX(-50%); border-top: 1px solid #ddd; background: rgba(255,255,255,.96); box-shadow: 0 -7px 20px rgba(0,0,0,.06); backdrop-filter: blur(10px); }
.bottom-nav button { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 4px 2px; border: 0; color: #888; background: transparent; font-size: 8px; }
.bottom-nav svg { width: 20px; height: 20px; }
.bottom-nav button.active { color: var(--red); font-weight: 700; }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 92px; max-width: calc(100% - 36px); padding: 11px 16px; transform: translate(-50%, 20px); border-radius: 9px; color: white; background: #222; font-size: 11px; opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.modal-backdrop { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.62); }
.modal-backdrop[hidden] { display: none; }
.modal { position: relative; width: min(100%, 380px); padding: 30px 23px 22px; border-radius: 19px; text-align: center; background: white; box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.modal-close { position: absolute; top: 8px; right: 11px; border: 0; color: #888; background: transparent; font-size: 25px; }
.modal-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 13px; border-radius: 50%; color: white; background: var(--success); font-size: 23px; font-weight: 800; }
.modal[data-variant="error"] .modal-icon { background: var(--red); }
.modal h2 { margin: 0 0 7px; }
.modal p { margin: 0 0 21px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.service-ready-backdrop { position: fixed; z-index: 110; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.72); backdrop-filter: blur(6px); }
.service-ready-backdrop[hidden] { display: none; }
.service-ready-card { position: relative; width: min(100%, 390px); overflow: hidden; padding: 30px 25px 24px; border-radius: 23px; text-align: center; background: white; box-shadow: 0 30px 90px rgba(0,0,0,.42); animation: readyIn .35s ease; }
@keyframes readyIn { from { opacity: 0; transform: scale(.94) translateY(15px); } }
.service-ready-logo { position: absolute; top: 0; left: 0; width: 74px; height: 74px; overflow: hidden; border-radius: 0 0 22px; background: #000; }
.service-ready-logo img { width: 100%; height: 100%; object-fit: cover; }
.service-ready-check { display: grid; place-items: center; width: 68px; height: 68px; margin: 12px auto 20px; border-radius: 50%; color: white; background: var(--success); box-shadow: 0 10px 25px rgba(30,155,98,.23); font-size: 29px; font-weight: 800; }
.service-ready-card h2 { margin: 5px 0 8px; font-size: 25px; letter-spacing: -.7px; }
.service-ready-card > p { margin: 0 auto 20px; max-width: 310px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.service-ready-card .service-ready-vehicle { display: inline-flex; margin-bottom: 13px; padding: 7px 10px; border-radius: 7px; color: var(--ink); background: #f0f0f1; font-size: 9px; font-weight: 800; }
.service-ready-card > small { display: block; margin-top: 15px; color: #999; font-size: 7px; }
.google-review-star { background: #f1b82d; box-shadow: 0 10px 25px rgba(241,184,45,.25); }
.secondary-review-button { width: 100%; margin-top: 10px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; font-size: 12px; font-weight: 800; }
.promotion-notice-badge { width: auto; min-width: 78px; padding: 0 14px; border-radius: 999px; background: var(--brand); font-size: 18px; letter-spacing: -.4px; }
.promotion-notice-card .eyebrow { color: var(--brand); }
.promotion-notice-card .primary-button { margin-top: 2px; }
.install-button { position: fixed; z-index: 60; left: 22px; right: 22px; bottom: 94px; width: auto; min-height: 64px; padding: 18px 22px; border: 0; border-radius: 28px; color: white; background: linear-gradient(135deg, var(--red), #ff4a52); box-shadow: 0 18px 42px rgba(231,53,59,.38); font-size: 18px; line-height: 1.1; font-weight: 950; letter-spacing: -.2px; text-align: center; }
.install-button::before { content: "↓"; display: inline-grid; place-items: center; width: 28px; height: 28px; margin-right: 10px; border-radius: 50%; color: var(--red); background: white; font-size: 18px; font-weight: 950; vertical-align: middle; }
.install-button:active { transform: translateY(1px) scale(.99); }
.notification-consent, .notification-settings { position: fixed; z-index: 90; inset: 0; display: grid; place-items: end center; padding: 18px; background: rgba(0,0,0,.65); backdrop-filter: blur(4px); }
.notification-consent[hidden], .notification-settings[hidden] { display: none; }
.notification-consent__card, .notification-settings__card { position: relative; width: min(100%, 440px); max-height: calc(100vh - 36px); overflow-y: auto; padding: 28px 23px 22px; border-radius: 22px; background: white; box-shadow: 0 25px 70px rgba(0,0,0,.3); animation: consentIn .28s ease; }
@keyframes consentIn { from { transform: translateY(25px); opacity: 0; } }
.notification-consent__close { position: absolute; top: 10px; right: 13px; border: 0; color: #888; background: transparent; font-size: 26px; }
.notification-consent__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 17px; border-radius: 16px; color: white; background: var(--red); box-shadow: 0 8px 20px rgba(231,53,59,.25); }
.notification-consent__icon svg { width: 26px; height: 26px; }
.notification-consent h2, .notification-settings h2 { margin: 4px 0 8px; font-size: 23px; letter-spacing: -.5px; }
.notification-consent__intro, .notification-settings__card > p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.notification-benefits { display: grid; gap: 8px; margin: 20px 0; padding: 0; list-style: none; }
.notification-benefits li { display: grid; grid-template-columns: 39px 1fr; align-items: center; gap: 11px; padding: 11px; border-radius: 12px; background: #f6f6f7; }
.notification-benefits li > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px; background: white; font-size: 19px; }
.notification-benefits p { margin: 0; }
.notification-benefits strong, .notification-benefits small { display: block; }
.notification-benefits strong { font-size: 10px; }
.notification-benefits small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.notification-whatsapp-consent { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; margin: -5px 0 18px; padding: 12px; border: 1px solid #e7e7e9; border-radius: 12px; background: #fbfbfc; }
.notification-whatsapp-consent[hidden] { display: none; }
.notification-whatsapp-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--red); }
.notification-whatsapp-consent strong, .notification-whatsapp-consent small { display: block; }
.notification-whatsapp-consent strong { font-size: 10px; }
.notification-whatsapp-consent small { margin-top: 4px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.notification-consent__later { display: block; margin: 12px auto 0; border: 0; color: var(--muted); background: transparent; font-size: 10px; font-weight: 700; }
.privacy-note { display: block; margin-top: 15px; color: #999; text-align: center; font-size: 7px; }
.notification-settings { place-items: center; }
.notification-settings__card header { display: flex; align-items: flex-start; justify-content: space-between; }
.notification-settings__card header button { border: 0; color: #888; background: transparent; font-size: 26px; }
.preference-list { display: grid; gap: 3px; margin: 20px 0; }
.preference-list label { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.preference-list strong, .preference-list small { display: block; }
.preference-list strong { font-size: 10px; }
.preference-list small { margin-top: 4px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.preference-list input { position: relative; flex: 0 0 auto; width: 40px; height: 22px; appearance: none; border-radius: 20px; background: #d6d6d8; transition: .2s; }
.preference-list input::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: white; box-shadow: 0 1px 4px rgba(0,0,0,.2); transition: .2s; }
.preference-list input:checked { background: var(--red); }
.preference-list input:checked::after { transform: translateX(18px); }
.secondary-notification-button { width: 100%; margin-top: 9px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-size: 9px; font-weight: 800; }
.test-notification-button { margin-top: 9px; background: var(--ink); }
.push-registration-status { display: grid; grid-template-columns: 10px 1fr; align-items: center; gap: 9px; margin: 14px 0; padding: 11px; border-radius: 10px; background: #f1f1f2; }
.push-registration-status > span { width: 9px; height: 9px; border-radius: 50%; background: #999; }
.push-registration-status.ready { background: #eaf7f1; }
.push-registration-status.ready > span { background: var(--success); }
.push-registration-status.error { background: #fff0f0; }
.push-registration-status.error > span { background: var(--red); }
.push-registration-status p { margin: 0; }
.push-registration-status strong, .push-registration-status small { display: block; }
.push-registration-status strong { font-size: 9px; }
.push-registration-status small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.4; }
.ios-install-guide { position: fixed; z-index: 115; inset: 0; display: grid; place-items: end center; padding: 18px; background: rgba(0,0,0,.68); backdrop-filter: blur(5px); }
.ios-install-guide[hidden] { display: none; }
.ios-install-guide__card { position: relative; width: min(100%, 430px); max-height: calc(100vh - 36px); overflow-y: auto; padding: 25px 22px 20px; border-radius: 24px; background: white; box-shadow: 0 28px 80px rgba(0,0,0,.34); animation: consentIn .28s ease; }
.ios-install-guide__close { position: absolute; top: 10px; right: 13px; border: 0; color: #888; background: transparent; font-size: 27px; }
.ios-install-guide__card > img { width: 76px; height: 76px; margin-bottom: 16px; border-radius: 18px; object-fit: cover; background: #111; }
.ios-install-guide h2 { margin: 5px 0 8px; font-size: 27px; line-height: 1.05; letter-spacing: -.7px; }
.ios-install-guide__card > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.ios-install-steps { display: grid; gap: 10px; margin: 20px 0; padding: 0; list-style: none; }
.ios-install-steps li { display: grid; grid-template-columns: 43px 1fr; gap: 12px; align-items: center; padding: 13px; border: 1px solid #f1d5d7; border-radius: 15px; background: #fff7f7; }
.ios-install-steps li > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: white; background: var(--red); font-size: 17px; font-weight: 900; }
.ios-install-steps p { margin: 0; }
.ios-install-steps strong, .ios-install-steps small { display: block; }
.ios-install-steps strong { font-size: 15px; line-height: 1.25; }
.ios-install-steps small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.ios-install-actions { display: grid; gap: 9px; }

/* Ajuste visual de legibilidad para clientes: fuentes más grandes y mejor uso del ancho móvil. */
.topbar { padding-inline: 14px; }
.page { padding: 22px 12px 40px; }
.welcome h1, .page-title h1 { font-size: clamp(29px, 8vw, 38px); }
.welcome p, .page-title p { font-size: 15px; line-height: 1.55; }
.eyebrow { font-size: 13px !important; }
.brand strong { font-size: 18px; }
.brand small { font-size: 11px; }
.detail-card, .booking-form, .benefits-list article, .profile-card, .branches-card, .booking-requests-card, .review-card { padding: 17px; }
.section-block { margin-top: 24px; }
.section-heading h2, .subheading { font-size: 21px; }
.quick-grid { gap: 9px; }
.quick-action { min-height: 126px; padding: 15px; }
.quick-action strong, .checklist strong, .timeline strong, .contact-list strong, .branches-card strong { font-size: 15px; }
.quick-action small, .checklist small, .timeline small, .contact-list small, .branches-card small, .profile-card p { font-size: 12px; line-height: 1.45; }
.vehicle-card h2 { font-size: 25px; }
.vehicle-card p, .vehicle-summary p { font-size: 14px; }
.status { font-size: 12px; }
.vehicle-card__footer span { font-size: 11px; }
.vehicle-card__footer strong { font-size: 16px; }
.home-booking-card strong { font-size: 18px; }
.home-booking-card p { font-size: 13px; }
.home-booking-card small, .home-booking-card span { font-size: 10px; }
.alert-card small { font-size: 10px; }
.alert-card strong { font-size: 17px; }
.alert-card p { font-size: 13px; }
.clinical-summary small { font-size: 11px; }
.clinical-summary strong { font-size: 22px; }
.clinical-summary span { font-size: 13px; }
.clinical-summary em { font-size: 10px; }
.check, .warning, .danger, .info { width: 31px; height: 31px; font-size: 14px; }
.timeline { padding-right: 12px; }
.timeline > div { grid-template-columns: 82px 1fr; }
.timeline > div::before { left: 78px; }
.timeline > div::after { left: 81px; }
.timeline time { font-size: 10px; }
.booking-form label, .booking-form legend { font-size: 14px; }
.booking-guide strong { font-size: 12px; }
.booking-guide span, .booking-help, .empty-bookings { font-size: 13px; }
.booking-form input[type="date"], .booking-form select, .booking-form textarea { padding: 15px 13px; font-size: 15px; }
.service-options span { min-height: 64px; padding: 10px 8px; font-size: 13px; }
.primary-button { padding: 16px 18px; font-size: 15px; }
.booking-request strong { font-size: 16px; }
.booking-request small { font-size: 12px; }
.booking-status, .booking-cancel { font-size: 12px; }
.benefits-list .promo-tag { font-size: 22px; }
.benefits-list h2, .member-card strong, .fleet-list h2, .branches-card h2, .profile-card .section-heading h2 { font-size: 21px; }
.benefits-list p, .benefit-meta, .member-card span, .fleet-list p, .fleet-list small { font-size: 13px; line-height: 1.45; }
.benefits-list button, .fleet-list button, .secondary-fleet-button { font-size: 13px; }
.fleet-history-card h2 { font-size: 22px; }
.fleet-history-card > p:not(.eyebrow), .fleet-history-meta strong, .fleet-history-item strong, .fleet-history-empty strong { font-size: 14px; }
.fleet-history-meta small, .fleet-history-item time { font-size: 10px; }
.fleet-history-item small, .fleet-history-item em, .fleet-history-empty small { font-size: 12px; }
.profile-data small, .found-profile small { font-size: 9px; }
.profile-data strong, .found-profile strong { font-size: 13px; }
.contact-list button, .contact-list a { grid-template-columns: 42px 1fr auto; gap: 10px; padding: 14px; }
.bottom-nav { padding: 8px 6px calc(8px + env(safe-area-inset-bottom)); }
.bottom-nav button { font-size: 11px; gap: 3px; }
.bottom-nav svg { width: 23px; height: 23px; }
.toast, .modal p, .service-ready-card > p, .notification-consent__intro, .notification-settings__card > p { font-size: 13px; }
.modal h2, .service-ready-card h2, .notification-consent h2, .notification-settings h2 { font-size: 27px; }
.notification-benefits strong, .preference-list strong, .push-registration-status strong, .notification-whatsapp-consent strong { font-size: 13px; }
.notification-benefits small, .preference-list small, .push-registration-status small, .notification-whatsapp-consent small { font-size: 11px; }

#contacto .profile-card,
#contacto > .profile-edit-form {
  display: none !important;
}

.profile-top-button {
  margin-left: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 900;
}

.profile-top-button span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.profile-edit-form {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

.profile-edit-form[hidden] {
  display: none;
}

.profile-edit-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
}

.profile-edit-form input,
.profile-edit-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 14px 15px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
}

.profile-link-request-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px;
}

.profile-affinity-card {
  padding: 18px;
  border: 1px solid rgba(239, 48, 56, .18);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #fff7f7 100%);
  box-shadow: 0 14px 34px rgba(18, 18, 20, .06);
  display: grid;
  gap: 14px;
}

.profile-affinity-card label { margin: 0; }

.profile-affinity-card small {
  color: #65666c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.profile-affinity-card [hidden] { display: none !important; }

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.profile-edit-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (min-width: 700px) {
  body { padding: 20px 0; }
  .app-shell { overflow: hidden; min-height: calc(100vh - 40px); border-radius: 24px; }
  .topbar { top: 20px; }
}
@media (max-width: 370px) {
  .page { padding-inline: 14px; }
  .vehicle-card__top { padding: 19px; }
  .car-icon { width: 65px; }
}

.fleet-browser { margin: 14px 0; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 32px rgba(0,0,0,.06); }
.fleet-browser[hidden] { display: none; }
.fleet-browser-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.fleet-browser-header h2 { margin: 2px 0 6px; font-size: 20px; line-height: 1.15; }
.fleet-browser-header p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.fleet-browser-header span { flex: 0 0 auto; padding: 8px 10px; border-radius: 999px; color: #0b8b5b; background: #e2f5ed; font-size: 12px; font-weight: 900; }
.fleet-search-label { display: grid; gap: 7px; margin-top: 14px; color: var(--ink); font-size: 13px; font-weight: 900; }
.fleet-search-label input { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 14px; background: #fafafa; color: var(--ink); font: inherit; font-size: 16px; font-weight: 800; }
.fleet-zone-tabs { display: flex; gap: 8px; margin-top: 12px; padding-bottom: 3px; overflow-x: auto; }
.fleet-zone-tabs button { flex: 0 0 auto; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: white; font-size: 13px; font-weight: 900; }
.fleet-zone-tabs button span { margin-left: 5px; color: var(--muted); }
.fleet-zone-tabs button.is-active { color: var(--red); border-color: var(--red); background: #fff1f3; box-shadow: 0 8px 18px rgba(238, 48, 59, .13); }
.fleet-zone-section { display: grid; gap: 12px; }
.fleet-zone-heading { display: flex; align-items: center; justify-content: space-between; padding: 3px 2px 0; }
.fleet-zone-heading strong { font-size: 15px; }
.fleet-zone-heading span { color: var(--muted); font-size: 12px; font-weight: 800; }
.quick-action--fleet {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 15px;
  min-height: 112px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #121212, #292929);
  border-color: #252525;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.quick-action--fleet .quick-action__icon {
  width: 50px;
  height: 50px;
  margin: 0;
  color: #fff;
  background: var(--red);
  border-radius: 15px;
}
.quick-action--fleet .quick-action__content { display: block; text-align: left; }
.quick-action--fleet .quick-action__eyebrow { display: block; margin: 0 0 3px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 800; }
.quick-action--fleet strong { margin-bottom: 5px; color: #fff; font-size: 18px; }
.quick-action--fleet small { color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.4; }
/* Acceso mas legible para clientes adultos */
.profile-missing-note { font-size: 14px; line-height: 1.45; }
@media (max-width: 560px) {
  .access-card { padding: 30px 24px; }
  .access-step h1 { font-size: 35px; }
  .access-copy { font-size: 18px; }
  .found-profile { grid-template-columns: 1fr; }
  .found-profile div { padding: 15px; }
  .primary-button, .access-form input, .access-form select { font-size: 18px; }
}

.promo-card[data-go] { cursor: pointer; }
.promo-card[data-go]:active { transform: scale(0.995); }


@media (max-width: 560px) {
  .fleet-history-item, .fleet-trace-card div { grid-template-columns: 1fr; gap: 5px; }
  .fleet-history-item time, .fleet-trace-card time { display: block; font-size: 11px; }
  .fleet-trace-card strong { font-size: 13px; }
  .fleet-trace-card small { font-size: 11px; line-height: 1.45; }
}


.benefits-list article.is-used {
  opacity: 0.68;
  filter: grayscale(0.25);
}
.benefits-list article.is-used button {
  background: #e5e7eb;
  color: #6b7280;
  box-shadow: none;
  cursor: default;
}
.benefits-list article.is-used .promo-tag {
  background: #e5e7eb;
  color: #6b7280;
}

.drawer-info-card {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  margin-bottom: 14px;
  border: 1px solid rgba(239, 50, 61, 0.25);
  border-radius: 18px;
  background: #fff4f4;
  color: #151515;
}

.drawer-info-card strong {
  font-size: 15px;
  font-weight: 900;
}

.drawer-info-card span {
  font-size: 13px;
  line-height: 1.35;
  color: #5f6470;
}
