/* ================================================================
   AVESTA TRAVEL — Boats Page CSS
   Prefix: .page-boats / .bh- / .bs-
================================================================ */

/* ──────────────── GUEST DROPDOWN (boats override) ──────────────── */
.page-boats .guest-dropdown {
    max-height: none !important;
    overflow: visible !important;
    z-index: 10300 !important;
}

/* Hero'nun altındaki tüm section'lar düşük z-index ile kalır,
   böylece dropdownlar onların üstünde kalır */
.bhs-strip,
.bsec,
.bsvc-section,
.cta-section {
    position: relative;
    z-index: 0;
}

/* ──────────────── HERO — header altında kalmama düzeltmesi ──────────────── */
/*
   Header position:fixed + height:84px olduğu için hero section
   84px üstten padding almalı, yoksa içerik header'ın altında kalır.
*/
.bh-hero {
    padding-top: 84px;
}

/* ──────────────── SEARCH WRAP ──────────────── */
.page-boats .bh-search-wrap {
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}

.page-boats .bh-search-wrap .search-fields-container {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    padding: 8px 10px 8px 24px;
    box-shadow: 0 20px 60px rgba(6,12,24,.35), 0 4px 16px rgba(6,12,24,.18);
    flex-wrap: nowrap;
    gap: 0;
    transition: box-shadow .3s;
}

.page-boats .bh-search-wrap .search-fields-container:hover {
    box-shadow: 0 24px 70px rgba(6,12,24,.42), 0 6px 20px rgba(6,12,24,.2);
}

.page-boats .bh-search-wrap .search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 10px 16px;
    border-radius: 50px;
    transition: background .2s;
    cursor: pointer;
    min-width: 0;
    position: relative;
}

