@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");

/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
  }
  
  html {
    max-width: 100%;
    /* En el root evita scroll horizontal global; no poner overflow-x:hidden en body (afecta position:fixed) */
    overflow-x: hidden;
  }

  body {
    background-color: #f8f8f8;
    color: #333;
    max-width: 100%;
  }
  
  /* ================= HEADER ================= */
  
  header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 60px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  header h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #66a6e6;
    letter-spacing: 1.5px;
    font-size: 1.6rem;
  }
  header h2 {
    letter-spacing: 2px;
  }
  /* ===== LOGO SACRAMENTO ===== */

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  
  /* Sacramento */
  .logo-main {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #66a6e6;
    letter-spacing: 2px;
  }
  
  /* Experiences */
  .logo-sub {
    font-family: 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #555;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  /* Language buttons */
  
  .language-switch {
    display: flex;
    gap: 10px;
  }
  
  .lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
  
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
  
    color: #66a6e6;
  
    /* 👇 GLASS */
    background: rgba(102,166,230,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  
    border: 1px solid rgba(102,166,230,0.35);
  
    transition: all 0.25s ease;
  }
  
  .lang-btn:hover {
    background: linear-gradient(135deg, #6ea8e5, #5a95cf);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(90,149,207,0.3);
  }
  
  .lang-btn.active {
    background: linear-gradient(135deg, #6ea8e5, #5a95cf);
    color: white;
    box-shadow: 0 6px 16px rgba(90,149,207,0.35);
  }

  /* ===== LANGUAGE FLAGS IMPROVEMENT ===== */

.language-switch {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  
  /* botón idioma mejor alineado */
  .lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
  }
  
  .lang-flag-icon {
    flex-shrink: 0;
    width: 18px;
    height: 13px;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  }

  .lang-btn.active .lang-flag-icon {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
  }

  .nav-about-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: inherit;
  }

  .nav-about-icon {
    flex-shrink: 0;
    color: #5a95cf;
  }

  .nav-about-link:hover .nav-about-icon {
    color: #3d7ab8;
  }
  
  /* ================= HERO ================= */
  
  .hero {
    height: 75vh;
    background-image: url("../Assets/images/colonia.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 60px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  /* Overlay oscuro elegante (z-index 0: queda debajo del texto y del QR) */
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0,0,0,0.45);
  }
  
  .hero-content {
    position: relative;
    max-width: min(600px, 100%);
    width: 100%;
    min-width: 0;
    color: white;
    z-index: 1;
  }
  
  .hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }

  .hero-content .hero-book-tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 6px 0 22px;
    padding: 11px 20px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(135deg, #66a6e6 0%, #4a8fd4 55%, #3f7fc4 100%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    box-shadow:
      0 6px 22px rgba(47, 103, 163, 0.4),
      0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero-content .hero-book-tagline::before {
    content: "⏱";
    font-size: 1.15em;
    line-height: 1;
    flex-shrink: 0;
  }

  .hero-content .hero-weekend-promo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: -6px 0 20px;
    padding: 10px 18px;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #00d166 0%, #2ee88a 55%, #3dffa8 100%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    box-shadow:
      0 6px 20px rgba(0, 209, 102, 0.42),
      0 0 0 1px rgba(255, 255, 255, 0.14) inset;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  
  .btn.secondary {
    background: #e6ebf2;
    color: #2f67a3;
    font-weight: 600;
  
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 6px 16px rgba(59,79,209,0.3);
  }
  
  /* Hover Book Now */
  .btn.secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(59,79,209,0.35);
  }
  
  /* Ajuste para botones del hero (sin borde visible) */
  /* ===== HERO BUTTONS (VERSIÓN FINAL LIMPIA) ===== */

  .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
  }
  
  .hero-buttons .btn {
    background: rgba(255, 255, 255, 0.9);
    color: #5a95cf;
  
    border-radius: 999px;
    padding: 10px 20px;
  
    border: 1px solid rgba(255, 255, 255, 0.7);
  
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  
    font-weight: 600;
    font-size: 0.85rem;
  
    transition: all 0.25s ease;
    text-decoration: none;
  }
  
  /* HOVER */
  .hero-buttons .btn:hover {
    background: #ffffff;
    color: #3f7fc4;
  
    transform: translateY(-2px) scale(1.03);
  
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  }

  .hero-buttons .hero-btn-view-activities {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14.5rem;
    padding: 10px 2.85rem;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
  }

  
  /* ================= CARDS ================= */
  
  .cards {
    padding: 30px 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 40px;
  }

.traslado-plaza-letras-hero {
  background-image:
    linear-gradient(135deg, rgba(30, 55, 90, 0.45), rgba(47, 103, 163, 0.35)),
    url("../Assets/images/letras.jpg?v=20260522perf");
  background-position: center 42%;
}
  
  .card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .card[hidden] {
    display: none !important;
  }
  
  .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  }

  /* Home cards hidden while experiences are paused; remove the class on each card to show again */
  .card--hidden-until-boat-returns,
  .card--hidden-sunset-boat {
    display: none !important;
  }
  
  .card-image img {
    width: 100%;
    height: 220px;
    aspect-ratio: 1200 / 220;
    object-fit: cover;
  }

  .card-image.carousel {
    min-height: 220px;
    contain: layout style;
  }
  
  .card-content {
    display: flex;
    flex-direction: column;
    flex: 1; /* 👈 ocupa todo el alto */
  }
  
  .card-content h3 {
    margin-bottom: 6px; /* antes 12 */
  }
  
  .card-content .card-meta-stack {
    margin: 6px 0 10px;
  }

  .card-content .card-meta-line {
    margin: 0;
  }

  .card .card-content > .card-meta-line {
    margin: 4px 0;
  }

  .card .card-meta-stack .card-meta-line {
    margin: 0;
  }
  
  .card-content p {
    margin-bottom: 10px; /* 👈 antes 20 */
    padding: 0; /* ❌ sacamos el padding */
  }
  
  .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 15px 18px; /* 👈 aire lateral + control total */
  }
  
  .card-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: auto; /* 👈 empuja los botones abajo */
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
  
  .card-buttons .btn {
    flex: 1;
    text-align: center;
  }

  /* Experience cards: Montserrat regular (body), bold (titles) */
  .card .card-content {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 400;
  }

  .card .card-content h3 {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 700;
  }

  .card .card-content p,
  .card .card-content .card-meta-line,
  .card .card-content .card-description,
  .card .card-content .medical,
  .card .card-content .see-more,
  .card .card-buttons .btn {
    font-family: inherit;
  }

  .card .card-content .card-meta-line,
  .card .card-content .card-description {
    font-weight: 500;
  }

  .card .card-content .see-more {
    font-size: 0.8rem;
    font-weight: 700;
  }

  .card > .discount-badge {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    display: inline-flex;
    align-items: center;
  }

  /* Home cards: meta stacks + icons (one icon per line, Lucide-style weight in SVG) */
  .card .card-meta-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .card .card-meta-line[data-card-meta],
  .card > .discount-badge[data-card-meta] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  /* Medical / insured row: same pill feel as "Experience details", greener */
  .card .medical[data-card-meta] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    margin: 0 0 12px;
    padding: 6px 12px;
    border: 1px solid rgba(4, 140, 92, 0.32);
    border-radius: 999px;
    background: #cef3dc;
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.45;
    color: #054d28;
    box-shadow: 0 1px 2px rgba(4, 122, 80, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .card .medical[data-card-meta]:hover {
    background: #bfebd1;
    border-color: rgba(4, 140, 92, 0.45);
    box-shadow: 0 2px 6px rgba(4, 122, 80, 0.14);
  }

  .card .medical[data-card-meta] .card-meta__ic {
    color: #04945f;
  }

  .card .medical[data-card-meta] span[data-translate] {
    color: #054d28;
    line-height: 1.45;
  }

  .card .sprite-row {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 22px;
    margin-top: 1px;
  }

  .card .card-meta__ic {
    display: block;
    flex-shrink: 0;
    color: #1e3a5f;
  }

  .card [data-card-meta~="star"] .card-meta__ic {
    color: #d4a017;
  }

  .card [data-card-meta~="cup"] .card-meta__ic {
    color: #2f8f4e;
  }

  .card [data-card-meta~="clock"] .card-meta__ic {
    color: #4f7fd9;
  }

  .card [data-card-meta~="globe"] .card-meta__ic {
    color: #1496a3;
  }

  .card [data-card-meta~="shield"] .card-meta__ic {
    color: #04945f;
  }

  .card [data-card-meta~="utensils"] .card-meta__ic {
    color: #c97a24;
  }

  .card [data-card-meta~="fire"] .card-meta__ic {
    color: #e4572e;
  }

  .card [data-card-meta~="sunset"] .card-meta__ic {
    color: #e08d23;
  }

  .card [data-card-meta~="sparkles"] .card-meta__ic {
    color: #9b5de5;
  }

  .card [data-card-meta~="wine"] .card-meta__ic {
    color: #8e2452;
  }

  .card [data-card-meta~="captain"] .card-meta__ic {
    color: #1d4ed8;
  }

  .card [data-card-meta~="car"] .card-meta__ic {
    color: #2f6fb7;
  }

  .card [data-card-meta~="landmark"] .card-meta__ic {
    color: #7c6a4b;
  }

  .card [data-card-meta~="walk"] .card-meta__ic {
    color: #16a34a;
  }

  .card [data-card-meta~="ticket"] .card-meta__ic {
    color: #b45309;
  }

  .card [data-card-meta~="leaf"] .card-meta__ic {
    color: #2f9e44;
  }

  .card [data-card-meta~="grapes"] .card-meta__ic {
    color: #7c3aed;
  }

  .card [data-card-meta~="horse"] .card-meta__ic {
    color: #8b5a2b;
  }

  .card [data-card-meta~="sushi"] .card-meta__ic {
    color: #e85d75;
  }

  .card [data-card-meta~="mappin"] .card-meta__ic {
    color: #dc2626;
  }

  .card [data-card-meta~="cocktail"] .card-meta__ic {
    color: #db2777;
  }

  .card [data-card-meta~="beer"] .card-meta__ic {
    color: #d97706;
  }

  .card [data-card-meta~="dance"] .card-meta__ic {
    color: #a855f7;
  }

  .card [data-card-meta~="drum"] .card-meta__ic {
    color: #b45309;
  }

  .card [data-card-meta~="moon"] .card-meta__ic {
    color: #6366f1;
  }

  .card [data-card-meta~="coffee"] .card-meta__ic {
    color: #8b5e34;
  }

  .card [data-card-meta~="paw"] .card-meta__ic {
    color: #795548;
  }

  .card [data-card-meta~="gift"] .card-meta__ic {
    color: #e11d48;
  }

  .card [data-card-meta~="boat"] .card-meta__ic {
    color: #0ea5e9;
  }

  .card [data-card-meta~="office"] .card-meta__ic {
    color: #475569;
  }

  .card [data-card-meta~="video"] .card-meta__ic {
    color: #d946ef;
  }

  .card [data-card-meta~="camera"] .card-meta__ic {
    color: #2563eb;
  }

  .card [data-card-meta~="check"] .card-meta__ic {
    color: #16a34a;
  }

  .card .card-meta__ic use {
    pointer-events: none;
  }

  .card .card-meta__text,
  .card .discount-badge__text {
    flex: 1;
    min-width: 0;
    color: #334155;
    line-height: 1.45;
  }

  .card .card-meta-details {
    margin: 4px 0 10px;
  }

  .card .card-content > h3 + .card-meta-details {
    margin-top: 8px;
  }

  .card .card-meta-line--badge .card-meta__ic {
    width: 22px;
    height: 22px;
  }

  /* ================= RESPONSIVE ================= */
  
  @media (max-width: 768px) {
  
    header {
      padding: 20px;
    }
  
    .hero {
      padding: 0 20px;
      height: 65vh;
    }
  
    .hero-content h1 {
      font-size: 2.2rem;
    }
  
    .cards {
      padding: 60px 20px;
    }
  }

/* ================= COFFEE PAGE ================= */

.coffee-hero {
    height: 50vh;
    min-height: 280px;
    background-image: url("../Assets/images/bed1.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
  }
  
  /* Overlay elegante */
  .coffee-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
  }
  
  .coffee-hero h1 {
    position: relative;
    color: white;
    font-size: 3rem;
    z-index: 1;
  }

  /* Walking tour: sin overlay; vertical ajustada (menos piso) */
  .coffee-hero--walking-tour {
    background-position: center 66%;
  }

  .coffee-hero--walking-tour::before {
    display: none;
  }
  
  /* CONTENT */
  
  .coffee-content {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    line-height: 1.7;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  .coffee-content h2 {
    margin-bottom: 15px;
    color: #66a6e6;
  }
  
  .coffee-content p {
    margin-bottom: 20px;
    color: #444;
  }
  
  /* INCLUDES */
  
  .coffee-includes {
    margin: 40px 0;
    padding: 25px;
    background: #fff7ef;
    border-left: 4px solid #66a6e6;
    border-radius: 10px;
  }
  
  .coffee-includes ul {
    list-style: none;
    padding-left: 0;
  }
  
  .coffee-includes li {
    margin-bottom: 10px;
    font-size: 0.95rem;
  }

  /* ===== INCLUDES + PREFERENCES LAYOUT ===== */

  .includes-preferences {
    display: flex;
    gap: 120px; /* ← MÁS espacio */
    align-items: flex-start;
    min-width: 0;
    max-width: 100%;
  }

  .includes-preferences > .includes-list,
  .includes-preferences > .order-start,
  .includes-preferences > .preferences-box {
    min-width: 0;
  }
  
  /* IMPORTANTE: que no ocupe todo */
  .coffee-includes {
    flex: 2;
    margin: 40px 0;
    padding: 25px;
    background: #fff7ef;
    border-left: 4px solid #66a6e6;
    border-radius: 10px;
  }
  
  /* caja derecha */
  .preferences-box {
    flex: 1;
    background: #f4efe9;
    border-left: 4px solid #66a6e6;
    border-radius: 10px;
    padding: 20px;
    min-width: 280px;
  }
  
  /* ITINERARY */
  
  .itinerary {
    margin-top: 50px;
  }
  
  .itinerary h2 {
    margin-bottom: 20px;
    color: #66a6e6;
  }
  
  .itinerary p {
    margin-bottom: 18px;
    text-align: justify;
  }
  
  /* ACTION BUTTONS */
  
  .coffee-actions {
    margin-top: 50px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  /* Base compartida (Book Now + Back to Home) */
  .coffee-actions .btn {
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
      border-color 0.25s ease;
  }

  /* Book Now — CTA principal: mismo azul de marca + “pulso” suave (estilo WhatsApp, en azul) */
  .coffee-actions .btn:not(.secondary) {
    background: linear-gradient(135deg, #6ea8e5, #4c8fd4);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 18px rgba(47, 103, 163, 0.35);
    animation: bookNowPulse 3s ease-in-out infinite;
  }

  .coffee-actions .btn:not(.secondary):hover {
    animation-play-state: paused;
    transform: translateY(-2px);
    background: linear-gradient(135deg, #7cb4ec, #5a9fe0);
    box-shadow: 0 10px 26px rgba(47, 103, 163, 0.45);
  }

  /* Back to Home — secundario, azul sólido (sin pulso) */
  .coffee-actions .btn.secondary {
    background-color: #2f67a3;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(47, 103, 163, 0.2);
    animation: none;
  }

  .coffee-actions .btn.secondary:hover {
    background-color: #255585;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(47, 103, 163, 0.35);
  }

  @keyframes bookNowPulse {
    0% {
      box-shadow: 0 6px 18px rgba(47, 103, 163, 0.35),
        0 0 0 0 rgba(102, 166, 230, 0.55);
    }
    70% {
      box-shadow: 0 6px 18px rgba(47, 103, 163, 0.35),
        0 0 0 14px rgba(102, 166, 230, 0);
    }
    100% {
      box-shadow: 0 6px 18px rgba(47, 103, 163, 0.35),
        0 0 0 0 rgba(102, 166, 230, 0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .coffee-actions .btn:not(.secondary),
    #bookWithOrder {
      animation: none;
    }
  }
  
  /* RESPONSIVE */
  
  @media (max-width: 768px) {
  
    .coffee-hero h1 {
      font-size: 2.2rem;
    }
  
    .coffee-content {
      margin: 50px auto;
    }
  
    .coffee-actions {
      flex-direction: column;
    }
  
  }

  html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .btn.clicked {
    background-color: #66a6e6;
    color: white;
  }

  /* ================= ROMANTIC DINNER PAGE ================= */

.romantic-hero {
    height: 50vh;
    background-image: url("../Assets/images/romantic-dinner.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
  }
  
  .romantic-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
  }
  
  .romantic-hero h1 {
    position: relative;
    color: white;
    font-size: 3rem;
    z-index: 1;
  }
  
  /* CONTENT */
  
  .romantic-content {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    line-height: 1.7;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  .romantic-content h2 {
    margin-bottom: 15px;
    color: #66a6e6;
  }
  
  .romantic-content p {
    margin-bottom: 20px;
    color: #444;
  }
  
  /* INCLUDES */
  
  .romantic-includes {
    margin: 40px 0;
    padding: 25px;
    background: #fff3f7;
    border-left: 4px solid #66a6e6;
    border-radius: 10px;
  }
  
  .romantic-includes ul {
    list-style: none;
    padding-left: 0;
  }
  
  .romantic-includes li {
    margin-bottom: 10px;
    font-size: 0.95rem;
  }
  
  .romantic-buttons {
    margin-top: 50px;
    justify-content: center;
  }
  
  /* RESPONSIVE */
  
  @media (max-width: 768px) {
  
    .romantic-hero h1 {
      font-size: 2.2rem;
    }
  
    .romantic-content {
      margin: 50px auto;
    }
  
    .romantic-actions {
      flex-direction: column;
    }
  }
  /* Pharmacies block (home) */
  .pharmacies-home {
    margin: 56px auto 72px;
    padding: 0 clamp(16px, 3vw, 40px);
    max-width: min(1400px, calc(100vw - 32px));
    width: 100%;
    box-sizing: border-box;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 400;
  }

  .pharmacies-home * {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  }

  .pharmacies-home-inner {
    background: linear-gradient(180deg, #f5f9fc 0%, #ffffff 42%);
    border-radius: 18px;
    padding: 36px clamp(22px, 3vw, 40px) 40px;
    box-shadow: 0 12px 40px rgba(102, 166, 230, 0.12);
    border: 1px solid rgba(102, 166, 230, 0.18);
  }

  .pharmacies-home h2 {
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.35rem, 2.8vw, 1.65rem);
    color: #66a6e6;
    margin: 0 0 14px;
  }

  .pharmacies-home-intro {
    text-align: center;
    max-width: min(52rem, 100%);
    margin: 0 auto 28px;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #506070;
  }

  .services-home-category {
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    font-weight: 600;
    color: #5a8fd4;
    margin: 26px 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(102, 166, 230, 0.22);
  }

  .services-home-category:first-of-type {
    margin-top: 6px;
  }

  .pharmacies-home-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
  }

  .pharmacies-home-grid > li {
    margin: 0;
    padding: 0;
  }

  .pharmacy-home-card {
    height: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 18px 18px 16px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .pharmacy-home-card--24h {
    border-color: rgba(46, 170, 100, 0.35);
    background: linear-gradient(145deg, #eef8f1 0%, #ffffff 55%);
    box-shadow: 0 8px 26px rgba(46, 170, 100, 0.14);
  }

  .pharmacy-home-card--recommended {
    border-color: rgba(102, 166, 230, 0.45);
    background: linear-gradient(145deg, #f0f6fc 0%, #ffffff 55%);
    box-shadow: 0 8px 26px rgba(102, 166, 230, 0.16);
  }

  .pharmacy-home-card--recommended:hover {
    box-shadow: 0 14px 34px rgba(102, 166, 230, 0.22);
  }

  .pharmacy-home-badge--recommended {
    color: #2f5a8a;
    background: #dce8f6;
    border-color: rgba(102, 166, 230, 0.55);
  }

  .pharmacy-home-card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px 12px;
    margin-bottom: 8px;
  }

  .pharmacy-home-card-top h3,
  .pharmacy-home-card-top h4 {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2c3e50;
  }

  .pharmacy-home-badge {
    flex: 0 0 auto;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1f7a45;
    background: #d4f0df;
    border: 1px solid rgba(46, 170, 100, 0.45);
    padding: 4px 10px;
    border-radius: 999px;
    line-height: 1.2;
  }

  .pharmacy-home-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
  }

  .pharmacy-home-card--24h:hover {
    box-shadow: 0 14px 36px rgba(46, 170, 100, 0.22);
  }

  .pharmacy-home-card > h3,
  .pharmacy-home-card > h4 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2c3e50;
  }

  .pharmacy-home-card-top + .pharmacy-home-meta {
    margin-top: 0;
  }

  .pharmacy-home-meta {
    margin: 0 0 14px;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #5a6570;
  }

  .pharmacy-home-maplink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #66a6e6;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
  }

  .pharmacy-home-maplink:hover {
    color: #4a8fd4;
    border-bottom-color: rgba(102, 166, 230, 0.55);
  }

  @media (max-width: 600px) {
    .pharmacies-home-inner {
      padding: 28px 18px 32px;
    }
  }

  /* Caja acordeón */
  .acordeon {
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    padding: 8px 15px;
  }
  
  /* Título */
  .acordeon summary {
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding: 10px 0;
    color: #2c3e50;
  }
  
  /* Sacar flecha default */
  .acordeon summary::-webkit-details-marker {
    display: none;
  }
  
  /* Flecha personalizada */
  .acordeon summary::after {
    content: "▼";
    position: absolute;
    right: 0;
    font-size: 14px;
    transition: transform 0.3s ease;
  }
  
  .acordeon[open] summary::after {
    transform: rotate(180deg);
  }
  
  /* Lista */
  .acordeon ul {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
  }
  
  .acordeon li {
    padding: 6px 0;
    font-size: 14px;
  }
  
  /* Destacada */
  .destacada {
    background: #fff9e6;
    padding: 6px;
    border-left: 4px solid #66a6e6;
    border-radius: 4px;
  }
  
  .badge {
    background: #28a745;
    color: white;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 12px;
    margin-left: 8px;
  }

  /* ===== CARD CAROUSEL ===== */

.carousel {
    position: relative;
    overflow: hidden;
  }
  
  .carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
  }
  
  .carousel-track img {
    width: 100%;
    height: 220px;
    aspect-ratio: 1200 / 220;
    object-fit: cover;
    flex-shrink: 0;
    background-color: rgba(102, 166, 230, 0.06);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  /* Buttons */
  
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
  }
  
  .carousel-btn:hover {
    background: rgba(0,0,0,0.8);
  }
  
  .carousel-btn.prev {
    left: 10px;
  }
  
  .carousel-btn.next {
    right: 10px;
  }

  /* ================= COFFEE GALLERY ================= */

.coffee-gallery {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
  }
  
  .coffee-gallery h2 {
    color: #66a6e6;
    margin-bottom: 25px;
    text-align: center;
  }
  
  /* grid profesional */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
  }
  
  /* imágenes */
  .gallery-grid img {
    width: 100%;
    height: 220px;
    aspect-ratio: 1200 / 220;
    object-fit: cover;
    border-radius: 14px;
    transition: 0.35s ease;
    cursor: pointer;
    background-color: rgba(102, 166, 230, 0.06);
  }

  /* Reserve space before lazy images decode (cards, galleries, in-app browsers) */
  .gallery-grid,
  .coffee-gallery .gallery-grid {
    min-height: 220px;
  }

  @supports not (aspect-ratio: 1200 / 220) {
    .carousel-track img,
    .gallery-grid img,
    .card-image img {
      min-height: 220px;
    }
  }

  /* Video thumbnails: badge + play so they read as video before opening lightbox */
  .gallery-video-thumb {
    position: relative;
    height: 220px;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.35s ease;
    outline: none;
  }

  .gallery-video-thumb:focus-visible {
    box-shadow: 0 0 0 3px rgba(90, 149, 207, 0.65);
  }

  .gallery-video-thumb .gallery-grid-video-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    background: #000;
    vertical-align: top;
  }

  .gallery-video-thumb .gallery-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.42) 100%);
  }

  .gallery-video-thumb .gallery-video-play {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    font-size: 1.25rem;
    line-height: 1;
    color: #2f67a3;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  }

  .gallery-video-thumb .gallery-video-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(47, 103, 163, 0.92);
    padding: 5px 9px;
    border-radius: 8px;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }

  .gallery-video-thumb:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  /* Raw <video> direct child (other pages) — keep clickable if used without wrapper */
  .gallery-grid > video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
    background: #000;
    cursor: pointer;
  }

