/* ══════════════════════════════
   Cruises — List Page
══════════════════════════════ */
.cruises-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.75rem; }

/* ── Cruise Detail Page ── */
.cruise-detail {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 4rem;
}

.cruise-detail-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    color: var(--navy);
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cruise-detail-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

/* ── Image ── */
.cruise-detail-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    width: 100%;
}

.cruise-detail-image img {
    width: 100%;
    max-width: 100%;
    display: block;
    max-height: 420px;
    object-fit: cover;
}

/* ── Route card ── */
.cruise-route-card {
    background: var(--sand);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
}

.cruise-route-card h3 {
    font-size: 0.78rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    font-weight: 700;
}

.route-full { display: flex; flex-direction: column; gap: 0.5rem; }

.route-stop {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.route-stop-icon {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: var(--ocean);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.75rem; font-weight: 700;
    flex-shrink: 0;
}
.route-stop-icon.end { background: var(--gold); color: var(--navy); }
.route-line { width: 2px; height: 18px; background: var(--border); margin-right: 14px; }

/* ── Description ── */
.cruise-info-block {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    margin-top: 1.25rem;
}

.cruise-info-block h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: var(--navy);
    margin-bottom: 0.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

.cruise-info-block p {
    color: var(--text-mid);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ══════════════════════════════
   Booking Card (sticky sidebar)
══════════════════════════════ */
.cruise-book-card {
    background: var(--navy);
    padding: 1.75rem;
    border-radius: 16px;
    color: #fff;
    position: sticky;
    top: 1.5rem;
    box-shadow: var(--shadow-lg);
}

.cruise-book-price {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.cruise-book-price small {
    font-size: 0.85rem;
    font-family: 'Heebo', sans-serif;
    color: rgba(255,255,255,0.55);
    display: block;
    margin-top: 0.25rem;
}

/* Specs inside dark card */
.cruise-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    margin: 1.25rem 0;
}

.cruise-book-card .spec-item {
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
}

.cruise-book-card .spec-icon { font-size: 1rem; }
.cruise-book-card .spec-label { font-size: 0.72rem; color: rgba(255,255,255,0.55); display: block; margin-top: 0.2rem; }
.cruise-book-card .spec-value { font-size: 0.88rem; font-weight: 600; color: #fff; display: block; margin-top: 0.1rem; }

/* Divider inside card */
.cruise-book-divider {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin: 1.1rem 0;
}

/* Date select */
.cruise-dates { margin-bottom: 0.75rem; }
.cruise-dates label { font-size: 0.82rem; color: rgba(255,255,255,0.65); display: block; margin-bottom: 0.35rem; }
.cruise-dates select {
    width: 100%;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-size: 0.92rem;
}
.cruise-dates select option { background: var(--navy); color: #fff; }

/* Buttons inside card */
.cruise-book-card .btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.9rem 1rem;
    background: #25d366;
    color: #fff;
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    margin-top: 0.25rem;
}
.cruise-book-card .btn-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-1px);
}

.cruise-book-card .btn-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    margin-top: 0.6rem;
    transition: background 0.2s;
}
.cruise-book-card .btn-call:hover { background: rgba(255,255,255,0.18); }

.cruise-contact-name {
    text-align: center;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    margin-top: 0.6rem;
}

/* ══════════════════════════════
   Mobile sticky CTA bar
══════════════════════════════ */
.cruise-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 0.85rem 1.25rem;
    z-index: 100;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
}

.cruise-mobile-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
}

.cruise-mobile-price small {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.5);
    display: block;
    font-family: 'Heebo', sans-serif;
}

.cruise-mobile-btns {
    display: flex;
    gap: 0.5rem;
}

.cruise-mobile-btns .btn-whatsapp,
.cruise-mobile-btns .btn-call {
    padding: 0.65rem 1.1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    white-space: nowrap;
}

.cruise-mobile-btns .btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.cruise-mobile-btns .btn-call {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
}

/* ══════════════════════════════
   Responsive
══════════════════════════════ */
@media (max-width: 900px) {
    .cruise-detail { padding: 1.5rem 1.25rem 6rem; /* bottom for mobile CTA */ }
    .cruise-detail-grid { grid-template-columns: 1fr; gap: 1.5rem; }

    /* sidebar becomes regular block, hide sticky card */
    .cruise-book-card { display: none; }

    /* show mobile CTA bar */
    .cruise-mobile-cta { display: flex; }
}

@media (max-width: 600px) {
    .cruises-grid { grid-template-columns: 1fr; }
    .cruise-detail { padding: 1rem 1rem 6rem; }
    .cruise-detail-header h1 { font-size: 1.5rem; }
    .cruise-specs-grid { grid-template-columns: 1fr; }
}
