/* CaminoCabs static shell — header, footer, cookie consent, scroll-top */

:root {
  --camino-blue: #5d96af;
  --camino-blue-dark: #4a7d94;
  --camino-blue-deep: #3d6d82;
  --camino-coral: #e94560;
  --camino-coral-light: #ff6b6b;
  --camino-text: #1a1a2e;
  --camino-text-2: #555770;
  --camino-text-muted: #8b8da3;
  --camino-border: rgba(0, 0, 0, 0.06);
  --camino-surface: #f7f8fa;
  --font-display: 'MuseoModerno', cursive;
  --font-body: 'Montserrat Alternates', sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--camino-text);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 100vw;
}

/* ── SKIP LINK ── */
.cc-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100000;
  padding: 0.6rem 1.2rem;
  background: #000;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 0 0 10px 0;
}
.cc-skip-link:focus {
  left: 0;
  color: #fff;
}

/* ── FASE A: accesibilidad (WCAG AA) — tokens corregidos dentro de la paleta ── */
#cc-home, #cc-bus-tracker {
  --camino-blue: #387791 !important;
  --camino-blue-dark: #2f647d !important;
  --camino-blue-light: #387791 !important;
  --camino-text-muted: #6b6d85 !important;
}

#cc-fare, #cc-plan, #cc-route, #cc-post, #cc-rank, #cc-ranks, #cc-routes,
#cc-tram, #cc-ld, #cc-how, #cc-book, #cc-contact, #cc-airport, #cc-about,
#cc-driver {
  --blue: #387791 !important;
  --blue-dark: #2f647d !important;
  --text-muted: #6b6d85 !important;
  --text-2: #555770 !important;
}

/* Botones coral con texto blanco: coral oscurecido para AA (5.0:1) */
.cc-drive-btn,
#cc-home .cc-btn-coral,
#cc-about .ca-btn-coral,
#cc-driver .cd-cta-inner,
#cc-post .bp-cta {
  background: #c93a52 !important;
}

.cc-drive-btn:hover,
#cc-home .cc-btn-coral:hover,
#cc-about .ca-btn-coral:hover,
#cc-driver .cd-cta-inner:hover,
#cc-post .bp-cta:hover {
  background: #b3354b !important;
}

/* Botón primario azul con texto blanco: #387791 (4.75:1 AA) */
.cc-btn-primary {
  background-color: #387791 !important;
}

/* Panel CTA azul de home: #3d6d82 con texto blanco (5.4:1 AA) */
#cc-home .cc-cta-inner {
  background: #3d6d82 !important;
}

/* Farecalc: panel CTA y cabeceras de tabla azules con texto blanco */
#cc-fare .cf-cta-card {
  background: #3d6d82 !important;
}

#cc-fare th {
  background-color: #3d6d82 !important;
}

#cc-fare .cc-farecalc-btn-main {
  background: #387791 !important;
}

#cc-contact .cc-contact-btn {
  background: #387791 !important;
}

/* Book: badges de opciones (texto pequeño AA) */
#cc-book .cb-option-badge.blue,
#cc-book .cb-option-badge.blue-top {
  color: #2f647d !important;
}

#cc-book .cb-option-badge.coral,
#cc-book .cb-option-badge.coral-top {
  color: #b3354b !important;
}

#cc-book .cb-option-badge.green,
#cc-book .cb-option-badge.green-top {
  color: #1f7a33 !important;
}

/* Ranks: tags azules pequeños */
#cc-ranks .cr-rank-tag,
#cc-ranks [class*="tag"] {
  color: #2f647d !important;
}

/* Drive: valores de precio de color (texto pequeño AA) */
#cc-driver .cd-price-row-value {
  color: #2f647d !important;
}

/* Blog listing: metadatos Elementor grises */
.elementor-post__meta-data span,
.elementor-post__meta-data {
  color: #6b6d85 !important;
}

/* Focus visible en toda la web */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #e94560;
  outline-offset: 2px;
}