.lightbox .lightbox-inline-video {
  display: none;
  max-width: min(92%, 960px);
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  vertical-align: middle;
}
  
  /* efecto premium */
  .gallery-grid img:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }

  /* ===== EXPERIENCE PRICE ===== */

  .price-box {
    display: inline-block;
    background: #fff7ef;
    border-left: 4px solid #66a6e6;
    padding: 14px 20px;
    border-radius: 10px;
    margin: 20px 0 30px;
  }
  
  .price-box h3 {
    color: #66a6e6;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 700;
  }
  
  .price-box p {
    margin: 2px 0 0;
    font-size: 0.9rem;
    color: #666;
  }

  .price-box-detail {
    margin-top: 10px !important;
    line-height: 1.45;
  }

  .bruma-promo-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
  }

  .bruma-promo-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.35rem 0.55rem;
  }

  .bruma-price-tier-label {
    font-weight: 700;
    letter-spacing: 0.3px;
  }

  .bruma-price-old {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    opacity: 0.85;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #d25b5b;
  }

  .bruma-price-new {
    color: #ff7e7e;
    font-size: inherit;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 126, 126, 0.12);
  }

  .bruma-tier-option-body {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .bruma-tier-price-line {
    display: block;
  }

  .bruma-tier-includes {
    display: block;
    font-size: 0.88rem;
    color: #444;
    line-height: 1.35;
  }

  .popup-box .asado-menu-serving-note {
    font-size: 0.9rem;
    color: #555;
    font-weight: 400;
    text-align: left;
    margin: 0 0 14px;
    line-height: 1.35;
  }

  /* Asado boat: texto bajo “Side dishes”, celeste, sin negrita */
  .popup-box .asado-side-dishes-hint {
    color: #66a6e6;
    font-weight: 400;
    font-size: 1rem;
    margin: 4px 0 10px;
    text-align: left;
    line-height: 1.35;
  }

  .plaza-hero {
    height: 55vh;
    background-image: url("../Assets/images/plaza.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .food-hero {
    height: 55vh;
    min-height: 280px;
    background-image: url("../Assets/images/ref161.webp?v=20260522perf");
    background-size: cover;
    background-position: 50% 65%;
    background-repeat: no-repeat;
  }

  .horse-hero {
    height: 55vh;
    min-height: 280px;
    max-height: 520px;
    background-image: url("../Assets/images/fam6.jpg");
    background-size: cover;
    background-position: center 22%;
    background-repeat: no-repeat;
  }

  /* Cabalgata — fotos fam* en retrato: priorizar rostros (hero, galería, card) */
  .page-cabal .horse-hero {
    background-image: url("../Assets/images/fam6.jpg");
    background-position: center 20%;
  }

  .page-cabal .coffee-gallery .gallery-grid img[src*="fam"] {
    height: auto;
    min-height: 260px;
    max-height: 420px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 12%;
  }

  .page-cabal .coffee-gallery .gallery-grid img[src*="fam2"] {
    aspect-ratio: 16 / 10;
    object-position: center center;
  }

  .page-lasliebres .coffee-gallery .gallery-grid img[src*="fam"] {
    height: auto;
    min-height: 260px;
    max-height: 420px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 12%;
  }

  .page-lasliebres .coffee-gallery .gallery-grid img[src*="fam2"] {
    aspect-ratio: 16 / 10;
    object-position: center center;
  }

  .card-image img[src*="fam"] {
    object-fit: cover;
    object-position: center 15%;
  }

  .logo img {
    height: 90px;
    width: auto;
  }

  .hero-floating-img {
    position: absolute;
    right: 90px;
    bottom: 20px;
    width: 190px;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    z-index: 1;
  }

  .hero-rent-badge {
    position: absolute;
    top: 34px;
    right: 84px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(92, 151, 214, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(12, 38, 77, 0.32);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .hero-rent-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(12, 38, 77, 0.36);
  }

  .hero-rent-badge .rent-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    font-size: 18px;
    line-height: 1;
  }

  .hero-rent-badge .rent-text {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }

  .popup-box.rent-popup-box {
    max-width: 680px;
    width: min(94%, 680px);
    text-align: left;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 400;
  }

  .popup-box.rent-popup-box * {
    font-family: inherit;
  }

  .popup-box.rent-popup-box .fa-solid,
  .popup-box.rent-popup-box .fas,
  .popup-box.rent-popup-box .fa-regular,
  .popup-box.rent-popup-box .far {
    font-family: "Font Awesome 6 Free" !important;
  }

  .popup-box.rent-popup-box .fa-brands,
  .popup-box.rent-popup-box .fab {
    font-family: "Font Awesome 6 Brands" !important;
  }

  .popup-box.rent-popup-box .popup-title,
  .popup-box.rent-popup-box h3 {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 700;
  }

  .rent-popup-benefit {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(255, 127, 127, 0.16);
    border: 1px solid rgba(255, 95, 95, 0.34);
    color: #d75454;
    font-weight: 700;
    line-height: 1.4;
  }

  .rent-options {
    margin-bottom: 8px;
  }

  .rent-option {
    align-items: center !important;
    font-weight: 600;
  }

  .rent-price-box {
    margin-top: 10px;
    margin-bottom: 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .rent-price-placeholder {
    margin: 0;
    color: #5e6b78;
    font-size: 0.92rem;
    font-weight: 500;
  }

  .rent-price-value {
    margin: 0;
    color: #2f67a3;
    font-size: 1.02rem;
    font-weight: 800;
  }

  .rent-hours-wrap {
    margin: 4px 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .rent-config-wrap {
    margin-top: 4px;
  }

  .rent-mode-wrap {
    margin: 2px 0 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(90, 149, 207, 0.08);
    border: 1px solid rgba(47, 103, 163, 0.15);
    text-align: center;
  }

  .rent-mode-options {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .rent-mode-options .rent-option {
    flex: 1 1 0;
    margin-bottom: 0;
    white-space: nowrap;
    gap: 10px !important;
  }

  .rent-mode-options .rent-option input[type="radio"] {
    margin-right: 2px;
  }

  .rent-guided-help-panel {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(47, 103, 163, 0.22);
    box-shadow: 0 4px 14px rgba(12, 38, 77, 0.08);
  }

  .rent-guided-help-panel p {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.45;
    color: #3d4f5f;
  }

  .rent-hours-label {
    font-size: 0.92rem;
    color: #41566c;
    font-weight: 700;
  }

  .rent-hours-controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }

  .rent-hours-controls #rentHoursValue,
  .rent-hours-controls #rentQtyValue,
  .rent-hours-controls #rentUnitsValue {
    min-width: 28px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: #2f67a3;
  }

  .rent-total-box {
    margin-top: 0;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    gap: 14px;
  }

  .rent-total-box .total-left {
    flex: 0 0 180px;
    align-items: flex-start;
    text-align: left;
  }

  .rent-total-box .total-right {
    margin-left: auto;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .rent-total-box .total-btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  @media (max-width: 760px) {
    .popup-box.rent-popup-box {
      max-width: 96%;
      width: 96%;
    }
  }

  .rent-popup-box .popup-actions {
    display: flex;
    justify-content: flex-end;
  }

  .coffee-hero,
  .food-hero,
  .plaza-hero,
  .horse-hero,
  .boat-hero,
  .romantic-hero,
  .day-hero,
  .aftertour-hero,
  .night-hero,
  .toros-night-hero,
  .mision-night-hero,
  .sio-night-hero,
  .sio-hero,
  .bar-hero,
  .historic-lasliebres-hero,
  .liebres-dining-hero,
  .legado-hero,
  .liebres-hero,
  .about-hero {
    position: relative;
  }

  @media (max-width: 900px) and (min-width: 769px) {
    .hero-rent-badge {
      top: 18px;
      right: 20px;
      transform: scale(0.93);
      transform-origin: top right;
    }
  }

  /* Home: cobertura geográfica (tras trust-bar, antes de las cards) */
  .hero-region-tagline {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: clamp(1.35rem, 3.2vw, 2rem) 1.35rem clamp(1rem, 2.4vw, 1.35rem);
    text-align: center;
    background: linear-gradient(180deg, #fafcfd 0%, #ffffff 55%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 20px rgba(47, 103, 163, 0.06);
    position: relative;
  }

  /* Misma tipografía que .about-quote (cierre About Us) */
  .hero-region-tagline__text {
    margin: 0 auto;
    max-width: min(720px, 100%);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    color: #2c2c2c;
    text-wrap: balance;
  }

  .hero-region-tagline__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: min(1120px, 100%);
    margin: 0 auto;
    padding: 0 0.25rem;
  }

  .home-about-social {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: clamp(0.95rem, 2.4vw, 1.35rem) 1.25rem clamp(1.15rem, 2.8vw, 1.65rem);
  }

  .hero-social-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: min(36rem, 100%);
    margin: 0 auto;
    padding: 0.28rem 0.5rem;
    box-sizing: border-box;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 249, 255, 0.92) 100%);
    border: 1px solid rgba(102, 166, 230, 0.28);
    box-shadow: 0 8px 22px rgba(47, 103, 163, 0.09);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .hero-social-group:hover {
    border-color: rgba(102, 166, 230, 0.48);
    box-shadow: 0 12px 28px rgba(47, 103, 163, 0.12);
  }

  .hero-social-group__link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.35rem 0.75rem;
    border-radius: 12px;
    text-decoration: none;
    color: #1e3a5f;
    transition: background 0.22s ease;
    flex: 1 1 0;
    min-width: 0;
    max-width: 33.333%;
  }

  .hero-social-group__link:hover {
    background: rgba(102, 166, 230, 0.1);
  }

  .hero-social-group__link:focus-visible {
    outline: 2px solid #66a6e6;
    outline-offset: 2px;
  }

  .hero-social-group__divider {
    align-self: stretch;
    width: 1px;
    margin: 0.32rem 0.1rem;
    background: rgba(102, 166, 230, 0.2);
    flex-shrink: 0;
  }

  .hero-social-group__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(47, 103, 163, 0.1);
    font-size: 1rem;
    color: #4285f4;
    transition: background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
  }

  .hero-social-group__icon--google {
    color: #4285f4;
  }

  .hero-social-group__icon--instagram {
    background: linear-gradient(
      145deg,
      #f9ce34 0%,
      #ee2a7b 42%,
      #6228d7 78%,
      #8134af 100%
    );
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 3px 10px rgba(200, 55, 120, 0.22);
    font-size: 0.95rem;
  }

  .hero-social-group__link--instagram:hover .hero-social-group__icon--instagram {
    box-shadow: 0 4px 14px rgba(200, 55, 120, 0.3);
  }

  .hero-social-group__icon--gyg {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 243, 238, 0.95) 100%);
    box-shadow: 0 2px 8px rgba(255, 85, 51, 0.12);
    padding: 0.15rem;
  }

  .hero-social-group__gyg-logo {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
  }

  .hero-social-group__link--gyg:hover .hero-social-group__icon--gyg {
    background: linear-gradient(160deg, rgba(255, 255, 255, 1) 0%, rgba(255, 235, 228, 0.98) 100%);
    box-shadow: 0 3px 12px rgba(255, 85, 51, 0.18);
  }

  .hero-social-group__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.04rem;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    line-height: 1.15;
    text-align: left;
  }

  .hero-social-group__stars {
    font-size: 0.62rem;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #e8a317;
  }

  .hero-social-group__title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #2c3e50;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-social-group__sub {
    font-size: 0.68rem;
    font-weight: 500;
    color: #5a6d82;
    max-width: 100%;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  @media (max-width: 767px) {
    .hero-social-group {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      max-width: min(20.5rem, calc(100% - 0.5rem));
      padding: 0.28rem 0.35rem;
    }

    .hero-social-group__divider {
      width: auto;
      height: 1px;
      margin: 0.06rem 0.65rem;
      align-self: stretch;
    }

    .hero-social-group__link {
      flex: 0 0 auto;
      max-width: none;
      width: 100%;
      justify-content: flex-start;
      padding: 0.4rem 0.75rem;
    }
  }

  .google-reviews-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.85rem 0.55rem 0.7rem;
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff 0%, #f4f9ff 100%);
    border: 1px solid rgba(102, 166, 230, 0.38);
    box-shadow: 0 8px 22px rgba(47, 103, 163, 0.1);
    color: #1e3a5f;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    flex-shrink: 0;
  }

  .google-reviews-cta:hover {
    transform: translateY(-2px);
    border-color: rgba(102, 166, 230, 0.62);
    box-shadow: 0 12px 28px rgba(47, 103, 163, 0.16);
  }

  .google-reviews-cta:focus-visible {
    outline: 2px solid #66a6e6;
    outline-offset: 3px;
  }

  .google-reviews-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(47, 103, 163, 0.12);
    font-size: 1.15rem;
    color: #4285f4;
  }

  .google-reviews-cta__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    line-height: 1.2;
    text-align: left;
  }

  .google-reviews-cta__stars {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: #e8a317;
  }

  .google-reviews-cta__title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #2c3e50;
  }

  .google-reviews-cta__sub {
    font-size: 0.7rem;
    font-weight: 500;
    color: #5a6d82;
  }

  /* Home: brand statement / SEO (entre tagline y cards) */
  .home-about-intro {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: hidden;
    padding: clamp(1rem, 2.2vw, 1.45rem) 1.25rem 0;
    text-align: center;
    background: linear-gradient(168deg, #f5f9fd 0%, #fffaf6 48%, #f0f6fb 100%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.92),
      inset 0 -1px 0 rgba(102, 166, 230, 0.1);
  }

  .home-about-intro::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -35%;
    width: min(480px, 92vw);
    height: 130%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(102, 166, 230, 0.14) 0%, transparent 70%);
    pointer-events: none;
  }

  .home-about-intro__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 0;
    max-width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 clamp(0.75rem, 2vw, 1.5rem);
  }

  .home-about-intro__center {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: min(680px, 100%);
    margin: 0 auto;
  }

  .home-about-collage {
    display: none;
    pointer-events: none;
    user-select: none;
  }

  .home-about-collage__photo {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow:
      0 10px 28px rgba(47, 103, 163, 0.1),
      0 2px 8px rgba(47, 103, 163, 0.06);
    background: #fff;
  }

  .home-about-collage__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-about-mobile-gallery {
    display: none;
    width: 100%;
  }

  .home-about-mobile-gallery__track {
    display: flex;
    gap: 0.65rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.2rem max(1.1rem, env(safe-area-inset-left, 0px)) 0.4rem
      max(1.1rem, env(safe-area-inset-right, 0px));
  }

  .home-about-mobile-gallery__track::-webkit-scrollbar {
    display: none;
  }

  .home-about-mobile-gallery__photo {
    flex: 0 0 clamp(11.5rem, 72vw, 17.5rem);
    margin: 0;
    scroll-snap-align: center;
    aspect-ratio: 5 / 4;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 22px rgba(47, 103, 163, 0.1);
    background: #fff;
  }

  .home-about-mobile-gallery__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 1023px) {
    .home-about-intro {
      padding: clamp(1.35rem, 4.5vw, 1.85rem) max(1.15rem, env(safe-area-inset-left, 0px))
        clamp(0.35rem, 2vw, 0.75rem);
    }

    .home-about-intro::before {
      top: -20%;
      width: min(360px, 88vw);
      opacity: 0.85;
    }

    .home-about-intro__layout {
      padding: 0;
    }

    .home-about-intro__center {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 100%;
    }

    .home-about-intro__inner {
      order: 1;
      width: 100%;
      max-width: min(100%, 22.5rem);
      padding-left: max(0.35rem, env(safe-area-inset-left, 0px));
      padding-right: max(0.35rem, env(safe-area-inset-right, 0px));
      text-align: center;
    }

    .home-about-intro__eyebrow {
      margin-bottom: 0.6rem;
    }

    .home-about-intro__title {
      font-size: clamp(1.05rem, 4.8vw, 1.22rem);
      line-height: 1.28;
      width: 100%;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
    }

    .home-about-intro__accent {
      margin-bottom: 0.85rem;
    }

    .home-about-intro__body {
      gap: 0.65rem;
      text-align: left;
    }

    .home-about-intro__body p {
      font-size: 0.9rem;
      line-height: 1.62;
      max-width: 36rem;
      margin-left: auto;
      margin-right: auto;
    }

    .home-about-mobile-gallery {
      display: block;
      order: 2;
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding: 0.95rem 0 1.05rem;
    }

    .home-about-social {
      order: 3;
      width: 100%;
      padding: 0.3rem 0.5rem clamp(1.1rem, 4vw, 1.5rem);
    }

    .home-about-social .hero-social-group {
      width: 100%;
      max-width: min(36rem, calc(100vw - 2rem));
    }
  }

  @media (max-width: 767px) {
    .home-about-intro__body p {
      max-width: 34ch;
    }

    .home-about-mobile-gallery__photo {
      flex-basis: clamp(10.75rem, 78vw, 16.5rem);
    }

    .page-home .home-about-social .hero-social-group {
      flex-direction: column;
      align-items: stretch;
    }
  }

  @media (min-width: 1024px) {
    .home-about-social {
      overflow: visible;
      width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }

    .home-about-social .hero-social-group {
      width: 100%;
      max-width: min(36rem, 100%);
      margin: 0 auto;
    }

    .home-about-intro__center {
      overflow: visible;
    }

    .home-about-intro__layout {
      grid-template-columns: minmax(0, 1fr) minmax(26rem, 42rem) minmax(0, 1fr);
      column-gap: clamp(1.25rem, 2.8vw, 2.75rem);
      align-items: center;
    }

    .home-about-intro__center {
      grid-column: 2;
      max-width: none;
      margin: 0;
    }

    .home-about-collage {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.55rem;
      width: 100%;
      max-width: min(100%, 17.5rem);
      justify-self: center;
      opacity: 0.92;
    }

    .home-about-collage--left {
      grid-column: 1;
      justify-self: end;
      grid-template-rows: 5.5rem 5.5rem;
    }

    .home-about-collage--right {
      grid-column: 3;
      justify-self: start;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: 4.85rem 5.35rem 4.35rem;
    }

    .home-about-collage--left .home-about-collage__photo--tall {
      grid-row: 1 / 3;
      grid-column: 1;
      min-height: 100%;
    }

    .home-about-collage--right .home-about-collage__photo--wide:first-child,
    .home-about-collage--right .home-about-collage__photo--wide:last-child {
      grid-column: 1 / -1;
    }
  }

  @media (min-width: 1200px) {
    .home-about-collage {
      max-width: 19.5rem;
    }

    .home-about-collage--left {
      grid-template-rows: 6.35rem 6.35rem;
    }

    .home-about-collage--right {
      grid-template-rows: 5.5rem 6.25rem 4.75rem;
    }
  }

  .home-about-intro__inner {
    position: relative;
    z-index: 1;
    max-width: min(680px, 100%);
    margin: 0 auto;
    padding: 0 0.25rem;
  }

  .home-about-intro__eyebrow {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0.32rem 0.72rem;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5a7fa6;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(102, 166, 230, 0.3);
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(47, 103, 163, 0.09);
  }

  .home-about-intro__title {
    margin: 0 0 0.35rem;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(1.16rem, 2.5vw, 1.4rem);
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.01em;
    color: #2c3e50;
    text-wrap: balance;
  }

  .home-about-intro__accent {
    display: block;
    width: 2.85rem;
    height: 3px;
    margin: 0 auto 0.75rem;
    border-radius: 999px;
    background: linear-gradient(
      90deg,
      rgba(102, 166, 230, 0.15) 0%,
      #66a6e6 38%,
      #e8a317 72%,
      rgba(232, 163, 23, 0.2) 100%
    );
    box-shadow: 0 0 14px rgba(102, 166, 230, 0.28);
  }

  .home-about-intro__body {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    text-align: center;
  }

  .home-about-intro__body p {
    margin: 0;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(0.94rem, 2.05vw, 1.02rem);
    line-height: 1.58;
    font-weight: 400;
    color: #4a5f73;
    text-wrap: pretty;
  }

  .home-about-intro__body strong {
    font-weight: 600;
    color: #2f4a63;
  }

  /* Home: explore by category (between About and cards) */
  .home-category-nav {
    position: relative;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 400;
    padding: clamp(2rem, 5vw, 3.25rem) clamp(1.15rem, 4vw, 2.75rem)
      clamp(2.25rem, 5.5vw, 3.75rem);
    background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 42%, #f3f8fc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .home-category-nav__inner {
    max-width: min(1080px, 100%);
    margin: 0 auto;
    text-align: center;
  }

  .home-category-nav__eyebrow {
    display: inline-block;
    margin: 0 0 0.5rem;
    padding: 0.32rem 0.72rem;
    font-family: inherit;
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5a7fa6;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(102, 166, 230, 0.3);
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(47, 103, 163, 0.09);
  }

  .home-category-nav__title {
    margin: 0 0 0.35rem;
    font-family: inherit;
    font-size: clamp(1.16rem, 2.5vw, 1.4rem);
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.01em;
    color: #2c3e50;
    text-wrap: balance;
  }

  .home-category-nav__lead {
    margin: 0 auto 1.65rem;
    max-width: 36rem;
    font-family: inherit;
    font-size: clamp(0.94rem, 2.05vw, 1.02rem);
    font-weight: 400;
    line-height: 1.58;
    color: #4a5f73;
    text-wrap: pretty;
  }

  .home-category-nav__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10.75rem), 1fr));
    gap: 0.8rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .home-category-chip {
    display: flex;
    align-items: flex-start;
    gap: 0.72rem;
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(90, 149, 207, 0.22);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
      0 8px 22px rgba(47, 103, 163, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
    cursor: pointer;
    text-align: left;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: inherit;
    transition:
      transform 0.28s ease,
      box-shadow 0.28s ease,
      border-color 0.28s ease,
      background 0.28s ease;
  }

  .home-category-chip:hover {
    transform: translateY(-4px);
    border-color: rgba(90, 149, 207, 0.48);
    box-shadow: 0 14px 30px rgba(47, 103, 163, 0.14);
  }

  .home-category-chip.is-active {
    border-color: #5a95cf;
    background: #fff;
    box-shadow: 0 12px 28px rgba(90, 149, 207, 0.2);
  }

  .home-category-chip__icon {
    flex-shrink: 0;
    width: 2.45rem;
    height: 2.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(102, 166, 230, 0.2), rgba(90, 149, 207, 0.06));
    color: #3f7fc4;
  }

  .home-category-chip__svg {
    display: block;
  }

  .home-category-chip__icon--fa {
    font-size: 1.05rem;
  }

  .home-category-chip__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
  }

  .home-category-chip__label {
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.25;
  }

  .home-category-chip__desc {
    font-family: inherit;
    font-size: 0.74rem;
    font-weight: 500;
    color: #4a5f73;
    line-height: 1.35;
  }

  .home-category-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(0.85rem, env(safe-area-inset-top, 0px)) 0.85rem
      max(0.85rem, env(safe-area-inset-bottom, 0px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.32s ease,
      visibility 0.32s ease;
  }

  .home-category-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.home-category-modal-open {
    overflow: hidden;
  }

  .home-category-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 28, 48, 0.44);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .home-category-modal__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(1020px, calc(100vw - 2rem));
    max-height: min(90vh, 920px);
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: linear-gradient(168deg, #ffffff 0%, #f6fafd 100%);
    box-shadow: 0 26px 64px rgba(12, 36, 64, 0.24);
    transform: translateY(14px) scale(0.985);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .home-category-modal.is-open .home-category-modal__panel {
    transform: translateY(0) scale(1);
  }

  .home-category-modal__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 3;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #4a6278;
    box-shadow: 0 4px 14px rgba(47, 103, 163, 0.12);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .home-category-modal__close:hover {
    background: #fff;
    color: #2f67a8;
    transform: scale(1.04);
  }

  .home-category-modal__head {
    flex-shrink: 0;
    padding: 1.5rem 2.85rem 0.9rem 1.4rem;
    text-align: left;
  }

  .home-category-modal__eyebrow {
    margin: 0 0 0.25rem;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5a7fa6;
  }

  .home-category-modal__title {
    margin: 0 0 0.35rem;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(1.16rem, 2.5vw, 1.35rem);
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: -0.01em;
    color: #2c3e50;
  }

  .home-category-modal__count {
    margin: 0;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    color: #4a5f73;
  }

  /* Modal catalog: CSS columns (2-up desktop) preserves full card intrinsic height */
  .home-category-modal__cards {
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0.35rem 1.25rem 1.3rem;
    margin: 0;
    column-count: 1;
    column-gap: 1.1rem;
  }

  .home-category-modal__cards .card.card--category-modal {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 0 0 1.25rem;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    contain: none;
    transition:
      transform 0.28s ease,
      box-shadow 0.28s ease;
  }

  .home-category-modal__cards .card.card--category-modal:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(47, 103, 163, 0.14);
  }

  .home-category-modal__cards .card.card--category-modal > .discount-badge {
    z-index: 5;
  }

  .home-category-modal__cards .card.card--category-modal .card-image.carousel {
    contain: none;
    flex-shrink: 0;
    width: 100%;
    min-height: 220px;
  }

  .home-category-modal__cards .card.card--category-modal .card-content {
    flex: 1 1 auto;
    flex-shrink: 0;
    width: 100%;
    min-width: 0;
  }

  .home-category-modal__cards .card.card--category-modal .carousel-track img,
  .home-category-modal__cards .card.card--category-modal .carousel-track video {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 220px;
    min-height: 220px;
    flex-shrink: 0;
  }

  .home-category-modal__actions {
    flex-shrink: 0;
    padding: 0.85rem 1.2rem 1.3rem;
    border-top: 1px solid rgba(90, 149, 207, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(248, 251, 254, 0.95) 100%);
  }

  .home-category-modal__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 3rem;
    padding: 0.82rem 1.45rem;
    border: none;
    border-radius: 999px;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(135deg, #4f8fc9 0%, #5a95cf 40%, #66a6e6 100%);
    box-shadow:
      0 10px 26px rgba(90, 149, 207, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition:
      transform 0.26s ease,
      box-shadow 0.26s ease,
      filter 0.26s ease;
  }

  .home-category-modal__cta i {
    font-size: 0.82rem;
    opacity: 0.92;
    transition: transform 0.26s ease;
  }

  .home-category-modal__cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow:
      0 14px 32px rgba(90, 149, 207, 0.45),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }

  .home-category-modal__cta:hover i {
    transform: translateY(2px);
  }

  .home-category-modal__cta:active {
    transform: translateY(0);
  }

  #experiences.card-filter-active .card:not(.card--nav-highlight) {
    display: none !important;
  }

  #experiences.card-filter-active .card.card--nav-highlight {
    scroll-margin-top: 5.5rem;
  }

  @media (min-width: 641px) {
    .home-category-modal__cards {
      column-count: 2;
      padding: 0.4rem 1.35rem 1.4rem;
    }
  }

  @media (min-width: 900px) {
    .home-category-nav__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 640px) {
    .home-category-modal__panel {
      width: 100%;
      max-height: min(92vh, 920px);
      border-radius: 18px 18px 0 0;
      margin-top: auto;
      align-self: flex-end;
    }

    .home-category-modal {
      align-items: flex-end;
      padding: 0;
    }

    .home-category-modal__head {
      padding: 1.25rem 2.5rem 0.75rem 1.1rem;
    }

    .home-category-modal__cards {
      column-count: 1;
      padding: 0.2rem 0.95rem 1rem;
    }

    .home-category-modal__cards .card.card--category-modal {
      margin-bottom: 1.15rem;
    }

    .home-category-modal__actions {
      padding: 0.75rem 0.95rem max(1rem, env(safe-area-inset-bottom, 0px));
    }
  }

  @media (max-width: 768px) {
    .about-content .about-who-intro {
      width: calc(100% + 24px);
      margin-left: -12px;
      margin-right: -12px;
    }
  }

  .trust-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 7px 40px;
    background-color: #66a6e6;
  }

  .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 500;
    transition: transform 0.25s ease;
  }
  
  .trust-item:hover {
    transform: translateY(-2px);
  }

  .divider {
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,0.6);
  }

  .card-video {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .carousel-track video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .carousel-track video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    flex-shrink: 0;
    min-width: 100%;
    display: block;
  }

  .carousel-track img[src*="mate2"] {
    object-position: center 100%;
  }
  .carousel-track img[src*="barbot-2"],
  .gallery-grid img[src*="barbot-2"] {
    filter: brightness(1.48) contrast(1.04) saturate(1.12);
  }

  .carousel-track img[src*="ref4"] {
    object-position: center 80%;
  }

  .card-content .card-meta-stack {
    font-size: 0.9rem;
  }

  .card-content .card-meta-line {
    font-size: 0.9rem;
    font-weight: 500;
    color: #334155;
  }

  .whatsapp-float {
    position: fixed;
    bottom: calc(25px + env(safe-area-inset-bottom, 0px));
    right: calc(25px + env(safe-area-inset-right, 0px));
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 999;
  
    animation: whatsappPulse 3s infinite;
  }

  .whatsapp-float svg {
    display: block;
  }
  
  .whatsapp-float:hover {
    transform: scale(1.1);
  }
  
  /* Animación tipo "latido" */
  
  @keyframes whatsappPulse {
  
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
  
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
  
    100% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
  
  }

  .taxi-float {
    position: fixed;
    /* Encima del botón WhatsApp (60px + 25px bottom + 12px de espacio) */
    bottom: calc(97px + env(safe-area-inset-bottom, 0px));
    right: calc(25px + env(safe-area-inset-right, 0px));
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 999;
    overflow: hidden;
    transition: transform 0.2s ease;
    animation: taxiFloatPulse 3s infinite;
  }

  .taxi-float img {
    width: 78%;
    height: 78%;
    object-fit: contain;
    display: block;
    pointer-events: none;
  }

  .taxi-float:hover {
    transform: scale(1.1);
  }

  @keyframes taxiFloatPulse {
    0% {
      box-shadow: 0 0 0 0 rgba(102, 166, 230, 0.55);
    }

    70% {
      box-shadow: 0 0 0 15px rgba(102, 166, 230, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(102, 166, 230, 0);
    }
  }

  .liebres-hero {
    position: relative;
    height: 55vh;
    overflow: hidden;
    background: #1e3048;
  }

  .liebres-dining-hero {
    height: 43vh;
    background-image: url("../Assets/images/lieb2121.webp?v=20260522perf");
    background-size: cover;
    background-position: center 66%;
    background-repeat: no-repeat;
  }

  .legado-hero {
    height: 43vh;
    background-image: url("../Assets/images/legado1.jpg");
    background-size: cover;
    background-position: center 42%;
    background-repeat: no-repeat;
  }

  @media (max-width: 900px) {
    .liebres-dining-hero {
      height: 39vh;
      background-size: cover;
      background-position: center 64%;
    }

    .legado-hero {
      height: 39vh;
      background-position: center 40%;
    }
  }

  .liebres-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  @media (prefers-reduced-motion: reduce) {
    .liebres-hero-video {
      display: none;
    }

    .liebres-hero {
      background-image: url("../Assets/images/lieb1.webp?v=20260522perf");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
  }

  .historic-lasliebres-hero {
    height: 55vh;
    background-image:
      linear-gradient(135deg, rgba(30, 55, 90, 0.35), rgba(47, 103, 163, 0.25)),
      url("../Assets/images/colonia.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .price-options {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .menu-toggle {
    font-size: 22px;
    cursor: pointer;
    color: #66a6e6;
    margin-left: auto;
    margin-right: 20px;
  }
  
  
  .hamburger-menu ul {
    list-style: none;
    padding: 10px 0;
  }
  
  .hamburger-menu li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: 0.2s;
  }

  .hamburger-menu .nav-cat-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #5a95cf;
  }

  .hamburger-menu .nav-cat-icon use {
    pointer-events: none;
  }

  .hamburger-menu li:hover .nav-cat-icon {
    color: #66a6e6;
  }
  
  .hamburger-menu li:hover {
    background: #f5f5f5;
    color: #66a6e6;
  }

  .hamburger-menu {
    position: absolute;
    top: 80px;
    right: 250px; /* 👈 controla desde acá */
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    width: min(280px, calc(100vw - 32px));
    display: none;
    z-index: 999;
  }

  .hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  
  .hero-buttons .btn {
    display: inline-flex;
    width: auto;
    padding: 8px 16px;
    font-size: 0.85rem;
    white-space: nowrap;
  }

  .experience-filters{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:40px 0 20px 0;
  }

  .experience-buttons{
    display:flex;
    justify-content:center;
    gap: 100px;
    margin:40px 0;
  }

  .experience-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    margin:20px 0 5px 0;
  }

  .day-hero{
    height: 55vh;
    background-image: url("../Assets/images/day2.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    display:flex;
    align-items:center;
    justify-content:center;
    position: relative;
    text-align: center;
  }

  .day-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(255,255,255,0.25);
  }

  .day-hero h1{
    color:white;
    font-size:3rem;
    position:relative;
    z-index:1;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
  }

  .aftertour-hero{
    height: 55vh;
    background-image: url("../Assets/images/bruma2.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    display:flex;
    align-items:center;
    justify-content:center;
    position: relative;
    text-align: center;
  }

  .aftertour-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.35);
  }

  .aftertour-hero h1{
    color:white;
    font-size:3rem;
    position:relative;
    z-index:1;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
  }

  .night-hero{
    height:55vh;
    background-image:url("../Assets/images/night2.webp?v=20260522perf");
    background-size:cover;
    background-position:center 40%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
  }

  .night-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.45);
  }

  .night-hero h1{
    color:white;
    font-size:3rem;
    position:relative;
    z-index:1;
  }

  .top-links{
    display:flex;
    align-items:center;
    margin-right:20px;
    }
    
    .top-links a {
        display: flex;
        align-items: center;
        gap: 6px;
      
        padding: 8px 16px;
        border-radius: 20px;
      
        text-decoration: none;
        font-size: 0.95rem;
        font-weight: 500;
      
        color: #5a95cf;
      
        background: rgba(102,166,230,0.12); /* 👈 leve fondo */
        border: 1px solid rgba(102,166,230,0.25);
      
        transition: all 0.25s ease;
      }
        
      .top-links a:hover {
        background: linear-gradient(135deg, #6ea8e5, #5a95cf);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(90,149,207,0.3);
      }

      .top-links a:hover .nav-about-icon {
        color: white;
      }

        .experience-steps-title{
            margin-top: 30px;
            margin-bottom: 10px;
            color: #66a6e6;
          }
          
          .experience-steps ul{
            list-style: none;
            padding: 0;
          }
          
          .experience-steps li{
            margin-bottom: 12px;
            line-height: 1.5;
          }

          /* ===== ABOUT PAGE ===== */

.about-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(1.1rem, 2.8vw, 1.65rem) clamp(1rem, 3.5vw, 1.35rem) clamp(1.35rem, 3vw, 1.85rem);
    background: transparent;
  }

  .about-hero-title {
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: #2c3e50;
    font-size: clamp(1.65rem, 4.2vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 0 clamp(0.85rem, 2vw, 1.1rem);
    padding: 0 12px;
    width: 100%;
    max-width: min(1040px, 100%);
    box-sizing: border-box;
    text-wrap: balance;
  }

  .about-hero-carousel {
    position: relative;
    width: 100%;
    max-width: min(1040px, 100%);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(102, 166, 230, 0.12);
    box-shadow:
      0 8px 32px rgba(47, 103, 163, 0.09),
      0 2px 8px rgba(0, 0, 0, 0.04);
  }

  .about-hero-track {
    display: flex;
    transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .about-hero-slide {
    flex: 0 0 100%;
    min-width: 100%;
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 220px;
    max-height: min(70vh, 540px);
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .about-hero-slide img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .about-hero .about-hero-carousel-btn {
    z-index: 3;
    top: 50%;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    color: #2f4a63;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 4px 18px rgba(47, 103, 163, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0.9;
    transform: translateY(-50%);
    transition:
      opacity 0.25s ease,
      background 0.25s ease,
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }

  .about-hero .about-hero-carousel-btn:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.95);
    color: #1e3a5f;
    box-shadow: 0 8px 24px rgba(47, 103, 163, 0.16);
    transform: translateY(-50%) scale(1.05);
  }

  .about-hero .about-hero-carousel-btn:active {
    transform: translateY(-50%) scale(0.98);
  }

  .about-hero .about-hero-carousel-btn.prev {
    left: 14px;
  }

  .about-hero .about-hero-carousel-btn.next {
    right: 14px;
  }

  @media (max-width: 768px) {
    .about-hero-carousel {
      border-radius: 14px;
      max-width: 100%;
    }

    .about-hero-slide {
      aspect-ratio: 4 / 3;
      min-height: 200px;
      max-height: min(58vh, 420px);
    }

    .about-hero .about-hero-carousel-btn {
      width: 2.45rem;
      height: 2.45rem;
      font-size: 1.22rem;
      opacity: 0.88;
    }

    .about-hero .about-hero-carousel-btn.prev {
      left: 10px;
    }

    .about-hero .about-hero-carousel-btn.next {
      right: 10px;
    }
  }
  
  /* CONTENT */
  
  .about-content {
    max-width: 1000px;
    margin: 48px auto;
    padding: 0 20px;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  /* About Us — “Who we are”: mismo lenguaje visual que home-about-intro */
  .about-content .about-who-intro {
    width: calc(100% + 40px);
    max-width: none;
    margin: 0 -20px clamp(2rem, 5vw, 3rem);
    box-sizing: border-box;
  }

  .about-content .about-who-intro__head {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-content .about-who-intro__head .home-about-intro__accent {
    margin-bottom: 0.65rem;
  }

  .about-content .about-who-intro .home-about-intro__body {
    gap: 0;
  }

  /* About Us: entrada al scroll (aboutus.html + html.js-reveal) */
  html.js-reveal .about-reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(22px);
  }

  html.js-reveal .about-reveal {
    transition:
      opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.js-reveal .about-content .about-who-intro__head.about-reveal {
    transition-delay: 0s;
  }

  html.js-reveal .about-content .about-who-intro .home-about-intro__body.about-reveal {
    transition-delay: 0.09s;
  }

  html.js-reveal .about-quote-wrap.about-reveal {
    transition-delay: 0.06s;
  }

  @media (prefers-reduced-motion: reduce) {
    html.js-reveal .about-reveal {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }

  .about-content .about-team-note {
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
    line-height: 1.55;
    margin: 0 0 20px 0;
  }

  .about-page-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 44px;
  }

  .about-quote {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    font-weight: 500;
    line-height: 1.6;
    color: #2c2c2c;
    margin: 0;
  }

  .about-quote-wrap {
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
  }

  .about-quote--closing {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* TEAM GRID (IMPORTANTE) */
.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  /* TEAM CARD */
  .team-card {
    display: flex;
    gap: 25px;
    align-items: flex-start; /* mejor que center */
    background: white;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid rgba(102, 166, 230, 0.12);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition:
      transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease,
      border-color 0.35s ease;
  }

  .team-card-aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    width: 160px;
  }

  .team-info {
    flex: 1;
    min-width: 0;
  }
  
  /* hover pro */
  .team-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 22px 44px rgba(102, 166, 230, 0.14),
      0 10px 24px rgba(0, 0, 0, 0.08);
    border-color: rgba(102, 166, 230, 0.35);
  }
  
  .team-card-aside img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .team-card:hover .team-card-aside img {
    transform: scale(1.045);
  }

  @media (hover: none) {
    .team-card:hover {
      transform: none;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      border-color: rgba(102, 166, 230, 0.12);
    }

    .team-card:hover .team-card-aside img {
      transform: none;
    }
  }
  
  .team-info h3 {
    margin-bottom: 6px;
  }
  
  .team-info .role {
    color: #66a6e6;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .team-info .birthday {
    margin: 0 0 6px 0;
  }

  .about-content .team-info p:not(.role):not(.birthday) {
    margin: 0;
    line-height: 1.55;
  }

  .about-content .team-card-aside .team-linkedin-wrap {
    margin: 0;
    line-height: 1.3;
    text-align: center;
    width: 100%;
  }

  .team-linkedin-link {
    font-weight: 600;
    font-size: 0.85rem;
    color: #0a66c2;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .team-linkedin-link:hover {
    color: #004182;
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
  
    .team-grid {
      grid-template-columns: 1fr; /* 👈 1 columna en mobile */
    }
  
    .team-card {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .team-card-aside {
      width: 120px;
    }
  
    .team-card-aside img {
      width: 120px;
      height: 120px;
    }
  
  }
  .card-content .medical {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 12px;
    padding: 6px 12px;
    border: 1px solid rgba(4, 140, 92, 0.32);
    border-radius: 999px;
    background: #cef3dc;
    color: #054d28;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.01em;
    box-shadow: 0 1px 2px rgba(4, 122, 80, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .card-content .medical:hover {
    background: #bfebd1;
    border-color: rgba(4, 140, 92, 0.45);
    box-shadow: 0 2px 6px rgba(4, 122, 80, 0.14);
  }

  .preferences-box {
    background: #f4efe9;
    border-left: 4px solid #66a6e6;
    border-radius: 10px;
    padding: 20px;
    min-width: 280px;
  }
  
  .preferences-box h3 {
    margin-bottom: 15px;
    color: #66a6e6;
  }
  
  .preferences-box label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    cursor: pointer;
  }
  
  .preferences-box input[type="checkbox"] {
    accent-color: #66a6e6;
    transform: scale(1.1);
    cursor: pointer;
  }

  .liebres-group-guide-wrap {
    margin: 20px 0 12px;
    padding: 16px 18px;
    background: rgba(90, 149, 207, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(47, 103, 163, 0.12);
    max-width: 900px;
  }

  .liebres-group-guide-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }

  .liebres-group-guide-row .liebres-guide-label {
    flex: 1;
    min-width: 0;
  }

  .liebres-guide-help-wrap {
    position: relative;
    flex-shrink: 0;
    padding-top: 2px;
  }

  .liebres-guide-help-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 4px 6px;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-size: 1.15rem;
    line-height: 1;
    cursor: help;
    color: #2f67a3;
    transition: background 0.15s ease;
  }

  .liebres-guide-help-btn:hover,
  .liebres-guide-help-btn:focus-visible {
    background: rgba(47, 103, 163, 0.12);
    outline: none;
  }

  .liebres-guide-help-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    z-index: 30;
    /* 100% here was the narrow icon wrap — use viewport-based width so the tooltip stays readable */
    width: min(320px, calc(100vw - 24px));
    box-sizing: border-box;
    margin: 0;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid rgba(47, 103, 163, 0.2);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(30, 50, 80, 0.12);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
    color: #2a3a4a;
  }

  .liebres-guide-help-panel p {
    margin: 0;
  }

  .liebres-guide-option {
    margin: 18px 0 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(47, 103, 163, 0.15);
  }

  .liebres-guide-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.45;
  }

  .liebres-guide-label input {
    margin-top: 4px;
    flex-shrink: 0;
  }

  .liebres-horse-times-wrap {
    margin: 14px 0 18px;
    text-align: left;
  }

  .liebres-horse-times-title {
    margin: 0 0 6px;
    color: #66a6e6;
    text-align: left;
  }

  .liebres-horse-times-title strong {
    color: inherit;
  }

  .liebres-horse-times-note {
    margin: 0 0 10px;
    opacity: 0.9;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .liebres-horse-times-list {
    margin-bottom: 0;
  }

  .preferences-inside h3 {
    color: #66a6e6;
    margin-bottom: 15px;
  }

  .preferences-inside {
    display: flex;
    flex-direction: column;
  }

  .preferences-inside label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    cursor: pointer;
  }

  .includes-list,
  .preferences-inside {
    display: flex;
    flex-direction: column;
  }

  .includes-li-note {
    list-style: none;
    margin: 8px 0 0;
    padding-left: 0;
    font-size: 0.9rem;
    color: #5c6670;
    line-height: 1.45;
  }

  .help-icon {
    cursor: pointer;
  }

  .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    display: none; /* importante */
    justify-content: center;
    align-items: center;
  
    background: rgba(0,0,0,0.5);
    z-index: 9999; /* 🔥 ESTO ES LO QUE FALTA CASI SEGURO */
  }

  .popup-box {
    background: white;
    padding: 25px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s ease;
  }

  .bruma-tier-wrap {
    margin: 12px 0 16px;
    padding: 12px 14px;
    background: rgba(90, 149, 207, 0.08);
    border-radius: 10px;
    border: 1px solid rgba(47, 103, 163, 0.15);
    text-align: left;
  }

  .bruma-tier-heading {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 0.95rem;
  }

  .bruma-tier-option {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .bruma-tier-option input {
    margin-top: 3px;
    flex-shrink: 0;
  }

  .bruma-menu-panel {
    margin-bottom: 8px;
    text-align: left;
  }

  .order-menu-tier {
    font-size: 1rem;
    margin: 0 0 6px;
    color: #2c3e50;
  }

  .order-menu-tier strong {
    color: #2c3e50;
  }

  .order-tier-serving-note {
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0 0 10px;
    color: #5c6670;
  }
  
  .popup-box p {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  
  
  .popup-box button:hover {
    background: #4f8fc9;
  }
  
  /* animación suave */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .popup-overlay.active {
    display: flex;
  }

  .close-x {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
  }
  .popup-box {
    position: relative;
  }
  .popup-overlay {
    backdrop-filter: blur(4px);
  }

  .popup-box strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  .popup-box .liebres-horse-times-wrap .liebres-horse-times-note,
  .popup-box .liebres-horse-times-wrap .liebres-horse-times-note strong {
    display: inline;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: left;
  }

  .popup-box .liebres-horse-times-wrap .liebres-horse-times-flow-list {
    margin: 0.65rem 0 10px;
    padding-left: 1.15rem;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.45;
    opacity: 0.92;
    list-style: disc;
    text-align: left;
  }

  .popup-box .liebres-horse-times-wrap .liebres-horse-times-flow-list li {
    margin-bottom: 0.35rem;
    text-align: left;
  }

  .popup-title {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px; /* controla el espacio */
  }

  .popup-list {
    text-align: left;
    margin: 10px auto 20px;
    padding-left: 20px;
    max-width: 320px;
  }

  .popup-list--checks label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-align: left;
  }
  
  .popup-list li {
    margin-bottom: 8px;
  }

  .card {
    position: relative;
  }
  
  /* Romantic dinner card: light pill circle (like Experience details); heart uses Premium salmon gradient */
  .card > .card-heart-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 100;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8eef6;
    border: 1px solid rgba(30, 58, 95, 0.12);
    box-shadow: 0 1px 2px rgba(30, 58, 95, 0.12);
    pointer-events: none;
  }

  .card > .card-heart-badge svg {
    display: block;
    flex-shrink: 0;
  }
  
  .discount-badge {
    position: absolute;
    top: 16px;
    left: 16px;
  
    background: linear-gradient(135deg, #ff5f5f, #ff7f7f);
    color: white;
  
    font-size: 0.95rem;
    font-weight: 800;
  
    padding: 10px 18px;
    border-radius: 999px;
  
    z-index: 100; /* 🔥 más alto aún */
  
  
    backdrop-filter: blur(4px);
  
    pointer-events: none;
  }

  /* Home card: “coming soon” — bottom of photo so it doesn’t cover faces */
  .discount-badge.discount-badge--walking-free {
    background: linear-gradient(135deg, #00d166, #3dffa8);
    box-shadow: 0 6px 20px rgba(0, 209, 102, 0.45);
    font-size: 0.88rem;
    letter-spacing: 0.15px;
    line-height: 1.25;
    max-width: calc(100% - 32px);
    text-align: center;
  }

  .discount-badge.discount-badge--last-spots {
    background: linear-gradient(135deg, #e67e22, #f5a623);
    box-shadow: 0 6px 20px rgba(230, 126, 34, 0.45);
    font-size: 0.88rem;
    letter-spacing: 0.15px;
    line-height: 1.25;
    max-width: calc(100% - 32px);
    text-align: center;
  }

  .walking-price-free,
  .bike-price-promo {
    color: #00b955;
    font-weight: 800;
    text-shadow: 0 1px 10px rgba(0, 209, 102, 0.35);
  }

  @media (max-width: 600px) {
    .discount-badge.discount-badge--walking-free,
    .discount-badge.discount-badge--last-spots {
      font-size: 0.78rem;
      padding: 8px 14px;
    }
  }

  .card-image.carousel > .discount-badge.discount-badge--coming-soon {
    top: auto;
    bottom: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
    background: linear-gradient(135deg, #c9a227, #e8c547);
    color: #2c2416;
    border: 1px solid rgba(90, 70, 20, 0.22);
    box-shadow: 0 2px 8px rgba(44, 36, 22, 0.18);
    text-shadow: none;
  }

  .card-buttons .btn {
    display: inline-block !important;
    padding: 8px 14px !important;
    border-radius: 20px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: white !important;
  
    background: linear-gradient(135deg, #6ea8e5, #4c95de) !important;
  }

  .card-buttons .btn.secondary {
    background: linear-gradient(135deg, #5662b0, #70b7d8) !important;
    color: white !important;
  }

  .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .card-description.expanded {
    display: block; /* 👈 CLAVE */
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .see-more {
    font-weight: 600;
    color: #4a7fb3;
    cursor: pointer;
    transition: 0.2s;
  }
  
  .see-more:hover {
    opacity: 0.7;
  }

  


  .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  
    max-height: 140px;
    transition: max-height 0.35s ease;
    position: relative;
  }
  
  .card-description.expanded {
    -webkit-line-clamp: unset;
    max-height: 500px;
  }
  
  .card-description.expanded-temp {
    display: block;
    visibility: hidden;
    position: absolute;
  }

  /* Category landing pages: night.html, day.html & aftertour.html */
.day-page .cards,
.aftertour-page .cards,
.night-page .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 24px;
    padding: 60px 80px;
  }

  .day-page .card,
  .aftertour-page .card,
  .night-page .card {
    max-width: 380px;
    margin: 0 auto;
  }

  .day-page .cards,
  .aftertour-page .cards,
  .night-page .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 24px;
    padding: 0px 80px 60px 80px;
    justify-items: center; /* 👈 clave */
  }

  .day-experiences-loading,
  .day-experiences-fallback,
  .aftertour-experiences-loading,
  .aftertour-experiences-fallback {
    grid-column: 1 / -1;
    text-align: center;
    color: #475569;
    font-size: 1rem;
    padding: 1rem 0 2rem;
  }

  .day-experiences-fallback a,
  .aftertour-experiences-fallback a {
    color: #2563eb;
    font-weight: 600;
  }

  .aftertour-page .coffee-content .aftertour-intro-text,
  .day-page .coffee-content .day-intro-text,
  .night-page .coffee-content .night-intro-text {
    font-weight: 700;
  }

  .day-page .category-landing-footer,
  .aftertour-page .category-landing-footer,
  .night-page .category-landing-footer {
    justify-content: center;
    margin-top: 0;
    padding: 0 80px 60px;
  }

  .night-hero {
    background-image: url("../Assets/images/night2.webp?v=20260522perf"); /* 👈 tu nueva imagen */
  
    background-size: cover;
    background-position: 20% 60%;
    background-repeat: no-repeat;
  
    height: 320px;
    width: 100%;
  
    position: relative;
  }

  .toros-night-hero {
    background-image: url("../Assets/images/toros4.webp?v=20260522perf"); /* 👈 tu nueva imagen */
  
    background-size: cover;
    background-position: 20% 60%;
    background-repeat: no-repeat;
  
    height: 320px;
    width: 100%;
  
    position: relative;
  }

  .mision-night-hero {
    height: 320px;
    background-image: url("../Assets/images/mision1.webp?v=20260522perf"); /* tu imagen */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  
  .mision-night-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
  }
  
  .mision-night-hero h1 {
    color: white;
    font-size: 3rem;
    position: relative;
    z-index: 1;
  }

  .mision-night-hero .mision-hero-gift-badge {
    top: 18px;
    left: 18px;
    right: auto;
    z-index: 2;
    font-size: 0.95rem;
    padding: 10px 18px;
    letter-spacing: 0.2px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  }

  @media (max-width: 600px) {
    .mision-night-hero .mision-hero-gift-badge {
      top: 12px;
      left: 12px;
      right: auto;
      font-size: 0.82rem;
      padding: 8px 14px;
      max-width: min(220px, calc(100% - 24px));
      line-height: 1.25;
      text-align: center;
    }
  }
  .card-image img[src*="sushi1"] {
    object-position: center 70%;
  }

  .sio-night-hero {
    background-image: url("../Assets/images/sushin.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  
    height: 300px; /* 👈 clave */
    display: flex;
    align-items: center;
    justify-content: center;
  
    position: relative;
  }
  .sio-night-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* oscurece */
  }
  .sio-night-hero h1 {
    color: white;
    font-size: 2.5rem;
    z-index: 1;
    text-align: center;
  }

  .sio-hero {
    background-image: url("../Assets/images/sio1.webp?v=20260522perf");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .sio-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .sio-hero h1 {
    color: white;
    font-size: 2.5rem;
    z-index: 1;
    text-align: center;
  }

  .all-services {
    margin-top: 20px;
  }
  
  .all-services summary {
    cursor: pointer;
    font-weight: 600;
    color: #4a7bbf;
    margin-bottom: 10px;
  }
  
  .services-content {
    margin-top: 10px;
    padding: 15px;
    background: #f5f7fa;
    border-radius: 12px;
  }
  
  .services-content h4 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  .services-content ul {
    padding-left: 18px;
  }
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  @media (max-width: 768px) {
    .services-grid {
      grid-template-columns: 1fr;
    }
  }

  .lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  
  .lightbox.active {
    display: flex;
  }
  
  .lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
  }
  
  .close-lightbox {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
  }

  .lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  
  .lightbox.active {
    display: flex;
  }
  
  .lightbox-img {
    max-width: 85%;
    max-height: 85%;
    border-radius: 12px;
  }
  
  .close-lightbox {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
  }
  
  /* Lightbox: flechas anterior / siguiente */
  .lightbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;

    width: 52px;
    height: 52px;
    padding: 0;
    margin: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 1.75rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;

    color: #fff;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
      0 4px 24px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.15);

    transition:
      background 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease,
      box-shadow 0.2s ease;
  }

  .lightbox-btn:hover {
    background: rgba(102, 166, 230, 0.35);
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow:
      0 8px 32px rgba(59, 79, 209, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.06);
  }

  .lightbox-btn:active {
    transform: translateY(-50%) scale(0.96);
  }

  .lightbox-btn:focus-visible {
    outline: 2px solid rgba(102, 166, 230, 0.9);
    outline-offset: 3px;
  }

  .lightbox .prev {
    left: max(16px, env(safe-area-inset-left));
  }

  .lightbox .next {
    right: max(16px, env(safe-area-inset-right));
  }

  @media (max-width: 768px) {
    .lightbox-btn {
      width: 46px;
      height: 46px;
      font-size: 1.5rem;
    }

    .lightbox .prev {
      left: 10px;
    }

    .lightbox .next {
      right: 10px;
    }
  }
  .boat-hero {
    background-image: url("../Assets/images/boat1.webp?v=20260522perf");
    background-size: cover;
    background-position: center 90%;
    background-repeat: no-repeat;
  
    height: 300px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    position: relative;
  }
  .boat-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
  }
  
  .boat-hero h1 {
    color: white;
    font-size: 2.5rem;
    z-index: 1;
    text-align: center;
  }

  /* Sunset Boat only — same image as gallery slot 6 (boat4.webp) */
  .boat-hero--sunset-boat {
    background-image: url("../Assets/images/boat4.webp?v=20260522perf");
    background-position: center 55%;
  }

  .boat-hero--walking-asado {
    background-image: url("../Assets/images/asado12.webp?v=20260522perf");
    background-position: center center;
  }

  .bar-hero{
    height:55vh;
    background-image:url("../Assets/images/delrio1.webp?v=20260522perf");
    background-size:cover;
    background-position:center 40%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
  }

  .bar-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.45);
  }

  .bar-hero h1{
    color:white;
    font-size:3rem;
    position:relative;
    z-index:1;
  }

  .barbot-hero {
    height: 55vh;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .barbot-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../Assets/images/barbot-2.webp?v=20260522perf");
    background-size: cover;
    background-position: center 40%;
    filter: brightness(1.5) contrast(1.03) saturate(1.14);
  }

  .barbot-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.24);
  }

  .barbot-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 1.5rem;
    text-align: center;
    max-width: 36rem;
  }

  .barbot-hero-inner h1 {
    color: #fff;
    font-size: clamp(1.35rem, 3.8vw, 2.1rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  }

  .barbot-hero-deck {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(0.95rem, 2.4vw, 1.05rem);
    line-height: 1.5;
    margin: 0;
    max-width: 34rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  }

  .barbot-hero-badge.discount-badge {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }

  /* —— Traditional mate experience page —— */
  .mate-only-hero {
    height: 55vh;
    min-height: 260px;
    background-image: url("../Assets/images/matescon1.webp?v=20260522perf");
    background-size: cover;
    background-position: center 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .mate-only-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(18, 32, 22, 0.55);
  }

  .mate-only-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 1.5rem;
    text-align: center;
    max-width: 36rem;
  }

  .mate-only-hero-inner h1 {
    color: #fff;
    font-size: clamp(1.35rem, 3.8vw, 2.1rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  }

  .mate-only-hero-deck {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(0.95rem, 2.4vw, 1.05rem);
    line-height: 1.5;
    margin: 0;
    max-width: 34rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  }

  .fullday-colonia-hero {
    height: 55vh;
    min-height: 280px;
    background-image:
      linear-gradient(135deg, rgba(30, 55, 90, 0.42), rgba(47, 103, 163, 0.32)),
      url("../Assets/images/plaza.webp?v=20260522perf");
    background-size: cover;
    background-position: center 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .fullday-colonia-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    max-width: 40rem;
  }

  .fullday-colonia-hero-inner h1 {
    color: #fff;
    font-size: clamp(1.35rem, 3.8vw, 2.15rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  }

  .fullday-colonia-hero-deck {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(0.95rem, 2.4vw, 1.05rem);
    line-height: 1.5;
    margin: 0;
    max-width: 34rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  }

  .fullday-colonia-hero-badges {
    list-style: none;
    margin: 0.35rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem 0.55rem;
    max-width: 36rem;
  }

  .fullday-colonia-hero-badges li {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #1e3a5f;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }

  .fullday-colonia-hero-price {
    margin: 0.25rem 0 0;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(92, 151, 214, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    font-size: clamp(0.92rem, 2.2vw, 1.02rem);
    font-weight: 700;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  }

  .page-fullday-colonia .fullday-colonia-practical {
    margin-bottom: 0.5rem;
  }

  .page-fullday-colonia .fullday-colonia-itinerary .activity-meta-row > span {
    font-weight: 700;
    color: #2c3e50;
  }

  .page-fullday-colonia .price-box h3 strong {
    font-weight: 700;
    color: inherit;
  }

  .page-fullday-colonia .price-box .price-box-detail strong {
    font-weight: 700;
    color: #66a6e6;
  }

  .page-fullday-colonia .fullday-colonia-practical .activity-meta-row strong {
    font-weight: 700;
    color: #2c3e50;
  }

  .page-fullday-colonia .price-box .price-box-detail:not(.fullday-colonia-transport-note) {
    font-weight: 400;
    color: #444;
    font-size: 1.05rem;
  }

  .page-fullday-colonia .price-box .fullday-colonia-transport-note {
    font-weight: 600;
    color: #444;
    font-size: 0.92rem;
  }

  .page-fullday-colonia .order-transport-note {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    color: #5a6d82;
    line-height: 1.4;
  }

  .page-fullday-colonia .fullday-colonia-support-date-line {
    margin: 0 0 0.65rem;
    font-weight: 600;
    color: #2c3e50;
  }

  .experience-about-head {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.75rem 1rem;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
  }

  .experience-about-head h2 {
    margin: 0;
    flex: 0 1 auto;
    min-width: 0;
    padding-right: 0.5rem;
  }

  .experience-about-head .google-reviews-cta {
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 0;
  }

  .page-fullday-colonia .coffee-content {
    overflow: visible;
  }

  .page-fullday-colonia .experience-about-head {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-height: 2.75rem;
    padding-right: 0;
  }

  .page-fullday-colonia .experience-about-head h2 {
    padding-right: 11.5rem;
  }

  .page-fullday-colonia .experience-about-head .google-reviews-cta {
    position: absolute;
    top: 0;
    right: calc((100% - 100vw) / 2 + 44px);
    margin: 0;
  }

  @media (max-width: 768px) {
    .page-fullday-colonia .experience-about-head {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem;
      min-height: 0;
    }

    .page-fullday-colonia .experience-about-head h2 {
      padding-right: 0;
      width: 100%;
    }

    .page-fullday-colonia .experience-about-head .google-reviews-cta {
      position: static;
      right: auto;
      margin: 0;
      align-self: flex-start;
      max-width: 100%;
    }
  }

  .page-mate-experience .coffee-content.mate-page-content {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
  }

  .page-mate-experience .mate-page-lead {
    font-size: 1.06rem;
    line-height: 1.65;
    margin-bottom: 1rem;
  }

  .page-mate-experience .mate-page-includes-title {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e3a5f;
  }

  .page-mate-experience .mate-popup-guests-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 6px 0 4px;
  }

  .page-mate-experience .mate-popup-guests-row #mateGuestsValue {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e3a5f;
    min-width: 1.5rem;
    text-align: center;
  }

  .page-mate-experience .mate-popup-guests-hint {
    font-size: 0.88rem;
    color: #2f67a3;
    margin: 8px 0 0;
    line-height: 1.4;
    text-align: center;
  }

  .page-mate-experience .mate-summary-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 0.75rem;
  }

  .page-mate-experience .mate-summary-card-row-main {
    flex: 1;
    min-width: 0;
  }

  .page-mate-experience .mate-summary-guests-num {
    font-weight: 500;
  }

  .page-mate-experience .mate-summary-edit-pencil {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.3rem 0.4rem;
    border: none;
    background: transparent;
    color: #2f67a3;
    cursor: pointer;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1;
  }

  .page-mate-experience .mate-summary-edit-pencil:hover,
  .page-mate-experience .mate-summary-edit-pencil:focus-visible {
    background: rgba(47, 103, 163, 0.12);
    color: #1e3a5f;
    outline: none;
  }

  .page-cabal .cabal-inline-price {
    margin: 0 0 0.4rem;
    font-size: 1.12rem;
    color: #1e3a5f;
  }

  .page-cabal .cabal-inline-price strong {
    font-weight: 700;
  }

  .page-cabal .cabal-availability-notice {
    margin: 0 0 0.85rem;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #f5b5c0;
    background: #fff0f3;
    text-align: center;
  }

  .page-cabal .cabal-availability-notice p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #7c1d2d;
    font-weight: 500;
  }

  .page-cabal .cabal-guide-addon {
    margin: 0 0 0.85rem;
  }

  .page-cabal .cabal-guide-addon__row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #c8d4e0;
    background: #eef3f9;
  }

  .page-cabal .cabal-guide-addon__label {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1;
    min-width: 0;
    margin: 0;
    cursor: pointer;
  }

  .page-cabal .cabal-guide-addon__checkbox {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
    accent-color: #2563eb;
    cursor: pointer;
  }

  .page-cabal .cabal-guide-addon__text {
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.35;
    color: #334155;
  }

  .page-cabal .cabal-guide-addon__info {
    flex-shrink: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    border: none;
    background: #93c5fd;
    color: #fff;
    font-size: 0.95rem;
    font-style: italic;
    font-weight: 700;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-cabal .cabal-guide-addon__info:hover,
  .page-cabal .cabal-guide-addon__info:focus-visible {
    background: #60a5fa;
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #2563eb;
  }

  .page-cabal .cabal-guide-addon__help {
    margin-top: 0.5rem;
    padding: 0 0.15rem;
  }

  .page-cabal .cabal-guide-addon__help p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #475569;
  }

  .page-cabal .includes-list h3 {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    color: #2c3e50;
  }

  .page-cabal .preferences-inside .cabal-popup-guests-title {
    margin-top: 14px;
  }

  .page-cabal .cabal-popup-guests-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 6px 0 4px;
  }

  .page-cabal .cabal-popup-guests-row #cabalGuestsValue {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e3a5f;
    min-width: 1.5rem;
    text-align: center;
  }

  .page-cabal .cabal-popup-guests-hint {
    font-size: 0.88rem;
    color: #2f67a3;
    margin: 8px 0 0;
    line-height: 1.4;
    text-align: center;
  }

  .page-cabal .cabal-summary-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 0.75rem;
  }

  .page-cabal .cabal-summary-card-row-main {
    flex: 1;
    min-width: 0;
  }

  .page-cabal .cabal-summary-edit-pencil {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.3rem 0.4rem;
    border: none;
    background: transparent;
    color: #2f67a3;
    cursor: pointer;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1;
  }

  .page-cabal .cabal-summary-edit-pencil:hover,
  .page-cabal .cabal-summary-edit-pencil:focus-visible {
    background: rgba(47, 103, 163, 0.12);
    color: #1e3a5f;
    outline: none;
  }

  .page-barbot-brewpub .coffee-content {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
  }

  .page-barbot-brewpub .coffee-content .medical {
    margin-top: 0.75rem;
    margin-bottom: 1.35rem;
  }

  .barbot-page-content > h2 {
    margin-top: 0.25rem;
  }

  .barbot-lead {
    font-size: 1.06rem;
    line-height: 1.65;
    margin-bottom: 1.35rem;
  }

  .barbot-lead strong {
    font-weight: 600;
  }

  .barbot-awards-wrap {
    margin: 0 0 1.25rem;
  }

  .barbot-awards-details {
    border: none;
  }

  .barbot-awards-trigger {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    cursor: pointer;
    margin: 0;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(176, 132, 18, 0.45);
    background: linear-gradient(135deg, #f4df9b, #e8c24a 55%, #d4a72c);
    color: #3d2e08;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 4px 14px rgba(180, 130, 20, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .barbot-awards-trigger:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(180, 130, 20, 0.28);
  }

  .barbot-awards-trigger:focus-visible {
    outline: 3px solid rgba(90, 149, 207, 0.55);
    outline-offset: 3px;
  }

  .barbot-awards-details summary::-webkit-details-marker {
    display: none;
  }

  .barbot-awards-trigger__icon {
    font-size: 1.1rem;
    line-height: 1;
  }

  .barbot-awards-panel {
    margin-top: 1rem;
    padding: 1.1rem 1.15rem 1.2rem;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 251, 235, 0.98), rgba(248, 241, 220, 0.92));
    border: 1px solid rgba(176, 132, 18, 0.22);
    box-shadow: 0 8px 24px rgba(47, 103, 163, 0.08);
  }

  .barbot-awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.85rem 1rem;
  }

  .barbot-awards-card {
    padding: 0.85rem 0.95rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(47, 103, 163, 0.12);
  }

  .barbot-awards-card__title {
    margin: 0 0 0.55rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: #2f67a3;
    line-height: 1.35;
  }

  .barbot-awards-year + .barbot-awards-year {
    margin-top: 0.65rem;
  }

  .barbot-awards-year__label {
    margin: 0 0 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6b7280;
  }

  .barbot-awards-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .barbot-awards-list li {
    font-size: 0.94rem;
    line-height: 1.45;
    color: #374151;
  }

  .barbot-awards-inline-year {
    margin-left: 0.2rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #6b7280;
  }

  .barbot-awards-note {
    margin: 0.65rem 0 0;
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    background: rgba(90, 149, 207, 0.1);
    border: 1px dashed rgba(47, 103, 163, 0.22);
    font-size: 0.9rem;
    line-height: 1.45;
    color: #1f4f84;
  }

  .barbot-medal {
    display: inline-block;
    margin-right: 0.35rem;
    padding: 0.12rem 0.5rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    vertical-align: middle;
  }

  .barbot-medal--bronze {
    color: #5c3b1e;
    background: linear-gradient(135deg, #f0c9a0, #c98a52);
  }

  .barbot-medal--silver {
    color: #3f4a57;
    background: linear-gradient(135deg, #eef2f7, #b8c3d1);
  }

  .barbot-medal--gold {
    color: #4a3708;
    background: linear-gradient(135deg, #ffe9a8, #e4b429);
  }

  .barbot-medal--special {
    color: #1f4f84;
    background: linear-gradient(135deg, rgba(90, 149, 207, 0.22), rgba(47, 103, 163, 0.14));
    text-transform: none;
    font-size: 0.78rem;
  }

  .barbot-varieties-callout {
    margin: 0 0 1.35rem;
    padding: 1rem 1.15rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(90, 149, 207, 0.11), rgba(47, 103, 163, 0.06));
    border: 1px solid rgba(47, 103, 163, 0.18);
    font-size: 1.02rem;
    line-height: 1.55;
    white-space: pre-line;
  }

  .barbot-section-subtitle {
    margin-top: 1.75rem;
  }

  .barbot-moments ul li {
    margin-bottom: 0.65rem;
    line-height: 1.5;
  }

  .page-barbot-brewpub .barbot-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-barbot-brewpub .gallery-grid-slot--empty {
    display: block;
    height: 220px;
    border-radius: 14px;
    background: rgba(90, 149, 207, 0.08);
    border: 1px dashed rgba(90, 149, 207, 0.22);
  }

  @media (max-width: 480px) {
    .page-barbot-brewpub .barbot-awards-trigger {
      display: flex;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      justify-content: center;
      text-align: center;
    }

    .page-barbot-brewpub .barbot-awards-panel {
      padding: 0.9rem 0.75rem 1rem;
    }

    .page-barbot-brewpub .barbot-gallery-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .page-barbot-brewpub .barbot-gallery-grid img,
    .page-barbot-brewpub .barbot-gallery-grid .gallery-grid-slot--empty {
      height: 160px;
    }
  }

  .page-barbot-brewpub .coffee-includes {
    margin-top: 0.35rem;
  }

  .popup-box.popup-box--barbot {
    position: relative;
    text-align: left;
    max-width: 26rem;
  }

  .popup-box--barbot .popup-title {
    text-align: center;
    display: block;
    margin-bottom: 0.35rem;
  }

  .barbot-popup-section-label {
    margin: 0 0 0.15rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #2f67a3;
    text-align: left;
  }

  .barbot-popup-section-label--spaced {
    margin-top: 1rem;
  }

  .barbot-food-list--popup {
    list-style: none;
    margin: 0 0 0.5rem;
    padding: 0;
  }

  .popup-box--barbot .barbot-food-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.55rem;
  }

  .popup-box--barbot .barbot-food-row__label {
    flex: 1;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.95rem;
  }

  .popup-box--barbot .barbot-food-row__qty {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.88rem;
    color: #5c6670;
    white-space: nowrap;
  }

  .barbot-qty-stepper {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  .barbot-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 8px;
    background-color: #66a6e6;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
  }

  .barbot-qty-btn:hover {
    background-color: #4f8ed1;
    transform: translateY(-1px);
  }

  .barbot-qty-btn:active {
    transform: translateY(0);
  }

  .barbot-qty-stepper input[type="number"] {
    width: 2.75rem;
    min-width: 2.75rem;
    padding: 0.35rem 0.25rem;
    border: 1px solid rgba(90, 149, 207, 0.45);
    border-radius: 8px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #2f67a3;
    -moz-appearance: textfield;
  }

  .barbot-qty-stepper input[type="number"]::-webkit-outer-spin-button,
  .barbot-qty-stepper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .popup-box--barbot .barbot-food-row__qty input {
    width: 2.75rem;
    min-width: 2.75rem;
    padding: 0.35rem 0.25rem;
    border: 1px solid rgba(90, 149, 207, 0.45);
    border-radius: 8px;
    text-align: center;
    font-size: 1rem;
  }

  .page-barbot-brewpub .barbot-summary-lines {
    margin: 0.25rem 0 0.85rem 1rem;
    padding: 0;
    color: #3a4a5c;
    line-height: 1.45;
  }

  .page-barbot-brewpub .barbot-summary-total {
    margin: 0.5rem 0 0;
    font-size: 1.05rem;
    color: #2f67a3;
  }

  .page-barbot-brewpub .barbot-summary-empty {
    margin: 0 0 0.5rem;
    color: #5c6670;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .barbot-popup-hint {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    color: #4a5563;
    line-height: 1.45;
  }

  .barbot-popup-beer-note,
  .page-barbot-brewpub .barbot-order-beer-note {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #5c6670;
    font-style: italic;
  }

  .page-barbot-brewpub .barbot-order-beer-note + .barbot-order-beer-note {
    margin-top: 0.15rem;
  }

  /* Barbot Brewery tour page — hero subtitle legibility */
  .page-barbot-tour .fullday-colonia-hero-deck {
    display: inline-block;
    max-width: 36rem;
    margin: 0;
    padding: 0.7rem 1.15rem;
    border-radius: 12px;
    background: rgba(18, 38, 62, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    color: #fff;
    line-height: 1.55;
    text-shadow: none;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  /* Barbot Brewery tour page — two distinct experience cards */
  .page-barbot-tour .barbot-tour-lead {
    max-width: 42rem;
    line-height: 1.6;
    color: #4a5f73;
    margin-bottom: 1.35rem;
  }

  .page-barbot-tour .barbot-tour-hours-bar {
    margin: 0 0 2rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(102, 166, 230, 0.08);
    border: 1px solid rgba(102, 166, 230, 0.22);
    max-width: 36rem;
  }

  .page-barbot-tour .barbot-tour-hours-bar__line {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    color: #2c3e50;
  }

  .page-barbot-tour .barbot-tour-hours-bar__line strong {
    color: #2f67a3;
    margin-right: 0.35rem;
  }

  .page-barbot-tour .barbot-tour-hours-bar__meta {
    margin: 0;
    font-size: 0.88rem;
    color: #5a6d82;
  }

  .page-barbot-tour .barbot-experience-stack {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 0 2.25rem;
    max-width: 52rem;
  }

  .page-barbot-tour .barbot-experience-card {
    position: relative;
    padding: 1.35rem 1.25rem 1.4rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(102, 166, 230, 0.18);
    box-shadow: 0 10px 28px rgba(47, 103, 163, 0.08);
  }

  .page-barbot-tour .barbot-experience-card--premium {
    border-color: rgba(47, 103, 163, 0.32);
    background: linear-gradient(165deg, #fff 0%, #f5f9fd 52%, #eef5ff 100%);
    box-shadow: 0 14px 34px rgba(47, 103, 163, 0.14);
  }

  .page-barbot-tour .barbot-experience-card__head {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 0;
    padding-right: 0.5rem;
  }

  .page-barbot-tour .barbot-experience-card__eyebrow {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5a7fa6;
  }

  .page-barbot-tour .barbot-experience-card__title {
    margin: 0;
    font-size: clamp(1.2rem, 2.8vw, 1.45rem);
    font-weight: 700;
    color: #2f67a3;
    line-height: 1.25;
  }

  .page-barbot-tour .barbot-experience-card--premium .barbot-experience-card__title {
    color: #1e4a7a;
  }

  .page-barbot-tour .barbot-experience-card__deck {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 500;
    color: #4a5f73;
    line-height: 1.5;
  }

  .page-barbot-tour .barbot-experience-card__text {
    margin: 1.35rem 0 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(102, 166, 230, 0.16);
    line-height: 1.62;
    color: #4a5f73;
    max-width: 40rem;
  }

  .page-barbot-tour .barbot-experience-card__includes {
    margin-bottom: 1.15rem;
  }

  .page-barbot-tour .barbot-experience-card__includes-title {
    margin: 0 0 0.55rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .page-barbot-tour .barbot-experience-card__finale {
    margin-bottom: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(102, 166, 230, 0.2);
  }

  .page-barbot-tour .barbot-experience-card__finale-list {
    margin: 0;
    padding-left: 1.15rem;
    color: #2c3e50;
    line-height: 1.55;
  }

  .page-barbot-tour .barbot-experience-card__finale-list li + li {
    margin-top: 0.25rem;
  }

  .page-barbot-tour .barbot-price-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .page-barbot-tour .barbot-price-option {
    padding: 0.95rem 1rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(102, 166, 230, 0.22);
    text-align: left;
  }

  .page-barbot-tour .barbot-price-option__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #5a7fa6;
  }

  .page-barbot-tour .barbot-price-option__name {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
  }

  .page-barbot-tour .barbot-price-option__price {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 700;
    color: #2f67a3;
  }

  .page-barbot-tour .barbot-price-option__per {
    margin: 0.4rem 0 0;
    font-size: 0.88rem;
    font-weight: 500;
    color: #5a7fa6;
    line-height: 1.35;
  }

  .page-barbot-tour .barbot-price-options--single {
    grid-template-columns: minmax(0, 13.5rem);
    margin-top: 0.15rem;
  }

  .page-barbot-tour .barbot-popup-group-label {
    margin: 0.65rem 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5a7fa6;
  }

  .page-barbot-tour .barbot-popup-group-label--premium {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(47, 103, 163, 0.15);
    color: #2f67a3;
  }

  .page-barbot-tour #popupBarbotTour .barbot-popup-guests-heading {
    margin-top: 1rem;
    margin-bottom: 15px;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(47, 103, 163, 0.15);
  }

  .page-barbot-tour .bruma-tier-option-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  /* Barbot tour booking popup — slightly larger titles */
  .page-barbot-tour #popupBarbotTour .popup-title {
    font-size: 1.38rem;
    line-height: 1.3;
  }

  .page-barbot-tour #popupBarbotTour .bruma-tier-heading {
    font-size: 1.08rem;
  }

  .page-barbot-tour #popupBarbotTour .barbot-popup-group-label {
    font-size: 0.88rem;
  }

  .page-barbot-tour #popupBarbotTour .bruma-tier-option {
    font-size: 0.95rem;
  }

  .page-barbot-tour #popupBarbotTour .bruma-tier-option-text strong {
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .page-barbot-tour #popupBarbotTour .preferences-title {
    font-size: 1.08rem;
  }

  @media (max-width: 768px) {
    .page-barbot-tour .fullday-colonia-hero {
      height: auto;
      min-height: 42vh;
      padding: 1rem 0.75rem 1.35rem;
      align-items: stretch;
      justify-content: flex-start;
    }

    .page-barbot-tour .fullday-colonia-hero-inner {
      gap: 0.5rem;
      padding: 0.25rem 0.35rem 0.35rem;
      width: 100%;
      max-width: 100%;
    }

    .page-barbot-tour .fullday-colonia-hero-inner h1 {
      font-size: clamp(1.15rem, 5.2vw, 1.55rem);
      line-height: 1.22;
      margin: 0;
    }

    .page-barbot-tour .fullday-colonia-hero-deck {
      display: block;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 0.55rem 0.7rem;
      font-size: 0.86rem;
      line-height: 1.42;
    }

    .page-barbot-tour .fullday-colonia-hero-badges {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.38rem;
      width: 100%;
      max-width: 100%;
      margin: 0.1rem 0 0;
    }

    .page-barbot-tour .fullday-colonia-hero-badges li {
      width: 100%;
      justify-content: center;
      text-align: center;
      font-size: 0.7rem;
      padding: 0.32rem 0.4rem;
      line-height: 1.2;
      box-sizing: border-box;
    }

    .page-barbot-tour .fullday-colonia-hero-price {
      margin-top: 0.2rem;
      font-size: 0.86rem;
      padding: 0.4rem 0.85rem;
    }

    .page-barbot-tour .experience-about-head {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.65rem;
      min-height: 0;
      margin-bottom: 1rem;
    }

    .page-barbot-tour .experience-about-head h2 {
      padding-right: 0;
      width: 100%;
      text-align: center;
    }

    .page-barbot-tour .experience-about-head .google-reviews-cta {
      position: static;
      margin: 0;
      align-self: stretch;
      max-width: 100%;
      width: 100%;
      box-sizing: border-box;
    }

    .page-barbot-tour .coffee-content {
      margin-top: 1.75rem;
    }

    .page-barbot-tour .barbot-experience-card {
      padding: 1.15rem 1rem 1.2rem;
    }

    .page-barbot-tour .barbot-price-options {
      grid-template-columns: 1fr;
    }

    .page-barbot-tour .barbot-experience-stack {
      gap: 1.5rem;
    }
  }

  @media (max-width: 380px) {
    .page-barbot-tour .fullday-colonia-hero-badges {
      grid-template-columns: 1fr;
    }
  }

  .popup-box--barbot .barbot-popup-beer-note {
    text-align: left;
    margin-top: 0.15rem;
    margin-bottom: 0.75rem;
  }

  .popup-box--barbot .barbot-popup-beer-note + .barbot-popup-beer-note {
    margin-top: -0.5rem;
    margin-bottom: 0.75rem;
  }

  .barbot-popup-fields {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  .barbot-popup-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-weight: 600;
    color: #2d3748;
  }

  .barbot-popup-field .barbot-qty-stepper {
    align-self: flex-start;
  }

  .barbot-popup-field input {
    max-width: 8rem;
    padding: 0.45rem 0.5rem;
    border: 1px solid rgba(90, 149, 207, 0.45);
    border-radius: 8px;
    font-size: 1rem;
  }

  .partners {
    padding: 40px 20px;
    text-align: center;
  }
  
  .partners h2 {
    margin-bottom: 20px;
    font-weight: 600;
  }
  
  /* contenedor */
  .logos-slider {
    overflow: hidden;
    position: relative;
  }
  
  /* track animado */
  .logos-track {
    display: flex;
    gap: 40px;
    animation: scrollLogos 20s linear infinite;
  }
  
  /* logos */
  .logos-track img {
    height: 70px;
    object-fit: contain;
    opacity: 0.7;
    transition: 0.3s;
  }
  
  .logos-track img:hover {
    opacity: 1;
    transform: scale(1.1);
  }
  
  /* animación */
  @keyframes scrollLogos {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  .partners {
    background: white !important;
  }

  .logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .boat-hero-corp {
    background-image: url("../Assets/images/petit2.webp?v=20260522perf");
    background-size: cover;
    background-position: center 90%;
    background-repeat: no-repeat;
  
    height: 300px;
  
    display: flex;
    align-items: center;
    justify-content: center;
  
    position: relative;
  }
  .boat-hero-corp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
  }
  
  .boat-hero-corp h1 {
    color: white;
    font-size: 2.5rem;
    z-index: 1;
    text-align: center;
  }

  .price-box {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    max-width: 100%;
    flex-wrap: wrap;
  }

  /* Price title + paragraph stacked (overrides flex row above) */
  .price-box.price-box--with-blurb {
    display: inline-block;
    align-items: stretch;
  }
  
  .price-note {
    background: rgba(90, 149, 207, 0.1);
    color: #5a95cf;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 999px;
  }

  .logos-slider {
    overflow: hidden;
    width: 100%;
  }
  
  .logos-track {
    display: flex;
    gap: 40px;
    width: max-content;
  
    animation: scroll 25s linear infinite;
  }
  
  /* 👇 clave para que funcione el click */
  .logos-track a {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
  }
  
  .logos-track img {
    height: 50px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  
  .logos-track img:hover {
    transform: scale(1.08);
    opacity: 0.8;
  }
  
  /* animación */
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  .logos-slider:hover .logos-track {
    animation-play-state: paused;
  }

  .logos-track {
    display: flex;
    gap: 40px;
    width: max-content;
  
    animation: scroll 25s linear infinite;
  
    pointer-events: none; /* 👈 CLAVE */
  }
  
  .logos-track a {
    pointer-events: auto; /* 👈 CLAVE */
    position: relative;
    z-index: 5;
  }

  .popup-list input[type="radio"] {
    margin-right: 8px;
    accent-color: #5a95cf;
  }
  
  .popup-list label {
    cursor: pointer;
  }

  .order-summary {
    margin-top: 20px;
    padding: 15px;
    background: rgba(90, 149, 207, 0.08);
    border-radius: 12px;
  }
  
  .order-summary h3 {
    margin-bottom: 10px;
    color: #5a95cf;
  }

  .popup-list {
    list-style: none;
    padding-left: 0;
  }

  .popup-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  
  .popup-list input {
    margin-right: 10px;
  }

  .popup-list input:checked + span {
    color: #5a95cf;
    font-weight: 600;
  }

  .popup-list.liebres-popup-info-list {
    list-style: disc;
    padding-left: 1.35rem;
  }

  .popup-list.liebres-popup-info-list li {
    display: list-item;
    margin-bottom: 8px;
  }

  .popup-actions {
    margin-top: 20px;
    text-align: center;
  }
  
  #saveMenu,
  #openSioSpecialMenuBtn,
  #saveSioSpecialMenu,
  .popup-box .popup-actions > button.btn {
    background: linear-gradient(135deg, #5a95cf, #6faee3);
    color: white;
    border: none;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  
  #saveMenu:hover,
  #openSioSpecialMenuBtn:hover,
  #saveSioSpecialMenu:hover,
  .popup-box .popup-actions > button.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(90,149,207,0.3);
  }

  .order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  /* CTA del resumen: mismo diseño/pulso que “Book Now” en .coffee-actions */
  #bookWithOrder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 0 0 auto;
    align-self: center;
    white-space: nowrap;
    line-height: 1.25;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    background: linear-gradient(135deg, #6ea8e5, #4c8fd4);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 18px rgba(47, 103, 163, 0.35);
    animation: bookNowPulse 3s ease-in-out infinite;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
      border-color 0.25s ease;
  }

  #bookWithOrder:hover {
    animation-play-state: paused;
    transform: translateY(-2px);
    background: linear-gradient(135deg, #7cb4ec, #5a9fe0);
    box-shadow: 0 10px 26px rgba(47, 103, 163, 0.45);
    color: white;
  }

  .order-summary {
    position: relative; /* 👈 importante */
  }

  .experience-support-notice {
    margin: 28px 0 12px;
    padding: 18px 22px;
    background: linear-gradient(135deg, rgba(90, 149, 207, 0.14), rgba(111, 174, 227, 0.09));
    border-left: 4px solid #5a95cf;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(47, 103, 163, 0.1);
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .experience-support-notice p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #2c4663;
  }

  .experience-support-notice strong {
    color: #2f67a3;
  }

  .experience-map {
    margin-top: 40px;
    margin-bottom: 8px;
  }

  .experience-map h2 {
    margin-bottom: 10px;
  }

  .experience-map > p {
    margin: 0 0 16px;
    font-size: 0.98rem;
    line-height: 1.5;
    color: #3a4a5c;
  }

  .experience-map > p a {
    color: #2f67a3;
    font-weight: 600;
    text-decoration: none;
  }

  .experience-map > p a:hover {
    text-decoration: underline;
  }

  .map-embed {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(47, 103, 163, 0.12);
    border: 1px solid rgba(90, 149, 207, 0.2);
    aspect-ratio: 16 / 10;
    min-height: 260px;
    background: #e8eef5;
  }

  .map-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

.reel-link-btn {
  display: inline-block;
  margin: 6px 0 18px;
  padding: 9px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: #ffffff;
  background: linear-gradient(135deg, #6ea8e5, #4c8fd4);
  box-shadow: 0 6px 16px rgba(47, 103, 163, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.reel-link-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(47, 103, 163, 0.35);
  filter: brightness(1.03);
}

.activity-meta-list {
  list-style: none;
  padding-left: 0;
}

.activity-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.activity-meta-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #1e3a5f;
  vertical-align: -0.2em;
}

.activity-emoji-icon {
  display: inline-flex;
  align-items: center;
  margin: 0 0.12em;
  line-height: 1;
  vertical-align: -0.18em;
}

.experience-steps .liebres-step-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 6px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.experience-steps .liebres-step-item > .activity-emoji-icon {
  flex: 0 0 auto;
  margin-top: 2px;
}

.experience-steps .liebres-step-item > strong {
  flex: 0 0 auto;
}

.experience-steps .liebres-step-item > span {
  flex: 1 1 100%;
  min-width: 0;
  padding-left: 28px;
}

.activity-emoji-icon .activity-meta-icon {
  margin-top: 0;
}

.romantic-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 10px;
}

.romantic-order-actions .add-guest-btn {
  margin: 0;
}

.romantic-person-summary__title,
.romantic-person-summary__title strong {
  color: #66a6e6;
}

.reel-link-btn.activity-icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.reel-link-btn.activity-icon-link .activity-meta-icon {
  margin-top: 0;
  color: #ffffff;
}

[data-card-meta~="video"] .activity-meta-icon {
  color: #d946ef;
}

[data-card-meta~="star"] .activity-meta-icon {
  color: #d4a017;
}

[data-card-meta~="clock"] .activity-meta-icon {
  color: #4f7fd9;
}

[data-card-meta~="mappin"] .activity-meta-icon {
  color: #dc2626;
}

[data-card-meta~="landmark"] .activity-meta-icon {
  color: #7c6a4b;
}

[data-card-meta~="walk"] .activity-meta-icon {
  color: #16a34a;
}

[data-card-meta~="camera"] .activity-meta-icon {
  color: #2563eb;
}

[data-card-meta~="sunset"] .activity-meta-icon {
  color: #e08d23;
}

[data-card-meta~="cup"] .activity-meta-icon {
  color: #2f8f4e;
}

[data-card-meta~="check"] .activity-meta-icon {
  color: #16a34a;
}

[data-card-meta~="globe"] .activity-meta-icon {
  color: #1496a3;
}

[data-card-meta~="shield"] .activity-meta-icon {
  color: #04945f;
}

[data-card-meta~="fire"] .activity-meta-icon {
  color: #e4572e;
}

[data-card-meta~="boat"] .activity-meta-icon {
  color: #0ea5e9;
}

[data-card-meta~="utensils"] .activity-meta-icon {
  color: #c97a24;
}

[data-card-meta~="wine"] .activity-meta-icon {
  color: #8e2452;
}

[data-card-meta~="beer"] .activity-meta-icon {
  color: #d97706;
}

[data-card-meta~="cocktail"] .activity-meta-icon {
  color: #db2777;
}

[data-card-meta~="dance"] .activity-meta-icon {
  color: #a855f7;
}

[data-card-meta~="honey"] .activity-meta-icon {
  color: #d97706;
}

[data-card-meta~="bike"] .activity-meta-icon {
  color: #16a34a;
}

[data-card-meta~="map"] .activity-meta-icon {
  color: #0f766e;
}

[data-card-meta~="donut"] .activity-meta-icon {
  color: #d946ef;
}

[data-card-meta~="child"] .activity-meta-icon {
  color: #f59e0b;
}

[data-card-meta~="salt"] .activity-meta-icon {
  color: #64748b;
}

[data-card-meta~="pepper"] .activity-meta-icon {
  color: #dc2626;
}

[data-card-meta~="water"] .activity-meta-icon {
  color: #2563eb;
}

[data-card-meta~="tree"] .activity-meta-icon,
[data-card-meta~="leaf"] .activity-meta-icon {
  color: #2f9e44;
}

[data-card-meta~="grapes"] .activity-meta-icon {
  color: #7c3aed;
}

[data-card-meta~="sushi"] .activity-meta-icon {
  color: #e85d75;
}

[data-card-meta~="tea"] .activity-meta-icon {
  color: #2f8f4e;
}

[data-card-meta~="coffee"] .activity-meta-icon {
  color: #8b5e34;
}

[data-card-meta~="gift"] .activity-meta-icon {
  color: #e11d48;
}

[data-card-meta~="cake"] .activity-meta-icon {
  color: #ec4899;
}

[data-card-meta~="music"] .activity-meta-icon {
  color: #8b5cf6;
}

[data-card-meta~="stadium"] .activity-meta-icon {
  color: #64748b;
}

[data-card-meta~="hotel"] .activity-meta-icon {
  color: #475569;
}

[data-card-meta~="horse"] .activity-meta-icon {
  color: #8b5a2b;
}

[data-card-meta~="paw"] .activity-meta-icon {
  color: #795548;
}

[data-card-meta~="heart"] .activity-meta-icon {
  color: #e11d48;
}

[data-card-meta~="candle"] .activity-meta-icon {
  color: #f59e0b;
}

[data-card-meta~="wifi"] .activity-meta-icon {
  color: #2563eb;
}

[data-card-meta~="van"] .activity-meta-icon,
[data-card-meta~="car"] .activity-meta-icon {
  color: #2f6fb7;
}

[data-card-meta~="ban"] .activity-meta-icon {
  color: #dc2626;
}

[data-card-meta~="bed"] .activity-meta-icon,
[data-card-meta~="moon"] .activity-meta-icon {
  color: #6366f1;
}

[data-card-meta~="champagne"] .activity-meta-icon {
  color: #b45309;
}

[data-card-meta~="salad"] .activity-meta-icon {
  color: #22c55e;
}

[data-card-meta~="milk"] .activity-meta-icon {
  color: #94a3b8;
}

[data-card-meta~="meat"] .activity-meta-icon {
  color: #b91c1c;
}

[data-card-meta~="trash"] .activity-meta-icon {
  color: #dc2626;
}
  
  .order-floating-btn {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
  }

  .add-guest-btn {
    background-color: #66a6e6;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all 0.2s ease;
  }
  
  .add-guest-btn:hover {
    background-color: #4f8ed1;
    transform: translateY(-1px);
  }
  
  .add-guest-btn:active {
    transform: translateY(0);
  }

  .order-card {
    background: white;
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  /* Prefer color emoji fonts so preference icons render consistently */
  .order-summary .order-card p {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  }

  /* Order 1, Boat pass, etc.: same blue as .total-box background */
  .order-summary .order-card-title {
    color: #2f67a3;
  }
  
  .order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
  }
  
  .delete-order {
    cursor: pointer;
    font-size: 16px;
    opacity: 0.6;
    transition: all 0.2s ease;
  }
  
  .delete-order:hover {
    opacity: 1;
    transform: scale(1.2);
  }

  .order-start {
    background: #f5f7fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .order-start h3 {
    margin-bottom: 5px;
    color: #2c3e50;
  }
  
  .order-start p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 15px;
  }

  .reserve-scroll-highlight {
    animation: reserve-scroll-pulse 2.2s ease-out;
  }

  @keyframes reserve-scroll-pulse {
    0%,
    100% {
      box-shadow: 0 0 0 0 rgba(102, 166, 230, 0);
    }
    25%,
    75% {
      box-shadow: 0 0 0 6px rgba(102, 166, 230, 0.45);
    }
  }

  .booking-visit-date-row {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .booking-visit-date-row label {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
  }

  .booking-visit-date-row input[type="date"] {
    max-width: 280px;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
    color: #1f2937;
  }

  .booking-visit-date-hint {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    max-width: 340px;
    line-height: 1.4;
  }

  /* Room booking panel: same visual family as .order-start / “Create your menu” */
  .order-start.room-booking-host {
    max-width: min(520px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .order-start.room-booking-host .room-booking-rows {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    max-width: 380px;
    margin: 8px auto 0;
  }

  .order-start.room-booking-host .room-booking-row.booking-visit-date-row {
    margin-bottom: 0;
    padding: 14px 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    gap: 10px;
  }

  .order-start.room-booking-host .room-booking-room-label {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 0.4em;
    padding-right: 0.35rem;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
  }

  .order-start.room-booking-host .room-booking-guests-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    width: 100%;
  }

  .order-start.room-booking-host select.room-booking-select {
    max-width: 280px;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
    color: #1f2937;
  }

  .order-start.room-booking-host .room-row-price {
    font-size: 15px;
    font-weight: 700;
    color: #2c3e50;
  }

  .order-start.room-booking-host .room-remove-btn {
    min-width: 42px;
    padding: 8px 12px;
    line-height: 1.1;
  }

  .order-start.room-booking-host .room-add-btn {
    margin-top: 6px;
  }

  .order-start.room-booking-host .room-booking-foot {
    margin: 18px auto 0;
    max-width: 380px;
    font-size: 15px;
    line-height: 1.45;
    color: #1e3a5f;
    padding: 10px 14px;
    background: #eef4fb;
    border-radius: 10px;
    border: 1px solid #d4e2f4;
    text-align: center;
  }

  .order-start.room-booking-host .room-booking-hint {
    margin: 12px auto 0;
    max-width: 380px;
    text-align: center;
  }

  .order-summary .orders-menu-coverage {
    margin: 0.35rem 0 0.75rem;
    font-size: 0.95rem;
  }

  .order-summary-visit-date {
    font-size: 15px;
    color: #1e3a5f;
    margin: 0 0 14px;
    padding: 10px 14px;
    background: #eef4fb;
    border-radius: 10px;
    border: 1px solid #d4e2f4;
  }

  .order-summary-visit-date strong {
    color: #2c3e50;
  }

  .asado-boat-popup-time {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
  }

  .asado-boat-popup-time-hint {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 10px;
    line-height: 1.4;
  }

  .order-asado-lunch-note {
    font-size: 13px;
    color: #374151;
    margin: 8px 0 14px;
    line-height: 1.45;
    padding: 8px 10px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 3px solid #5a95cf;
  }

  .order-card-menu-boat {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e8ecf1;
  }
  
  .primary-btn {
    background: linear-gradient(135deg, #6ea8e5, #5a95cf);
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s ease;
  }
  
  .primary-btn:hover {
    transform: translateY(-1px);
  }

  .order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .walking-summary-mate-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-top: 14px;
  }

  .walking-mate-price-note {
    font-size: 0.92rem;
    color: #2f67a3;
    font-weight: 600;
  }
  
  .order-actions span {
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
  }
  
  .order-actions span:hover {
    transform: scale(1.2);
  }

  /* Group summaries (bike, full day, etc.): edit + action buttons */
  .order-summary > .order-header:has(.order-actions) {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
  }

  .order-summary > .order-header:has(.order-actions) > .add-guest-btn {
    margin-bottom: 0;
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .order-summary > .order-header:has(.order-actions) .order-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .order-summary > .order-header:has(.order-actions) .order-actions .add-guest-btn {
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .order-summary > .order-header:has(.order-actions) .order-actions .add-guest-btn:last-child:nth-child(3) {
    grid-column: 1 / -1;
  }

  .order-card strong {
    color: #2c3e50;
  }

  .orders-boat-card .order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
  }

  .orders-boat-card .order-actions .add-guest-btn {
    margin: 0;
  }

  .orders-boat-hint {
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 8px;
    line-height: 1.4;
  }

  .orders-boat-time-heading {
    margin: 0 0 6px;
    font-size: 0.95rem;
  }

  .orders-boat-times {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 0 0 12px;
  }

  .orders-boat-time-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    color: #2c3e50;
  }

  .orders-boat-time-option input {
    margin: 0;
    accent-color: #5a95cf;
  }

  /* Walking + Asado order card: horarios sin negrita y aire antes de Cantidad */
  .order-card-walking-tour-times .orders-boat-time-option {
    font-weight: 400;
    color: #4a5568;
  }

  .order-card-walking-tour-times .orders-boat-times {
    margin-bottom: 1.35rem;
  }

  .walking-asado-popup-tour-time label {
    font-weight: 400;
    color: #374151;
  }

  /* Sunset boat popup: heading was tight against time radios (no longer inside .preferences-inside) */
  .sunset-boat-popup-time {
    margin-bottom: 10px;
  }

  .sunset-boat-popup-time .preferences-title {
    margin: 0 0 1.25rem;
    color: #66a6e6;
  }

  .sunset-boat-popup-time .orders-boat-times--popup {
    justify-content: center;
    gap: 10px 18px;
  }

  .order-summary .sunset-boat-passengers-slot-hint {
    margin: 0 0 14px;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #5c6670;
    text-align: center;
  }

  .total-box {
    margin-top: 20px;
    padding: 16px 20px;
    background: #2f67a3;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .total-box .total-left {
    display: flex;
    flex-direction: column;
    flex: 1 1 200px;
    min-width: 0;
    color: white;
  }

  .total-box .total-label {
    font-weight: 600;
    font-size: 16px;
  }

  .total-box .total-detail {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
  }

  .total-box .total-right {
    color: white;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .total-btn {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 999px;
    line-height: 1.25;
    white-space: nowrap;
  }

  .total-box .total-btn {
    background: linear-gradient(135deg, #6ea8e5, #4c8fd4);
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 18px rgba(47, 103, 163, 0.35);
  }

  .total-box .total-btn:hover {
    background: linear-gradient(135deg, #7cb4ec, #5a9fe0);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
  }
/* contenedor de toda la sección de orders */
.order-container {
  background-color: #e9eff4; /* 👈 MISMO estilo que Bruma */
  padding: 30px;
  border-radius: 16px;
  margin-top: 30px;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);

  display: none;
  align-items: center;
  justify-content: center;

  z-index: 999;
}

.popup-overlay.active {
  display: flex;
}

.popup-overlay#popupBarbot.active {
  z-index: 10000;
}

.popup-overlay#popupSioSpecial.active {
  z-index: 10000;
}

/* 🔥 CLAVE */
.popup-box {
  background: white;
  border-radius: 16px;
  padding: 25px;

  max-height: 90vh;   /* 👈 limita altura */
  overflow-y: auto;   /* 👈 habilita scroll */

  width: 90%;
  max-width: 500px;
}

.popup-list li {
  margin-bottom: 15px;
}

.popup-list label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Trusted-by logo rail: single continuous loop without gaps */
.partners .logos-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.partners .logos-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: logosLoop 26s linear infinite;
  will-change: transform;
}

.partners .logos-track a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.partners .logos-track img {
  height: 54px;
  width: auto;
  object-fit: contain;
  display: block;
  opacity: 0.95;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.partners .logos-track img:hover {
  transform: scale(1.05);
  opacity: 1;
}

.partners .logos-track img[src*="joselogo"] {
  height: 58px;
}

.partners .logos-track img[src*="brumalogo"],
.partners .logos-track img[src*="logorefugio"],
.partners .logos-track img[src*="casapetitlogo"] {
  height: 62px;
}

.partners .logos-slider:hover .logos-track {
  animation-play-state: paused;
}

@keyframes logosLoop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.rent-post-note {
  margin: 8px 2px 2px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #506070;
  font-weight: 600;
}

.food-post-note {
  margin-top: 34px;
  font-size: 1rem;
}

.food-map-section {
  padding: 0 28px;
}

.food-map-section h2,
.food-map-section > p {
  padding-left: 120px;
}

.meal-detail {
  display: block;
  font-size: 13px;
  color: #666;
  margin-left: 28px; /* 👈 alinea con texto, no con radio */
  margin-top: 4px;
  line-height: 1.4;
}

/* 🔥 fuerza cada opción a ocupar toda la fila */
#touristOptions label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

/* espacio entre secciones (menú turístico — sin caja) */
#touristOptions p {
  margin-top: 0.85rem;
  margin-bottom: 0.35rem;
}

#touristOptions p:first-child {
  margin-top: 0;
}

/* radios alineados mejor */
#touristOptions input[type="radio"] {
  margin-right: 8px;
}

