/* =============================================
   SINGLE DESTINO - MASTER LAYOUT PREMIUM
   ============================================= */

:root {
    --up-pri: #0097b2;
    --up-sec: #00c9a7;
    --up-white: #fff;
    --up-grad: linear-gradient(135deg, #0097b2 0%, #00c9a7 100%);
}

/* =============================================
   DESTINATION HERO - ELITE LAYOUT
   Applies to BOTH #hero-main AND .destination-hero
   ============================================= */

.destination-hero,
#hero-main {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: hidden;
    margin-top: 72px;
    padding: 0;
}

/* Gradient overlay dark at bottom */
.destination-hero::before,
#hero-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.22) 0%,
        rgba(0,0,0,0.12) 28%,
        rgba(0,0,0,0.62) 68%,
        rgba(0,0,0,0.90) 100%
    );
    z-index: 1;
}

/* Hero content wrapper */
.destination-hero .hero-content,
#hero-main .hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 52px;
}

/* Inner container */
.destination-hero .hero-content .container,
#hero-main .hero-content .container,
.destination-hero .container,
#hero-main .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* ---- TITLE ---- */
.destination-hero .hero-title,
#hero-main .hero-title {
    font-size: clamp(2.2rem, 6vw, 4.2rem) !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin: 0 0 24px !important;
    line-height: 1.1 !important;
    letter-spacing: -1px !important;
    text-shadow: 0 4px 24px rgba(0,0,0,0.7) !important;
    text-transform: uppercase !important;
}

/* ---- PRICE BOX ---- */
.destination-hero .hero-price-box,
#hero-main .hero-price-box {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: var(--up-grad) !important;
    padding: 10px 28px !important;
    border-radius: 100px !important;
    margin: 0 0 24px !important;
    box-shadow: 0 10px 32px rgba(0,151,178,0.45) !important;
    width: auto !important;
    max-width: 320px !important;
}
.destination-hero .hero-price-label,
#hero-main .hero-price-label {
    font-size: 0.9rem !important;
    color: rgba(255,255,255,0.82) !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}
.destination-hero .hero-price,
#hero-main .hero-price {
    font-size: 1.9rem !important;
    font-weight: 900 !important;
    color: #fff !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    letter-spacing: -0.5px !important;
}

/* ---- TAGS ROW ---- */
.destination-hero .hero-tags,
#hero-main .hero-tags,
.destination-hero .hero-tags-container,
#hero-main .hero-tags-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

.destination-hero .hero-row,
#hero-main .hero-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}

/* Tag pills */
.destination-hero .hero-tag,
#hero-main .hero-tag,
.destination-hero .hero-fecha-pill,
#hero-main .hero-fecha-pill,
.destination-hero .ciudad-pill,
#hero-main .ciudad-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 9px 20px !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    transition: all 0.25s ease !important;
}

.destination-hero .hero-tag i,
#hero-main .hero-tag i,
.destination-hero .hero-fecha-pill i,
#hero-main .hero-fecha-pill i {
    color: #00c9a7 !important;
    font-size: 0.82rem !important;
}

