/* =================================================
   FIRSAT TATİL v4 — Cinematic Hero + Pro Sector
   ================================================= */

:root {
    --bg: #FFFFFF;
    --bg-soft: #F7F8FA;
    --bg-mute: #EFF2F6;
    --line: #E4E7EC;
    --line-2: #D0D5DD;
    --ink: #101828;
    --ink-2: #344054;
    --ink-mute: #667085;
    --ink-soft: #98A2B3;
    --orange: #FF5A36;
    --orange-2: #FF7A5C;
    --orange-dark: #E64A28;
    --orange-soft: #FFF1EC;
    --navy: #0D1B2A;
    --navy-2: #1B2A41;
    --blue: #0C6CC9;
    --green: #12B76A;
    --green-soft: #ECFDF3;
    --gold: #F79009;
    --container: 1500px;
    --pad: 28px;
    --font: 'Inter', -apple-system, system-ui, sans-serif;
    --r-sm: 6px;
    --r-md: 10px;
    --r-lg: 14px;
    --r-xl: 20px;
    --r-2xl: 28px;
    --t-fast: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    --t-base: 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    --t-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.55; overflow-x: hidden; font-feature-settings: "cv11", "ss03"; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
[data-lucide], .lucide { width: 18px; height: 18px; stroke-width: 2; flex-shrink: 0; }
::selection { background: var(--orange); color: #fff; }

/* Skip link */
.skip-link { position: absolute; top: -40px; left: 0; background: var(--ink); color: #fff; padding: 8px 16px; z-index: 1000; border-radius: 0 0 8px 0; font-weight: 600; }
.skip-link:focus { top: 0; }

.container-xxl { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); width: 100%; }
@media (max-width: 991px) { :root { --pad: 20px; } }
@media (max-width: 575px) { :root { --pad: 16px; } }

/* TOP BAR */
.top-bar { background: var(--navy); color: rgba(255,255,255,0.75); font-size: 12.5px; height: 40px; display: flex; align-items: center; }
.top-bar-inner { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad); display: flex; justify-content: space-between; align-items: center; width: 100%; gap: 24px; }
.tb-left, .tb-right { display: flex; align-items: center; gap: 22px; }
.tb-item, .tb-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; color: rgba(255,255,255,0.7); transition: color var(--t-fast); }
.tb-item [data-lucide], .tb-link [data-lucide] { width: 14px; height: 14px; color: var(--orange-2); }
.tb-link { cursor: pointer; }
.tb-link:hover { color: #fff; }
.tb-divider { position: relative; padding-left: 22px; }
.tb-divider::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background: rgba(255,255,255,0.15); }
.tb-currency { background: rgba(255,255,255,0.06); padding: 4px 10px; border-radius: 20px; }
@media (max-width: 991px) { .top-bar { display: none; } }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow var(--t-base); }
.site-header.scrolled { box-shadow: 0 4px 20px rgba(16, 24, 40, 0.06); }
.header-inner { max-width: var(--container); margin: 0 auto; padding: 15px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: all 0.3s; }
.site-header.scrolled .header-inner { padding: 10px var(--pad); }
.brand-logo { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-logo img {
    transition: all 0.3s;
}
.site-header.scrolled .brand-logo img {
    height: 44px;
    width: auto;
}
.brand-mark { transition: transform var(--t-base); }
.brand-logo:hover .brand-mark { transform: rotate(-6deg) scale(1.05); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-weight: 800; font-size: 22px; color: var(--ink); letter-spacing: -0.03em; }
.brand-dot { color: var(--orange); }
.brand-tag { font-size: 10.5px; color: var(--ink-mute); margin-top: 4px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }

.main-nav { flex: 1; display: flex; justify-content: center; }
.nav-menu { list-style: none; padding: 0; margin: 0; display: flex; gap: 4px; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; font-weight: 600; font-size: 14px; color: var(--ink); border-radius: var(--r-md); transition: all var(--t-fast); letter-spacing: -0.01em; }
.nav-menu > li > a:hover { background: var(--bg-soft); color: var(--orange); }
.nav-menu > li > a [data-lucide] { width: 16px; height: 16px; color: var(--orange); }
.nav-menu .caret { width: 14px !important; height: 14px !important; color: var(--ink-mute) !important; transition: transform var(--t-fast); }
.nav-menu > li:hover .caret { transform: rotate(180deg); }
.nav-hot { background: var(--orange-soft) !important; color: var(--orange-dark) !important; }
.nav-hot:hover { background: var(--orange) !important; color: #fff !important; }
.nav-hot:hover [data-lucide] { color: #fff !important; }

/* SIMPLE DROPDOWN */
.nav-dropdown { position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%) translateY(8px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 16px 40px rgba(16, 24, 40, 0.12); padding: 8px; min-width: 210px; list-style: none; margin: 0; opacity: 0; visibility: hidden; transition: all var(--t-base); z-index: 50; }
.has-dropdown:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown li a { display: flex; align-items: center; gap: 8px; padding: 9px 14px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); border-radius: var(--r-md); transition: all var(--t-fast); }
.nav-dropdown li a:hover { background: var(--bg-soft); color: var(--orange); }
.nav-dropdown li a [data-lucide] { width: 14px; height: 14px; color: var(--orange); flex-shrink: 0; }
.nav-dropdown .dd-divider { height: 1px; background: var(--line); margin: 6px 8px; }
.nav-dropdown .dd-hot a { color: var(--orange); font-weight: 600; }

/* HEADER ACTIONS */
.header-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.hdr-call { display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 12px; background: var(--bg-soft); border-radius: var(--r-md); transition: background var(--t-fast); }
.hdr-call:hover { background: var(--bg-mute); }
.hc-pulse { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.18); animation: pulse-dot 2s infinite; flex-shrink: 0; }
@keyframes pulse-dot { 0%, 100% { box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.18); } 50% { box-shadow: 0 0 0 6px rgba(18, 183, 106, 0.05); } }
.hc-text { display: flex; flex-direction: column; line-height: 1.2; color: var(--ink); }
.hc-text small { font-size: 9.5px; color: var(--ink-mute); letter-spacing: 0.06em; font-weight: 600; }
.hc-text strong { font-size: 13.5px; font-weight: 700; letter-spacing: -0.01em; }
.hdr-btn { width: 42px; height: 42px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-md); color: var(--ink); display: grid; place-items: center; transition: all var(--t-fast); }
.hdr-btn:hover { background: var(--orange-soft); color: var(--orange); border-color: var(--orange-soft); }