#touristOptions {
  text-align: left;
}

/* Las Liebres dining popup — mismo ritmo que #popupLiebres (lista vertical, radio + span en azul al elegir) */
#popupLiebresDining .popup-box {
  position: relative;
}

#popupLiebresDining .popup-title {
  text-align: center;
}

#popupLiebresDining .liebres-dining-pkg-id-sync {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#popupLiebresDining .liebres-dining-menu-li .liebres-dining-pkg-bullets {
  display: none;
  margin-top: 0.35rem;
}

#popupLiebresDining .liebres-dining-menu-li:has(input[name="liebresDiningMenu"]:checked) .liebres-dining-pkg-bullets {
  display: block;
}

#popupLiebresDining .liebres-dining-meal-wrap {
  margin: 0.5rem 0 1rem;
  padding: 0 4px;
  text-align: center;
}

#popupLiebresDining .liebres-dining-meal-heading {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
}

#popupLiebresDining .liebres-dining-meal-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

#popupLiebresDining .liebres-dining-meal-option {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
  font-size: 0.95rem;
}

#popupLiebresDining .liebres-dining-meal-option input[type="radio"] {
  margin: 0;
  accent-color: #5a95cf;
}

#popupLiebresDining .liebres-dining-meal-option input:checked + span {
  color: #5a95cf;
  font-weight: 600;
}