.page-boats .bh-search-wrap .search-field:hover { background: #f8fafc; }

.page-boats .bh-search-wrap .field-icon {
    color: #0e7fa8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-boats .bh-search-wrap .field-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
}

.page-boats .bh-search-wrap .search-field-label {
    font-size: .7rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 2px;
    white-space: nowrap;
}

.page-boats .bh-search-wrap .search-field-input {
    width: 100%;
    padding: 0;
    border: none !important;
    outline: none !important;
    background: transparent;
    font-size: .93rem;
    font-weight: 500;
    color: #1e293b;
    font-family: inherit;
}

.page-boats .bh-search-wrap .search-field-input::placeholder { color: #94a3b8; font-weight: 400; }
.page-boats .bh-search-wrap .field-divider {
    width: 1px; height: 36px;
    background: #e2e8f0;
    flex-shrink: 0;
    margin: 0 4px;
}
.page-boats .bh-search-wrap .search-action { flex-shrink: 0; margin-left: 8px; }
.page-boats .bh-search-wrap .btn-search {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0e7fa8, #0a6b8e);
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 14px 28px;
    font-size: .88rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .2s, transform .15s;
    white-space: nowrap;
    font-family: inherit;
    box-shadow: 0 6px 20px rgba(14,127,168,.35);
}
.page-boats .bh-search-wrap .btn-search:hover {
    opacity: .92;
    transform: translateY(-1px);
}

/* ──────────────── GUEST DROPDOWN ──────────────── */
.guest-dropdown {
    position: absolute; top: calc(100% + 14px); left: 50%;
    transform: translateX(-50%);
    background: #fff; border-radius: 18px;
    box-shadow: 0 20px 60px rgba(15,23,42,.2), 0 4px 16px rgba(15,23,42,.1);
    border: 1px solid rgba(148,163,184,.2);
    padding: 12px; min-width: 260px; z-index: 10050;
    display: none;
}
.guest-dropdown.show { display: block; }
.guest-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 6px; border-bottom: 1px solid #f1f5f9; }
.guest-row:last-child { border-bottom: none; }
.guest-info { display: flex; flex-direction: column; }
.guest-title { font-size: .87rem; font-weight: 700; color: #1e293b; }
.guest-desc  { font-size: .72rem; color: #94a3b8; margin-top: 1px; }
.guest-controls { display: flex; align-items: center; gap: 10px; }
.guest-btn  { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid #e2e8f0; background: #fff; font-size: 1rem; font-weight: 700; color: #374151; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s; }
.guest-btn:hover:not([style*="cursor:not-allowed"]) { background: #0e7fa8; color: #fff; border-color: #0e7fa8; }
.guest-count { font-size: .9rem; font-weight: 700; color: #1e293b; min-width: 18px; text-align: center; }

/* ──────────────── SECTIONS ──────────────── */
.bsec { padding: 64px 0; background: #fff; }
.bsec--blue { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); }
.bsec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.bsec-head--center { justify-content: center; text-align: center; }
.bsec-eyebrow { display: inline-block; font-size: .71rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #0e7fa8; margin-bottom: 8px; }
.bsec-title { font-family: var(--font-display, 'Playfair Display', serif); font-size: clamp(1.6rem, 2.8vw, 2.1rem); font-weight: 700; line-height: 1.2; color: #0b1426; margin-bottom: 8px; }
.bsec-title em { font-style: italic; color: #0e7fa8; }
.bsec-sub { font-size: .9rem; color: #6b7280; line-height: 1.7; max-width: 520px; }
.bsec-all-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .81rem; font-weight: 700; color: #0e7fa8; text-decoration: none;
    white-space: nowrap; flex-shrink: 0;
    border: 1.5px solid #b3e0f2; border-radius: 100px;
    padding: 8px 16px; transition: background .18s, border-color .18s;
}
.bsec-all-link:hover { background: #e0f2fe; border-color: #0e7fa8; }

/* ──────────────── DESTINATION SLIDER ──────────────── */
.bdest-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.bdest-slider-wrap { position: relative; }
.bdest-viewport { overflow: hidden; }
.bdest-track { display: flex; gap: 16px; transition: transform .42s cubic-bezier(.25,.8,.25,1); will-change: transform; }
.bdest-card {
    flex: 0 0 calc(25% - 12px);
    min-width: 220px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 3/4;
    text-decoration: none;
    display: block;
    box-shadow: 0 4px 20px rgba(11,20,38,.12);
    transition: transform .3s, box-shadow .3s;
}
.bdest-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(11,20,38,.18); }
.bdest-card-img { position: absolute; inset: 0; }
.bdest-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bdest-card:hover .bdest-card-img img { transform: scale(1.06); }
.bdest-card-placeholder { position: absolute; inset: 0; background: linear-gradient(135deg, #0f2d48, #1a4a6e); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.2); }
.bdest-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,15,35,.85) 0%, rgba(5,15,35,.2) 60%, transparent 100%); }
.bdest-card-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 16px; }
.bdest-card-count { display: inline-block; background: rgba(14,127,168,.8); color: #fff; font-size: .68rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; margin-bottom: 6px; backdrop-filter: blur(4px); }
.bdest-card-name { font-size: 1rem; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 6px; }
.bdest-card-cta { display: inline-flex; align-items: center; gap: 5px; font-size: .74rem; font-weight: 600; color: rgba(255,255,255,.8); }
.bdest-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
    width: 40px; height: 40px; border-radius: 50%;
    background: #fff; border: 1.5px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(11,20,38,.12);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; color: #374151; transition: all .2s;
}
.bdest-arrow:hover { background: #0e7fa8; color: #fff; border-color: #0e7fa8; }
.bdest-arrow:disabled { opacity: .35; cursor: not-allowed; pointer-events: none; }
.bdest-arrow.is-hidden { display: none; }
.bdest-prev { left: -20px; }
.bdest-next { right: -20px; }
.bdest-more-wrap { text-align: center; margin-top: 32px; }
.bdest-more-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; border-radius: 999px;
    border: 1.5px solid #b3e0f2; color: #0e7fa8;
    font-size: .84rem; font-weight: 700; text-decoration: none;
    transition: background .18s, border-color .18s;
}
.bdest-more-btn:hover { background: #e0f2fe; border-color: #0e7fa8; }

/* ──────────────── SERVICES SECTION (fotoğraftaki hizmetler) ──────────────── */
.bsvc-section { padding: 80px 0; background: #fff; }
.bsvc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bsvc-left {}
.bsvc-eyebrow { display: inline-block; font-size: .71rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #0e7fa8; margin-bottom: 12px; }
.bsvc-title { font-family: var(--font-display, 'Playfair Display', serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; line-height: 1.15; color: #0b1426; margin-bottom: 16px; }
.bsvc-title em { font-style: italic; color: #0e7fa8; }
.bsvc-desc { font-size: .92rem; color: #5a6680; line-height: 1.8; margin-bottom: 32px; max-width: 520px; }
.bsvc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.bsvc-item { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f1f5f9; }
.bsvc-item:nth-child(odd) { padding-right: 20px; border-right: 1px solid #f1f5f9; }
.bsvc-item:nth-last-child(-n+2) { border-bottom: none; }
.bsvc-arrow { width: 22px; height: 22px; border-radius: 50%; background: #e0f2fe; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #0e7fa8; }
.bsvc-item-text { font-size: .84rem; font-weight: 600; color: #334155; }
.bsvc-right { position: relative; }
.bsvc-img-wrap { position: relative; }
.bsvc-img-shape {
    width: 100%; aspect-ratio: 4/5;
    border-radius: 40% 60% 55% 45% / 45% 40% 60% 55%;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(11,20,38,.18);
}
.bsvc-img-shape img { width: 100%; height: 100%; object-fit: cover; }
.bsvc-badge {
    position: absolute; bottom: 32px; left: -28px;
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 12px 36px rgba(11,20,38,.14);
    display: flex; align-items: center; gap: 14px;
    min-width: 200px;
}
.bsvc-badge-icon { width: 44px; height: 44px; border-radius: 12px; background: #e0f2fe; display: flex; align-items: center; justify-content: center; color: #0e7fa8; flex-shrink: 0; }
.bsvc-badge-text strong { display: block; font-size: .92rem; font-weight: 800; color: #0b1426; }
.bsvc-badge-text span { font-size: .74rem; color: #94a3b8; }
.bsvc-deco { position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; background: radial-gradient(circle, rgba(14,127,168,.08) 0%, transparent 70%); border: 2px dashed rgba(14,127,168,.2); border-radius: 50%; }
.bsvc-benefits { display: flex; gap: 24px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #f1f5f9; }
.bsvc-benefit { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.bsvc-benefit-icon { width: 46px; height: 46px; border-radius: 14px; background: #f0f9ff; display: flex; align-items: center; justify-content: center; color: #0e7fa8; }
.bsvc-benefit strong { font-size: .82rem; font-weight: 700; color: #0b1426; }
.bsvc-benefit span { font-size: .72rem; color: #94a3b8; }

/* ──────────────── BOAT CARDS ──────────────── */
.bboat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bcard {
    border-radius: 18px; overflow: hidden;
    background: #fff; border: 1.5px solid #d4e8f5;
    box-shadow: 0 4px 20px rgba(11,20,38,.08), 0 1px 4px rgba(11,20,38,.04);
    transition: transform .28s, box-shadow .28s;
    display: flex; flex-direction: column;
    text-decoration: none;
}
.bcard:hover { transform: translateY(-6px); box-shadow: 0 18px 48px rgba(11,20,38,.14), 0 4px 12px rgba(11,20,38,.06); }
.bcard-img-wrap { position: relative; aspect-ratio: 16/10; overflow: hidden; flex-shrink: 0; }
.bcard-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.bcard:hover .bcard-img-wrap img { transform: scale(1.06); }
.bcard-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0f2d48, #1a5070); color: rgba(255,255,255,.2); }
.bcard-badge { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: .62rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.bcard-badge--featured { background: #0e7fa8; color: #fff; }
.bcard-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,15,35,.3) 0%, transparent 60%); }
.bcard-body { padding: 18px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.bcard-type { display: flex; align-items: center; gap: 4px; font-size: .72rem; font-weight: 600; color: #0e7fa8; margin-bottom: 6px; }
.bcard-title { font-size: .96rem; font-weight: 700; color: #0b1426; margin-bottom: 10px; line-height: 1.35; }
.bcard-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.bcard-meta span { display: inline-flex; align-items: center; gap: 4px; font-size: .74rem; color: #64748b; font-weight: 600; }
.bcard-desc { font-size: .82rem; color: #6b7280; line-height: 1.6; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.bcard-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid #e8f4fa; }
.bcard-price { display: flex; flex-direction: column; gap: 1px; }
.bcard-from { font-size: .68rem; color: #94a3b8; font-weight: 600; }
.bcard-amount { font-size: 1.22rem; font-weight: 800; color: #0e7fa8; }
.bcard-btn {
    display: inline-flex; align-items: center; gap: 4px;
    background: linear-gradient(135deg, #0e7fa8, #0a6b8e);
    color: #fff; text-decoration: none; border-radius: 8px;
    padding: 9px 16px; font-size: .8rem; font-weight: 700;
    transition: opacity .18s, transform .14s;
    box-shadow: 0 3px 12px rgba(14,127,168,.25);
}
.bcard-btn:hover { opacity: .9; transform: translateY(-1px); }
.bboats-empty { text-align: center; padding: 80px 20px; }
.bboats-empty svg { display: block; margin: 0 auto 16px; opacity: .2; color: #94a3b8; }
.bboats-empty p { font-size: 1rem; font-weight: 600; color: #374151; margin-bottom: 8px; }
.bboats-empty span { font-size: .84rem; color: #94a3b8; }

/* ──────────────── STRIP (güven bantı) ──────────────── */
.bhs-strip { background: linear-gradient(135deg, #051828 0%, #0a2438 100%); padding: 32px 0; }
.bhs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bhs-item { display: flex; align-items: center; gap: 14px; }
.bhs-icon { width: 44px; height: 44px; border-radius: 11px; background: rgba(14,127,168,.18); color: #38bdf8; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid rgba(14,127,168,.25); }
.bhs-item strong { display: block; font-size: .84rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.bhs-item span { font-size: .74rem; color: rgba(255,255,255,.5); }

/* ──────────────── CTA ──────────────── */
.cta-section { padding: 80px 0; background: #f8fafc; }
.cta-premium-wrapper {
    position: relative; border-radius: 28px; overflow: hidden;
    min-height: 360px; display: flex; align-items: stretch;
}
.cta-bg-image { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cta-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(5,20,45,.92) 0%, rgba(5,20,45,.75) 50%, rgba(5,20,45,.55) 100%); }
.cta-content-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; padding: 56px 60px; width: 100%; }
.cta-eyebrow { display: flex; align-items: center; gap: 10px; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 0 rgba(16,185,129,.4); animation: bPulse 2s infinite; flex-shrink: 0; }
@keyframes bPulse { 0%,100%{box-shadow:0 0 0 0 rgba(16,185,129,.4)} 50%{box-shadow:0 0 0 8px rgba(16,185,129,0)} }
.cta-title { font-family: var(--font-display, 'Playfair Display', serif); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.18; color: #fff; margin-bottom: 14px; }
.cta-title em { font-style: italic; color: #38bdf8; }
.cta-subtitle { font-size: .92rem; color: rgba(255,255,255,.68); line-height: 1.7; margin-bottom: 24px; max-width: 480px; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 16px; }
.trust-badge { display: flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.75); }
.glass-card { background: rgba(255,255,255,.08); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; padding: 28px 26px; min-width: 280px; }
.glass-title { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 6px; }
.glass-desc { font-size: .8rem; color: rgba(255,255,255,.6); margin-bottom: 20px; }
.premium-contact-btn {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 18px; border-radius: 14px;
    text-decoration: none; transition: transform .2s, box-shadow .2s;
    margin-bottom: 12px; width: 100%;
}
.premium-contact-btn:last-child { margin-bottom: 0; }
.premium-contact-btn.phone { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); }
.premium-contact-btn.phone:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.premium-contact-btn.whatsapp { background: rgba(37,211,102,.15); border: 1px solid rgba(37,211,102,.3); }
.premium-contact-btn.whatsapp:hover { background: rgba(37,211,102,.25); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.2); }
.btn-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; }
.btn-texts { display: flex; flex-direction: column; }
.b-label { font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.65); }
.b-value { font-size: .9rem; font-weight: 700; color: #fff; }

/* ──────────────── RESPONSIVE ──────────────── */
@media (max-width: 1100px) {
    .bboat-grid { grid-template-columns: repeat(2, 1fr); }
    .bhs-grid { grid-template-columns: repeat(2, 1fr); }
    .bsvc-grid { gap: 40px; }
    .bdest-card { flex: 0 0 calc(33.333% - 11px); }
    .cta-content-grid { grid-template-columns: 1fr; gap: 32px; padding: 40px; }
    .glass-card { min-width: auto; }
}
@media (max-width: 900px) {
    .bsvc-grid { grid-template-columns: 1fr; }
    .bsvc-right { display: none; }
    .bsvc-desc { max-width: 100%; }
    .bdest-card { flex: 0 0 calc(50% - 8px); }
}
@media (max-width: 768px) {
    /* Mobilde header 84px'den küçük olabilir, yine de 84px güvenli */
    .bh-hero { padding-top: 84px; }
    .bh-inner { padding-bottom: 88px; }
    .bh-title { font-size: 2rem; }
    .page-boats .bh-search-wrap .search-fields-container { flex-wrap: wrap; padding: 16px; border-radius: 20px; }
    .page-boats .bh-search-wrap .field-divider { display: none; }
    .page-boats .bh-search-wrap .search-field { padding: 10px 8px; }
    .page-boats .bh-search-wrap .search-action { width: 100%; margin-left: 0; }
    .page-boats .bh-search-wrap .btn-search { width: 100%; justify-content: center; }
    .bboat-grid { grid-template-columns: 1fr; }
    .bhs-grid { grid-template-columns: 1fr 1fr; }
    .bsec { padding: 48px 0; }
    .bsec-head { flex-direction: column; align-items: flex-start; }
    .bsvc-list { grid-template-columns: 1fr; }
    .bsvc-item:nth-child(odd) { border-right: none; padding-right: 0; }
    .bdest-card { flex: 0 0 calc(50% - 8px); min-width: 160px; }
    .cta-content-grid { padding: 28px 24px; }
    .trust-badges { flex-direction: column; gap: 10px; }
    .bsvc-benefits { flex-wrap: wrap; }
}
@media (max-width: 480px) {
    .bhs-grid { grid-template-columns: 1fr; }
    .bdest-card { flex: 0 0 calc(70% - 8px); }
}