.hdr-account { position: relative; }
.hdr-account-btn { display: inline-flex; align-items: center; gap: 10px; padding: 6px 14px 6px 8px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-md); color: var(--ink); transition: all var(--t-fast); }
.hdr-account-btn:hover { background: var(--bg-mute); }
.hdr-account-btn > [data-lucide] { width: 30px; height: 30px; background: var(--orange); color: #fff; border-radius: 50%; padding: 6px; flex-shrink: 0; }
.hdr-account-btn span { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.hdr-account-btn small { font-size: 9.5px; color: var(--ink-mute); letter-spacing: 0.06em; font-weight: 600; }
.hdr-account-btn strong { font-size: 13.5px; font-weight: 700; letter-spacing: -0.01em; }
.hdr-account-menu { position: absolute; top: calc(100% + 12px); right: 0; width: 320px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 24px 48px rgba(16, 24, 40, 0.15); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all var(--t-base); z-index: 50; }
.hdr-account-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.ham-head { padding: 12px 14px 16px; border-bottom: 1px solid var(--line); margin-bottom: 12px; }
.ham-head h6 { font-size: 16px; font-weight: 700; margin: 0 0 4px; color: var(--ink); letter-spacing: -0.02em; }
.ham-head p { font-size: 13px; color: var(--ink-mute); margin: 0; }
.ham-actions { display: flex; gap: 8px; padding: 0 6px 12px; }
.ham-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 11px 14px; border: 0; border-radius: var(--r-md); font-weight: 600; font-size: 13.5px; transition: all var(--t-fast); letter-spacing: -0.01em; }
.ham-btn [data-lucide] { width: 15px; height: 15px; }
.ham-btn-primary { background: var(--orange); color: #fff; }
.ham-btn-primary:hover { background: var(--orange-dark); }
.ham-btn-ghost { background: var(--bg-soft); color: var(--ink); }
.ham-btn-ghost:hover { background: var(--bg-mute); }
.ham-divider { height: 1px; background: var(--line); margin: 4px 0; }
.ham-link { display: flex; align-items: center; gap: 12px; padding: 10px 14px; font-size: 14px; font-weight: 500; color: var(--ink-2); border-radius: var(--r-md); transition: background var(--t-fast); }
.ham-link:hover { background: var(--bg-soft); color: var(--orange); }
.ham-link [data-lucide] { width: 16px; height: 16px; color: var(--ink-mute); }
.ham-link:hover [data-lucide] { color: var(--orange); }

.hdr-wa { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: #25D366; color: #fff; border-radius: var(--r-md); font-weight: 600; font-size: 13.5px; letter-spacing: -0.01em; transition: all var(--t-fast); }
.hdr-wa:hover { background: #1DA851; color: #fff; transform: translateY(-1px); }
.hdr-wa [data-lucide] { width: 16px; height: 16px; }

.hdr-burger { width: 42px; height: 42px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-md); display: flex; flex-direction: column; gap: 4px; align-items: center; justify-content: center; padding: 0; }
.hdr-burger span { width: 18px; height: 2px; background: var(--ink); border-radius: 1px; transition: all var(--t-fast); display: block; }
.hdr-burger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hdr-burger.open span:nth-child(2) { opacity: 0; }
.hdr-burger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* MOBILE MENU - FIX */
.mobile-menu { position: fixed; left: 0; right: 0; top: 80px; background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,0.08); max-height: 0; overflow: hidden; transition: max-height var(--t-base); z-index: 99; border-bottom: 1px solid var(--line); }
.mobile-menu.open { max-height: calc(100vh - 80px); overflow-y: auto; }
.mm-inner { padding: 16px var(--pad); display: flex; flex-direction: column; }
.mm-account { margin-bottom: 8px; }
.mm-acc-btn { width: 100%; display: flex; align-items: center; gap: 12px; padding: 16px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); }
.mm-acc-btn > [data-lucide]:first-child { width: 40px; height: 40px; background: var(--orange); color: #fff; border-radius: 50%; padding: 8px; }
.mm-acc-btn span { flex: 1; text-align: left; display: flex; flex-direction: column; }
.mm-acc-btn strong { font-size: 14px; font-weight: 700; color: var(--ink); }
.mm-acc-btn small { font-size: 12px; color: var(--ink-mute); margin-top: 2px; }
.ml-auto { margin-left: auto; }
.mm-inner > a { padding: 14px 4px; font-weight: 500; font-size: 15px; color: var(--ink); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; letter-spacing: -0.01em; }
.mm-inner > a [data-lucide] { color: var(--orange); width: 18px; height: 18px; }
.mm-tag { margin-left: auto; background: var(--orange); color: #fff; padding: 2px 8px; border-radius: 20px; font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.mm-inner hr { margin: 8px 0; border: 0; border-top: 1px solid var(--line); width: 100%; }

/* MOBILE MENU DROPDOWN */
.mm-dd{ border-bottom: 1px solid var(--line); }
.mm-dd-btn{
    width:100%;
    padding: 14px 4px;
    background: transparent;
    border: 0;
    display:flex;
    align-items:center;
    gap: 12px;
    font-weight: 500;
    font-size: 15px;
    color: var(--ink);
    letter-spacing: -0.01em;
}
.mm-dd-btn [data-lucide]{ color: var(--orange); width: 18px; height: 18px; }
.mm-dd-btn .ml-auto{ margin-left:auto; color: var(--ink-mute); transition: transform var(--t-fast); }
.mm-dd.open .mm-dd-btn .ml-auto{ transform: rotate(180deg); }
.mm-dd-panel{
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--t-base);
    padding: 0 4px;
}
.mm-dd.open .mm-dd-panel{ max-height: 520px; padding-bottom: 10px; }
.mm-dd-panel a{
    display:flex;
    align-items:center;
    gap: 12px;
    padding: 12px 0 12px 30px;
    font-size: 14px;
    color: var(--ink-2);
    border-top: 1px dashed rgba(228,231,236,0.9);
}
.mm-dd-panel a:first-child{ border-top: 0; }
.mm-dd-panel a [data-lucide]{ width: 16px; height: 16px; color: var(--ink-mute); }
.mm-dd-panel a:hover{ color: var(--orange); }
.mm-dd-panel a:hover [data-lucide]{ color: var(--orange); }

@media (max-width: 991px) { .header-inner { height: 70px; } .mobile-menu { top: 70px; } .mobile-menu.open { max-height: calc(100vh - 70px); } .brand-name { font-size: 19px; } }
@media (max-width: 575px) { .brand-tag { display: none; } .header-inner { height: 64px; gap: 12px; } .mobile-menu { top: 64px; } .mobile-menu.open { max-height: calc(100vh - 64px); } }
@media (max-width: 1199px) { .main-nav { display: none; } }
@media (min-width: 1200px) { .mobile-menu { display: none !important; } }

/* =================================================
   HERO — STATİK KOYU ARKA PLAN + TUR KARTLARI
   ================================================= */
.hero {
    position: relative;
    min-height: 0;
    display: block;
    overflow: visible;
    background: transparent;
}

/* Static dark gradient layers */
.hero::before {
    content: none;
}
.hero::after {
    content: none;
}

/* Content wrapper */
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0 40px;
}
/* Full-width hero slider (tour hero) */
.heroMainSwiper{ width:100%; border-radius: 0; overflow:hidden; border: 0; box-shadow: none; }
.heroMainSwiper{ position: relative; z-index: 1; }
.heroMainSwiper::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:0;
    height: 140px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.10) 35%, rgba(255,255,255,0.22) 70%, rgba(255,255,255,0.35) 100%);
    pointer-events:none;
    z-index: 2;
}
.heroMainSwiper .swiper-slide{ width:100%; }
.hero-slide{
    position:relative;
    min-height: clamp(520px, 78vh, 760px);
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
}
.hero-slide-overlay{
    position:absolute; inset:0;
    background:
        linear-gradient(90deg, rgba(8,16,28,0.86) 0%, rgba(8,16,28,0.56) 45%, rgba(8,16,28,0.18) 75%, rgba(8,16,28,0.08) 100%),
        radial-gradient(ellipse 70% 50% at 10% 50%, rgba(255,90,54,0.18) 0%, transparent 62%),
        linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.10) 35%, rgba(0,0,0,0.18) 100%);
}
.hero-slide-inner{ position:relative; z-index:2; padding: 74px var(--pad) 110px; height:100%; display:flex; align-items:center; max-width: var(--container); margin: 0 auto; }
.hero-slide-left{ max-width: 680px; }

.hero-badges{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom: 14px; }
.hero-badge{ display:inline-flex; align-items:center; gap:8px; padding: 8px 14px; border-radius: 999px; font-weight: 800; font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; }
.hero-badge [data-lucide]{ width: 14px; height: 14px; }
.hero-badge-hot{ background: rgba(255,90,54,0.18); border: 1px solid rgba(255,90,54,0.45); color:#FFD0C4; }
.hero-badge-ghost{ background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.86); }

.hero-title{
    margin: 0 0 12px;
    font-size: clamp(2.2rem, 4.8vw, 4.1rem);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: -0.05em;
    color:#fff;
}
.hero-title .hs-hl{
    text-shadow: 0 12px 34px rgba(255,90,54,0.18);
}
.hero-subtitle{
    margin: 0 0 14px;
    font-size: 15.5px;
    font-weight: 600;
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
    max-width: 54ch;
}
.hero-subtitle strong{ color:#fff; font-weight: 800; }
.hero-urgency{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.88);
    font-weight: 700;
    font-size: 12.5px;
    margin-top: 6px;
}
.hero-urgency [data-lucide]{ width: 16px; height: 16px; color: var(--orange-2); }
.hero-meta, .hero-submeta{ display:flex; flex-wrap:wrap; gap: 12px 14px; margin: 8px 0; color: rgba(255,255,255,0.78); font-weight: 600; }
.hero-meta span, .hero-submeta span{ display:inline-flex; align-items:center; gap: 6px; font-size: 13.5px; }
.hero-meta [data-lucide], .hero-submeta [data-lucide]{ width: 14px; height: 14px; color: rgba(255,255,255,0.70); }