#popupLiebresDining .popup-list > li {
  display: block;
  align-items: initial;
  margin-bottom: 14px;
}

#popupLiebresDining .liebres-dining-pkg-stack {
  text-align: left;
}

#popupLiebresDining .popup-list label > span {
  font-weight: 600;
}

#popupLiebresDining .liebres-dining-pkg-subline {
  margin: 0.3rem 0 0.35rem;
  padding-left: 2.05rem;
}

#popupLiebresDining .liebres-dining-pkg-subline small {
  color: #5a6b7c;
  font-weight: 500;
  font-size: 0.88rem;
}

#popupLiebresDining .liebres-dining-pkg-bullets {
  margin: 0.1rem 0 0;
  padding: 0 0 0 1.35rem;
  list-style: disc;
  list-style-position: outside;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #4a5a6a;
}

/* Nested li match .popup-list li { display: flex } — flex hides list markers */
#popupLiebresDining .liebres-dining-pkg-bullets li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  align-items: unset;
  margin-bottom: 0.18rem;
}

.food-menu-popup-box {
  max-width: 640px;
  text-align: left;
}

.food-menu-popup-box .popup-title {
  text-align: center;
}

.food-menu-section-title {
  margin-bottom: 10px;
}

.food-menu-popup-box .popup-list {
  max-width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 8px 0 6px;
}