/* ── HEADER ── */
.cc-site-header {
  position: relative;
  background: linear-gradient(90deg, #5d96af 0%, #4a7d94 55%, #3d6d82 100%);
}

.cc-header-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cc-header-inner {
  max-width: 1300px;
  margin: 0 auto;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 1.5rem;
}

.cc-header-brand {
  display: flex;
  align-items: center;
}

.cc-logo-link {
  display: inline-flex;
  align-items: center;
}

.cc-logo-link img {
  width: 187px;
  height: auto;
  max-width: 100%;
}

.cc-header-right {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

/* Drive With Us button */
.cc-drive-btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #e94560, #ff6b6b);
  border: none;
  color: #ffffff !important;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.cc-drive-btn:hover {
  background: linear-gradient(135deg, #d43d56, #e94560);
  box-shadow: 0 4px 15px rgba(233, 69, 96, 0.3);
  transform: translateY(-1px);
}

/* Nav */
.cc-nav-list {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-nav-item {
  position: relative;
}

.cc-nav-link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 0.75rem;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 30px;
  transition: color 0.2s;
  white-space: nowrap;
}

.cc-nav-link:hover,
.cc-nav-item:hover > .cc-nav-link,
.cc-nav-link:focus-visible {
  color: rgba(255, 255, 255, 0.78);
}

.cc-nav-arrow {
  fill: currentColor;
  transition: transform 0.2s;
}

.cc-nav-item:hover .cc-nav-arrow {
  transform: rotate(180deg);
}

/* Dropdown (desktop) */
.cc-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  background: #ffffff;
  border: 1px solid var(--camino-border);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 60;
}

.cc-nav-item:hover > .cc-dropdown,
.cc-nav-item:focus-within > .cc-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cc-dropdown li {
  list-style: none;
}

.cc-dropdown-link {
  display: block;
  padding: 0.5rem 1.2rem;
  color: var(--camino-text);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.cc-dropdown-link:hover {
  background: rgba(93, 150, 175, 0.08);
  color: var(--camino-blue);
}

/* Burger */
.cc-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  background-image: url('/assets/img/cropped-caminocabs-passenger-app-icon.webp');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  animation: ccMenuPulse 2.5s ease-in-out infinite;
}

.cc-burger-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cc-burger:hover {
  transform: scale(1.15);
  animation: none;
  box-shadow: 0 4px 20px rgba(93, 150, 175, 0.4);
}

.cc-burger[aria-expanded="true"] {
  transform: rotate(90deg) scale(1.08);
  animation: none;
  box-shadow: 0 4px 20px rgba(233, 69, 96, 0.3);
}

@keyframes ccMenuPulse {
  0%, 100% { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transform: scale(1); }
  50% { box-shadow: 0 0 0 12px rgba(93, 150, 175, 0.18), 0 0 25px rgba(93, 150, 175, 0.35); transform: scale(1.12); }
}

/* Mobile drawer */
.cc-mobile-drawer {
  display: none;
}

.cc-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0.8rem 0;
}

.cc-mobile-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.75rem 1.5rem;
  color: var(--camino-text);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.cc-mobile-link:hover {
  color: var(--camino-blue);
}

.cc-mobile-dropdown {
  list-style: none;
  margin: 0;
  padding: 0.4rem 0;
  background: var(--camino-blue-deep);
  border-radius: 0 0 12px 12px;
}

.cc-mobile-dropdown li a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
}

.cc-mobile-dropdown li a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.cc-mobile-drive {
  display: inline-block;
  margin: 8px 16px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #e94560, #ff6b6b);
  color: #ffffff !important;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  width: calc(100% - 32px);
  box-sizing: border-box;
}

/* ── FOOTER ── */
.cc-footer {
  background: #3d6d82;
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Montserrat Alternates', sans-serif;
  padding: 3.5rem 3rem 0;
}

.cc-footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.cc-footer h4 {
  font-family: 'MuseoModerno', cursive;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.cc-footer p {
  font-size: 0.82rem;
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

.cc-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cc-footer ul li {
  margin-bottom: 0.5rem;
}

.cc-footer ul li a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 0.25s;
}

.cc-footer ul li a:hover {
  color: #ffffff;
}

.cc-footer a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.25s;
}

.cc-footer a:hover {
  color: #ffffff;
}

