/* ============================================================
   Sistema de diseño — "Carretera nocturna" (tema oscuro moderno)
   Paleta: azul marino profundo + acento eléctrico + toque ámbar cálido
   Tipografía: Fraunces (nombre del chofer, con carácter) + Public Sans (UI)
   ============================================================ */

:root {
  --bg: #0A1120;
  --bg-soft: #0F1830;
  --surface: #141F3B;
  --surface-2: #1B2847;
  --line: #2A3B63;
  --ink: #EDF1FB;
  --ink-soft: #93A0C4;
  --ink-faint: #5E6A8C;
  --accent: #5B6EF5;
  --accent-2: #7C8CFF;
  --accent-ink: #FFFFFF;
  --warm: #E2A33B;
  --whatsapp: #25D366;
  --whatsapp-dark: #1DA851;
  --sms: #3AB0C9;
  --danger: #FF6B6B;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --glow: 0 0 0 1px rgba(91, 110, 245, 0.25), 0 12px 30px rgba(91, 110, 245, 0.18);
  --maxw: 960px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  background-image:
    radial-gradient(700px 400px at 85% -5%, rgba(91, 110, 245, 0.22), transparent 60%),
    radial-gradient(500px 300px at 0% 10%, rgba(226, 163, 59, 0.08), transparent 60%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { margin: 0; line-height: 1.08; color: var(--ink); }

.display { font-family: 'Fraunces', Georgia, serif; }

a { color: var(--accent-2); }

img { max-width: 100%; display: block; }

button, input, select, textarea { font-family: inherit; font-size: 1rem; }

:focus-visible {
  outline: 3px solid var(--accent-2);
  outline-offset: 2px;
}

.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Hero ---------- */

.hero { padding: 60px 0 40px; }

.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  text-align: center;
}

.hero__zones { justify-content: center; }

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent-2);
  background: rgba(91, 110, 245, 0.12);
  border: 1px solid rgba(91, 110, 245, 0.3);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}