/* food1: mismo conflicto que actividad .popup-list li { flex } + viñetas dentro del detalle */
#popupBruma .food-menu-popup-box .popup-list > li.food-menu-option,
#popupLegado .food-menu-popup-box .popup-list > li.food-menu-option {
  display: block !important;
  align-items: initial !important;
  flex-direction: column;
}

#popupBruma .food-menu-popup-box .popup-list label.food-menu-option-label,
#popupLegado .food-menu-popup-box .popup-list label.food-menu-option-label {
  display: grid !important;
}

#popupBruma .food-menu-whatyouget ul > li,
#popupLegado .food-menu-whatyouget ul > li {
  display: list-item !important;
  align-items: unset !important;
}

.food-menu-option {
  display: block;
  align-items: initial;
  margin: 0 0 14px;
  padding: 0;
  border-radius: 0;
  transition: none;
}

.food-menu-option-label {
  display: grid !important;
  grid-template-columns: 24px 1fr;
  column-gap: 10px;
  align-items: start;
}

.food-menu-option-label input[type="radio"] {
  margin-top: 4px;
}

.food-menu-option-main {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1f2f46;
}

.food-menu-option-sub {
  grid-column: 2;
  margin-top: 2px;
  color: #6a7788;
  font-size: 0.95rem;
  font-weight: 600;
}