.hero-price-row{ display:flex; align-items:flex-end; gap: 12px; margin-top: 18px; flex-wrap:wrap; }
.hero-price{ display:flex; flex-direction:column; line-height:1; }
.hero-old{ color: rgba(255,255,255,0.55); text-decoration: line-through; font-weight:700; font-size: 13px; }
.hero-new{ color:#fff; font-weight: 900; font-size: 40px; letter-spacing: -0.05em; }
.hero-new small{ font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.75); margin-left: 6px; letter-spacing: -0.01em; }
.hero-chip{ display:inline-flex; align-items:center; gap:6px; padding: 8px 12px; border-radius: 10px; font-weight: 800; font-size: 12px; }
.hero-chip-green{ background: rgba(18,183,106,0.16); color: #B9F7D3; border: 1px solid rgba(18,183,106,0.35); }

.hero-cta-row{ display:flex; gap: 10px; margin-top: 18px; flex-wrap:wrap; }
.hero-cta{ display:inline-flex; align-items:center; justify-content:center; gap: 8px; padding: 12px 18px; border-radius: 12px; font-weight: 800; font-size: 13.5px; letter-spacing: -0.01em; background: var(--orange); color:#fff; border: 1px solid rgba(255,90,54,0.40); transition: all var(--t-fast); }
.hero-cta:hover{ background: var(--orange-dark); transform: translateY(-1px); color:#fff; }
.hero-cta.ghost{ background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22); color: rgba(255,255,255,0.92); }
.hero-cta.ghost:hover{ background: rgba(255,255,255,0.16); transform: translateY(-1px); }
.hero-cta.primary{
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
    box-shadow: 0 18px 42px rgba(255,90,54,0.32);
    border-color: rgba(255,90,54,0.35);
}
.hero-cta.primary:hover{
    background: linear-gradient(135deg, #FF7A5C 0%, var(--orange) 100%);
    box-shadow: 0 26px 60px rgba(255,90,54,0.38);
}

.hero-main-nav{
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(0,0,0,0.28);
    color:#fff;
    display:grid;
    place-items:center;
    z-index: 5;
    transition: all var(--t-fast);
}
.hero-main-nav:hover{ background: rgba(255,90,54,0.75); border-color: rgba(255,90,54,0.65); }
.hero-main-prev{ left: 14px; }
.hero-main-next{ right: 14px; }
.hero-main-nav [data-lucide]{ width: 18px; height: 18px; }

/* Floating search panel */
.hero-search-wrap{
    margin-top: -62px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-2xl);
    box-shadow: 0 40px 90px rgba(16,24,40,0.22);
    padding: 18px 18px 14px;
    position: relative;
    z-index: 6;
}

/* Search offcanvas (mobile) */
.search-offcanvas-backdrop{
    position: fixed;
    inset: 0;
    background: rgba(13, 27, 42, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 220;
    opacity: 0;
    visibility: hidden;
    transition: all var(--t-base);
}
.search-offcanvas-backdrop.show{ opacity: 1; visibility: visible; }
.search-offcanvas{
    position: relative;
}
.soc-close{ display:none; }
@media (max-width: 1199px){
    /* Offcanvas davranışını kapat — hero altında inline görünsün */
    .search-offcanvas{
        position: relative;
        transform: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 0;
        z-index: auto;
    }
    /* Backdrop ve kapatma butonu gizli kalsın */
    .search-offcanvas-backdrop{ display: none !important; }
    .soc-close{ display: none !important; }
    .hero-search-wrap{
        margin-top: 0;
        border-radius: 22px;
        box-shadow: 0 26px 70px rgba(16,24,40,0.18);
    }
}
.hero-search-head{
    display:flex;
    align-items:flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 6px 6px 14px;
}
.hsh-title{
    display:flex;
    align-items:center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--ink);
    font-size: 15.5px;
}
.hsh-title [data-lucide]{ width: 18px; height: 18px; color: var(--orange); }
.hsh-stats{ display:flex; gap: 18px; }
.hsh-stats span{ display:flex; flex-direction:column; align-items:flex-end; line-height:1.05; }
.hsh-stats strong{ font-weight: 900; letter-spacing: -0.03em; color: var(--orange); font-size: 13px; }
.hsh-stats small{ font-size: 10px; color: var(--ink-mute); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }

.hero-search{
    display:flex;
    gap: 10px;
    align-items: stretch;
    padding: 12px;
    border-radius: var(--r-xl);
    background: var(--bg-soft);
    border: 1px solid var(--line);
}
.hsf-field{
    flex: 1;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 12px 14px;
    position: relative;
    transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.hsf-field:focus-within{
    border-color: rgba(255,90,54,0.55);
    box-shadow: 0 0 0 4px rgba(255,90,54,0.12);
}
.hsf-field label{
    display:block;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: var(--ink-mute);
    margin-bottom: 7px;
    text-transform: uppercase;
}
.hsf-input{ display:flex; align-items:center; gap: 10px; }
.hsf-input [data-lucide]{ width: 18px; height: 18px; color: var(--orange); }
.hsf-input input{
    width:100%;
    border:0;
    outline:none;
    background: transparent;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--ink);
    padding: 0;
    font-family: inherit;
    letter-spacing: -0.01em;
}
.hsf-input input::placeholder{ color: var(--ink-soft); font-weight: 600; }
.hsf-clear{
    background: transparent;
    border: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: var(--ink-soft);
    display:none;
    place-items:center;
}
.hsf-where.has-value .hsf-clear{ display:grid; }
.hsf-clear:hover{ background: var(--bg-mute); color: var(--ink); }
.hsf-clear [data-lucide]{ width: 16px; height: 16px; color: currentColor; }
.hsf-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    padding: 0 22px;
    border-radius: var(--r-lg);
    border: 0;
    background: var(--orange);
    color:#fff;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -0.01em;
    box-shadow: 0 16px 34px rgba(255,90,54,0.35);
    transition: all var(--t-fast);
    white-space: nowrap;
    flex: 0 0 auto;
}
.hsf-btn:hover{ background: var(--orange-dark); transform: translateY(-1px); }
.hsf-btn [data-lucide]{ width: 18px; height: 18px; }
.hero-pills{ justify-content: flex-start; padding: 12px 6px 2px; }
.hero-pills .hsp-label{ color: var(--ink-mute); font-weight: 900; }
.hero-pills .hsp-pill{
    background: #fff;
    border-color: var(--line);
    color: var(--ink-2);
    font-weight: 700;
}
.hero-pills .hsp-pill:hover{ background: var(--orange); border-color: var(--orange); color:#fff; }

/* Eyebrow */
.hs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 90, 54, 0.2);
    border: 1px solid rgba(255, 90, 54, 0.45);
    color: #FFD0C4;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.hs-eyebrow [data-lucide] { width: 14px; height: 14px; }

/* Title */
.hs-title {
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
    color: #fff;
    margin: 0;
}
.hs-hl {
    color: var(--orange-2);
    font-style: italic;
}

/* Subtitle */
.hs-sub {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.55;
    margin: 0;
    max-width: 580px;
}

/* Trust badges */
.hs-trust {
    display: flex;
    gap: 0;
    padding: 0;
    border-top: none;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    overflow: hidden;
}
.hst-item {
    text-align: center;
    padding: 10px 26px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.hst-item:first-child { border-left: 0; }
.hst-item strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1;
}
.hst-item small {
    display: block;
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 4px;
    font-weight: 500;
}

/* Search form */
.hs-search {
    width: 100%;
    max-width: 780px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
}
.hss-field {
    padding: 12px 16px;
    border-radius: var(--r-md);
    transition: background var(--t-fast);
    position: relative;
    border: 1px solid transparent;
    flex: 1;
}
.hs-search .hss-field + .hss-field {
    border-left: 1px solid var(--line);
    border-radius: 0;
}
.hss-field:hover, .hss-field:focus-within {
    background: var(--bg-soft);
    border-color: var(--line);
}
.hss-field label {
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--ink-mute);
    margin-bottom: 6px;
}
.hss-input {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hss-input > [data-lucide] {
    color: var(--orange);
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.hss-input input {
    border: 0;
    background: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    outline: none;
    padding: 0;
    letter-spacing: -0.01em;
    font-family: inherit;
}
.hss-input input::placeholder { color: var(--ink-soft); font-weight: 500; }
.hss-clear {
    background: transparent;
    border: 0;
    color: var(--ink-soft);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: none;
    place-items: center;
    transition: background var(--t-fast);
}
.hss-where.has-value .hss-clear { display: grid; }
.hss-clear:hover { background: var(--bg-mute); color: var(--ink); }
.hss-clear [data-lucide] { width: 14px; height: 14px; }

.hss-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px;
    background: var(--orange);
    color: #fff;
    border: 0;
    border-radius: var(--r-md);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.06em;
    transition: all var(--t-base);
    box-shadow: 0 12px 28px rgba(255, 90, 54, 0.35);
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}
.hss-btn:hover {
    background: var(--orange-dark);
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(255, 90, 54, 0.45);
}
.hss-btn [data-lucide] { width: 18px; height: 18px; transition: transform var(--t-fast); }
.hss-btn:hover [data-lucide] { transform: translateX(4px); }

/* Autocomplete */
.autocomplete-list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    box-shadow: 0 24px 48px rgba(16, 24, 40, 0.15);
    max-height: 380px;
    overflow-y: auto;
    z-index: 50;
    display: none;
    padding: 8px;
}
.autocomplete-list.show { display: block; }
.ac-item {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    border-radius: var(--r-md);
    transition: background var(--t-fast);
}
.ac-item:hover, .ac-item.highlighted { background: var(--bg-soft); }
.ac-icon { width: 36px; height: 36px; background: var(--orange-soft); color: var(--orange); border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
.ac-icon [data-lucide] { width: 16px; height: 16px; }
.ac-text { flex: 1; min-width: 0; }
.ac-title { font-weight: 600; font-size: 14px; color: var(--ink); letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-sub { font-size: 12px; color: var(--ink-mute); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-tag { font-size: 10px; background: var(--bg-mute); color: var(--ink-mute); padding: 4px 8px; border-radius: 4px; font-weight: 600; letter-spacing: 0.04em; flex-shrink: 0; }

/* Pills */
.hs-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.hsp-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-right: 4px;
}
.hsp-pill {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 7px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: all var(--t-fast);
    letter-spacing: -0.01em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.hsp-pill:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
    transform: translateY(-1px);
}

/* Hero Tour Cards Slider */
.hero-tours-wrap {
    width: 100%;
    margin-top: 6px;
}
.ht-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 2px;
}
.ht-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.ht-label [data-lucide] { width: 12px; height: 12px; color: var(--orange-2); }
.ht-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--orange-2);
    transition: color var(--t-fast);
    letter-spacing: -0.01em;
}
.ht-all:hover { color: var(--orange); }
.ht-all [data-lucide] { width: 12px; height: 12px; transition: transform var(--t-fast); }
.ht-all:hover [data-lucide] { transform: translateX(3px); }

.heroTourSwiper { overflow: hidden; }
.heroTourSwiper .swiper-slide { width: 100%; }
.heroTourSwiper .swiper-wrapper { align-items: stretch; }

.htc-card {
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: var(--r-lg);
    overflow: hidden;
    color: #fff;
    transition: all var(--t-fast);
    text-decoration: none;
    cursor: pointer;
}
.htc-card.htc-card--wide{
    flex-direction:row;
    width:100%;
    align-items:stretch;
}
.htc-card.htc-card--wide .htc-img{
    width:240px;
    flex:0 0 240px;
    aspect-ratio:auto;
    min-height:132px;
}
.htc-card.htc-card--wide .htc-body{
    padding:14px 16px;
    gap:6px;
    text-align:left;
    flex:1;
}
.htc-card.htc-card--wide .htc-body h4{
    font-size:15px;
    white-space:normal;
    overflow:visible;
    text-overflow:unset;
}
.htc-card.htc-card--wide .htc-info{ font-size:12px; color: rgba(255,255,255,0.7); }
.htc-card.htc-card--wide .htc-info [data-lucide]{ width:12px; height:12px; }
.htc-card.htc-card--wide .htc-old{ font-size:12px; }
.htc-card.htc-card--wide .htc-price strong{ font-size:18px; }
.htc-card:hover {
    background: rgba(255,255,255,0.13);
    transform: translateY(-3px);
    border-color: rgba(255,90,54,0.45);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}
.htc-img {
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
}
.htc-img-inner {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
}
.htc-card:hover .htc-img-inner { transform: scale(1.06); }
.htc-disc {
    position: absolute;
    top: 7px;
    left: 7px;
    background: var(--orange);
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: -0.01em;
    z-index: 2;
}
.htc-date-badge {
    position: absolute;
    bottom: 7px;
    left: 7px;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: rgba(255,255,255,0.9);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    z-index: 2;
}
.htc-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.htc-body h4 {
    font-size: 12.5px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.htc-info {
    font-size: 10.5px;
    color: rgba(255,255,255,0.58);
    display: flex;
    align-items: center;
    gap: 4px;
}
.htc-info [data-lucide] { width: 10px; height: 10px; }
.htc-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-top: 3px;
}
.htc-old {
    font-size: 10.5px;
    text-decoration: line-through;
    color: rgba(255,255,255,0.42);
}
.htc-price strong {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
}