/* Experience badges */
.hero-tag.badge-verde, .hero-tag.biodiversa-badge {
    background: linear-gradient(90deg, #10b981, #059669) !important; border: none !important;
}
.hero-tag.aventura-badge {
    background: linear-gradient(90deg, #f59e0b, #d97706) !important; border: none !important;
}
.hero-tag.vamosa-badge {
    background: linear-gradient(90deg, #0097b2, #00c9a7) !important; border: none !important;
}
.hero-tag.playas-badge {
    background: linear-gradient(90deg, #3b82f6, #06b6d4) !important; border: none !important;
}

/* Vencimiento */
.hero-tag.venc, .hero-fecha-pill.venc {
    background: rgba(239,68,68,0.35) !important;
    border-color: rgba(239,68,68,0.6) !important;
}

/* =============================================
   MAIN CONTENT LAYOUT
   ============================================= */

.detail-container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    padding: 40px 24px 60px;
    max-width: 1280px;
    margin: 0 auto;
}

/* --- SIDEBAR --- */
.sidebar { position: sticky; top: 90px; height: fit-content; z-index: 10; }
.sidebar-nav {
    background: white; border-radius: 20px; padding: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.sidebar-title {
    font-size: 0.8rem; font-weight: 700; margin-bottom: 16px;
    color: #374151; text-transform: uppercase; letter-spacing: 1px;
}
.sidebar-menu { list-style: none; padding: 0; }
.sidebar-item { margin-bottom: 4px; }
.sidebar-link {
    display: flex; align-items: center; gap: 10px; padding: 10px 12px;
    color: #4b5563; border-radius: 10px; transition: all 0.2s;
    font-weight: 500; text-decoration: none; font-size: 0.9rem;
}
.sidebar-link:hover, .sidebar-link.active {
    background: linear-gradient(135deg, rgba(0,151,178,0.1), rgba(0,201,167,0.1));
    color: #0097b2;
}
.sidebar-link i { width: 18px; text-align: center; color: #0097b2; }
.sidebar-reserva-btn {
    margin-top: 20px; display: flex; align-items: center; justify-content: center;
    gap: 8px; padding: 14px 20px; border-radius: 50px; background: var(--up-grad);
    color: white; font-weight: 700; font-size: 0.95rem; text-decoration: none;
    box-shadow: 0 6px 20px rgba(0,151,178,0.35); transition: all 0.3s;
    border: none; cursor: pointer; width: 100%;
}
.sidebar-reserva-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,151,178,0.45); }

/* --- CONTENT SECTIONS --- */
.content-section {
    background: white; border-radius: 20px; padding: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07); margin-bottom: 28px;
}
.section-title {
    font-size: 1.6rem; font-weight: 700; margin-bottom: 24px;
    color: #111827; display: flex; align-items: center; gap: 14px;
}
.section-title::before {
    content: ''; width: 5px; height: 32px; background: var(--up-grad);
    border-radius: 50px; flex-shrink: 0;
}
.description-text { font-size: 1.05rem; line-height: 1.85; color: #4b5563; }

/* --- GALLERY --- */
.gallery-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px;
}
.gallery-item {
    position: relative; border-radius: 12px; overflow: hidden;
    aspect-ratio: 1/1; cursor: pointer; transition: all 0.25s;
}
.gallery-item:hover { transform: scale(1.04); box-shadow: 0 16px 40px rgba(0,0,0,0.2); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* --- INCLUDES GRID --- */
.includes-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px;
}
.include-item {
    display: flex; align-items: flex-start; gap: 14px; padding: 14px;
    background: #f9fafb; border-radius: 12px; transition: box-shadow 0.2s;
}
.include-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.include-icon {
    width: 42px; height: 42px; background: var(--up-grad); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 1.1rem; flex-shrink: 0;
}
.include-item.negative .include-icon { background: linear-gradient(135deg, #ef4444, #dc2626); }
.include-text h4 { font-weight: 600; color: #111827; margin-bottom: 3px; font-size: 0.95rem; }
.include-text p { font-size: 0.85rem; color: #6b7280; line-height: 1.5; }

.no-incluye-list { list-style: none; padding: 0; }
.no-incluye-list li {
    display: flex; align-items: flex-start; gap: 10px; padding: 10px 0;
    border-bottom: 1px solid #f3f4f6; color: #4b5563; font-size: 0.95rem;
}
.no-incluye-list li:last-child { border-bottom: none; }
.no-incluye-list li::before { content: '✕'; color: #ef4444; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.incluye-notas {
    margin-top: 20px; padding: 14px 18px; border-radius: 10px;
    background: #f0fdf4; border-left: 4px solid #22c55e;
    font-size: 0.9rem; color: #166534; line-height: 1.7;
}

/* --- ITINERARY --- */
.itinerary-timeline { position: relative; padding-left: 56px; }
.itinerary-day { position: relative; margin-bottom: 2.5rem; }
.itinerary-day .day-badge {
    position: absolute; left: -46px; top: 10px; width: 38px; height: 38px;
    border-radius: 50%; background: var(--up-grad); color: white;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-size: 0.6rem; font-weight: 800; box-shadow: 0 4px 12px rgba(0,151,178,0.4); z-index: 5;
}
.itinerary-day .day-badge span { font-size: 1rem; font-weight: 900; }
.day-content {
    background: #fff; padding: 20px 26px; border-radius: 16px;
    border-left: 5px solid #00c9a7; box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s;
}
.day-content:hover { transform: translateX(6px); box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.day-content h3 { font-size: 1.1rem; font-weight: 700; color: #0097b2; margin-bottom: 8px; }
.day-content p { font-size: 0.95rem; color: #4b5563; line-height: 1.7; margin: 0; }

/* --- PRICES --- */
.price-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.price-card {
    background: white; border: 2px solid #e5e7eb; border-radius: 20px; padding: 32px;
    position: relative; overflow: hidden; text-align: center; transition: all 0.3s;
}
.price-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,0.1); }
.price-card.featured { border-color: #0097b2; box-shadow: 0 12px 40px rgba(0,151,178,0.2); }
.price-card.featured::before {
    content: '⭐ Más vendido'; position: absolute; top: 18px; right: -38px;
    background: var(--up-grad); color: white; padding: 5px 48px;
    transform: rotate(45deg); font-size: 0.7rem; font-weight: 700;
}
.price-card-title { font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; }
.price-card-price { font-size: 2.2rem; font-weight: 900; color: #0097b2; }
.price-card-period { color: #6b7280; font-size: 0.85rem; margin-bottom: 16px; }
.price-features { list-style: none; padding: 0; text-align: left; }
.price-features li { padding: 9px 0; border-bottom: 1px solid #f3f4f6; display: flex; gap: 8px; font-size: 0.9rem; }
.price-features li:last-child { border-bottom: none; }
.price-features i { color: #0097b2; flex-shrink: 0; margin-top: 3px; }

/* --- CTA SECTION --- */
.cta-section {
    background: var(--up-grad); color: white; padding: 64px 48px;
    border-radius: 24px; text-align: center; margin-top: 32px;
}
.cta-title { font-size: 2.2rem; font-weight: 900; margin-bottom: 12px; color: white; }
.cta-subtitle { font-size: 1.1rem; opacity: 0.95; margin-bottom: 40px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-cta-primary, .btn-cta-secondary {
    padding: 16px 40px; font-weight: 700; font-size: 1rem; border-radius: 50px;
    display: inline-flex; align-items: center; gap: 10px;
    text-decoration: none; transition: 0.3s; border: none; cursor: pointer;
}
.btn-cta-primary { background: white; color: #0097b2; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.btn-cta-primary:hover { transform: translateY(-3px); }
.btn-cta-secondary {
    background: rgba(255,255,255,0.15); color: white;
    border: 2px solid white; backdrop-filter: blur(10px);
}
.btn-cta-secondary:hover { background: rgba(255,255,255,0.28); }

/* =============================================
   RESPONSIVE TABLET (max-width: 1024px)
   ============================================= */
@media (max-width: 1024px) {
    .destination-hero, #hero-main {
        min-height: 480px;
        background-attachment: scroll;
    }
    .detail-container {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 16px 48px;
    }
    .sidebar {
        position: sticky; top: 72px; z-index: 20;
        margin: 0 -16px 24px;
    }
    .sidebar-nav { border-radius: 0; padding: 10px 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
    .sidebar-title { display: none; }
    .sidebar-menu {
        display: flex; overflow-x: auto; gap: 8px;
        margin: 0; scrollbar-width: none; padding-bottom: 2px;
    }
    .sidebar-menu::-webkit-scrollbar { display: none; }
    .sidebar-item { margin: 0; flex-shrink: 0; }
    .sidebar-link { white-space: nowrap; padding: 8px 14px; font-size: 0.85rem; }
    .sidebar-reserva-btn { display: none; }
    .price-cards { grid-template-columns: 1fr; }
    .content-section { padding: 28px 22px; }
    .cta-section { padding: 48px 24px; }
}

/* =============================================
   RESPONSIVE MOBILE (max-width: 768px)
   ============================================= */
@media (max-width: 768px) {
    .destination-hero, #hero-main { min-height: 36vh !important; margin-top: 64px; }
    .destination-hero .hero-content, #hero-main .hero-content { padding-bottom: 0 !important; }
    .destination-hero .hero-title, #hero-main .hero-title {
        font-size: clamp(1.4rem, 6vw, 2rem) !important;
        letter-spacing: -0.5px !important; margin-bottom: 0 !important;
    }

    /* INFO BAR */
    #dest-price-box + div, [id^="dest-pills-wrap"], #dest-pills-wrap {
        display: grid !important; grid-template-columns: 1fr 1fr !important;
        gap: 8px !important; width: 100% !important; flex: none !important; min-width: 0 !important;
    }
    #dest-pills-wrap span { font-size: 12px !important; padding: 8px 11px !important; gap: 5px !important; justify-content: flex-start !important; }
    #dest-pills-wrap span i { font-size: 11px !important; }
    #dest-price-box { width: 100% !important; min-width: unset !important; align-items: center !important; border-radius: 12px !important; padding: 13px 20px !important; }
    #dest-price-box span:last-child { font-size: 1.6rem !important; }

    /* CONTENT SECTIONS */
    .content-section { padding: 18px 14px !important; border-radius: 14px !important; margin-bottom: 14px !important; overflow: visible !important; }

    /* TITULOS h2 — 22px, pueden ir a 2 líneas si necesitan */
    .section-title, .content-section h2 {
        font-size: 18px !important; font-weight: 800 !important;
        margin-bottom: 14px !important; line-height: 1.25 !important;
        display: flex !important; flex-direction: row !important;
        flex-wrap: wrap !important;   /* permite 2 líneas si necesario */
        align-items: center !important; gap: 8px !important;
        white-space: normal !important; overflow: visible !important;
    }
    .section-title::before { width: 4px !important; min-width: 4px !important; height: 20px !important; flex-shrink: 0 !important; }
    .section-title i, .content-section h2 i { flex-shrink: 0 !important; font-size: 16px !important; width: 18px !important; text-align: center !important; }

    /* PARRAFOS — justificado, 16px */
    .description-text, .content-section p, .content-section .description-text {
        font-size: 15px !important; line-height: 1.7 !important; margin-bottom: 0.7em !important;
        text-align: justify !important; hyphens: auto !important; -webkit-hyphens: auto !important;
    }

    /* TAGS características */
    .caract-tag, .dest-caract-tag, .caracteristicas-wrap span, .caract-lista span {
        font-size: 13px !important; padding: 6px 12px !important;
    }

    /* INCLUDES — Qué incluye / No incluye */
    .includes-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
    .include-item { padding: 11px !important; gap: 11px !important; }
    .include-icon { width: 36px !important; height: 36px !important; font-size: 15px !important; border-radius: 9px !important; }
    .include-text h4 { font-size: 15px !important; margin-bottom: 3px !important; }
    .include-text p { font-size: 13px !important; text-align: left !important; }
    .no-incluye-list li { font-size: 14px !important; padding: 8px 0 !important; }

    /* ITINERARY — Día a día */
    #itinerario { overflow: visible !important; }
    .itinerary-timeline { padding-left: 52px !important; position: relative !important; overflow: visible !important; }
    .itinerary-timeline::before { left: 12px !important; }
    .itinerary-day .day-badge { left: -47px !important; top: 10px !important; width: 30px !important; height: 30px !important; font-size: 8px !important; border-radius: 50% !important; }
    .itinerary-day .day-badge span { font-size: 13px !important; line-height: 1 !important; font-weight: 900 !important; }
    .day-content { padding: 12px 14px !important; border-radius: 12px !important; }
    /* Titulo dia — 16px, puede ir a 2 líneas */
    .day-content h3 {
        font-size: 15px !important; font-weight: 700 !important; margin-bottom: 6px !important;
        white-space: normal !important; overflow: visible !important;
        color: #0097b2 !important; line-height: 1.3 !important;
    }
    .day-content p { font-size: 14px !important; line-height: 1.6 !important; text-align: justify !important; hyphens: auto !important; -webkit-hyphens: auto !important; }
    .itinerary-day { margin-bottom: 1.2rem !important; }

    /* PRECIOS Y PLANES */
    .price-cards { grid-template-columns: 1fr !important; gap: 12px !important; }
    .price-card { padding: 20px 16px !important; border-radius: 14px !important; }
    .price-card-title { font-size: 17px !important; margin-bottom: 6px !important; }
    .price-card-price { font-size: 30px !important; }
    .price-card-period { font-size: 13px !important; }
    .price-features li { font-size: 14px !important; padding: 7px 0 !important; gap: 8px !important; }

    /* LISTAS GENERALES (Especificaciones, Tours, etc.) */
    .content-section ul li, .content-section ol li { font-size: 14px !important; line-height: 1.6 !important; padding: 5px 0 !important; text-align: left !important; }
    .content-section h3 { font-size: 16px !important; font-weight: 700 !important; margin-bottom: 6px !important; }

    /* CTA */
    .cta-section { padding: 24px 16px !important; border-radius: 16px !important; margin-top: 16px !important; }
    .cta-title { font-size: 20px !important; margin-bottom: 8px !important; line-height: 1.25 !important; }
    .cta-subtitle { font-size: 13px !important; margin-bottom: 18px !important; line-height: 1.5 !important; }

    /* BOTONES — 1 fila, texto nunca partido */
    .cta-buttons { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 10px !important; justify-content: center !important; align-items: stretch !important; }
    .btn-cta-primary, .btn-cta-secondary {
        flex: 1 1 0 !important; min-width: 0 !important;
        display: inline-flex !important; align-items: center !important; justify-content: center !important;
        gap: 7px !important; padding: 12px 10px !important;
        font-size: 13px !important; font-weight: 700 !important;
        white-space: nowrap !important; border-radius: 50px !important;
        letter-spacing: -0.1px !important; overflow: hidden !important;
    }
    .btn-cta-primary i, .btn-cta-secondary i { font-size: 13px !important; flex-shrink: 0 !important; }

    /* DETAIL CONTAINER */
    .detail-container { padding: 0 12px 40px !important; gap: 0 !important; }
}



/* =============================================
   EXTRA SMALL (max-width: 480px)
   ============================================= */
@media (max-width: 480px) {
    .destination-hero, #hero-main { min-height: 30vh !important; }
    .destination-hero .hero-title, #hero-main .hero-title { font-size: 1.3rem !important; }
    .content-section { padding: 12px 10px !important; }
    .section-title, .content-section h2 { font-size: 9px !important; }
    .description-text, .content-section p { font-size: 10.5px !important; }
    .cta-title { font-size: 12px !important; }
    .btn-cta-primary, .btn-cta-secondary { font-size: 9px !important; padding: 9px 5px !important; }
    #dest-pills-wrap span { font-size: 0.64rem !important; padding: 5px 8px !important; }
    .price-card-price { font-size: 20px !important; }
    .day-content h3 { font-size: 9.5px !important; }
    .day-content p { font-size: 10px !important; }
}



/* --- GALLERY GRID --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}
.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: all 0.25s;
}
.gallery-item:hover {
    transform: scale(1.04);
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 768px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: 1fr; }
}


/* =============================================
   MOBILE NAVBAR FIX - Logo visible on gradient bg
   ============================================= */
@media (max-width: 768px) {
    /* Keep gradient on mobile so white logo is visible */
    .navbar:not(.scrolled) {
        background: linear-gradient(135deg, #0097b2 0%, #7ed957 100%) !important;
    }
    /* White logo shows on gradient */
    .navbar:not(.scrolled) .logo-white { display: block !important; }
    .navbar:not(.scrolled) .logo-blue { display: none !important; }
    /* Scrolled: white bg, blue logo */
    .navbar.scrolled .logo-white { display: none !important; }
    .navbar.scrolled .logo-blue { display: block !important; }
    /* Hamburger lines: white on gradient, dark on white */
    .navbar:not(.scrolled) .hamburger span { background: #fff !important; }
    .navbar.scrolled .hamburger span { background: #0f172a !important; }
    /* Logo size on mobile */
    .logo-image {
        height: 54px !important;
        max-width: 150px !important;
    }
}

/* =============================================
   BARRA DE INFO DESTINO (debajo del hero)
   ============================================= */
.dest-info-bar {
    background: #ffffff;
    border-bottom: 1px solid #e8f4f7;
    box-shadow: 0 6px 32px rgba(0, 151, 178, 0.10);
    position: sticky;
    top: 72px;
    z-index: 90;
    width: 100%;
}

.dest-info-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Precio */
.dest-info-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0097b2, #7ed957);
    border-radius: 14px;
    flex-shrink: 0;
    min-width: 160px;
    box-shadow: 0 4px 16px rgba(0,151,178,0.30);
}
.dib-desde {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1;
}
.dib-valor {
    font-size: 1.45rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

/* Pastillas */
.dest-info-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
    align-items: center;
}

.dib-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 50px;
    background: #f1f9fb;
    border: 1.5px solid #c8eaf2;
    color: #1e293b;
    font-size: 0.84rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s;
}
.dib-pill i {
    color: #0097b2;
    font-size: 0.8rem;
}
.dib-pill:hover {
    background: #e0f5fb;
    border-color: #0097b2;
}

/* Variantes */
.dib-pill--rotate {
    background: #e8f4ff;
    border-color: #93c5fd;
    color: #1d4ed8;
}
.dib-pill--rotate i { color: #2563eb; }

.dib-pill--oferta {
    background: #fff3e0;
    border-color: #fbbf24;
    color: #b45309;
}
.dib-pill--oferta i { color: #d97706; }

/* Badge experiencia */
.dib-pill--exp.biodiversa-badge { background: #d1fae5; border-color: #34d399; color: #065f46; }
.dib-pill--exp.biodiversa-badge i { color: #059669; }
.dib-pill--exp.playas-badge { background: #dbeafe; border-color: #60a5fa; color: #1e40af; }
.dib-pill--exp.playas-badge i { color: #2563eb; }
.dib-pill--exp.aventura-badge { background: #fef3c7; border-color: #fbbf24; color: #92400e; }
.dib-pill--exp.aventura-badge i { color: #d97706; }
.dib-pill--exp.vamosa-badge { background: #e0f2fe; border-color: #38bdf8; color: #0c4a6e; }
.dib-pill--exp.vamosa-badge i { color: #0284c7; }

/* Botón Reservar */
.dib-btn-reserva {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #0097b2, #00c9a7);
    color: #fff;
    font-weight: 800;
    font-size: 0.92rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(0,151,178,0.35);
    transition: all 0.25s;
    margin-left: auto;
}
.dib-btn-reserva:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,151,178,0.45);
}

/* Hero simplificado: solo muestra el título */
.destination-hero,
#hero-main {
    min-height: 55vh !important;
    align-items: center !important;
}
.destination-hero .hero-content,
#hero-main .hero-content {
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .dest-info-inner { gap: 12px; padding: 14px 16px; }
    .dib-btn-reserva { margin-left: 0; }
}
@media (max-width: 640px) {
    .destination-hero, #hero-main { min-height: 42vh !important; }
    .dest-info-price { min-width: auto; width: 100%; }
    .dib-valor { font-size: 1.25rem; }
    .dest-info-pills { gap: 6px; }
    .dib-pill { font-size: 0.78rem; padding: 6px 12px; }
    .dib-btn-reserva { width: 100%; justify-content: center; }
}


/* =============================================
   BRANDING CORPORATIVO - Degradado unificado
   Colores: #0097b2 -> #00c9a7 (teal -> cyan)
   ============================================= */
:root {
    --corp-1: #0097b2;
    --corp-2: #00c9a7;
    --corp-grad: linear-gradient(135deg, #0097b2, #00c9a7);
    --corp-shadow: 0 6px 20px rgba(0,151,178,0.35);
    --corp-shadow-hover: 0 10px 32px rgba(0,151,178,0.50);
    --up-grad: linear-gradient(135deg, #0097b2, #00c9a7);
    --up-pri: #0097b2;
    --up-sec: #00c9a7;
}

/* Barra info: precio */
.dest-info-price { background: var(--corp-grad) !important; box-shadow: var(--corp-shadow) !important; }

/* Botones Reservar */
.dib-btn-reserva { background: var(--corp-grad) !important; box-shadow: var(--corp-shadow) !important; }
.dib-btn-reserva:hover { box-shadow: var(--corp-shadow-hover) !important; filter: brightness(1.07); }
.sidebar-reserva-btn { background: var(--corp-grad) !important; box-shadow: var(--corp-shadow) !important; }
.sidebar-reserva-btn:hover { box-shadow: var(--corp-shadow-hover) !important; filter: brightness(1.07); }

/* Seccion CTA */
.cta-section { background: var(--corp-grad) !important; }
.btn-cta-primary { background: #fff !important; color: #0097b2 !important; }
.btn-cta-primary:hover { background: linear-gradient(135deg, #e0f9ff, #d0fff6) !important; }

/* Badges experiencia (hero) */
.hero-tag.vamosa-badge, .hero-tag.playas-badge { background: var(--corp-grad) !important; }
.hero-tag.biodiversa-badge { background: linear-gradient(90deg, #0fa35c, #0097b2) !important; }
.hero-tag.aventura-badge   { background: linear-gradient(90deg, #f59e0b, #0097b2) !important; }

/* Includes / itinerario */
.include-icon { background: var(--corp-grad) !important; }
.itinerary-day .day-badge { background: var(--corp-grad) !important; }
.day-content { border-left-color: #00c9a7 !important; }
.day-content h3 { color: #0097b2 !important; }
.section-title::before { background: var(--corp-grad) !important; }

/* Tarjetas de precio */
.price-card-price { color: #0097b2 !important; }
.price-card.featured { border-color: #0097b2 !important; box-shadow: 0 12px 40px rgba(0,151,178,0.22) !important; }
.price-card.featured::before { background: var(--corp-grad) !important; }
.price-features i { color: #0097b2 !important; }
.price-card:hover { box-shadow: 0 20px 48px rgba(0,151,178,0.15) !important; border-color: #00c9a7 !important; }

/* Sidebar nav */
.sidebar-link:hover, .sidebar-link.active {
    background: linear-gradient(135deg, rgba(0,151,178,0.10), rgba(0,201,167,0.10)) !important;
    color: #0097b2 !important;
}
.sidebar-link i { color: #0097b2 !important; }

/* Tips / notas */
.incluye-notas {
    background: linear-gradient(135deg, rgba(0,151,178,0.06), rgba(0,201,167,0.06)) !important;
    border-left-color: #00c9a7 !important;
    color: #0e5c6e !important;
}

/* Pills hover */
.dib-pill:hover { background: rgba(0,151,178,0.08) !important; border-color: #0097b2 !important; color: #0097b2 !important; }
.dib-pill i { color: #0097b2 !important; }

/* Box precio sticky */
#dest-price-box { border-top: 4px solid #0097b2 !important; }