.cc-footer-apps {
  display: flex;
  gap: 0.4rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.cc-footer-apps a {
  display: inline-flex;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0.8;
}

.cc-footer-apps a:hover {
  transform: translateY(-2px);
  opacity: 1;
}

.cc-footer-apps img {
  height: 34px;
  width: auto;
}

.cc-btn-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 0.8rem;
  padding: 0.6rem 1.4rem;
  background: #ffffff;
  color: #3d6d82 !important;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s;
}

.cc-btn-footer:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.cc-footer-email {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.85rem;
}

.cc-footer-bottom {
  max-width: 1300px;
  margin: 2.5rem auto 0;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.85);
}

/* ── COOKIE POPUP ── */
#cc-cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 22px;
  z-index: 999999;
  font-family: 'Montserrat Alternates', sans-serif;
  display: none;
  animation: ccFadeIn 0.35s ease;
}

@keyframes ccFadeIn {
  from { opacity: 0; transform: translate(-50%, 20px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

#cc-cookie-popup h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

#cc-cookie-popup p {
  font-size: 15px;
  line-height: 1.45;
  color: #333;
  margin-bottom: 18px;
}

.cc-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cc-btn {
  flex: 1;
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: 0.15s ease;
  font-family: var(--font-body);
}

.cc-accept { background: #000; color: #fff; }
.cc-accept:hover { background: #111; }
.cc-decline { background: #eaeaea; color: #000; }
.cc-decline:hover { background: #ddd; }
.cc-configure { background: #5d96af; color: #fff; }
.cc-configure:hover { background: #4a8199; }

#cc-config-panel {
  display: none;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.cc-toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.cc-toggle-label {
  display: flex;
  flex-direction: column;
}

.cc-toggle-label strong {
  font-size: 14px;
  color: #000;
}

.cc-toggle-label span {
  font-size: 12px;
  color: #777;
  margin-top: 2px;
}

.cc-switch {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 12px;
}

.cc-switch input { opacity: 0; width: 0; height: 0; }
.cc-switch .cc-slider {
  position: absolute;
  inset: 0;
  background: #ccc;
  border-radius: 24px;
  cursor: pointer;
  transition: 0.2s;
}

.cc-switch .cc-slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: 0.2s;
}

.cc-switch input:checked + .cc-slider { background: #5d96af; }
.cc-switch input:checked + .cc-slider::before { transform: translateX(20px); }
.cc-switch input:disabled + .cc-slider { background: #000; cursor: default; }

.cc-save {
  width: 100%;
  margin-top: 14px;
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  background: #000;
  color: #fff;
  transition: 0.15s ease;
  font-family: var(--font-body);
}

.cc-save:hover { background: #111; }

.cc-policy-link {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: #387791;
  text-decoration: none;
}

#cc-cookie-popup a {
  color: #387791;
}

/* Drive: breadcrumb coral pequeño + enlaces coral de contenido */
#cc-driver .cd-breadcrumb a,
#cc-driver a {
  color: #b3354b !important;
}

#cc-driver .cd-cta-inner a,
#cc-driver .cd-cta-banner a {
  color: #ffffff !important;
}

/* Blog listing: excerpt y metadatos AA */
.elementor-post__excerpt p {
  color: #6b6d85 !important;
}

.cc-policy-link:hover { text-decoration: underline; }

/* ── SCROLL TOP ── */
.cc-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--camino-blue);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.25s ease;
  border: none;
  padding: 0;
}

.cc-scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cc-scroll-top:hover {
  background-color: var(--camino-blue-dark);
}

.cc-scroll-top svg {
  width: 1.3em;
  height: auto;
  fill: #ffffff;
  transform: rotate(180deg);
}

/* ── CONTACT FORM SUCCESS ── */
.cc-contact-success {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1.1rem;
  border-radius: 10px;
  background: rgba(93, 150, 175, 0.1);
  border: 1px solid rgba(93, 150, 175, 0.3);
  color: var(--camino-blue-dark);
  font-size: 0.88rem;
  font-weight: 600;
}

.cc-contact-success.visible {
  display: block;
}

.cc-contact-success.error {
  background: rgba(233, 69, 96, 0.08);
  border-color: rgba(233, 69, 96, 0.3);
  color: #c0392b;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .cc-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
}

@media (max-width: 921px) {
  .cc-nav {
    display: none;
  }

  .cc-drive-btn {
    display: none;
  }

  .cc-burger {
    display: inline-block;
    position: relative;
  }

  .cc-mobile-drawer[hidden] {
    display: none;
  }

  .cc-mobile-drawer {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--camino-border);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    z-index: 50;
  }

  .cc-header-inner {
    padding: 0.35rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .cc-footer {
    padding: 2.5rem 1.25rem 0;
  }

  .cc-footer-inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .cc-footer h4 {
    margin-bottom: 0.6rem;
  }

  .cc-footer-bottom {
    margin-top: 1.5rem;
    padding: 1rem 0;
    font-size: 0.65rem;
  }

  .cc-footer-apps {
    justify-content: center;
  }

  .cc-btn-footer {
    display: block;
    text-align: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-logo-link img {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .cc-logo-link img {
    width: 128px;
  }
}

/* ════════════════════════════════════════════════════════════
   FASE B — REDISEÑO PREMIUM "CaminoCabs" (luz, azul, coral)
   ════════════════════════════════════════════════════════════ */

/* ── Tipografía: headings en negrita display (adiós a las finas) ── */
main h1 {
  font-family: var(--font-display) !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
}
main h2 {
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em !important;
}
main h3 {
  font-weight: 700 !important;
}
body {
  font-weight: 500;
}

/* ── Header: sticky + glass + sombra al hacer scroll ── */
.cc-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.cc-header-bar {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(90deg, rgba(93, 150, 175, 0.94) 0%, rgba(74, 125, 148, 0.96) 55%, rgba(61, 109, 130, 0.97) 100%);
  transition: box-shadow 0.3s ease;
}
.cc-site-header.cc-scrolled .cc-header-bar {
  box-shadow: 0 8px 28px rgba(26, 26, 46, 0.22);
}

/* ── Botones: profundidad + glow (coral AA dentro del rango) ── */
.cc-drive-btn,
#cc-home .cc-btn-coral,
#cc-about .ca-btn-coral,
#cc-driver .cd-cta-inner,
#cc-post .bp-cta {
  background: linear-gradient(135deg, #c93a52, #b3354b) !important;
  box-shadow: 0 8px 20px rgba(201, 58, 82, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.cc-drive-btn:hover,
#cc-home .cc-btn-coral:hover,
#cc-about .ca-btn-coral:hover,
#cc-driver .cd-cta-inner:hover,
#cc-post .bp-cta:hover {
  background: linear-gradient(135deg, #b3354b, #9c2f43) !important;
  box-shadow: 0 12px 28px rgba(201, 58, 82, 0.4);
  transform: translateY(-2px);
}

/* ── Hero home: más presencia ── */
#cc-home .cc-hero {
  min-height: 92vh;
}
#cc-home .cc-hero-glow {
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(93, 150, 175, 0.2) 0%, rgba(93, 150, 175, 0.06) 45%, transparent 70%);
}
#cc-home .cc-hero-glow-coral {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(233, 69, 96, 0.12) 0%, transparent 65%);
}
#cc-home .cc-hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem) !important;
  font-weight: 900 !important;
}
#cc-home .cc-highlight-coral {
  background: linear-gradient(90deg, #c93a52, #e94560);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#cc-home .cc-hero-visual img {
  animation: ccFloat 7s ease-in-out infinite;
  filter: drop-shadow(0 28px 48px rgba(93, 150, 175, 0.38));
  border-radius: 24px;
}

/* ── Chips del hero (facts reales ya presentes en la web) ── */
.cc-hero-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 2.1rem;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}
.cc-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.4rem 0 1.8rem;
}
.cc-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(93, 150, 175, 0.25);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #2f647d;
  box-shadow: 0 4px 14px rgba(26, 26, 46, 0.06);
  backdrop-filter: blur(6px);
}
.cc-hero-chip::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e94560;
}