@media (max-width: 1199px) {
    .hero { min-height: 0; }
    .hero-slide{ min-height: 480px; }
}
@media (max-width: 767px) {
    .hero { min-height: 0; }
    .hero-content { padding: 0 0 56px; }
    .heroMainSwiper{ margin-bottom: 14px; }
    .hero-slide{ min-height: 420px; }
    .hero-slide-inner{ padding: 44px var(--pad); }
    .hero-main-nav{ display:none; }
    .hero-new{ font-size: 34px; }
    .hero-search-wrap{ margin-top: 0; padding: 14px; border-radius: 22px; }
    .hero-search-head{ flex-direction: column; align-items:flex-start; }
    .hsh-stats{ width:100%; justify-content: space-between; }
    .hsh-stats span{ align-items:flex-start; }
    .hero-search{ flex-direction: column; }
    .hsf-btn{ width:100%; padding: 14px 18px; }
    .htc-card.htc-card--wide{ flex-direction:column; }
    .htc-card.htc-card--wide .htc-img{ width:auto; flex-basis:auto; min-height:0; aspect-ratio:16/9; }
    .htc-card.htc-card--wide .htc-body{ padding:12px 14px; }
}

/* PROMO */
.promo-strip { padding: 30px 0 0; }
.ps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.ps-item { display: flex; align-items: center; gap: 14px; }
.ps-icon { width: 44px; height: 44px; background: #fff; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); display: grid; place-items: center; flex-shrink: 0; }
.ps-icon [data-lucide] { width: 20px; height: 20px; }
.ps-text strong { display: block; font-size: 14px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.ps-text small { display: block; font-size: 12px; color: var(--ink-mute); margin-top: 2px; }
@media (max-width: 991px) { .ps-grid { grid-template-columns: repeat(2, 1fr); padding: 18px; } }
@media (max-width: 575px) { .ps-grid { grid-template-columns: 1fr; gap: 14px; padding: 16px; } }

/* SECTION HEAD */
.sec-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; margin-bottom: 32px; }
.sh-left { max-width: 720px; }
.sh-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--ink-mute); margin-bottom: 14px; }
.sh-eyebrow.eyebrow-light { color: rgba(255,255,255,0.7); }
.ebr-dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; animation: pulse-dot 2s infinite; }
.sh-title-big { font-size: clamp(2rem, 3.6vw, 2.8rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.04em; color: var(--ink); margin: 0 0 10px; }
.sh-title-big.text-light { color: #fff; }
.sh-desc { font-size: 15px; color: var(--ink-mute); margin: 0; max-width: 580px; }
.sh-desc.text-light-mute { color: rgba(255,255,255,0.65); }
.sec-link { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: transparent; color: var(--ink); border: 1px solid var(--line); border-radius: 100px; font-weight: 600; font-size: 13.5px; transition: all var(--t-fast); letter-spacing: -0.01em; }
.sec-link:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.sec-link [data-lucide] { width: 14px; height: 14px; transition: transform var(--t-fast); }
.sec-link:hover [data-lucide] { transform: translateX(3px); }
@media (max-width: 767px) { .sec-head { grid-template-columns: 1fr; align-items: start; } }

/* FLAŞ TURLAR */
.flash-section { padding: 60px 0 80px; background: var(--bg-soft); border-top: 1px solid var(--line); }
.countdown { display: inline-flex; flex-direction: column; align-items: flex-end; gap: 8px; background: var(--ink); color: #fff; padding: 14px 20px; border-radius: var(--r-lg); }
.cd-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; color: var(--orange-2); }
.cd-row { display: flex; gap: 4px; }
.cd-cell { display: flex; flex-direction: column; align-items: center; min-width: 52px; padding: 6px 8px; background: rgba(255,255,255,0.06); border-radius: var(--r-sm); }
.cd-num { font-size: 22px; font-weight: 800; color: #fff; line-height: 1; letter-spacing: -0.04em; font-feature-settings: "tnum"; font-variant-numeric: tabular-nums; }
.cd-cap { font-size: 9px; font-weight: 700; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); margin-top: 4px; }

.flashSwiper { overflow: visible; position: relative; padding: 0; }
.flashSwiper .swiper-slide { width: 420px; height: auto; }

.tour-card {
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(135deg, rgba(255,90,54,0.35), rgba(12,108,201,0.22)) border-box;
    border: 1px solid transparent;
    border-radius: 26px;
    overflow: hidden;
    height: 100%;
    transition: all var(--t-base);
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 38px rgba(16, 24, 40, 0.10);
}
.tour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(16, 24, 40, 0.16);
}
.tc-fav { position: absolute; top: 12px; right: 12px; z-index: 3; width: 36px; height: 36px; background: rgba(255,255,255,0.95); backdrop-filter: blur(6px); border: 0; border-radius: 50%; display: grid; place-items: center; transition: all var(--t-fast); }
.tc-fav [data-lucide] { width: 17px; height: 17px; color: var(--ink-2); }
.tc-fav:hover { background: #fff; }
.tc-fav:hover [data-lucide], .tc-fav.active [data-lucide] { fill: var(--orange); color: var(--orange); }
.tc-img { position: relative; transition: transform 0.7s; }
.tc-img::after{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.34) 100%);
    pointer-events:none;
}

.tc-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/11;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .results-grid.is-list .tc-img img {
        width: auto;
        height: 100%;
        aspect-ratio: 16/16;
    }
}

.tour-card:hover .tc-img { transform: scale(1.04); }
.tc-disc { position: absolute; z-index: 1; top: 12px; left: 12px; background: var(--orange); color: #fff; padding: 6px 10px; border-radius: var(--r-sm); font-weight: 800; font-size: 13px; letter-spacing: -0.02em; }
.tc-seat { position: absolute; z-index: 1; bottom: 12px; left: 12px; background: rgba(255,255,255,0.96); backdrop-filter: blur(6px); color: var(--orange-dark); padding: 5px 11px; border-radius: 100px; font-weight: 700; font-size: 11.5px; display: inline-flex; align-items: center; gap: 5px; }
.tc-seat [data-lucide] { width: 13px; height: 13px; }
.tc-body { padding: 22px 22px 18px; flex: 1; display: flex; flex-direction: column; }
.tc-tag-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 8px; }
.tc-tag { font-size: 10.5px; font-weight: 700; letter-spacing: 0.08em; color: var(--ink-mute); }
.tc-tag-blue { color: var(--blue); }
.tc-rating { display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; font-weight: 700; color: var(--ink); }
.tc-rating [data-lucide] { width: 13px; height: 13px; fill: var(--gold); color: var(--gold); }
.tc-rating small { color: var(--ink-mute); font-weight: 500; }
.tc-title { font-size: 19px; font-weight: 800; line-height: 1.15; margin: 0 0 6px; color: var(--ink); letter-spacing: -0.03em; }
.tc-route { font-size: 13px; color: var(--ink-mute); margin: 0 0 12px; line-height: 1.4; }
.tc-features { display: flex; gap: 12px; flex-wrap: wrap; padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 12px; }
.tc-features span { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; color: var(--ink-2); letter-spacing: -0.01em; }
.tc-features [data-lucide] { width: 13px; height: 13px; color: var(--orange); }