.food-menu-whatyouget {
  display: none;
  margin: 0.35rem 0 0;
  padding: 0 0 0 2.05rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  border-radius: 0;
  text-align: left;
}

.food-menu-whatyouget ul {
  margin: 0;
  padding: 0 0 0 1.35rem;
  list-style: disc;
  list-style-position: outside;
  color: #4a5a6a;
  font-size: 0.88rem;
  line-height: 1.45;
}

.food-menu-whatyouget li {
  display: list-item !important;
  list-style-type: disc;
  list-style-position: outside;
  align-items: unset !important;
  font-weight: 500;
  margin-bottom: 0.18rem;
}

.food-menu-whatyouget li.no-bullet {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.food-menu-option:has(input[type="radio"]:checked) .food-menu-whatyouget {
  display: block;
}

.food-menu-option:has(input[type="radio"]:checked) .food-menu-option-main {
  color: #5a95cf;
}

.food-tourist-options {
  margin: 0.75rem 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-align: left;
}

/* SIO: fecha + menú en la misma columna derecha (compacto) */
.sio-includes-menus .sio-page-booking--inline {
  width: 100%;
  max-width: 15.5rem;
  margin-bottom: 0.5rem;
}

.sio-includes-menus .sio-page-booking__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #2f67a3;
  margin: 0 0 0.4rem;
  line-height: 1.25;
}