/* ── Tarjetas: elevación al hover (todos los widgets) ── */
#cc-home [class*="card"],
#cc-route [class*="card"],
#cc-post [class*="card"],
#cc-rank [class*="card"],
#cc-ranks [class*="card"],
#cc-book [class*="card"],
#cc-airport [class*="card"],
#cc-contact [class*="card"],
#cc-routes [class*="card"] {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
#cc-home [class*="card"]:hover,
#cc-route [class*="card"]:hover,
#cc-post [class*="card"]:hover,
#cc-rank [class*="card"]:hover,
#cc-ranks [class*="card"]:hover,
#cc-book [class*="card"]:hover,
#cc-airport [class*="card"]:hover,
#cc-contact [class*="card"]:hover,
#cc-routes [class*="card"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(26, 26, 46, 0.1);
}

/* ── Etiquetas de sección: estilo premium ── */
.cc-section-label,
.rp-breadcrumb,
[class*="section-label"] {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── Botón flotante WhatsApp (canal real de reservas) ── */
.cc-wa-float {
  position: fixed;
  right: 18px;
  bottom: 96px;
  z-index: 998;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #17a950;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(23, 169, 80, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cc-wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 30px rgba(23, 169, 80, 0.5);
}
.cc-wa-float svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}
@media (min-width: 922px) {
  .cc-wa-float {
    width: 60px;
    height: 60px;
    bottom: 28px;
    right: 24px;
  }
  .cc-scroll-top {
    bottom: 100px;
  }
}