.hero__name {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.hero__tagline {
  margin-top: 14px;
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 46ch;
}

.hero__zones {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.zone-tag {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 100px;
}

.hero__cta { margin-top: 30px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
  padding: 15px 28px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:active { transform: scale(0.98); }

.btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  box-shadow: 0 8px 24px rgba(91, 110, 245, 0.35);
}

.btn--primary:hover { box-shadow: 0 10px 30px rgba(91, 110, 245, 0.5); }

.btn--whatsapp {
  background: var(--whatsapp);
  color: #06210F;
  width: 100%;
  padding: 16px 20px;
  font-size: 1.05rem;
}

.btn--whatsapp:hover { background: var(--whatsapp-dark); }

.btn--email {
  background: var(--surface-2);
  border: 1.5px solid var(--accent);
  color: var(--ink);
  width: 100%;
  padding: 14px 20px;
}

.btn--email:hover { border-color: var(--accent-2); }

.btn--sms {
  background: transparent;
  border: 1.5px solid var(--line);
  color: var(--ink-soft);
  width: 100%;
  padding: 14px 20px;
}

.btn--llamar {
  background: #0EA5E9;
  color: #06232E;
  width: 100%;
  padding: 14px 20px;
}
.btn--llamar:hover { background: #38BDF8; }

.btn--calendario {
  background: transparent;
  border: 1.5px solid var(--accent-2);
  color: var(--accent-2);
  width: 100%;
  padding: 14px 20px;
}
.btn--calendario:hover { background: rgba(91, 110, 245, 0.1); }

.btn--sms:hover { border-color: var(--sms); color: var(--sms); }

.btn--ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
}

.btn--ghost:hover { border-color: var(--accent-2); color: var(--accent-2); }

.btn--secondary {
  background: var(--surface-2);
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn--secondary:hover { border-color: var(--accent-2); }

.btn--block { width: 100%; }

.send-options {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.hero__photo-wrap { display: flex; flex-direction: column; align-items: center; gap: 12px; }

.hero__photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  width: 100%;
}

.hero__photo img { width: 100%; height: 100%; object-fit: cover; }

.estado-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.estado-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.estado-badge--disponible { background: rgba(34, 197, 94, 0.14); color: #22C55E; border: 1px solid rgba(34, 197, 94, 0.4); }
.estado-badge--viaje { background: rgba(234, 179, 8, 0.14); color: #EAB308; border: 1px solid rgba(234, 179, 8, 0.4); }

/* ---------- Bio + video ---------- */

.about { padding: 30px 0 10px; }

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.about__bio { font-size: 1.05rem; color: var(--ink-soft); }

.about__car {
  margin-top: 18px;
  padding: 14px 16px;
  background: var(--surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  font-size: 0.95rem;
}

.about__car strong { display: block; font-size: 0.78rem; color: var(--accent-2); margin-bottom: 4px; }

.video-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
  background: var(--surface);
  border: 1px solid var(--line);
}

.video-frame iframe { width: 100%; height: 100%; border: 0; }

.video-lite {
  position: relative;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.video-lite__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-lite__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 84px;
  height: 60px;
  transition: transform 0.15s ease;
  touch-action: manipulation;
}

.video-lite__play:hover { transform: translate(-50%, -50%) scale(1.08); }

/* ---------- Booking widget ---------- */

.booking { padding: 46px 0 70px; }

.booking__intro { text-align: center; margin-bottom: 22px; }

.booking__intro h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.booking__intro p { color: var(--ink-soft); margin-top: 8px; }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 34px clamp(20px, 5vw, 46px);
}

.progress { display: flex; gap: 6px; margin-bottom: 30px; }

.progress__dot {
  flex: 1;
  height: 4px;
  border-radius: 100px;
  background: var(--line);
  transition: background 0.2s ease;
}

.progress__dot.is-done,
.progress__dot.is-active { background: var(--accent-2); }

.step { display: none; }

.step.is-active { display: block; animation: step-in 0.28s ease; }

@keyframes step-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.step__label {
  font-size: 0.82rem;
  color: var(--accent-2);
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}

.step__question {
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--ink);
  text-align: center;
}

.field {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink);
}

.field::placeholder { color: var(--ink-faint); }

.field:focus { border-color: var(--accent-2); background: var(--surface-2); }

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

textarea.field { min-height: 100px; resize: vertical; }

.hint { font-size: 0.9rem; color: var(--ink-soft); margin-top: 10px; }

.hint a { color: var(--accent-2); font-weight: 600; }

.choice-group { display: flex; flex-wrap: wrap; gap: 10px; }

.choice {
  border: 1.5px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink);
  padding: 12px 18px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 600;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.choice.is-selected {
  border-color: var(--accent-2);
  background: rgba(91, 110, 245, 0.16);
  color: var(--accent-2);
}

.stepper { display: flex; align-items: center; gap: 18px; }

.stepper__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink);
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
}

.stepper__value {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.7rem;
  min-width: 40px;
  text-align: center;
}

.price-live {
  margin-top: 16px;
  background: var(--bg-soft);
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  font-size: 1rem;
  color: var(--ink-soft);
}

.price-live strong { font-size: 1.3rem; color: var(--warm); }

.step__nav { display: flex; justify-content: space-between; margin-top: 28px; gap: 12px; }

.step__nav .btn { flex: 1; }

/* ---- Selector de fecha (chips horizontales) ---- */

.date-scroller {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin: 0 -4px;
  padding-left: 4px;
  padding-right: 4px;
  scrollbar-width: thin;
}

.date-chip {
  flex: 0 0 auto;
  min-width: 72px;
  text-align: center;
  border: 1.5px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink);
  border-radius: var(--radius-sm);
  padding: 12px 10px;
  cursor: pointer;
}