.sio-includes-menus .sio-page-booking--inline .booking-visit-date-row {
  margin-top: 0;
}

.sio-includes-menus .sio-page-booking--inline .booking-visit-date-row label {
  font-size: 0.82rem;
}

.sio-includes-menus .sio-page-booking--inline .booking-visit-date-row input[type="date"] {
  font-size: 0.85rem;
  padding: 0.35rem 0.45rem;
}

.sio-includes-menus .sio-page-booking--inline .booking-visit-date-hint {
  font-size: 0.78rem;
  line-height: 1.35;
  margin-top: 0.35rem;
}

/* SIO activity — single menu button in What's included */
.sio-includes-menus {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  min-width: 0;
}

.sio-includes-menus .btn {
  text-align: center;
}

/* SIO special menu — premium modal with hero image */
#popupSioSpecial .sio-special-menu-popup {
  position: relative;
  padding: 0;
  overflow: hidden;
  max-width: min(26rem, 92vw);
  width: 92%;
  border-radius: 16px;
  background: #141416;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(212, 175, 95, 0.22);
  border: none;
}

#popupSioSpecial .sio-special-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 8;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  color: #faf6ef;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

#popupSioSpecial .sio-special-menu-close:hover {
  background: rgba(0, 0, 0, 0.58);
  transform: scale(1.05);
}

#popupSioSpecial .sio-special-menu-hero {
  position: relative;
  height: clamp(7.5rem, 32vw, 10.5rem);
  overflow: hidden;
}

#popupSioSpecial .sio-special-menu-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#popupSioSpecial .sio-special-menu-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.38) 55%,
    rgba(0, 0, 0, 0.62) 100%
  );
  pointer-events: none;
  z-index: 1;
}

#popupSioSpecial .sio-special-menu-hero__title-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 0.85rem 1.25rem 1rem;
  text-align: center;
}

#popupSioSpecial .sio-special-menu-hero__title {
  display: block;
  margin: 0;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 4.2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #faf6ef;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
  line-height: 1.2;
}

#popupSioSpecial .sio-special-menu-body {
  padding: 1.15rem 1.35rem 1.35rem;
  background: linear-gradient(180deg, #faf8f4 0%, #f2ebe3 100%);
  border-top: 1px solid rgba(180, 140, 70, 0.28);
}

#popupSioSpecial .sio-special-menu-body .popup-list li {
  color: #2a2826;
  font-size: 0.95rem;
}

#popupSioSpecial .sio-special-menu-legend {
  color: #1a4a6e;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

#popupSioSpecial .sio-special-menu-radio-label {
  color: #3a3633;
  font-size: 0.93rem;
}

#popupSioSpecial .sio-special-menu-popup-actions {
  margin-top: 1.1rem;
  padding-top: 0.25rem;
}

#popupSioSpecial .sio-special-menu-popup-actions .btn {
  min-width: 11rem;
  box-shadow: 0 8px 22px rgba(47, 103, 163, 0.28);
}

/* SIO special menu modal: emoji leads + drink fieldset */
#popupSioSpecial .popup-box .sio-special-menu-list {
  list-style: none;
  padding-left: 0;
  max-width: 100%;
  text-align: left;
}

#popupSioSpecial .popup-box .sio-special-menu-list > li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-bottom: 12px;
}

#popupSioSpecial .sio-special-menu-list .sio-special-menu-ico {
  flex-shrink: 0;
  line-height: 1.45;
  font-size: 1.05em;
}

#popupSioSpecial .sio-special-menu-list > li .sio-special-menu-fieldset {
  flex: 1;
  min-width: 0;
}

#popupSioSpecial .sio-special-menu-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-inline-size: 0;
}

#popupSioSpecial .sio-special-menu-legend {
  padding: 0;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #2f67a3;
}

#popupSioSpecial .sio-special-menu-drink-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

#popupSioSpecial .sio-special-menu-radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

#popupSioSpecial .sio-special-menu-radio-label input {
  width: auto;
  margin: 0;
  accent-color: #5a95cf;
}

#popupSioSpecial .sio-special-menu-form-error {
  margin: 4px 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #c53030;
  text-align: center;
}

#popupSioSpecial .sio-special-menu-form-error[hidden] {
  display: none;
}

/* SIO page — “How it works” (emoji + bold lead) */
.sio-page .experience-steps.sio-how-steps li {
  margin-bottom: 14px;
  line-height: 1.55;
}

.sio-page .experience-steps.sio-how-steps li strong {
  font-weight: 600;
}

/* ===== Responsive: tablets y móvil (incl. 360px / 320px) ===== */