/* ── Cookie popup: pulido ── */
#cc-cookie-popup {
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(26, 26, 46, 0.2);
}
.cc-btn {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cc-btn:hover {
  transform: translateY(-1px);
}

/* ── Footer: jerarquía ── */
.cc-footer-inner > div > h4 {
  letter-spacing: 0.04em;
}
.cc-footer ul li a {
  position: relative;
  transition: color 0.25s, padding-left 0.25s;
}
.cc-footer ul li a:hover {
  padding-left: 4px;
}

/* ── Scroll suave global ── */
html {
  scroll-behavior: smooth;
}

/* ════════════════════════════════════════════════════════════
   FASE B.2 — CAPA VISUAL VISIBLE (heroes aurora, cards, botones)
   ════════════════════════════════════════════════════════════ */

/* ── Botón hero (corrección: estilos completos, marca coral) ── */
.cc-hero-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.95rem 2.3rem;
  border: none;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 19px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #e94560, #c13a55) !important;
  box-shadow: 0 10px 26px rgba(233, 69, 96, 0.35);
  margin-bottom: 1.4rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.cc-hero-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(233, 69, 96, 0.45);
}

/* Texto blanco asegurado en todos los CTAs coral */
#cc-home .cc-btn-coral,
#cc-about .ca-btn-coral,
#cc-driver .cd-cta-inner,
#cc-post .bp-cta,
.cc-drive-btn {
  color: #ffffff !important;
}

/* ── Aurora de marca en todos los heroes ── */
.cc-hero,
.rp-hero,
.cb-hero,
.bp-hero,
.cp-hero,
.cd-hero,
.ca-hero,
.cr-hero,
.ct-hero,
.cf-hero,
#cc-home .cc-hero {
  background:
    radial-gradient(1100px 480px at 18% -10%, rgba(93, 150, 175, 0.16), transparent 60%),
    radial-gradient(900px 420px at 92% 110%, rgba(233, 69, 96, 0.09), transparent 60%),
    linear-gradient(170deg, #ffffff 40%, #f7f8fa 100%) !important;
}

/* ── Cards premium (todo elemento *-card) ── */
[class$="-card"] {
  border-radius: 16px;
  border: 1px solid rgba(26, 26, 46, 0.06);
  box-shadow: 0 6px 20px rgba(26, 26, 46, 0.05);
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
[class$="-card"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(26, 26, 46, 0.1);
}

/* ── H1s grandes en todas las plantillas ── */
main h1 {
  font-size: clamp(2.3rem, 4.6vw, 3.9rem) !important;
  font-weight: 800 !important;
}
#cc-home .cc-hero h1 {
  font-size: clamp(3rem, 6vw, 5.2rem) !important;
}

/* ── Subtítulos/descripciones de hero más aire ── */
.cc-hero-desc,
.rp-hero-desc,
.bp-hero-sub,
.cb-hero-desc {
  font-size: 1.06rem;
  line-height: 1.7;
  max-width: 560px;
}

/* ── Badges de tiendas: marco premium ── */
.cc-store-badge,
[class*="hero-badges"] a,
[class*="cta-badges"] a {
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cc-store-badge:hover,
[class*="hero-badges"] a:hover,
[class*="cta-badges"] a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(26, 26, 46, 0.14);
}