.date-chip__top { display: block; font-size: 0.72rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; }
.date-chip__num { display: block; font-size: 1.25rem; font-weight: 700; margin-top: 2px; }

.date-chip.is-selected {
  border-color: var(--accent-2);
  background: rgba(91, 110, 245, 0.16);
}
.date-chip.is-selected .date-chip__top,
.date-chip.is-selected .date-chip__num { color: var(--accent-2); }

.date-chip--other {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
}

.date-chip--other input[type="date"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* ---- Selector de hora (cuadrícula de chips) ---- */

.time-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
  margin-top: 4px;
}

.time-chip {
  text-align: center;
  border: 1.5px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink);
  border-radius: var(--radius-sm);
  padding: 10px 6px;
  font-size: 0.92rem;
  cursor: pointer;
}

.time-chip.is-selected {
  border-color: var(--accent-2);
  background: rgba(91, 110, 245, 0.16);
  color: var(--accent-2);
  font-weight: 700;
}

.picked-summary {
  margin-top: 16px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.picked-summary strong { color: var(--ink); }

.summary-list { display: grid; gap: 12px; margin-bottom: 22px; }

.summary-item {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}

.summary-item dt { color: var(--ink-soft); }
.summary-item dd { margin: 0; font-weight: 600; color: var(--ink); }

.price-final {
  background: linear-gradient(135deg, #12193A, #1B2350);
  border: 1px solid var(--line);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 20px 22px;
  margin-bottom: 22px;
}

.price-final__label { font-size: 0.85rem; opacity: 0.75; }

.price-final__amount {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2.1rem;
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--warm);
}

.price-final__amount input {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(226, 163, 59, 0.4);
  color: var(--warm);
  font-family: inherit;
  font-size: 1em;
  width: 6ch;
}

.error-msg { color: var(--danger); font-size: 0.88rem; margin-top: 8px; display: none; }

.error-msg.is-visible { display: block; }

/* ---- Selector de servicio (paso 1) ---- */

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-btn {
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: var(--radius-sm);
  padding: 16px 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  box-shadow: 0 6px 18px rgba(91, 110, 245, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.service-btn:hover { box-shadow: 0 10px 26px rgba(91, 110, 245, 0.45); transform: translateY(-1px); }
.service-btn:active { transform: scale(0.98); }

.service-btn__title { font-weight: 700; font-size: 1.05rem; }
.service-btn__desc { font-size: 0.85rem; opacity: 0.85; }

.service-option {
  border: 1.5px solid var(--line);
  background: var(--bg-soft);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.service-option__title { font-weight: 700; color: var(--ink); font-size: 1.02rem; }
.service-option__desc { color: var(--ink-soft); font-size: 0.85rem; margin-top: 4px; }

.service-option.is-selected {
  border-color: var(--accent-2);
  background: rgba(91, 110, 245, 0.14);
}

/* ---- Autocompletado de direcciones ---- */

.autocomplete { position: relative; }

.autocomplete__list {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
  max-height: 220px;
  overflow-y: auto;
  display: none;
}

.autocomplete__list.is-open { display: block; }

.autocomplete__item {
  padding: 12px 14px;
  font-size: 0.92rem;
  color: var(--ink);
  cursor: pointer;
  border-bottom: 1px solid var(--line);
}

.autocomplete__item:last-child { border-bottom: none; }
.autocomplete__item:hover { background: rgba(91, 110, 245, 0.14); }

.autocomplete__status {
  font-size: 0.82rem;
  color: var(--ink-faint);
  margin-top: 6px;
}

/* ---- Barra superior de utilidades (idioma + compartir) ---- */

.util-bar {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.util-bar__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.lang-switch {
  display: flex;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 3px;
}

.lang-switch__btn {
  border: none;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 100px;
  cursor: pointer;
}

.lang-switch__btn.is-active {
  background: var(--surface-2);
  color: var(--accent-2);
}

.fab-share {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

.fab-share:hover { border-color: var(--accent-2); color: var(--accent-2); }
.fab-share.is-copiado { border-color: var(--accent); color: var(--accent); }

/* ---- Paradas múltiples (transporte, chofer en tu auto) ---- */

.parada-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.parada-item .field { flex: 1; }

.parada-item__quitar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.parada-item__quitar:hover { border-color: var(--danger); color: var(--danger); }

.btn--add-stop {
  width: 100%;
  margin-bottom: 18px;
}

/* ---------- Footer ---------- */

.site-footer { padding: 26px 0 40px; text-align: center; color: var(--ink-faint); font-size: 0.85rem; }

.site-footer a { color: var(--ink-soft); text-decoration: underline; }

/* ---------- Panel privado (login / dashboard) ---------- */

.panel-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.panel-card {
  width: 100%;
  max-width: 440px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 38px 32px;
}

.panel-card h1 { font-size: 1.5rem; margin-bottom: 6px; font-family: 'Fraunces', Georgia, serif; }
.panel-card p.lead { color: var(--ink-soft); margin: 0 0 24px; font-size: 0.95rem; }

.panel-wrap { max-width: 760px; margin: 0 auto; padding: 40px 20px 80px; }

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  flex-wrap: wrap;
  gap: 12px;
}

.panel-section {
  background: var(--surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  padding: 24px;
  margin-bottom: 20px;
}

.panel-section h2 { font-size: 1.1rem; margin-bottom: 4px; }

.panel-section .desc { color: var(--ink-soft); font-size: 0.88rem; margin: 0 0 16px; }

.form-group { margin-bottom: 16px; }

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-soft);
  margin-bottom: 6px;
}

.thumb-preview {
  width: 96px;
  height: 96px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  border: 1px solid var(--line);
  margin-bottom: 10px;
}

.alert { padding: 12px 16px; border-radius: var(--radius-sm); font-size: 0.9rem; margin-bottom: 20px; }

.alert--success { background: rgba(91, 110, 245, 0.14); color: var(--accent-2); }
.alert--error { background: rgba(255, 107, 107, 0.12); color: var(--danger); }

.service-card {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  margin-bottom: 14px;
}

.service-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.switch { position: relative; display: inline-block; width: 44px; height: 26px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch__track {
  position: absolute; inset: 0; background: var(--line);
  border-radius: 100px; cursor: pointer; transition: background 0.15s ease;
}
.switch__track::before {
  content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px;
  background: #fff; border-radius: 50%; transition: transform 0.15s ease;
}
.switch input:checked + .switch__track { background: var(--accent); }
.switch input:checked + .switch__track::before { transform: translateX(18px); }

.palette-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.palette-swatch {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  cursor: pointer;
}

.palette-swatch input { position: absolute; opacity: 0; width: 0; height: 0; }

.palette-swatch__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
}

.palette-swatch__label { font-size: 0.88rem; }

.palette-swatch.is-selected { border-color: var(--accent-2); background: rgba(91, 110, 245, 0.1); }

.estado-grupo {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.estado-btn {
  border: 1.5px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink);
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  cursor: pointer;
}

.estado-btn--disponible.is-selected { border-color: #22C55E; background: rgba(34, 197, 94, 0.14); color: #22C55E; }
.estado-btn--viaje.is-selected { border-color: #EAB308; background: rgba(234, 179, 8, 0.14); color: #EAB308; }

@media (max-width: 760px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__text { display: contents; }
  .hero { padding: 24px 0 20px; }
  .hero__grid { gap: 0; }
  .hero__name { order: 1; margin-bottom: 8px; }
  .hero__photo-wrap { order: 2; max-width: 260px; margin: 0 auto 10px; }
  .hero__cta { order: 3; margin-top: 0; }
  .hero__tagline { order: 4; }
  .hero__zones { order: 5; }
  .a2a_kit { top: 230px !important; }
  .about__grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .time-grid { grid-template-columns: repeat(3, 1fr); max-height: 220px; }
}