@media (max-width: 1024px) {
  header {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

/* Antes 900px el bloque includes+order en fila + min-content podía superar el viewport (scroll horizontal) */
@media (max-width: 1100px) {
  .includes-preferences {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .includes-preferences .coffee-includes,
  .includes-preferences .preferences-box {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }

  .preferences-box {
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .hamburger-menu {
    right: 10px;
    left: auto;
    width: min(260px, calc(100% - 20px));
  }

  header {
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 8px;
    padding: 10px 12px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  header > * {
    min-width: 0;
  }

  .logo img {
    height: clamp(48px, 12vw, 72px);
    max-width: min(200px, 55vw);
    object-fit: contain;
  }

  .language-switch {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
  }

  .lang-btn {
    padding: 5px 10px;
    font-size: 0.78rem;
  }

  .top-links {
    margin-right: 0;
  }

  .top-links a {
    padding: 6px 10px;
    font-size: 0.85rem;
  }

  .hero {
    flex-direction: column;
    /* Centrar el QR; el bloque de texto sigue a ancho completo con align-self: stretch */
    align-items: center;
    justify-content: flex-end;
    padding: 88px 14px 20px;
    height: auto;
    min-height: min(75vh, 720px);
    gap: 0;
  }

  .hero-content {
    flex: 0 1 auto;
    order: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: clamp(1.45rem, 6.5vw, 2.2rem);
    overflow-wrap: anywhere;
    word-wrap: break-word;
    hyphens: auto;
  }

  .hero-content p {
    font-size: clamp(0.95rem, 3.8vw, 1.1rem);
  }

  .hero-content .hero-book-tagline,
  .hero-content .hero-weekend-promo {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    justify-content: center;
    text-align: center;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    hyphens: auto;
  }

  .hero-content .hero-book-tagline {
    font-size: clamp(0.95rem, 3.6vw, 1.05rem);
    padding: 10px 16px;
    margin-bottom: 10px;
  }

  .hero-content .hero-weekend-promo {
    font-size: clamp(0.82rem, 3.2vw, 1rem);
    padding: 9px 14px;
    margin: 0 0 16px;
    line-height: 1.4;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }

  .hero-buttons .btn {
    white-space: normal;
    text-align: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }

  .hero-buttons .hero-btn-view-activities {
    width: auto;
    max-width: 100%;
    min-width: min(14.5rem, 100%);
    align-self: center;
    padding: 10px 2.5rem;
  }

  .hero-floating-img {
    /* relative: encima del ::before; resetear inset del desktop (right:90px desplazaba el QR a la izquierda) */
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    order: 2;
    flex: 0 0 auto;
    min-width: 0;
    width: min(200px, 100%);
    max-width: min(220px, 100%);
    height: auto;
    margin: 14px auto 0;
    display: block;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  }

  /* Badge “Rent” en actividades (coffee-hero, etc.): no desbordar ni cortar a la derecha */
  .hero-rent-badge {
    top: max(8px, env(safe-area-inset-top, 0px));
    right: max(8px, env(safe-area-inset-right, 0px));
    left: auto;
    padding: 6px 10px;
    gap: 6px;
    max-width: calc(100% - 16px);
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: flex-end;
    transform: none;
  }

  .hero-rent-badge .rent-icon {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .hero-rent-badge .rent-text {
    font-size: 0.78rem;
    white-space: normal;
    max-width: min(56vw, 220px);
    line-height: 1.2;
    text-align: right;
  }

  section[class*="-hero"],
  section.coffee-hero,
  section.liebres-hero {
    max-width: 100%;
    box-sizing: border-box;
  }

  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  }

  .coffee-gallery {
    padding-left: max(14px, env(safe-area-inset-left, 0px));
    padding-right: max(14px, env(safe-area-inset-right, 0px));
    max-width: 100%;
    box-sizing: border-box;
  }

  .trust-bar {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .trust-bar .divider {
    display: none;
  }

  .trust-item {
    font-size: clamp(0.78rem, 3.2vw, 0.9rem);
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    line-height: 1.35;
  }

  .trust-item i {
    flex-shrink: 0;
  }

  .cards {
    padding: 28px 12px;
    gap: 22px;
  }

  .night-page .cards {
    padding: 12px 12px 40px;
  }

  .coffee-hero h1,
  .food-hero h1,
  .plaza-hero h1,
  .horse-hero h1,
  .romantic-hero h1,
  .day-hero h1,
  .night-hero h1,
  .bar-hero h1,
  .mision-night-hero h1,
  .toros-night-hero h1,
  .historic-lasliebres-hero h1,
  .liebres-dining-hero h1,
  .fullday-colonia-hero-inner h1,
  .mate-only-hero-inner h1,
  .about-hero-title {
    font-size: clamp(1.35rem, 6vw, 2.2rem);
    padding: 0 12px;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 16px;
  }

  .boat-hero h1,
  .boat-hero-corp h1,
  .sio-night-hero h1,
  .sio-hero h1 {
    font-size: clamp(1.25rem, 5.5vw, 2rem);
    padding: 0 12px;
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Héroes con altura fija: más aire y menos “caja rígida” en móvil */
  .toros-night-hero,
  .mision-night-hero,
  .sio-night-hero,
  .sio-hero,
  .boat-hero,
  .boat-hero-corp,
  .bar-hero,
  .historic-lasliebres-hero,
  .liebres-dining-hero,
  .legado-hero,
  .night-page .night-hero {
    height: auto;
    min-height: min(42vh, 300px);
    padding: 1.25rem 14px;
    box-sizing: border-box;
  }

  .day-hero {
    min-height: min(40vh, 260px);
    padding: 1rem 14px;
    box-sizing: border-box;
  }

  .coffee-content,
  .romantic-content {
    margin: 48px auto;
    padding-left: max(14px, env(safe-area-inset-left, 0px));
    padding-right: max(14px, env(safe-area-inset-right, 0px));
    max-width: 100%;
    box-sizing: border-box;
  }

  .coffee-content p,
  .romantic-content p {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .coffee-actions,
  .romantic-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .coffee-actions .btn,
  .romantic-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
  }

  header > a.logo {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  header > a.logo img {
    height: clamp(48px, 12vw, 72px);
    max-width: min(200px, 55vw);
    object-fit: contain;
  }

  .price-box,
  .price-options {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .reel-link-btn {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    word-break: break-word;
  }

  .liebres-group-guide-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .itinerary p {
    text-align: left;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .experience-steps-title {
    padding: 0 8px;
  }

  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 1.35rem;
  }

  .orders-boat-card .order-actions,
  .orders-boat-card .order-header {
    flex-wrap: wrap;
    gap: 8px;
  }

  .order-summary > .order-header:has(.order-actions) {
    flex-direction: column;
  }

  #bookWithOrder {
    white-space: normal;
    max-width: 100%;
    box-sizing: border-box;
  }

  .order-summary {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .total-box .total-right {
    white-space: normal;
    text-align: center;
  }

  .meal-detail,
  .historic-meal-detail {
    margin-left: 0 !important;
    padding-right: 4px;
  }

  #popupHistoricLiebres .historic-meal-detail {
    margin-left: 0 !important;
  }

  .food-map-section {
    padding: 0 12px;
  }

  .food-map-section h2,
  .food-map-section > p {
    padding-left: 0;
  }

  .order-container {
    padding: 16px 12px;
  }

  .popup-box {
    width: min(100%, calc(100% - 20px));
    max-width: min(500px, calc(100% - 20px));
    padding: 18px 14px;
    box-sizing: border-box;
  }

  .food-menu-popup-box {
    max-width: min(640px, calc(100% - 20px));
  }

  .whatsapp-float,
  .taxi-float {
    right: max(12px, env(safe-area-inset-right, 0px));
    width: 52px;
    height: 52px;
    font-size: 26px;
    z-index: 10050;
  }

  .experience-filters,
  .experience-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* First-visit language picker (all viewports) */
html.sacramento-awaiting-lang body {
  overflow: hidden;
}

body.sacramento-language-prompt-open {
  overflow: hidden;
}

.sacramento-language-prompt {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  box-sizing: border-box;
  background: rgba(15, 35, 62, 0.72);
  backdrop-filter: blur(4px);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.sacramento-language-prompt.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sacramento-language-prompt__box {
  width: min(100%, 420px);
  padding: 28px 24px 24px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 35, 62, 0.28);
  text-align: center;
  font-family: inherit;
}

.sacramento-language-prompt__brand {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b8eb8;
}

.sacramento-language-prompt__box h2 {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 1.55rem;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.25;
}

.sacramento-language-prompt__subtitle {
  margin: 0 0 22px;
  font-family: inherit;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #4a6a8a;
}

.sacramento-language-prompt__options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sacramento-language-prompt__option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #d8e6f5;
  border-radius: 999px;
  background: #f7fbff;
  color: #1e3a5f;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sacramento-language-prompt__option:hover {
  border-color: #6ea8e5;
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(47, 103, 163, 0.18);
}

.sacramento-language-prompt__option .lang-flag-icon {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .sacramento-language-prompt {
    align-items: flex-end;
    padding: max(12px, env(safe-area-inset-top, 0px))
      max(12px, env(safe-area-inset-right, 0px))
      max(12px, env(safe-area-inset-bottom, 0px))
      max(12px, env(safe-area-inset-left, 0px));
  }

  .sacramento-language-prompt__box {
    width: 100%;
    max-height: min(92vh, calc(100dvh - 24px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 22px 18px max(20px, env(safe-area-inset-bottom, 0px));
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -8px 40px rgba(15, 35, 62, 0.22);
  }

  .sacramento-language-prompt__box h2 {
    font-size: 1.35rem;
  }

  .sacramento-language-prompt__subtitle {
    font-size: 0.92rem;
    margin-bottom: 18px;
  }

  .sacramento-language-prompt__option {
    min-height: 48px;
    padding: 14px 18px;
    font-size: 1.02rem;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .sacramento-language-prompt__option:active {
    border-color: #6ea8e5;
    background: #ffffff;
    transform: scale(0.98);
  }
}

@media (max-width: 380px) {
  .sacramento-language-prompt__box {
    padding-inline: 14px;
  }

  .sacramento-language-prompt__box h2 {
    font-size: 1.22rem;
  }
}

@media (max-width: 360px) {
  header {
    padding: 8px 10px;
  }

  .lang-btn span {
    font-size: 14px;
  }

  .cards {
    padding: 22px 10px;
  }

  .coffee-content,
  .romantic-content,
  .about-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .coffee-includes,
  .romantic-includes,
  .preferences-box {
    padding: 16px 14px;
  }

  .partners {
    padding-left: 14px;
    padding-right: 14px;
  }

  .meal-detail {
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  .lang-btn {
    padding: 4px 8px;
    font-size: 0.72rem;
  }

  .hero-content h1 {
    font-size: 1.35rem;
  }

  .hero-content .hero-book-tagline {
    font-size: 0.82rem;
    padding: 8px 12px;
  }

  .hero-content .hero-weekend-promo {
    font-size: 0.78rem;
    padding: 8px 12px;
  }

  .card-buttons {
    flex-direction: column;
  }

  .card-buttons .btn {
    width: 100%;
  }
}

/* =============================================================================
   Activity pages (Actividades/*.html): Montserrat — headings bold, body regular
   Add class="page-actividad" on <body> (combine with night-page etc. if needed).
   ============================================================================= */

body.page-actividad {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
}

body.page-actividad * {
  font-family: inherit;
}

/* Font Awesome: inherit would break icon glyphs */
body.page-actividad .fa-solid,
body.page-actividad .fas,
body.page-actividad .fa-regular,
body.page-actividad .far {
  font-family: "Font Awesome 6 Free" !important;
}

body.page-actividad .fa-brands,
body.page-actividad .fab {
  font-family: "Font Awesome 6 Brands" !important;
}

body.page-actividad h1,
body.page-actividad h2,
body.page-actividad h3,
body.page-actividad h4,
body.page-actividad h5,
body.page-actividad h6 {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
}

/* Header text logo (when present) */
body.page-actividad header h2,
body.page-actividad header .logo-main {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
}

body.page-actividad header .logo-sub {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
}

/* About page blocks that used Playfair */
body.page-actividad .about-content .about-who-intro,
body.page-actividad .about-quote {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
}

/* ===== Home (index): Montserrat en cabecera, hero, barra de confianza, franja regional ===== */
body.page-home header,
body.page-home .hero,
body.page-home .trust-bar,
body.page-home .hero-region-tagline {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 400;
}

body.page-home header *,
body.page-home .hero *,
body.page-home .trust-bar *,
body.page-home .hero-region-tagline * {
  font-family: inherit;
}

body.page-home .fa-solid,
body.page-home .fas,
body.page-home .fa-regular,
body.page-home .far {
  font-family: "Font Awesome 6 Free" !important;
}

body.page-home .fa-brands,
body.page-home .fab {
  font-family: "Font Awesome 6 Brands" !important;
}

body.page-home .hero-content h1 {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
}

body.page-home .hero-region-tagline__text {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-weight: 700;
}

body.page-home .home-about-social,
body.page-home .hero-social-group,
body.page-home .hero-social-group__title,
body.page-home .hero-social-group__sub,
body.page-home .home-category-nav,
body.page-home .home-category-nav *:not(.fa-solid):not(.fas):not(.fa-regular):not(.far):not(.fa-brands):not(.fab) {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}
 /* ===============================
   LA MISION - ROOM BOOKING
================================= */

body.night-page.page-actividad .coffee-content > .price-box {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

body.night-page.page-actividad .coffee-content > .price-box .mision-price-room-label {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #2c3e50;
  line-height: 1.3;
}

body.night-page.page-actividad .coffee-content > .price-box .mision-price-room-label strong {
  font-weight: 700;
}

body.night-page.page-actividad .coffee-content > .price-box.mision-price-menu-box {
  margin-top: 0;
  margin-bottom: 40px;
}

.mision-room-booking-card {
  background: #fff7ef;
  border-left: 4px solid #66a6e6;
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  max-width: 100%;
  margin: 40px 0;
  box-sizing: border-box;
  text-align: center;
}

.mision-room-booking-card .mision-visit-date-in-card {
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e8dfd4;
}

.mision-room-booking-card .mision-room-booking-host {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.mision-room-booking-card .mision-room-booking-host .room-booking-rows {
  max-width: min(540px, 100%);
  margin: 0.65rem auto 0;
  gap: 12px;
}

.mision-room-booking-card .mision-room-booking-host .room-booking-foot,
.mision-room-booking-card .mision-room-booking-host .room-booking-hint {
  max-width: min(540px, 100%);
}

.mision-room-availability-notice,
.experience-availability-notice {
  margin: 0 auto 1.25rem;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 126, 126, 0.12);
  border: 1px solid rgba(255, 126, 126, 0.28);
  color: #9a4a4a;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
  box-sizing: border-box;
}

.order-start .experience-availability-notice {
  margin: 0 0 14px;
  padding: 9px 11px;
  font-size: 0.78rem;
  line-height: 1.38;
  border-radius: 10px;
  max-width: 100%;
  color: #9a4a4a;
}

.mision-room-booking-card .mision-room-booking-host h3 {
  color: #1f3c68;
  margin-bottom: 0.75rem;
}

.mision-room-booking-card .mision-room-booking-host .room-booking-row {
  display: grid;
  grid-template-columns: minmax(4.75rem, auto) minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 0;
  background: white;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8edf3;
  text-align: left;
}

.mision-room-booking-card .mision-room-booking-host .room-booking-row.booking-visit-date-row {
  flex-direction: row;
  align-items: center;
  gap: 0;
}

.mision-room-booking-card .mision-room-booking-host .room-booking-room-label {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.4em;
  padding-right: 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1f3c68;
  white-space: nowrap;
}

.mision-room-booking-card .mision-room-booking-host .room-booking-guests-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: auto;
  margin: 0;
  padding-right: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4b5563;
}

.mision-room-booking-card .mision-room-booking-host select.room-booking-select,
.mision-room-booking-card .mision-room-booking-host select {
  width: auto;
  min-width: 3.25rem;
  max-width: 4.5rem;
  padding: 6px 28px 6px 10px;
  border-radius: 8px;
  border: 1px solid #d4dce7;
  font-size: 0.95rem;
  line-height: 1.2;
}

.mision-room-booking-card .mision-room-booking-host .room-row-price {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f3c68;
  white-space: nowrap;
  padding-right: 6px;
  margin-right: 4px;
}

.mision-room-booking-card .mision-room-booking-host .room-remove-btn {
  background: linear-gradient(135deg, #6ea8e5, #5a95cf);
  color: #fff;
  border: none;
  border-radius: 10px;
  min-width: 40px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  margin-left: 4px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(47, 103, 163, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mision-room-booking-card .mision-room-booking-host .room-remove-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(47, 103, 163, 0.3);
  background: linear-gradient(135deg, #7cb4ec, #6aa0e1);
}

.mision-room-booking-card .mision-room-booking-host .room-add-btn {
  margin-top: 0.85rem;
  padding: 0.6rem 1.1rem;
  font-size: 0.92rem;
  border-radius: 10px;
}

.mision-room-booking-card .mision-room-booking-host .room-booking-foot {
  background: #eef3fb;
  border: 1px solid #c8d8f0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.mision-room-booking-card .mision-room-booking-host .room-booking-hint {
  margin-top: 0.75rem;
  font-size: 0.85rem;
}

@media (max-width: 520px) {
  .mision-room-booking-card .mision-room-booking-host .room-booking-row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "room remove"
      "guests guests"
      "price price";
    row-gap: 10px;
    column-gap: 12px;
    padding: 12px 14px;
  }

  .mision-room-booking-card .mision-room-booking-host .room-booking-room-label {
    grid-area: room;
  }

  .mision-room-booking-card .mision-room-booking-host .room-booking-guests-label {
    grid-area: guests;
    justify-content: space-between;
  }

  .mision-room-booking-card .mision-room-booking-host .room-row-price {
    grid-area: price;
    justify-self: start;
  }

  .mision-room-booking-card .mision-room-booking-host .room-remove-btn {
    grid-area: remove;
    justify-self: end;
  }
}

/* Home: tarjetas con data-temporarily-hidden no se listan (el filtro por categoría no puede mostrarlas) */
#experiences .card[data-temporarily-hidden="true"] {
  display: none !important;
}

section.cards .card[data-temporarily-hidden="true"] {
  display: none !important;
}

/* ===== Payment result pages (post Plexo checkout) ===== */
body.page-payment-result {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: linear-gradient(165deg, #f4f8fc 0%, #eef4fa 45%, #f8f8f8 100%);
  color: #333;
}

.payment-result-header {
  display: flex;
  justify-content: center;
  padding: 22px 24px 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.payment-result-header__logo img {
  display: block;
  height: 60px;
  width: auto;
}

@media (min-width: 480px) {
  .payment-result-header__logo img {
    height: 68px;
  }
}

.payment-result {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px 48px;
}

.payment-result__card {
  width: min(520px, 100%);
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px 32px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(90, 149, 207, 0.12);
  border: 1px solid rgba(102, 166, 230, 0.18);
}

.payment-result__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.payment-result__icon--success {
  background: rgba(76, 175, 120, 0.14);
  color: #2e8b57;
}

.payment-result__icon--failed {
  background: rgba(220, 90, 90, 0.12);
  color: #c44;
}

.payment-result__icon--neutral {
  background: rgba(102, 166, 230, 0.14);
  color: #5a95cf;
}

.payment-result__title {
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  font-weight: 700;
  color: #2f67a3;
  margin-bottom: 12px;
  line-height: 1.25;
}

.payment-result__lead {
  font-size: 1.05rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 14px;
  line-height: 1.5;
}

.payment-result__body {
  font-size: 0.98rem;
  color: #555;
  line-height: 1.65;
  margin-bottom: 28px;
}

.payment-result__status {
  font-size: 1rem;
  font-weight: 600;
  color: #5a95cf;
}

.payment-result__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.payment-result__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: linear-gradient(135deg, #6ea8e5, #5a95cf);
  color: #fff;
  box-shadow: 0 6px 16px rgba(90, 149, 207, 0.3);
}

.payment-result__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(90, 149, 207, 0.35);
}

.payment-result__btn.secondary {
  background: #e6ebf2;
  color: #2f67a3;
  box-shadow: 0 4px 12px rgba(90, 149, 207, 0.15);
}

.payment-result__btn.secondary:hover {
  box-shadow: 0 8px 18px rgba(90, 149, 207, 0.22);
}

@media (min-width: 480px) {
  .payment-result__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .payment-result__btn {
    width: auto;
    min-width: 180px;
    flex: 1 1 auto;
  }
}

/* Reserve → WhatsApp loading overlay (perception only) */
.sacramento-reserve-loading {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  background: rgba(15, 35, 60, 0.42);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.sacramento-reserve-loading[hidden] {
  display: none !important;
}

.sacramento-reserve-loading__panel {
  width: min(100%, 340px);
  padding: 28px 24px 24px;
  border-radius: 16px;
  background: linear-gradient(165deg, #ffffff 0%, #f4f9fd 100%);
  box-shadow: 0 18px 48px rgba(15, 35, 60, 0.22);
  border: 1px solid rgba(102, 166, 230, 0.28);
  text-align: center;
}

.sacramento-reserve-loading__spinner {
  width: 44px;
  height: 44px;
  margin: 0 auto 18px;
  border: 3px solid rgba(102, 166, 230, 0.22);
  border-top-color: #66a6e6;
  border-radius: 50%;
  animation: sacramento-reserve-spin 0.85s linear infinite;
}

@keyframes sacramento-reserve-spin {
  to {
    transform: rotate(360deg);
  }
}

.sacramento-reserve-loading__primary {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #1e3a5f;
}

.sacramento-reserve-loading__secondary {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #4a6a8a;
}

.sacramento-reserve-loading__secondary[hidden] {
  display: none !important;
}

body.sacramento-reserve-loading-active {
  overflow: hidden;
}

a.sac-reserve-busy,
button.sac-reserve-busy {
  opacity: 0.72;
  cursor: wait !important;
}