.tc-dates { margin-bottom: 14px; }
.tc-date-lbl { display: block; font-size: 11px; font-weight: 700; color: var(--ink-mute); letter-spacing: 0.04em; margin-bottom: 6px; }
.tc-date-list { display: flex; flex-wrap: wrap; gap: 5px; }
.tc-date { background: #fff; border: 1px solid var(--line); padding: 6px 10px; border-radius: var(--r-sm); font-size: 12px; font-weight: 600; color: var(--ink-2); transition: all var(--t-fast); letter-spacing: -0.01em; cursor: pointer; }
.tc-date:hover { border-color: var(--orange); color: var(--orange); }
.tc-date.active { background: var(--orange); border-color: var(--orange); color: #fff; }
.tc-date-more { background: transparent; border: 0; padding: 6px 10px; font-size: 12px; font-weight: 600; color: var(--orange); cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.tc-date-more:hover { color: var(--orange-dark); }

.tc-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; margin-top: auto; }
.tc-price { display: flex; flex-direction: column; line-height: 1; }
.tc-old { font-size: 12.5px; text-decoration: line-through; color: var(--ink-mute); margin-bottom: 4px; }
.tc-new { font-size: 26px; font-weight: 900; color: var(--ink); letter-spacing: -0.04em; }
.tc-price small { font-size: 10.5px; color: var(--ink-mute); margin-top: 4px; font-weight: 500; }
.tc-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: var(--r-md); font-weight: 700; font-size: 13px; transition: all var(--t-fast); letter-spacing: -0.01em; flex-shrink: 0; }
.tc-btn [data-lucide] { width: 14px; height: 14px; transition: transform var(--t-fast); }
.tc-btn:hover { background: var(--orange); color: #fff; }
.tc-btn:hover [data-lucide] { transform: translateX(3px); }

/* Flash CTA override (more salesy) */
.flash-section .tc-btn{
    background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
    box-shadow: 0 16px 34px rgba(255,90,54,0.26);
    padding: 12px 18px;
    border-radius: 14px;
    font-weight: 900;
}
.flash-section .tc-btn:hover{
    background: linear-gradient(135deg, #FF7A5C 0%, var(--orange) 100%);
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(255,90,54,0.32);
}
.tc-pay { display: flex; align-items: center; gap: 6px; margin-top: 12px; padding: 8px 12px; background: var(--green-soft); border-radius: var(--r-sm); font-size: 11.5px; font-weight: 600; color: #075F37; letter-spacing: -0.01em; }
.tc-pay [data-lucide] { width: 13px; height: 13px; color: var(--green); }

.flash-pagination { text-align: center; margin-top: 18px; position: relative; z-index: 2; }
.flash-pagination .swiper-pagination-bullet { width: 28px; height: 3px; background: var(--line-2); border-radius: 0; opacity: 1; margin: 0 3px !important; transition: all var(--t-base); }
.flash-pagination .swiper-pagination-bullet-active { background: var(--orange); width: 56px; }
.flash-nav { position: absolute; top: 38%; transform: translateY(-50%); width: 48px; height: 48px; background: #fff; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); display: grid; place-items: center; z-index: 5; box-shadow: 0 8px 16px rgba(16, 24, 40, 0.08); transition: all var(--t-base); }
.flash-nav:hover { background: var(--orange); color: #fff; border-color: var(--orange); transform: translateY(-50%) scale(1.05); }
.flash-prev { left: -24px; }
.flash-next { right: -24px; }
.flash-nav [data-lucide] { width: 18px; height: 18px; }
@media (max-width: 991px) { .flash-nav { display: none; } }
@media (max-width: 575px) { .flashSwiper .swiper-slide { width: 320px; } .countdown { padding: 12px 16px; } .cd-num { font-size: 18px; } .cd-cell { min-width: 44px; } }

/* ALL TOURS */
.all-section { padding: 80px 0; background: var(--bg); }
.all-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.tour-mini { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; color: var(--ink); transition: all var(--t-base); display: flex; flex-direction: column; }
.tour-mini:hover { transform: translateY(-3px); border-color: transparent; box-shadow: 0 16px 32px rgba(16, 24, 40, 0.1); color: var(--ink); }
.tm-img { position: relative; }
.tm-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-position: center;
    object-fit: cover;
}
.tm-disc { position: absolute; top: 10px; left: 10px; background: var(--orange); color: #fff; padding: 4px 9px; border-radius: var(--r-sm); font-weight: 800; font-size: 12px; letter-spacing: -0.02em; }
.tm-fav { position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; background: rgba(255,255,255,0.95); border: 0; border-radius: 50%; display: grid; place-items: center; }
.tm-fav [data-lucide] { width: 15px; height: 15px; color: var(--ink-2); }
.tm-fav:hover [data-lucide], .tm-fav.active [data-lucide] { fill: var(--orange); color: var(--orange); }
.tm-body { padding: 14px 16px 16px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.tm-tag-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.tm-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; color: var(--ink-mute); }
.tm-tag-blue { color: var(--blue); }
.tm-rate { display: inline-flex; align-items: center; gap: 3px; font-size: 12px; font-weight: 700; color: var(--ink); }
.tm-rate [data-lucide] { width: 12px; height: 12px; fill: var(--gold); color: var(--gold); }
.tm-body h3 { font-size: 15px; font-weight: 700; line-height: 1.2; margin: 0; color: var(--ink); letter-spacing: -0.025em; }
.tm-body p { font-size: 12px; color: var(--ink-mute); margin: 0; line-height: 1.4; }
.tm-features { display: flex; gap: 10px; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 8px 0; }
.tm-features span { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; color: var(--ink-2); }
.tm-features [data-lucide] { width: 12px; height: 12px; color: var(--orange); }
.tm-dates { display: flex; flex-wrap: wrap; gap: 4px; padding: 8px 0; }
.tm-date { background: #fff; border: 1px solid var(--line); padding: 4px 8px; border-radius: var(--r-sm); font-size: 11px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: all var(--t-fast); }
.tm-date:hover { border-color: var(--orange); color: var(--orange); }
.tm-date.active { background: var(--orange); border-color: var(--orange); color: #fff; }
.tm-date-more { background: transparent; border: 0; padding: 4px 8px; font-size: 11px; font-weight: 600; color: var(--orange); cursor: pointer; }
.tm-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line); }
.tm-price { display: flex; flex-direction: column; line-height: 1.1; }
.tm-price small { font-size: 11px; text-decoration: line-through; color: var(--ink-mute); }
.tm-price strong { font-size: 19px; font-weight: 800; color: var(--ink); letter-spacing: -0.035em; margin: 2px 0; }
.tm-pay { font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.tm-cta { display: inline-flex; align-items: center; gap: 4px; padding: 8px 12px; background: var(--bg-soft); border-radius: var(--r-sm); font-weight: 700; font-size: 12px; color: var(--ink); transition: all var(--t-fast); }
.tour-mini:hover .tm-cta { background: var(--orange); color: #fff; }
.tm-cta [data-lucide] { width: 12px; height: 12px; }

.all-foot { margin-top: 36px; text-align: center; }
.all-more { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; background: var(--ink); color: #fff; border-radius: 100px; font-weight: 700; font-size: 14px; letter-spacing: -0.01em; transition: all var(--t-base); }
.all-more:hover { background: var(--orange); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255, 90, 54, 0.4); }
.all-more [data-lucide] { width: 16px; height: 16px; transition: transform var(--t-base); }
.all-more:hover [data-lucide] { transform: translateX(4px); }

@media (max-width: 1199px) { .all-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { .all-section { padding: 60px 0; } .all-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } .tm-body { padding: 12px 14px; } .tm-body h3 { font-size: 14px; } .tm-price strong { font-size: 17px; } }
@media (max-width: 480px) { .all-grid { grid-template-columns: 1fr; } }

/* MEMBER */
.member-banner { padding: 0 0 80px; }
.mb-card {
    background: radial-gradient(900px 420px at 20% 10%, rgba(255,90,54,0.22) 0%, transparent 60%),
                radial-gradient(700px 360px at 85% 70%, rgba(12,108,201,0.16) 0%, transparent 55%),
                linear-gradient(120deg, #FFF6F2 0%, #FFF1EB 55%, #FFF9F6 100%);
    border: 1px solid rgba(255,90,54,0.20);
    border-radius: 30px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 44px;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(16,24,40,0.10);
}
.mb-card::before{
    content:"";
    position:absolute;
    inset:-2px;
    background: linear-gradient(135deg, rgba(255,90,54,0.45), rgba(12,108,201,0.25));
    opacity: 0.18;
    filter: blur(16px);
    pointer-events:none;
}
.mb-card > *{ position:relative; z-index:1; }
.mb-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; color: var(--orange); letter-spacing: 0.12em; margin-bottom: 14px; }
.mb-content h2 { font-size: clamp(1.9rem, 3.2vw, 2.6rem); }
.mb-content h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.1; color: var(--ink); letter-spacing: -0.035em; margin: 0 0 20px; }
.mb-perks { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.mb-perks li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 500; color: var(--ink-2); }
.mb-perks li [data-lucide] { width: 20px; height: 20px; background: var(--green); color: #fff; border-radius: 50%; padding: 4px; flex-shrink: 0; }
.mb-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: linear-gradient(135deg, var(--ink) 0%, #1B2A41 100%);
    color: #fff;
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.01em;
    transition: all var(--t-base);
    box-shadow: 0 14px 34px rgba(16,24,40,0.18);
}
.mb-btn:hover { background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%); transform: translateY(-2px); box-shadow: 0 18px 44px rgba(255, 90, 54, 0.35); }
.mb-btn [data-lucide] { width: 18px; height: 18px; }

.mb-visual { position: relative; height: 320px; }
.mb-circle { position: absolute; inset: 0; background: rgba(255, 90, 54, 0.08); border-radius: 50%; margin: auto; width: 320px; height: 320px; }
.mbs-item { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 14px 16px; box-shadow: 0 12px 28px rgba(16, 24, 40, 0.1); display: flex; align-items: center; gap: 12px; min-width: 220px; }
.mbs-item [data-lucide] { width: 36px; height: 36px; background: var(--orange-soft); color: var(--orange); border-radius: 50%; padding: 8px; flex-shrink: 0; }
.mbs-item strong { display: block; font-size: 13.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.mbs-item small { display: block; font-size: 12px; color: var(--ink-mute); margin-top: 2px; }
.mbs-1 { top: 0; right: 30px; animation: mbf-1 4s ease-in-out infinite; }
.mbs-2 { top: 50%; left: 0; animation: mbf-2 4s ease-in-out infinite 1.3s; }
.mbs-3 { bottom: 0; right: 50px; animation: mbf-3 4s ease-in-out infinite 2.6s; }
@keyframes mbf-1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes mbf-2 { 0%, 100% { transform: translateY(-50%); } 50% { transform: translateY(calc(-50% - 8px)); } }
@keyframes mbf-3 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 991px) { .mb-card { grid-template-columns: 1fr; padding: 36px; } .mb-visual { height: 240px; } .mb-circle { width: 240px; height: 240px; } .mbs-item { min-width: 180px; padding: 12px 14px; } }
@media (max-width: 575px) { .mb-card { padding: 28px 22px; } .mb-visual { display: none; } }

/* CRUISE */
.cruise-section { background: var(--navy); color: #fff; padding: 80px 0; position: relative; overflow: hidden; }
.cruise-bg-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: clamp(180px, 24vw, 360px); font-weight: 900; color: rgba(255,255,255,0.025); letter-spacing: -0.06em; line-height: 1; pointer-events: none; z-index: 0; }
.cruise-section .container-xxl { position: relative; z-index: 1; }
.cruise-section .sec-head { margin-bottom: 36px; }
.cruise-all { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.85); font-weight: 600; font-size: 14px; transition: color var(--t-fast); }
.cruise-all:hover { color: var(--orange-2); }
.cruise-all [data-lucide] { width: 16px; height: 16px; transition: transform var(--t-fast); }
.cruise-all:hover [data-lucide] { transform: translateX(4px); }

.cruiseSwiper { overflow: visible; padding-bottom: 50px; }
.cruiseSwiper .swiper-slide { width: 460px; height: auto; }
.cruise-card { background: #fff; border-radius: var(--r-xl); overflow: hidden; color: var(--ink); height: 100%; transition: transform var(--t-base); display: flex; flex-direction: column; }
.cruise-card:hover { transform: translateY(-6px); }
.cc-img { position: relative; }

.cc-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/11;
    object-fit: cover;
    object-position: center;
}

.cc-tag { position: absolute; top: 14px; left: 14px; background: var(--orange); color: #fff; padding: 6px 12px; border-radius: var(--r-sm); font-weight: 700; font-size: 11px; letter-spacing: 0.06em; }
.cc-disc { position: absolute; top: 14px; right: 14px; background: var(--ink); color: #fff; padding: 6px 10px; border-radius: var(--r-sm); font-weight: 800; font-size: 13px; letter-spacing: -0.02em; }
.cc-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.cc-tag-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; gap: 10px; }
.cc-line { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: var(--blue); }
.cc-rating { display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; font-weight: 700; color: var(--ink); }
.cc-rating [data-lucide] { width: 13px; height: 13px; fill: var(--gold); color: var(--gold); }
.cc-rating small { color: var(--ink-mute); font-weight: 500; }
.cruise-card h3 { font-size: 22px; font-weight: 700; line-height: 1.2; margin: 0 0 6px; color: var(--ink); letter-spacing: -0.03em; }
.cc-route { font-size: 13px; color: var(--ink-mute); margin: 0 0 16px; line-height: 1.5; }
.cc-dates { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.cc-date { background: #fff; border: 1px solid var(--line); padding: 6px 12px; border-radius: var(--r-sm); font-size: 12.5px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: all var(--t-fast); }
.cc-date:hover { border-color: var(--orange); color: var(--orange); }
.cc-date.active { background: var(--orange); border-color: var(--orange); color: #fff; }
.cc-date-more { background: transparent; border: 0; padding: 6px 8px; font-size: 12.5px; font-weight: 600; color: var(--orange); cursor: pointer; text-decoration: underline; }
.cc-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); margin-top: auto; }
.cc-price { display: flex; flex-direction: column; line-height: 1.2; }
.cc-price small { font-size: 10.5px; color: var(--ink-mute); letter-spacing: 0.06em; font-weight: 600; }
.cc-old { font-size: 13px; text-decoration: line-through; color: var(--ink-mute); margin-top: 4px; }
.cc-price strong { font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -0.04em; }
.cc-btn { display: inline-flex; align-items: center; gap: 6px; padding: 11px 18px; background: var(--ink); color: #fff; border-radius: var(--r-md); font-weight: 700; font-size: 13px; transition: all var(--t-fast); letter-spacing: -0.01em; }
.cc-btn [data-lucide] { width: 14px; height: 14px; transition: transform var(--t-fast); }
.cc-btn:hover { background: var(--orange); color: #fff; }
.cc-btn:hover [data-lucide] { transform: translateX(3px); }
.cruise-pagination { text-align: left; margin-top: 12px; }
.cruise-pagination .swiper-pagination-bullet { width: 30px; height: 3px; background: rgba(255,255,255,0.2); border-radius: 0; opacity: 1; margin: 0 3px !important; transition: all var(--t-base); }
.cruise-pagination .swiper-pagination-bullet-active { background: var(--orange); width: 56px; }
@media (max-width: 575px) { .cruiseSwiper .swiper-slide { width: 320px; } .cruise-card h3 { font-size: 18px; } .cc-price strong { font-size: 22px; } }

/* DESTINATIONS — SLIDER */
.dest-section { padding: 80px 0; background: var(--bg); }
.dest-nav { display: flex; gap: 8px; }
.dest-nav .sec-link{ margin-right: 6px; }
.dest-nav-btn { width: 44px; height: 44px; background: #fff; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); display: grid; place-items: center; transition: all var(--t-fast); cursor: pointer; }
.dest-nav-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: scale(1.05); }
.dest-nav-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.dest-nav-btn:disabled:hover { background: #fff; color: var(--ink); border-color: var(--line); transform: none; }
.dest-nav-btn [data-lucide] { width: 18px; height: 18px; }

.destSwiper { overflow: visible; }
.destSwiper .swiper-slide { width: 320px; height: 420px; }

.dest-card {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: var(--r-xl);
    overflow: hidden;
    position: relative;
    transition: transform var(--t-base);
    display: block;
    color: #fff;
}
.dest-card:hover { transform: translateY(-6px); color: #fff; }
.dest-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s;
    z-index: 0;
}
.dest-card:hover::after { transform: scale(1.05); }

.dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.d-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(13,27,42,0.92) 0%, rgba(13,27,42,0.30) 50%, rgba(13,27,42,0.10) 100%);
    transition: background var(--t-base);
}
.dest-card:hover .d-overlay { background: linear-gradient(0deg, rgba(255,90,54,0.85) 0%, rgba(13,27,42,0.40) 60%, rgba(13,27,42,0.10) 100%); }

.d-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 26px;
    z-index: 2;
    color: #fff;
}
.d-count {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 5px 12px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
}
.d-body h3 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 6px;
    letter-spacing: -0.035em;
    color: #fff;
}
.d-from {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}

.dest-pagination { text-align: center; margin-top: 16px; }
.dest-pagination .swiper-pagination-bullet { width: 28px; height: 3px; background: var(--line-2); border-radius: 0; opacity: 1; margin: 0 3px !important; transition: all var(--t-base); }
.dest-pagination .swiper-pagination-bullet-active { background: var(--orange); width: 56px; }

@media (max-width: 767px) {
    .dest-section { padding: 60px 0; }
    .destSwiper .swiper-slide { width: 240px; height: 340px; }
    .d-body { padding: 20px; }
    .d-body h3 { font-size: 24px; }
}

/* CAT */
.cat-section { padding: 0 0 80px; background: var(--bg); }
.cat-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.cat-card { background: #fff; padding: 24px 18px; border-radius: var(--r-lg); color: var(--ink); border: 1px solid var(--line); transition: all var(--t-base); display: flex; flex-direction: column; gap: 4px; }
.cat-card:hover { transform: translateY(-4px); background: var(--ink); color: #fff; border-color: var(--ink); }
.cat-card [data-lucide] { width: 24px; height: 24px; color: var(--orange); margin-bottom: 14px; transition: transform var(--t-base); }
.cat-card:hover [data-lucide] { transform: rotate(-8deg) scale(1.1); }
.cat-card h4 { font-size: 15px; font-weight: 700; margin: 0; letter-spacing: -0.025em; }
.cat-card span { font-size: 11.5px; color: var(--ink-mute); font-weight: 500; }
.cat-card:hover span { color: rgba(255,255,255,0.6); }
@media (max-width: 1199px) { .cat-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 767px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 575px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }

/* REVIEWS */
.reviews-section { padding: 80px 0; background: var(--bg-soft); border-top: 1px solid var(--line); }
.rev-overall { text-align: right; }
.ro-score { font-size: 48px; font-weight: 800; color: var(--ink); letter-spacing: -0.04em; line-height: 1; }
.ro-stars { color: var(--gold); font-size: 18px; letter-spacing: 3px; margin: 4px 0 2px; }
.ro-count { font-size: 13px; color: var(--ink-mute); font-weight: 500; }
/* Bubble reviews slider */
.revSwiper{ overflow: visible; padding: 6px 0 44px; }
.revSwiper .swiper-slide{ width: 420px; height:auto; }
.rev-bubble{
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 26px 26px 22px;
    box-shadow: 0 18px 38px rgba(16,24,40,0.08);
    transition: transform var(--t-base), box-shadow var(--t-base);
}
.rev-bubble::after{
    content:"";
    position:absolute;
    left: 34px;
    bottom: -10px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transform: rotate(45deg);
}
.rev-bubble:hover{ transform: translateY(-4px); box-shadow: 0 26px 60px rgba(16,24,40,0.12); }
.rb-stars{ color: var(--gold); font-size: 16px; letter-spacing: 3px; margin-bottom: 14px; }
.rev-bubble h4{ font-size: 17px; font-weight: 800; margin: 0 0 10px; color: var(--ink); letter-spacing: -0.025em; }
.rev-bubble p{ font-size: 14px; color: var(--ink-2); line-height: 1.65; margin: 0 0 18px; }
.rb-foot{ display:flex; align-items:center; gap:12px; padding-top: 16px; border-top: 1px solid var(--line); }
.rb-avatar{ width: 40px; height: 40px; background: var(--orange-soft); color: var(--orange); border-radius: 50%; display:grid; place-items:center; font-weight: 800; font-size: 13px; }
.rb-foot strong{ display:block; font-size: 14px; font-weight: 800; color: var(--ink); }
.rb-foot small{ display:block; font-size: 12px; color: var(--ink-mute); }
.rev-pagination{ text-align:center; margin-top: 16px; }
.rev-pagination .swiper-pagination-bullet{ width: 28px; height: 3px; background: var(--line-2); border-radius: 0; opacity:1; margin: 0 3px !important; transition: all var(--t-base); }
.rev-pagination .swiper-pagination-bullet-active{ background: var(--orange); width: 56px; }
@media (max-width: 991px){ .revSwiper .swiper-slide{ width: 340px; } .rev-bubble{ padding: 22px; } }
@media (max-width: 575px){ .revSwiper .swiper-slide{ width: 300px; } }
@media (max-width: 575px) { .reviews-section { padding: 60px 0; } .rev-card { padding: 22px; } }

/* CTA */
.cta-section { padding: 60px 0; }
.cta-card { background: var(--ink); border-radius: var(--r-xl); padding: 56px; color: #fff; position: relative; overflow: hidden; }
.cta-blob { position: absolute; width: 500px; height: 500px; background: var(--orange); border-radius: 50%; filter: blur(120px); opacity: 0.3; top: -200px; right: -100px; }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.cta-eyebrow { display: inline-block; font-size: 11px; font-weight: 700; color: var(--orange-2); letter-spacing: 0.12em; margin-bottom: 14px; }
.cta-text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.1; margin: 0 0 14px; letter-spacing: -0.035em; color: #fff; }
.cta-text p { font-size: 14.5px; color: rgba(255,255,255,0.7); line-height: 1.6; margin: 0; max-width: 480px; }
.cta-form { display: flex; gap: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); padding: 6px; border-radius: var(--r-md); }
.cta-input { display: flex; align-items: center; gap: 10px; flex: 1; padding: 0 14px; }
.cta-input [data-lucide] { width: 17px; height: 17px; color: var(--orange-2); }
.cta-input input { flex: 1; border: 0; background: transparent; outline: none; font-size: 14.5px; color: #fff; padding: 12px 0; font-family: inherit; }
.cta-input input::placeholder { color: rgba(255,255,255,0.5); }
.cta-btn { display: inline-flex; align-items: center; gap: 6px; padding: 12px 20px; background: var(--orange); color: #fff; border: 0; border-radius: var(--r-md); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; transition: all var(--t-fast); }
.cta-btn [data-lucide] { width: 16px; height: 16px; transition: transform var(--t-fast); }
.cta-btn:hover { background: var(--orange-dark); }
.cta-btn:hover [data-lucide] { transform: translateX(3px); }
.cta-wa { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 500; transition: color var(--t-fast); }
.cta-wa:hover { color: #fff; }
.cta-wa [data-lucide] { width: 16px; height: 16px; color: var(--orange-2); }
@media (max-width: 991px) { .cta-card { padding: 40px 28px; } .cta-grid { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 575px) { .cta-form { flex-direction: column; gap: 8px; } .cta-input { padding: 12px 14px; border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-md); } .cta-btn { width: 100%; justify-content: center; padding: 14px; } }

/* FOOTER */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 70px 0 30px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 3fr 2fr 2fr 2fr; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.brand-light .brand-name { color: #fff; }
.footer-brand p { margin: 16px 0 20px; line-height: 1.6; color: rgba(255,255,255,0.55); max-width: 360px; }
.footer-social { display: flex; gap: 8px; }
.footer-col h5 { color: #fff; font-size: 14px; font-weight: 700; margin: 0 0 16px; letter-spacing: -0.01em; }
.footer-col a { display: block; padding: 5px 0; color: rgba(255,255,255,0.55); transition: color var(--t-fast); font-size: 13.5px; }
.footer-col a:hover { color: var(--orange-2); }
.footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 50%; display: grid; place-items: center; color: #fff; transition: all var(--t-fast); justify-content: center; align-items: center }
.footer-social a:hover { background: var(--orange); border-color: var(--orange); color: #fff; transform: translateY(-2px); }
.footer-mid { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.cert-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cert-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-md); padding: 12px 18px; display: flex; align-items: center; gap: 12px; }
.cert-box strong { color: #fff; font-size: 16px; font-weight: 800; letter-spacing: 0.02em; }
.cert-box small { color: rgba(255,255,255,0.6); font-size: 12px; font-weight: 500; }
.cert-ssl [data-lucide] { color: var(--green); width: 20px; height: 20px; }
.cert-pay { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.cert-pay small { font-size: 11px; color: rgba(255,255,255,0.5); letter-spacing: 0.08em; font-weight: 600; }
.pay-icons { display: flex; gap: 6px; }
.pay-icons span { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); padding: 6px 10px; border-radius: 4px; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.7); letter-spacing: 0.04em; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: rgba(255,255,255,0.4); font-size: 12.5px; }
.fb-links { display: flex; gap: 16px; }
.fb-links a { color: rgba(255,255,255,0.4); transition: color var(--t-fast); }
.fb-links a:hover { color: var(--orange-2); }
@media (max-width: 991px) { .footer-grid { grid-template-columns: 2fr 2fr; } .footer-brand { grid-column: span 3; } .cert-pay { margin-left: 0; } }
@media (max-width: 575px) { .site-footer { padding: 50px 0 24px; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; } .footer-brand { grid-column: span 2; } .footer-bottom { justify-content: center; text-align: center; font-size: 11.5px; } }

/* MOBILE STICKY */
.mobile-sticky { position: fixed; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(16, 24, 40, 0.06); display: flex; z-index: 90; padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); }
.ms-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 8px 6px; background: transparent; border: 0; color: var(--ink); font-size: 11px; font-weight: 700; border-radius: var(--r-md); transition: background var(--t-fast); min-height: 56px; justify-content: center; letter-spacing: -0.01em; }
.ms-item:hover, .ms-item:active { background: var(--bg-soft); color: var(--ink); }
.ms-item [data-lucide] { width: 22px; height: 22px; color: var(--orange); }
.ms-item i {
    font-size: 20px;
    line-height: 1;
}
.ms-wa { background: #25D366; color: #fff !important; margin: 0 6px; }
.ms-wa [data-lucide] { color: #fff; }
.ms-wa:hover, .ms-wa:active { background: #1DA851; color: #fff !important; }
@media (max-width: 1199px) { body { padding-bottom: 70px; } }

/* MODAL */
.modal-backdrop { position: fixed; inset: 0; background: rgba(13, 27, 42, 0.6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 200; opacity: 0; visibility: hidden; transition: all var(--t-base); }
.modal-backdrop.show { opacity: 1; visibility: visible; }
.auth-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.96); width: calc(100% - 32px); max-width: 460px; max-height: calc(100vh - 32px); overflow-y: auto; background: #fff; border-radius: var(--r-xl); box-shadow: 0 32px 64px rgba(0,0,0,0.3); z-index: 201; opacity: 0; visibility: hidden; transition: all var(--t-base); }
.auth-modal.show { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.am-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; background: var(--bg-soft); border: 0; border-radius: 50%; color: var(--ink-mute); display: grid; place-items: center; transition: all var(--t-fast); z-index: 2; }
.am-close:hover { background: var(--bg-mute); color: var(--ink); }
.am-close [data-lucide] { width: 18px; height: 18px; }
.am-inner { padding: 36px 32px 32px; }
.am-head { text-align: center; margin-bottom: 24px; }
.am-head h3 { font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.035em; margin: 0 0 6px; }
.am-head p { font-size: 14px; color: var(--ink-mute); margin: 0; line-height: 1.5; }
.am-head p strong { color: var(--orange); font-weight: 700; }
.am-social { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.am-soc { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); font-weight: 600; font-size: 14px; color: var(--ink); transition: all var(--t-fast); }
.am-soc:hover { background: var(--bg-soft); border-color: var(--line-2); }
.am-apple { background: var(--ink); color: #fff; border-color: var(--ink); }
.am-apple:hover { background: var(--ink-2); border-color: var(--ink-2); color: #fff; }
.am-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: var(--ink-soft); font-size: 12px; font-weight: 600; }
.am-divider::before, .am-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.am-form { display: flex; flex-direction: column; gap: 14px; }
.am-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.am-field label { display: block; font-size: 12px; font-weight: 600; color: var(--ink); margin-bottom: 6px; letter-spacing: -0.01em; }
.am-field input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--r-md); font-family: inherit; font-size: 14.5px; color: var(--ink); outline: none; transition: border-color var(--t-fast); background: #fff; }
.am-field input:focus { border-color: var(--orange); }
.am-field input::placeholder { color: var(--ink-soft); }
.am-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.am-check { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--ink-2); cursor: pointer; }
.am-check input { width: 16px; height: 16px; accent-color: var(--orange); }
.am-kvkk { font-size: 12.5px; color: var(--ink-mute); align-items: flex-start; }
.am-kvkk input { margin-top: 2px; }
.am-forgot { font-size: 13.5px; font-weight: 600; color: var(--orange); }
.am-forgot:hover { color: var(--orange-dark); }
.am-submit { padding: 14px; background: var(--orange); color: #fff; border: 0; border-radius: var(--r-md); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; transition: all var(--t-fast); cursor: pointer; }
.am-submit:hover { background: var(--orange-dark); }
.am-foot { text-align: center; margin: 18px 0 0; font-size: 13.5px; color: var(--ink-mute); }
.am-foot a { color: var(--orange); font-weight: 700; }
.am-foot a:hover { color: var(--orange-dark); }
@media (max-width: 575px) { .am-inner { padding: 28px 22px 24px; } .am-head h3 { font-size: 20px; } .am-grid { grid-template-columns: 1fr; } }

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }

.phone-group {
    display: flex;
    width: 100%;
    gap: 5px;
}
.phone-group>*:nth-child(1) {
    width: 120px;
}
.phone-group>*:nth-child(2) {
    flex: 1;
}

.py-80 {
    padding-top:80px;
    padding-bottom: 80px;
}

.offcanvas-custom-size.offcanvas {
    width: 960px
}

.offcanvas-custom-size.offcanvas .offcanvas-header,.offcanvas-custom-size.offcanvas .offcanvas-body {
    padding: 50px
}

.offcanvas-custom-size.offcanvas .offcanvas-header {
    padding-bottom: 0
}


.invoice_target,.nationality-target {
    display: none
}

.st-selection-box {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 25px 15px 15px;
    border: 2px solid var(--bs-gray-300);
    border-radius: 5px;
    cursor: pointer
}

.st-selection-box input {
    display: none
}

.st-selection-box .st-selection-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
    color: var(--bs-gray-500);
    gap: 10px;
    margin-bottom: 10px
}

.st-selection-box .st-selection-tools {
    display: flex;
    gap: 5px
}

.st-selection-box .st-selection-tools a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    transition: all 0.3s;
    text-align: center;
    border-radius: 5px;
    background-color: var(--bs-gray-100);
    color: var(--bs-gray-600)
}

.st-selection-box .st-selection-tools i {
    font-size: 16px
}

.st-selection-box .st-selection-tools a:hover {
    color: var(--primary);
    background-color: var(--bs-gray-300)
}

.st-selection-box .st-selection-title {
    font-size: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 5px
}

.st-selection-box .st-selection-detail {
    font-size: .8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: var(--bs-gray-700)
}

.st-selection-box.active {
    border-color: var(--orange);
    box-shadow: inset 0 0 0 1px var(--primary)
}

.st-selection-box.active:after {
    display: block;
    content: 'SEÇİLİ';
    font-size: .8rem;
    color: #fff;
    background-color: var(--primary);
    padding: 2px 12px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-bottom-right-radius: 5px
}

.white-space-nowrap {
    white-space: nowrap
}


.reservation-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.reservation-list .reservation-item {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 30px;
    border: 1px solid var(--bs-gray-300);
    padding: 15px;
    border-radius: 5px;
    font-size: 13px;
    justify-content: space-between;
    border-bottom-width: 3px
}

.reservation-list .reservation-item .img img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden
}

.reservation-list .reservation-item .reservation-status {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px
}

.reservation-list .reservation-item .col {
    display: flex;
    gap: 30px;
    align-items: center
}

.green-color {
    color: var(--bs-green)!important
}

.red-color {
    color: var(--bs-red)!important
}

.reservation-list .reservation-item .reservation-price {
    text-align: right;
    display: block;
    width: 100%
}

.reservation-list .reservation-item .reservation-tools {
    text-align: right;
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    gap: 10px
}

.reservation-list .reservation-item .reservation-tools>a {
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    transition: all 0.3s;
    align-items: center;
    justify-content: center
}

.reservation-list .reservation-item .reservation-tools>a>span {
    font-size: 18px
}

.reservation-list .reservation-item .reservation-tools>a:hover {
    background-color: var(--bs-gray-100)
}

.checkout-card-header {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}


/* =================================================================
   FIRSAT TATİL — HESABIM / PROFİL SAYFASI
   Bootstrap 5 üzerine eklenen profil-specific stiller.
   Tasarım dili booking sayfasıyla aynı: turuncu vurgu, lacivert,
   Inter, beyaz kart, yumuşak gölge, geniş radius.
   ================================================================= */

:root{
    --pf-bg:        #F7F8FA;
    --pf-line:      #E4E7EC;
    --pf-line-2:    #D0D5DD;
    --pf-ink:       #101828;
    --pf-ink-2:     #344054;
    --pf-ink-mute:  #667085;
    --pf-ink-soft:  #98A2B3;
    --pf-orange:    #FF5A36;
    --pf-orange-dk: #E64A28;
    --pf-orange-sf: #FFF1EC;
    --pf-navy:      #0D1B2A;
    --pf-amber:     #F79009;
    --pf-amber-dk:  #DC6803;
    --pf-r-md:  10px;
    --pf-r-lg:  14px;
    --pf-r-xl:  20px;
    --pf-r-2xl: 28px;
    --pf-t: .22s cubic-bezier(.4,0,.2,1);
}

/* Sayfa zemini */
.page-hero + .section,
.section.py-80{ background: var(--pf-bg); }

/* =================================================================
   1) PAGE HERO — BAŞLIK + BREADCRUMB
   ================================================================= */
.page-hero{
    position: relative;
    padding: 72px 0 64px;
    overflow: hidden;
    background: var(--pf-navy);
}
.page-hero-bg{
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.05);
}
.page-hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,27,42,.82), rgba(27,42,65,.72));
}
.page-hero .z-2{ z-index: 2; }
.page-hero .position-relative{ position: relative; }

.page-hero-title{
    color: #fff;
    font-weight: 900;
    font-size: clamp(28px, 4vw, 40px);
    letter-spacing: -0.03em;
    margin: 0;
    text-shadow: 0 2px 20px rgba(0,0,0,.25);
}

/* Breadcrumb */
.page-breadcrumb{ margin-bottom: 14px; }
.page-breadcrumb .breadcrumb{
    margin: 0;
    padding: 0;
    background: transparent;
}
.page-breadcrumb .breadcrumb-item{
    font-size: 13.5px;
    font-weight: 600;
}
.page-breadcrumb .breadcrumb-item a{
    color: rgba(255,255,255,.78);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color var(--pf-t);
}
.page-breadcrumb .breadcrumb-item a:hover{ color: var(--pf-orange); }
.page-breadcrumb .breadcrumb-item.active{ color: #fff; font-weight: 700; }
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
    color: rgba(255,255,255,.45);
    content: "›";
    font-size: 16px;
    padding: 0 4px;
}

/* =================================================================
   2) SOL SIDEBAR — NAVİGASYON
   ================================================================= */
/* Mobilde gizleme yardımcı sınıfı */
@media (max-width: 767px){
    .d-none-sm{ display: none !important; }
}

.navigator-side{
    list-style: none;
    margin: 0;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--pf-line);
    border-radius: var(--pf-r-2xl);
    box-shadow: 0 24px 60px rgba(16,24,40,.06);
    position: sticky;
    top: 24px;
}
.navigator-side > li{ margin: 0; }

/* Kullanıcı kartı (avatar + ad) */
.navigator-side .customer-profile{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 8px 4px;
}
.navigator-side .user-profile-short-icon{
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--pf-orange), var(--pf-orange-dk));
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.02em;
    box-shadow: 0 6px 16px rgba(255,90,54,.32);
}
.navigator-side .customer-profile > span:last-child{
    font-weight: 800;
    color: var(--pf-ink);
    font-size: 15px;
    letter-spacing: -0.01em;
}

/* Ayraç */
.navigator-side .separator{
    height: 1px;
    background: var(--pf-line);
    border: 0;
}
.navigator-side .separator.mt-6{ margin-top: 14px !important; }
.navigator-side .separator.mb-6{ margin-bottom: 14px !important; }

/* Menü linkleri */
.navigator-side a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: var(--pf-r-lg);
    color: var(--pf-ink-2);
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: -0.01em;
    text-decoration: none;
    transition: all var(--pf-t);
}
.navigator-side a [class^="bi-"],
.navigator-side a [class*=" bi-"]{
    font-size: 18px;
    color: var(--pf-ink-soft);
    transition: color var(--pf-t);
    line-height: 1;
}
.navigator-side a:hover{
    background: var(--pf-bg);
    color: var(--pf-ink);
}
.navigator-side a:hover [class^="bi-"]{ color: var(--pf-orange); }

/* Aktif link */
.navigator-side a.active{
    background: var(--pf-orange-sf);
    color: var(--pf-orange-dk);
}
.navigator-side a.active [class^="bi-"]{ color: var(--pf-orange); }

/* Çıkış Yap linkine hover'da kırmızımsı vurgu */
.navigator-side a[href*="logout"]:hover{
    background: #FEF3F2;
    color: #B42318;
}
.navigator-side a[href*="logout"]:hover [class^="bi-"]{ color: #D92D20; }

/* =================================================================
   3) SAĞ — PROFİL KUTUSU + SEKMELER
   ================================================================= */
.profile-box{
    background: #fff;
    border: 1px solid var(--pf-line);
    border-radius: var(--pf-r-2xl);
    box-shadow: 0 24px 60px rgba(16,24,40,.06);
    padding: 28px 30px 32px;
}
@media (max-width: 575px){ .profile-box{ padding: 22px 18px 26px; border-radius: var(--pf-r-xl); } }

/* --- Bootstrap nav-tabs override --- */
.profile-box .nav-tabs{
    border-bottom: 2px solid var(--pf-line);
    gap: 4px;
}
.profile-box .nav-tabs .nav-item{ margin-bottom: -2px; }
.profile-box .nav-tabs .nav-link{
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--pf-ink-mute);
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.01em;
    border-radius: 0;
    transition: color var(--pf-t), border-color var(--pf-t);
}
.profile-box .nav-tabs .nav-link:hover{
    color: var(--pf-ink-2);
    border-bottom-color: var(--pf-line-2);
    isolation: isolate;
}
.profile-box .nav-tabs .nav-link.active{
    color: var(--pf-orange);
    background: transparent;
    border-bottom-color: var(--pf-orange);
}

/* --- Tab içeriği başlık + açıklama --- */
.profile-box .tab-pane h2{
    font-weight: 900;
    color: var(--pf-ink);
    letter-spacing: -0.02em;
}
.profile-box .tab-pane > p{
    color: var(--pf-ink-mute);
    font-weight: 500;
    line-height: 1.6;
    font-size: 14.5px;
}

/* Tab geçiş animasyonu (Bootstrap .fade üstüne yumuşatma) */
.profile-box .tab-pane.fade{ transition: opacity .2s ease-in-out; }

/* İçerik ayraçları */
.profile-box .separator{
    height: 1px;
    background: var(--pf-line);
    border: 0;
}

/* =================================================================
   4) FORM ALANLARI (floating label + select + disabled)
   ================================================================= */
.profile-box .form-floating{ position: relative; }
.profile-box .form-floating > .form-control,
.profile-box .form-floating > .form-select{
    border: 1.5px solid var(--pf-line);
    border-radius: var(--pf-r-lg);
    background: #fff;
    font-weight: 600;
    color: var(--pf-ink);
    height: 58px;
    padding: 1.625rem .9rem .55rem;
    transition: border-color var(--pf-t), box-shadow var(--pf-t);
}
.profile-box .form-floating > .form-control:focus,
.profile-box .form-floating > .form-select:focus{
    border-color: var(--pf-orange);
    box-shadow: 0 0 0 4px rgba(255,90,54,.12);
}
.profile-box .form-floating > label{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: .9rem .9rem 0;
    margin: 0;
    color: var(--pf-ink-mute);
    font-weight: 600;
    pointer-events: none;
    transform-origin: 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .7;
    transform: scale(.82) translateY(-.32rem);
    transition: transform var(--pf-t), color var(--pf-t), opacity var(--pf-t);
}
.profile-box .form-floating > .form-control:focus ~ label{
    color: var(--pf-orange-dk);
    opacity: 1;
}

/* Select için özel ok (form-select Bootstrap okunu koruruz ama renk uyarla) */
.profile-box .form-floating > .form-select{
    cursor: pointer;
}

/* Disabled input'lar (telefon, e-posta) — değiştirilemez görünüm */
.profile-box .form-floating > .form-control:disabled,
.profile-box .form-floating > .form-control[disabled]{
    background: var(--pf-bg);
    color: var(--pf-ink-mute);
    border-color: var(--pf-line);
    cursor: not-allowed;
}
.profile-box .form-floating > .form-control:disabled ~ label{ color: var(--pf-ink-soft); }

/* flatpickr doğum tarihi input'u — normal görünsün */
.profile-box .form-floating > .birth-date-picker{ background: #fff; cursor: pointer; }

/* --- Butonlar --- */
.profile-box .btn-primary,
.profile-box .form-submit-button{
    background: var(--pf-orange);
    border: 0;
    border-radius: var(--pf-r-lg);
    font-weight: 900;
    font-size: 15.5px;
    letter-spacing: -0.01em;
    color: #fff;
    box-shadow: 0 16px 34px rgba(255,90,54,.30);
    transition: all var(--pf-t);
}
.profile-box .btn-primary:hover,
.profile-box .form-submit-button:hover{
    background: var(--pf-orange-dk);
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(255,90,54,.38);
}
.profile-box .btn-primary:active,
.profile-box .form-submit-button:active{ transform: translateY(0); }

/* Şifre sekmesindeki btn-warning — amber tonu */
.profile-box .btn-warning{
    background: var(--pf-amber);
    border: 0;
    border-radius: var(--pf-r-lg);
    font-weight: 900;
    font-size: 15.5px;
    letter-spacing: -0.01em;
    color: #fff;
    box-shadow: 0 16px 34px rgba(247,144,9,.28);
    transition: all var(--pf-t);
}
.profile-box .btn-warning:hover{
    background: var(--pf-amber-dk);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(247,144,9,.36);
}
.profile-box .btn-warning:active{ transform: translateY(0); }

/* =================================================================
   5) RESPONSIVE
   ================================================================= */
@media (max-width: 991px){
    .navigator-side{ position: static; margin-bottom: 24px; }
}
@media (max-width: 575px){
    .page-hero{ padding: 52px 0 46px; }
    .profile-box .nav-tabs .nav-link{ font-size: 14px; padding: .65rem 1rem !important; }
}