/*! core.css — page-header.php inline CSS extracted. Dynamic :root brand vars inline kalir, geri kalan burada. */

/* === iOS Safari & Chrome mobil: input focus'ta otomatik zoom'u engelle === */
/* font-size < 16px olunca iOS sayfayı yakınlaştırıyor; mobilde tüm form alanlarını 16px'e zorla */
@media (max-width: 760px) {
    html body input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]),
    html body textarea,
    html body select {
        font-size: 16px !important;
    }
}

/* === Section 1: Brand color overrides (page-header.php 63-201) === */
/* === Kapsamlı marka rengi override — tüm önemli buton/link/CTA selector'leri === */
html body .btn-primary,
html body button.btn-primary,
html body a.btn-primary,
html body .kt-go,
html body .kt-pax-apply,
html body .kt-pax-btn,
html body .kt-search-bar__go,
html body .hz-cta-btn,
html body .bt-cta__btn,
html body .kt-contact__submit,
html body .kt-rev-submit,
html body .bt-td-avail__btn,
html body .bt-td-booking__btn,
html body .kt-empty-btn,
html body .kt-pane-btn,
html body .kt-auth-btn,
html body .kt-auth-foot a strong,
html body .kt-rezv-acc .kt-rezv-acc__icon,
html body .kt-rezv-acc.is-active .kt-rezv-acc__icon,
html body .kt-rezv-acc.is-active .kt-rezv-acc__sw-track,
html body .hz-newsletter button,
html body .hz-listing button[type="submit"],
html body .v2-default-button,
html body .default-button,
html body .reservation-form-area-button .default-button,
html body .bt-pax__apply,
html body .kt-fleet-modal__btn,
html body .kt-feat__nav:hover,
html body .kt-feat__nav--prev:hover,
html body .kt-feat__nav--next:hover,
html body .kz-camp__btn,
html body .kt-mnav__item.is-active .kt-mnav__icon,
html body .kt-flt-pill[open] summary,
html body .kt-flt-chip:has(input:checked),
html body .bt-cal__cell.is-sel,
html body .bt-pax__ctl button:hover,
html body .kt-pax-bottom__apply,
html body .kt-routes-tab.is-active,
html body .kt-cat-blog__more,
html body .kt-bank-copy{
    background:var(--brand-primary)!important;
    border-color:var(--brand-primary)!important;
    color:#fff!important;
}
html body .btn-primary:hover,
html body button.btn-primary:hover,
html body .kt-go:hover,
html body .kt-pax-apply:hover,
html body .hz-cta-btn:hover,
html body .kt-contact__submit:hover,
html body .kt-auth-btn:hover,
html body .kt-bank-copy:hover,
html body .hz-newsletter button:hover{
    background:var(--brand-primary-hover)!important;
    border-color:var(--brand-primary-hover)!important;
}
/* Outline butonlar — sınır + metin marka rengi */
html body .btn-outline-primary,
html body .kt-btn--outline,
html body .bt-pax__ctl button,
html body .more-tour-btn,
html body .kt-more-tours__btn{
    color:var(--brand-primary)!important;
    border-color:var(--brand-primary)!important;
}
/* Linkler ve vurgu metinleri */
html body .hz-link,
html body a.hz-tour-card-link,
html body .hz-nav-link.is-active,
html body .hz-price-current,
html body .bt-td-booking__price-current,
html body .kt-cat-blog__more,
html body .hz-rev-card__tour,
html body .kt-routes-tabs__count,
html body .kt-mini-footer__brand,
html body .text-brand,
html body strong.brand-text{
    color:var(--brand-primary)!important;
}
/* Border vurgular */
html body .hz-nav-link.is-active{
    border-bottom-color:var(--brand-primary)!important;
}
html body .form-input:focus,
html body .form-select:focus,
html body .form-textarea:focus,
html body input.kt-input:focus,
html body input.kt-flt-input:focus{
    border-color:var(--brand-primary)!important;
    box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-primary) 15%, transparent)!important;
}
/* Aktif tab, sekme vurgusu */
html body .kt-tabs a.is-active,
html body .kt-routes-tab.is-active{
    background:var(--brand-primary)!important;
    color:#fff!important;
    border-color:var(--brand-primary)!important;
}
/* === Inline hardcoded #001364 yakala — fiyatlar, butonlar, vs. === */
html body [style*="color:#001364"],
html body [style*="color: #001364"],
html body [style*="color:#001364"],
html body [style*="color:#001364"]{
    color:var(--brand-primary)!important;
}
html body [style*="background:#001364"],
html body [style*="background: #001364"],
html body [style*="background-color:#001364"],
html body [style*="background-color: #001364"]{
    background:var(--brand-primary)!important;
}
html body [style*="border-color:#001364"],
html body [style*="border-color: #001364"],
html body [style*="border:1px solid #001364"]{
    border-color:var(--brand-primary)!important;
}
/* Feature kartları (Anlık Onay, Uçuş Takibi vb.) ve diğer renkli ikon kutuları — marka rengi */
/* NOT: .kt-mnav__item.is-active .kt-mnav__icon BURADA OLMAYACAK — yukarıdaki bg:kırmızı+color:#fff kuralı tutmalı.
   Aksi takdirde stroke="currentColor" SVG'ler kırmızı bg içinde kırmızı çiziliyor ve görünmüyor. */
html body .bt-feature__icon,
html body .kt-cc__icon,
html body .kt-pay__icon,
html body .kt-rezv-acc__icon,
html body .kt-wa-opt__ic,
html body .bt-how__icon,
html body .kt-user-card__avatar,
html body .stat__icon{
    color:var(--brand-primary)!important;
    background:color-mix(in srgb, var(--brand-primary) 10%, #ffffff)!important;
}
/* Buton içindeki ikon (sınıf üzerinde primary olan butonların içinde) beyaz kalsın */
html body .btn-primary svg,
html body .btn-primary .stat__icon,
html body .kt-pay__opt input:checked + .kt-pay__inner .kt-pay__icon,
html body .kt-rezv-acc.is-active .kt-rezv-acc__icon{
    color:#fff!important;
    background:var(--brand-primary)!important;
}

/* === Section 2: Globals + Preloader + Mobile nav + Mosaic + Search + Footer + Drawer (203-2238) === */
/* Inline SVG fail-safe — orijinal sitenin global "svg{width:100%}" benzeri kuralı ezilirse de
   ikonlar attribute boyutunda kalsın. */
svg[width][height]{flex:0 0 auto!important;flex-shrink:0!important;display:inline-block!important;vertical-align:middle!important}
svg[width="13"][height="13"]{width:13px!important;height:13px!important}
svg[width="14"][height="14"]{width:14px!important;height:14px!important}
svg[width="16"][height="16"]{width:16px!important;height:16px!important}
svg[width="18"][height="18"]{width:18px!important;height:18px!important}
svg[width="20"][height="20"]{width:20px!important;height:20px!important}
svg[width="22"][height="22"]{width:22px!important;height:22px!important}
svg[width="24"][height="24"]{width:24px!important;height:24px!important}
svg[width="36"][height="36"]{width:36px!important;height:36px!important}
svg[width="48"][height="48"]{width:48px!important;height:48px!important}
/* Preloader — admin/website/theme.php'den seçilir */
#loader-container{position:fixed;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;z-index:99999;transition:opacity .3s ease,visibility .3s ease}
#loader-container.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.kt-pl{color:var(--brand-primary,#001364)}
.kt-pl--spinner{width:52px;height:52px;border:4px solid #e2e8f0;border-top-color:currentColor;border-radius:50%;animation:ktPlSpin .8s linear infinite}
@keyframes ktPlSpin{to{transform:rotate(360deg)}}
.kt-pl--dots{display:flex;gap:10px}
.kt-pl--dots span{width:14px;height:14px;border-radius:50%;background:currentColor;animation:ktPlBounce .6s infinite alternate}
.kt-pl--dots span:nth-child(2){animation-delay:.15s}
.kt-pl--dots span:nth-child(3){animation-delay:.3s}
@keyframes ktPlBounce{from{transform:translateY(0);opacity:.4}to{transform:translateY(-14px);opacity:1}}
.kt-pl--bar{width:220px;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;position:relative}
.kt-pl--bar span{position:absolute;left:-40%;top:0;height:100%;width:40%;background:currentColor;border-radius:2px;animation:ktPlBar 1.4s ease-in-out infinite}
@keyframes ktPlBar{0%{left:-40%}100%{left:100%}}
.kt-pl--plane{animation:ktPlFly 1.6s ease-in-out infinite}
@keyframes ktPlFly{0%,100%{transform:translateX(-22px) rotate(-12deg)}50%{transform:translateX(22px) rotate(12deg)}}
.kt-pl--ring{width:60px;height:60px;position:relative}
.kt-pl--ring span{box-sizing:border-box;position:absolute;inset:0;border:4px solid currentColor;border-color:currentColor transparent transparent transparent;border-radius:50%;animation:ktPlSpin 1.1s cubic-bezier(.5,0,.5,1) infinite}
.kt-pl--ring span:nth-child(2){animation-delay:-.4s}
.kt-pl--ring span:nth-child(3){animation-delay:-.25s}
.kt-pl--ring span:nth-child(4){animation-delay:-.1s}
.kt-pl--pulse{position:relative;width:60px;height:60px}
.kt-pl--pulse span{position:absolute;inset:0;border:3px solid currentColor;border-radius:50%;animation:ktPlPulse 1.2s ease-out infinite}
.kt-pl--pulse span:nth-child(2){animation-delay:-.6s}
@keyframes ktPlPulse{0%{transform:scale(.1);opacity:1}100%{transform:scale(1.4);opacity:0}}
.kt-pl--logo{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px}
.kt-pl--logo img{width:64px;height:64px;object-fit:contain;animation:ktPlPulseLogo 1.4s ease-in-out infinite}
.kt-pl--logo strong{font-size:24px;font-weight:700;color:currentColor;animation:ktPlPulseLogo 1.4s ease-in-out infinite;letter-spacing:-.3px}
@keyframes ktPlPulseLogo{0%,100%{opacity:.45;transform:scale(.94)}50%{opacity:1;transform:scale(1.04)}}
/* Suitcase — yatay bounce + tekerlek rotasyonu */
.kt-pl--suitcase{animation:ktPlSuitcase 1s ease-in-out infinite alternate}
@keyframes ktPlSuitcase{0%{transform:translateY(0) rotate(-3deg)}100%{transform:translateY(-12px) rotate(3deg)}}
/* Vito — yol hattı üzerinde sallanır */
.kt-pl--vito{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;animation:ktPlVitoBob 1s ease-in-out infinite alternate}
.kt-pl--vito .kt-pl__road{width:120px;height:2px;background:repeating-linear-gradient(90deg,currentColor 0 12px,transparent 12px 22px);animation:ktPlVitoRoad .5s linear infinite;opacity:.5}
@keyframes ktPlVitoBob{0%{transform:translateY(0)}100%{transform:translateY(-3px)}}
@keyframes ktPlVitoRoad{0%{background-position:0 0}100%{background-position:-22px 0}}
/* Aircraft — yıldız etrafında daire çizer */
.kt-pl--aircraft{animation:ktPlOrbit 2.4s linear infinite}
@keyframes ktPlOrbit{0%{transform:rotate(0) translateX(28px) rotate(0)}100%{transform:rotate(360deg) translateX(28px) rotate(-360deg)}}
/* Ticket — flip 3D */
.kt-pl--ticket{animation:ktPlFlip 1.4s ease-in-out infinite;perspective:200px}
@keyframes ktPlFlip{0%,100%{transform:rotateY(0)}50%{transform:rotateY(180deg)}}
/* Compass — iğne döner */
.kt-pl--compass{position:relative;width:60px;height:60px}
.kt-pl--compass svg{position:absolute;inset:0}
.kt-pl--compass .kt-pl__needle{animation:ktPlSpin 2s linear infinite;transform-origin:50% 50%}
/* Reveal animasyonunu Vue tetiklemeden de hep görünür yap */
[data-bt-reveal]{animation-play-state:running!important;opacity:1!important;transform:none!important;visibility:visible!important}
/* bt-activities içindeki hz-tours-section başlıkları gizli geliyor — kategori başlıkları görünsün */
.bt-activities .hz-tours-section__head{display:flex!important}
.hz-tours-section__head{display:flex!important}
.hz-tours-section__head .hz-section-title{display:block!important;font-size:22px!important;font-weight:700!important;color:#0f172a!important;margin:0 0 4px!important}
/* Plain HTML nav (Vue b-nav-item yerine) */
.hz-header{position:relative;z-index:50}
.hz-nav-desktop,.hz-nav-list{position:relative;z-index:51;pointer-events:auto!important}
.hz-nav-list a,.hz-nav-link{pointer-events:auto!important;cursor:pointer!important}
.hz-nav-link{color:#0f172a;text-decoration:none;font-size:14px;font-weight:500;padding:8px 6px;display:inline-block;transition:color .15s}
.hz-nav-link:hover{color:#001364}
.hz-mobile-menu{background:#fff;border-top:1px solid #e2e8f0;padding:12px 16px}
.hz-mobile-menu[hidden]{display:none}
.hz-mobile-menu .hz-nav-link{display:block;padding:10px 0;border-bottom:1px solid #f1f5f9}
/* Tur kartı etiket rozeti */
.hz-tour-card-img{position:relative}
.hz-tour-card-tag{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;height:30px;padding:0 14px;border-radius:18px;color:#fff;font-size:13px;font-weight:600;letter-spacing:.2px;box-shadow:0 4px 12px -4px rgba(0,0,0,.3);z-index:2;white-space:nowrap}
/* Tur detay sayfa etiket chip */
.bt-td-chip--tag{font-weight:600;border:none}
/* Tur detay — Airbnb tarzı mozaik hero */
.bt-td-hero--mosaic{padding:24px 0 0;background:transparent}
.bt-td-main{padding-top:0!important}
.bt-td-hero--mosaic .hz-crumb{font-size:13px;color:#64748b;margin:0 0 14px;list-style:none;padding:0;display:flex;gap:6px}
.bt-td-hero--mosaic .hz-crumb li{display:inline}
.bt-td-hero--mosaic .hz-crumb li + li::before{content:none}
/* === Site genelinde TÜM breadcrumb'lar gizli (kullanıcı isteği) === */
.hz-crumb,.bt-td-hero__crumb,.breadcrumb,nav[aria-label="breadcrumb"]{display:none!important}
.bt-td-hero--mosaic .hz-crumb a{color:#64748b;text-decoration:none}
.bt-th-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;flex-wrap:wrap}
.bt-th-bar__title{font-size:24px;font-weight:700;color:#0f172a;margin:0;flex:1;min-width:300px}
.bt-th-bar__id{color:#94a3b8;font-weight:500}
.bt-th-bar__actions{display:flex;gap:18px;align-items:center}
.bt-th-action{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#0f172a;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;padding:6px 4px}
.bt-th-action:hover{color:#001364}
.bt-th-action.is-fav svg{fill:#dc2626;stroke:#dc2626}
.bt-th-action u{text-decoration:underline}
.bt-mosaic{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:6px;height:440px;border-radius:14px;overflow:hidden;position:relative}
.bt-mosaic__cell{display:block;overflow:hidden;background:#e2e8f0;text-decoration:none;position:relative}
.bt-mosaic__cell img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.bt-mosaic__cell:hover img{transform:scale(1.04)}
.bt-mosaic__cell--big{grid-row:span 2}
.bt-mosaic__cell--empty{background:#f1f5f9;cursor:default}
.bt-mosaic__hidden{display:none}
.bt-mosaic__more{position:absolute;right:14px;bottom:14px;background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;box-shadow:0 4px 14px -6px rgba(0,0,0,.25);z-index:2}
.bt-mosaic__cell:hover .bt-mosaic__more{transform:none}
@media (max-width:760px){
    .bt-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:240px 120px 120px;height:auto}
    .bt-mosaic__cell--big{grid-column:span 2;grid-row:span 1}
    .bt-th-bar__title{font-size:20px}
}

/* === MOBILE BOTTOM NAV (2026 glassmorphism) === */
.kt-mnav{display:none}
@media (max-width:860px){
    .kt-mnav{
        position:fixed;left:12px;right:12px;bottom:12px;
        background:rgba(255,255,255,.78);
        -webkit-backdrop-filter:blur(22px) saturate(180%);
        backdrop-filter:blur(22px) saturate(180%);
        border:1px solid rgba(255,255,255,.7);
        border-radius:24px;
        padding:6px;
        display:grid;
        grid-template-columns:repeat(5,1fr);
        gap:4px;
        z-index:100;
        box-shadow:0 12px 32px -10px rgba(15,23,42,.22),0 2px 6px -2px rgba(15,23,42,.08)
    }
    .kt-mnav__item{
        display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
        padding:8px 2px;
        color:#475569;text-decoration:none;
        font-size:10px;font-weight:600;letter-spacing:.2px;
        border-radius:18px;
        transition:background .2s,color .2s,transform .15s;
        -webkit-tap-highlight-color:transparent
    }
    .kt-mnav__item:active{transform:scale(.94)}
    .kt-mnav__item.is-active{
        color:#001364;
        background:rgba(0,19,100,.12)
    }
    .kt-mnav__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;transition:background .2s}
    .kt-mnav__item.is-active .kt-mnav__icon{background:rgba(0,19,100,.14)}
    .kt-mnav__label{font-size:10px;line-height:1}
    body{padding-bottom:90px}
    @supports (padding:env(safe-area-inset-bottom)){
        body{padding-bottom:calc(90px + env(safe-area-inset-bottom))}
        .kt-mnav{bottom:calc(12px + env(safe-area-inset-bottom))}
    }
    /* Mevcut whatsapp/scrolltop CTA varsa biraz yukarı it */
    .fixed-wp{margin-bottom:84px}
}
/* Dark theme */

/* Newsletter / abonelik kutusu */
.hz-newsletter{display:flex;flex-wrap:wrap;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:6px;max-width:380px;width:100%;box-sizing:border-box;align-items:stretch}
.hz-newsletter input{flex:1 1 160px;min-width:0;border:none;background:transparent;padding:10px 12px;font-size:13px;outline:none;color:#0f172a;font-family:inherit}
.hz-newsletter input::placeholder{color:#94a3b8}
.hz-newsletter button{flex:0 0 auto;background:#001364;color:#fff;border:none;border-radius:9px;padding:10px 18px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s;white-space:nowrap}
.hz-newsletter button:hover{background:#001364}
@media (max-width:380px){
  .hz-newsletter{flex-direction:column}
  .hz-newsletter input,.hz-newsletter button{width:100%;flex:1 1 auto}
}

/* Transfer arama sidebar (v2-transfer-search-filter) — boyut düzeltmesi */
.v2-transfer-search-filter,.v2-filter-row{display:flex!important;flex-direction:column!important;gap:10px!important;padding:0!important}
.v2-filter-item{padding:10px 12px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;background:#fff!important;font-size:13px!important;margin:0!important;width:100%!important}
.v2-label{font-size:12px!important;color:#64748b!important;font-weight:500!important;margin-bottom:4px!important}
.v2-input,.v2-input .vs__dropdown-toggle{font-size:13px!important;padding:0!important;border:none!important;background:transparent!important;min-height:24px!important}
.v2-input .vs__selected{font-size:14px!important;color:#0f172a!important;font-weight:500!important}
.v2-input .vs__dropdown-toggle{display:flex!important;align-items:center!important}
.v2-dates-wrapper{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
.v2-datetime{padding:10px 12px!important}
.date-pick,.time-pick{display:flex;align-items:center;gap:6px;font-size:13px}
.date-pick .icon-text,.time-pick .icon-text{font-size:11px;color:#64748b}
.date-pick input,.time-pick input{font-size:13px!important;padding:0!important;border:none!important;background:transparent!important;height:auto!important}
.date-pick img,.time-pick img{width:14px!important;height:14px!important}
.transfer-search-sidebar{padding:14px!important}
/* Listeleme başlık boyutu */
.hz-listing-hero{padding:24px 0!important}
.hz-listing-hero__title{font-size:24px!important;margin:6px 0!important}
.hz-listing-hero__sub{font-size:14px!important;color:#64748b!important;margin:0!important}
/* WhatsApp CTA boyut indirme */
.hz-cta-banner{padding:30px 0!important}
.hz-cta-banner__inner{flex-direction:row!important;align-items:center!important;gap:16px!important;flex-wrap:wrap}
.hz-cta-banner__title{font-size:16px!important;margin:0 0 4px!important}
.hz-cta-banner__sub{font-size:13px!important;line-height:1.5!important;margin:0!important}
.hz-cta-banner__icon{flex:0 0 auto;width:48px;height:48px}
.hz-cta-banner__btn{padding:10px 16px!important;font-size:13px!important}
@media (max-width:760px){
    .hz-cta-banner__inner{flex-direction:column;text-align:center}
    .hz-listing-hero__title{font-size:20px!important}
}
/* bt-ts-summary kompakt */
.bt-ts-summary{padding:14px 0!important}
.bt-ts-summary__card{padding:14px 16px!important;border-radius:10px!important}
.bt-ts-summary__item{font-size:13px!important;padding:0 12px!important}
.bt-ts-summary__label{font-size:11px!important;color:#64748b!important}
.bt-ts-summary__value{font-size:14px!important;font-weight:600!important;color:#0f172a!important}
/* Tur Programı (gidilecek yerler) — accordion */
.bt-td-program{list-style:none;margin:0;padding:0;position:relative}
.bt-td-program::before{content:"";position:absolute;left:18px;top:14px;bottom:14px;width:2px;background:#dbeafe;border-radius:2px}
.bt-td-program__item{position:relative;display:flex;gap:18px;padding:6px 0 18px}
.bt-td-program__num{position:relative;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#001364;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-size:14px;box-shadow:0 4px 10px -2px rgba(0,19,100,.4);z-index:1}
.bt-td-program__body{flex:1;min-width:0}
.bt-td-program__title{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:8px 0;margin:0;font-size:16px;color:#0f172a;font-weight:600;text-align:left;cursor:pointer;font-family:inherit}
.bt-td-program__item.is-empty .bt-td-program__title{cursor:default}
.bt-td-program__title:hover:not([disabled]){color:#001364}
.bt-td-program__chev{transition:transform .2s ease;color:#64748b;flex:0 0 auto;margin-left:12px}
.bt-td-program__title[aria-expanded="true"] .bt-td-program__chev{transform:rotate(180deg);color:#001364}
.bt-td-program__desc{color:#475569;font-size:14px;line-height:1.7;white-space:pre-line;padding:8px 0 4px}
.bt-td-program__item:last-child{padding-bottom:0}
/* Dahil Olanlar / Olmayanlar */
.bt-td-incl{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:8px 0}
@media (max-width:720px){.bt-td-incl{grid-template-columns:1fr}}
.bt-td-incl__card{border-radius:12px;border:1px solid #e2e8f0;padding:18px 20px}
.bt-td-incl__card--in{background:#f0fdf4;border-color:#bbf7d0}
.bt-td-incl__card--out{background:#fef2f2;border-color:#fecaca}
.bt-td-incl__head{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#0f172a;font-size:15px}
.bt-td-incl__text{color:#475569;font-size:14px;line-height:1.7;white-space:pre-line}
.bt-td-info-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid #e2e8f0}
.bt-td-info-chip{display:inline-flex;align-items:center;height:30px;padding:0 14px;border-radius:18px;background:#f1f5f9;color:#0f172a;font-size:13px;font-weight:500;border:1px solid #e2e8f0}
.bt-td-info-block{padding:8px 0}
.bt-td-info-block h3{margin:0 0 12px;font-size:18px;color:#0f172a;font-weight:600}
.bt-td-info-block__text{color:#475569;font-size:14px;line-height:1.7;white-space:pre-line}

/* ========== DARK THEME — KAPSAMLI KONTRAST PAKETİ ========== */
/* Tüm metin elementleri açık renk */
/* Inline #fff/light arka planları yakala */
/* Tüm form elementleri */
/* Buton text contrast — primary buton içindeki yazı her zaman beyaz */
/* Header */
.hz-logo{display:inline-flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important}
.hz-logo-icon{display:block;width:34px;height:34px;object-fit:contain;flex:0 0 auto}
/* Yazı gizli, sadece logo modu — width auto ile orijinal en-boy oranı korunur */
html body .hz-logo--icon-only{padding:4px 0;flex:0 0 auto!important}
html body .hz-logo--icon-only .hz-logo-icon{width:auto!important;height:44px!important;max-width:200px!important;max-height:44px!important;object-fit:contain!important}
@media (max-width:991px){
    html body .hz-logo--icon-only .hz-logo-icon{height:48px!important;max-height:48px!important;max-width:180px!important}
    html body .hz-logo--icon-only{flex:0 0 auto!important;overflow:visible!important}
    html body .hz-header-inner{align-items:center!important;flex-wrap:nowrap!important}
}
@media (max-width:560px){
    html body .hz-logo--icon-only .hz-logo-icon{height:42px!important;max-height:42px!important;max-width:160px!important}
}
@media (max-width:380px){
    html body .hz-logo--icon-only .hz-logo-icon{height:36px!important;max-height:36px!important;max-width:140px!important}
}
html body .hz-logo-text{font-family:'Dancing Script','Brush Script MT',cursive!important;font-size:24px!important;font-weight:700!important;letter-spacing:.01em!important;line-height:1!important;white-space:nowrap;padding-right:6px;overflow:visible;display:inline-block}
html body.has-hero-overlay-header .hz-logo-text{font-size:24px!important}
/* Logo icon override KALDIRILDI — kategori sayfalarında index.php ile aynı boyutlar kullanılsın
   (icon-only modunda 192px, text+icon modunda 34px, mobil için satır 313+'deki responsive kurallar). */
@media (max-width:680px){
    html body .hz-logo-text{font-size:20px!important}
    html body .hz-logo-icon{width:28px!important;height:28px!important}
    html body .hz-logo{gap:6px!important;min-width:0!important;flex:1 1 auto!important}
}
@media (max-width:480px){
    html body .hz-logo-text{font-size:17px!important}
    html body .hz-logo-icon{width:24px!important;height:24px!important}
    html body .hz-logo{gap:5px!important}
}
@media (max-width:380px){
    html body .hz-logo-text{font-size:15px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    html body .hz-logo-icon{width:20px!important;height:20px!important}
    html body .hz-logo{gap:4px!important}
}
/* === "Adım Adım Yolculuk" mobil kompakt === */
@media (max-width:760px){
    html body .bt-how{padding:36px 0!important}
    html body .bt-how .bt-section-head{margin-bottom:18px!important}
    html body .bt-how .bt-section-head__eyebrow{font-size:11px!important;letter-spacing:.1em!important}
    html body .bt-how .bt-section-head__title{font-size:22px!important;line-height:1.2!important;margin:6px 0 8px!important}
    html body .bt-how .bt-section-head__desc{font-size:13px!important;line-height:1.5!important}
    html body .bt-how__timeline{display:flex!important;flex-direction:column!important;gap:14px!important;margin-top:16px!important;position:relative}
    html body .bt-how__line{display:none!important}
    html body .bt-how__step{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:14px!important;text-align:left!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:14px 16px!important;box-shadow:0 1px 4px -2px rgba(15,23,42,.08)!important;width:100%!important;max-width:none!important;margin:0!important;position:relative}
    html body .bt-how__num{font-size:13px!important;font-weight:700!important;color:#001364!important;background:rgba(0,19,100,.1)!important;width:30px!important;height:30px!important;min-width:30px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;flex:0 0 auto!important;padding:0!important}
    html body .bt-how__icon{width:34px!important;height:34px!important;flex:0 0 auto!important;margin:0!important;padding:0!important;background:#f1f5fb!important;border-radius:8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#001364!important}
    html body .bt-how__icon svg{width:18px!important;height:18px!important}
    html body .bt-how__step > div:last-of-type,
    html body .bt-how__step > .bt-how__title,
    html body .bt-how__step > .bt-how__desc{flex:1 1 auto!important;min-width:0!important}
    html body .bt-how__title{font-size:14px!important;font-weight:700!important;color:#0f172a!important;margin:0 0 3px!important;line-height:1.3!important}
    html body .bt-how__desc{font-size:12.5px!important;color:#64748b!important;margin:0!important;line-height:1.45!important}
}

/* === Çoklu katılımcı (passengers-field.php) — Vue #app içinde <style> silindiği için BURADA === */
html body .kt-pax-list{margin-top:18px;border-top:1px solid #e2e8f0;padding-top:18px}
html body .kt-pax-list__head{margin-bottom:14px}
html body .kt-pax-list__head strong{display:block;font-size:15px;font-weight:700;color:#0f172a;margin-bottom:4px}
html body .kt-pax-list__head p{font-size:13px;color:#64748b;margin:0;line-height:1.5}
html body .kt-pax-list__rows{display:flex!important;flex-direction:column!important;gap:10px}
html body .kt-pax-row{background:transparent;border:none;border-radius:0;padding:0;display:block!important;margin:0 0 14px}
html body .kt-pax-list__rows{padding:0}
html body .kt-pax-list__head{padding:0}
html body .kt-pax-row__head{display:flex!important;align-items:center;justify-content:space-between;margin-bottom:10px;gap:10px}
html body .kt-pax-row__num{font-size:12px;font-weight:700;color:var(--brand-primary,#001364);text-transform:uppercase;letter-spacing:.4px}
html body .kt-pax-row__remove{background:#fee2e2;color:#991b1b;border:none;width:26px;height:26px;border-radius:50%;cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;padding:0;flex:0 0 auto}
html body .kt-pax-row__remove:hover{background:#fecaca}
html body .kt-pax-row__body{display:grid!important;grid-template-columns:1fr 1fr;gap:8px}
html body .kt-pax-row__name,html body .kt-pax-row__id{padding:9px 12px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;font-size:14px!important;background:#fff!important;outline:none!important;font-family:inherit;width:100%!important;height:auto!important;min-height:0!important}
html body .kt-pax-row__name:focus,html body .kt-pax-row__id:focus{border-color:var(--brand-primary,#001364)!important}
@media (max-width:640px){
    html body .kt-pax-row__body{grid-template-columns:1fr!important;gap:6px}
}

/* ============================================================
   CHECKOUT FALLBACK CSS — eski Vue bundle yokken aynı tasarım
   Tur/Transfer rezervasyon sayfaları için Bootstrap-benzeri grid + eski class'lar
   ============================================================ */
html body .reservation .container,
html body .reservation-top .container,
html body .ri-v2 .container{width:100%;max-width:1200px;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;box-sizing:border-box}
html body .reservation .row,
html body .reservation-form-area-box .row,
html body .reservation-content .row,
html body .tour-detail .row,
html body .ri-v2 .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
html body .ri-v2 .col-lg-12,
html body .ri-v2 .col-lg-8,
html body .ri-v2 .col-lg-6,
html body .ri-v2 .col-lg-4,
html body .ri-v2 .col-lg-3,
html body .ri-v2 .col-6,
html body .ri-v2 .col-8,
html body .ri-v2 .col-4{position:relative;width:100%;padding-right:15px;padding-left:15px;box-sizing:border-box}
@media (min-width:992px){
    html body .ri-v2 .col-lg-12{flex:0 0 100%;max-width:100%}
    html body .ri-v2 .col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}
    html body .ri-v2 .col-lg-6{flex:0 0 50%;max-width:50%}
    html body .ri-v2 .col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}
    html body .ri-v2 .col-lg-3{flex:0 0 25%;max-width:25%}
}
@media (min-width:576px){
    html body .ri-v2 .col-6{flex:0 0 50%;max-width:50%}
    html body .ri-v2 .col-8{flex:0 0 66.66667%;max-width:66.66667%}
}
html body .ri-v2 .row.align-items-center{align-items:center}

/* Reservation page layout */
html body .ri-v2 .reservation{padding:24px 0}
html body .ri-v2 .reservation.pb-0{padding-bottom:0}
html body .ri-v2 .reservation.pt-0{padding-top:0}
html body .ri-v2 .reservation.reservation-top{padding-top:30px}
html body .ri-v2 .reservation-header{margin-bottom:18px}
html body .ri-v2 .reservation-header h1{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 3px;letter-spacing:-.2px}
html body .ri-v2 .paragraph-text{font-size:12.5px;color:#64748b;margin:0;line-height:1.5}
html body .ri-v2 .reservation-content{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;margin-bottom:16px}
html body .ri-v2 .reservation-content.greafLeaf{position:relative}
html body .ri-v2 .reservation-content.ps-relative{position:relative}

/* Tour-detail card (top of form) */
html body .ri-v2 .tour-detail .img{border-radius:10px;overflow:hidden}
html body .ri-v2 .tour-detail .img img{width:100%;height:auto;display:block;object-fit:cover;border-radius:10px;max-height:220px}
html body .ri-v2 .tour-detail .content{padding-left:6px}
html body .ri-v2 .tour-detail .content h2{font-size:18px;font-weight:700;color:#0f172a;margin:6px 0 2px;letter-spacing:-.2px}
html body .ri-v2 .tour-detail .content p{font-size:13.5px;color:#64748b;margin:0;line-height:1.5}

/* Form area */
html body .ri-v2 .reservation-form-area{margin:14px 0}
html body .ri-v2 .reservation-form-area-header{margin-bottom:14px}
html body .ri-v2 .reservation-form-area-header.mb-0{margin-bottom:0}
html body .ri-v2 .reservation-form-area-header label{font-size:16px;font-weight:700;color:#0f172a;display:block;margin-bottom:4px;letter-spacing:-.2px}
html body .ri-v2 .reservation-form-area-box{margin-top:8px}
html body .ri-v2 .reservation-form-area-box-title{display:none}
html body .ri-v2 .reservation-form-area-button{display:flex;justify-content:center;margin-top:18px}
html body .ri-v2 .reservation-form-area-button .default-button{min-width:240px;text-align:center}

/* Form elements */
html body .ri-v2 .form-element{margin-bottom:14px}
html body .ri-v2 .form-element label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}
html body .ri-v2 .default-input{display:block;width:100%;padding:11px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;background:#fff;outline:none;font-family:inherit;box-sizing:border-box;transition:border-color .15s,box-shadow .15s;color:#0f172a}
html body .ri-v2 .default-input:focus{border-color:var(--brand-primary,#001364);box-shadow:0 0 0 3px rgba(0,19,100,.1)}
html body .ri-v2 .default-input::placeholder{color:#94a3b8}

/* Submit button */
html body .ri-v2 .default-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-primary,#001364);color:#fff!important;border:none;padding:13px 28px;border-radius:99px;font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;font-family:inherit;transition:all .15s}
html body .ri-v2 .default-button:hover{background:var(--brand-primary-hover,#001364);transform:translateY(-1px);box-shadow:0 8px 22px -8px rgba(0,19,100,.5)}

/* Bordered separator */
html body .ri-v2 .bordered{height:1px;background:#e2e8f0;margin:14px 0}

/* Custom checkbox area */
html body .ri-v2 .custom-checkbox-area{display:flex;gap:8px;align-items:flex-start;margin-bottom:8px;font-size:13.5px;color:#475569;line-height:1.5}
html body .ri-v2 .custom-control{display:flex;align-items:flex-start;gap:8px;cursor:pointer}
html body .ri-v2 .custom-control-input{margin-top:3px;cursor:pointer;flex:0 0 auto;width:16px;height:16px;accent-color:var(--brand-primary,#001364)}
html body .ri-v2 .custom-control-label{cursor:pointer;flex:1}

/* Üst rezervasyon özeti accordion — tur-rezervasyon.php içindeki .ktrez-acc CSS'i kullanılır */
/* (eski .collapse-reservation-summary mobile sticky-bar artık her ekranda inline accordion) */

/* Mobile bottom-sheet trigger (gizli) — Vue olmadan açılmaz, statik mode'da kapalı */
html body .ri-v2 .collapse{display:none!important}

/* Loader */
html body .ri-v2 .loader{display:none}

/* Misc */
html body .ri-v2 .reservation.mobile-pt-30{padding-top:24px}
@media (max-width:768px){
    html body .ri-v2 .reservation.mobile-pt-30{padding-top:30px}
    html body .ri-v2 .container{padding-right:14px;padding-left:14px}
    html body .ri-v2 .reservation-content{padding:18px;border-radius:12px}
}

/* === SAĞ SIDEBAR (transferrezervasyon) — eski Vue bundle yokken === */
html body .ri-v2 .sidebar{display:block;width:100%}
html body .ri-v2 .inner-wrapper-sticky{position:sticky!important;top:80px!important;align-self:flex-start}
html body .ri-v2 .reservation-content,html body .ri-v2 .row,html body .ri-v2 .col-lg-4,html body .ri-v2 .col-lg-8{overflow:visible}
html body .ri-v2 .reservation-side-bar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 22px;box-shadow:0 4px 14px -8px rgba(15,23,42,.12)}
html body .ri-v2 .side-bar-header{margin-bottom:12px}
html body .ri-v2 .side-bar-header h4{font-size:17px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.2px}
html body .ri-v2 .side-bar-content{margin:12px 0}
html body .ri-v2 .side-bar-content > label{display:block;position:relative;background:#eff6ff;color:var(--brand-primary,#001364);font-size:15px;font-weight:700;padding:10px 14px 10px 16px;border-left:4px solid var(--brand-primary,#001364);border-radius:6px;margin:0 0 14px}
html body .ri-v2 .side-bar-content p{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#475569;margin:0 0 8px;line-height:1.55}
html body .ri-v2 .side-bar-content p > span:first-child{display:inline-flex;align-items:center;gap:5px;color:#64748b;flex:0 0 auto}
html body .ri-v2 .side-bar-content p > span:last-child{color:#0f172a;font-weight:500;word-break:break-word}
html body .ri-v2 .side-bar-content p strong{color:#64748b;font-weight:600;font-size:12.5px}
html body .ri-v2 .side-bar-content p svg{flex:0 0 auto;color:var(--brand-primary,#001364)}
html body .ri-v2 .side-bar-content .persons{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;margin:0 0 10px}
html body .ri-v2 .side-bar-content .persons > span:first-child{display:inline-flex;align-items:center;gap:5px;color:#64748b}
html body .ri-v2 .side-bar-content .persons strong{color:#64748b;font-weight:600;font-size:12.5px}
html body .ri-v2 .side-bar-content .persons svg{width:16px;height:16px;color:var(--brand-primary,#001364)}
html body .ri-v2 .side-bar-content .payment-alerts{list-style:none;padding:0;margin:10px 0 0}
html body .ri-v2 .side-bar-content .payment-alerts li{display:flex;align-items:center;gap:6px;font-size:12px;color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;padding:7px 10px;border-radius:8px}
html body .ri-v2 .side-bar-content .payment-alerts li div{flex:1}

html body .ri-v2 .side-bar-footer{margin-top:12px}
html body .ri-v2 .side-bar-footer .flex-item{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:13px}
html body .ri-v2 .side-bar-footer .flex-item span:first-child{color:#64748b;font-weight:600}
html body .ri-v2 .side-bar-footer .flex-item span:last-child{color:var(--brand-primary,#001364);font-weight:700;font-size:18px}

html body .ri-v2 .coupon-code-form-area{margin-top:12px}
html body .ri-v2 .coupon-code-form-area label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:6px}
html body .ri-v2 .coupon-code-form-area .input-button{display:flex;gap:8px}
html body .ri-v2 .coupon-code-form-area .input-button .row{display:flex;flex:1;margin:0;gap:8px}
html body .ri-v2 .coupon-code-form-area .input-button .col-lg-8,
html body .ri-v2 .coupon-code-form-area .input-button .col-8{flex:1;max-width:100%;padding:0}
html body .ri-v2 .coupon-code-form-area .input-button .col-lg-4,
html body .ri-v2 .coupon-code-form-area .input-button .col-4{flex:0 0 90px;padding:0}
html body .ri-v2 .coupon-code-form-area input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;outline:none;font-family:inherit;box-sizing:border-box;background:#fff;color:#0f172a}
html body .ri-v2 .coupon-code-form-area input:focus{border-color:var(--brand-primary,#001364)}
html body .ri-v2 .coupon-code-form-area button{width:100%;padding:10px 14px;background:var(--brand-primary,#001364);color:#fff;border:0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}
html body .ri-v2 .coupon-code-form-area button:disabled{opacity:.5;cursor:not-allowed}
html body .ri-v2 .coupon-code-form-area button:not(:disabled):hover{background:var(--brand-primary-hover,#001364)}

html body .ri-v2 .reservation-side-bar-information{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 20px;margin-top:14px;box-shadow:0 4px 14px -8px rgba(15,23,42,.12)}
html body .ri-v2 .reservation-side-bar-information .row{display:flex;flex-wrap:wrap;gap:8px;margin:0}
html body .ri-v2 .reservation-side-bar-information .col-6{flex:1 1 0;padding:0;max-width:calc(50% - 4px);min-width:0}
html body .ri-v2 .reservation-side-bar-information .col-lg-12{flex:0 0 100%;max-width:100%;padding:0;margin-top:14px}
html body .ri-v2 .btn-whatsapp,
html body .ri-v2 .btn-phone,
html body .ri-v2 .btn-call-now{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 8px;border:0;border-radius:10px;text-decoration:none;color:#fff;font-size:13px;font-weight:600;font-family:inherit;line-height:1;transition:filter .15s,box-shadow .15s;cursor:pointer;box-sizing:border-box;width:100%;white-space:nowrap}
html body .ri-v2 .btn-whatsapp{background:#25d366}
html body .ri-v2 .btn-phone,
html body .ri-v2 .btn-call-now{background:var(--brand-primary,#001364)}
html body .ri-v2 .btn-whatsapp:hover,
html body .ri-v2 .btn-phone:hover,
html body .ri-v2 .btn-call-now:hover{filter:brightness(.95);box-shadow:0 4px 12px -4px rgba(15,23,42,.25);color:#fff}
html body .ri-v2 .btn-whatsapp svg,
html body .ri-v2 .btn-phone svg,
html body .ri-v2 .btn-call-now svg{flex:0 0 auto;width:16px;height:16px}
html body .ri-v2 .reservation-side-bar-information .description{margin-top:6px}
html body .ri-v2 .reservation-side-bar-information .info-title{display:block;font-size:14px;font-weight:700;color:#0f172a;margin-bottom:4px}
html body .ri-v2 .reservation-side-bar-information .description p{font-size:12.5px;color:#64748b;margin:0;line-height:1.55}

/* === Tur detay sayfası: Müsaitliği Kontrol Et → açılan inline panel === */
html body .kt-resv-inline{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:0;margin:18px 0;overflow:hidden;animation:ktResvIn .25s ease-out}
@keyframes ktResvIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
html body .kt-resv-inline__head{padding:20px 22px;border-bottom:1px solid #f1f5f9}
html body .kt-resv-inline__title{display:block;font-size:18px;font-weight:700;color:#0f172a;line-height:1.3;margin:0}
html body .kt-resv-inline__sub{font-size:14px;color:#64748b;margin:4px 0 0;line-height:1.5}
html body .kt-resv-inline__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:18px 22px;background:#f8fafc}
html body .kt-resv-inline__total small{display:block;font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:4px}
html body .kt-resv-inline__price{font-size:28px;font-weight:800;color:var(--brand-primary,#001364);letter-spacing:-.5px;display:block;line-height:1}
html body .kt-resv-inline__total em{font-style:normal;display:block;font-size:12px;color:#94a3b8;margin-top:4px}
html body .kt-resv-inline__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-primary,#001364)!important;color:#fff!important;padding:13px 26px;border-radius:10px;text-decoration:none;font-weight:600;font-size:15px;transition:all .15s ease;white-space:nowrap;border:none}
html body .kt-resv-inline__btn:hover{background:var(--brand-primary-hover,#001364)!important;color:#fff!important;transform:translateY(-1px);box-shadow:0 8px 22px -8px rgba(0,19,100,.5)}
@media (max-width:640px){
    html body .kt-resv-inline__foot{flex-direction:column;align-items:stretch;gap:14px}
    html body .kt-resv-inline__btn{justify-content:center;width:100%}
}

/* === Desktop nav dropdown === */
html body .hz-nav-item.has-children:hover > .hz-nav-sub,
html body .hz-nav-item.has-children:focus-within > .hz-nav-sub{
    opacity:1!important;visibility:visible!important;transform:translateY(0)!important;
}
html body .hz-nav-sub a:hover{background:#f1f5f9!important;color:#001364!important}

/* === Hero Slider (DB-driven) — section'ı tam kaplayan absolute katman === */
html body .kt-hero-slider.container,
html body .kt-hero-slider.bt-hero__inner,
html body .kt-hero-slider{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;padding:0!important;margin:0!important;z-index:5}
html body .kt-hero-slides{position:relative;width:100%;height:100%;min-height:640px}
html body .kt-hero-slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:flex;align-items:center;background-position:center center;background-size:cover;background-repeat:no-repeat;opacity:0;visibility:hidden;transition:opacity .55s ease;border-radius:0;overflow:hidden}
html body .kt-hero-slide.is-active{opacity:1;visibility:visible}
html body .kt-hero-slide__overlay{position:absolute;inset:0;pointer-events:none;mix-blend-mode:multiply}
html body .kt-hero-slide__inner{position:relative;z-index:2;padding:60px 40px;width:100%;max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:14px;box-sizing:border-box}
html body .kt-hero-slide[style*="text-align:center"] .kt-hero-slide__inner{margin:0 auto;align-items:center}
html body .kt-hero-slide[style*="text-align:right"] .kt-hero-slide__inner{margin-left:auto;align-items:flex-end}
html body .kt-hero-slide__inner .bt-hero__eyebrow{display:inline-block;width:fit-content;align-self:flex-start;font-size:11.5px!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase!important;opacity:1!important;margin:0!important;padding:6px 14px!important;background:rgba(255,255,255,.16)!important;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);border:1px solid rgba(255,255,255,.22)!important;border-radius:99px!important;line-height:1.2!important;max-width:max-content!important;text-shadow:0 1px 4px rgba(0,0,0,.25)}
html body .kt-hero-slide[style*="text-align:center"] .bt-hero__eyebrow{align-self:center}
html body .kt-hero-slide[style*="text-align:right"] .bt-hero__eyebrow{align-self:flex-end}
html body .kt-hero-slide__inner .bt-hero__title{font-size:48px;font-weight:800;line-height:1.08;margin:0;letter-spacing:-.01em;text-shadow:0 2px 18px rgba(0,0,0,.25)}
html body .kt-hero-slide__inner .bt-hero__subtitle{font-size:16px;line-height:1.55;margin:0;opacity:.95;max-width:560px;text-shadow:0 1px 8px rgba(0,0,0,.22)}
html body .kt-hero-slide__cta{display:inline-flex;align-items:center;gap:8px;background:#001364;color:#fff!important;text-decoration:none;padding:14px 28px;border-radius:99px;font-size:15px;font-weight:600;margin-top:10px;align-self:flex-start;transition:transform .15s,background .15s,box-shadow .15s;box-shadow:0 8px 24px -10px rgba(0,19,100,.55)}
html body .kt-hero-slide__cta:hover{background:#078187;transform:translateY(-2px)}
html body .kt-hero-slide[style*="text-align:center"] .kt-hero-slide__cta{align-self:center}
html body .kt-hero-slide[style*="text-align:right"] .kt-hero-slide__cta{align-self:flex-end}

/* Arrows */
html body .kt-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.92);border:0;cursor:pointer;color:#0f172a;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 4px 12px rgba(0,0,0,.18);transition:background .15s,transform .15s}
html body .kt-hero-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.05)}
html body .kt-hero-arrow--prev{left:14px}
html body .kt-hero-arrow--next{right:14px}

/* Dots */
html body .kt-hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}
html body .kt-hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.55);border:0;cursor:pointer;padding:0;transition:all .2s}
html body .kt-hero-dot:hover{background:rgba(255,255,255,.85)}
html body .kt-hero-dot.is-active{background:#fff;width:28px;border-radius:5px}

/* Mobil */
@media (max-width:760px){
    html body section.bt-hero,
    html body section.bt-hero .bt-hero__bg,
    html body .kt-hero-slider,
    html body .kt-hero-slides,
    html body .kt-hero-slide{min-height:540px !important;height:540px !important}
    html body .kt-hero-slide{background-position:right center !important;background-size:cover !important}
    html body .kt-hero-slide__inner{padding:32px 20px 70px;gap:10px}
    html body .kt-hero-slide__inner .bt-hero__title{font-size:30px}
    html body .kt-hero-slide__inner .bt-hero__subtitle{font-size:14px}
    html body .kt-hero-slide__cta{padding:11px 22px;font-size:13px}

    /* Arrow'lar dotların sağ/soluna in (yatay tek satır) */
    html body .kt-hero-arrow{top:auto !important;bottom:24px !important;transform:none !important;width:34px !important;height:34px !important;background:rgba(255,255,255,.95) !important}
    html body .kt-hero-arrow--prev{left:calc(50% - 78px) !important;right:auto !important}
    html body .kt-hero-arrow--next{left:auto !important;right:calc(50% - 78px) !important}
    html body .kt-hero-dots{bottom:35px !important}
}

/* Ping'leri gizleme (admin'de kapalıysa) */
html body .bt-hero[data-hide-pings="1"] svg circle:not(.bt-city),
html body .bt-hero[data-hide-pings="1"] .bt-city,
html body .bt-hero[data-hide-pings="1"] svg text{display:none!important}

/* === Popüler Rotalar tab menü === */
html body .kt-routes-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:18px 0 22px}
html body .kt-routes-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid #e2e8f0;background:#fff;border-radius:99px;cursor:pointer;font-size:13.5px;font-weight:600;color:#475569;font-family:inherit;transition:all .15s}
html body .kt-routes-tab:hover{border-color:#001364;color:#001364}
html body .kt-routes-tab.is-active{background:#001364;color:#fff;border-color:#001364;box-shadow:0 4px 14px -6px rgba(0,19,100,.4)}
html body .kt-routes-tab.is-active svg{color:#fff}
html body .kt-routes-tab__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 6px;border-radius:99px;font-size:11px;font-weight:700;background:#f1f5f9;color:#64748b}
html body .kt-routes-tab.is-active .kt-routes-tab__count{background:rgba(255,255,255,.22);color:#fff}
html body .kt-routes-pane{display:none}
html body .kt-routes-pane.is-active{display:block;animation:ktRoutesFade .25s ease}
@keyframes ktRoutesFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:560px){
    html body .kt-routes-tabs{gap:6px}
    html body .kt-routes-tab{padding:8px 14px;font-size:12.5px}
    html body .kt-routes-tab span:not(.kt-routes-tab__count){white-space:nowrap}
}

/* === Footer trust badges + store rozetleri ===
   Desktop: tek satırda hepsi yan yana | Mobile: 3 ayrı satır */
html body .kt-mini-footer__badges{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:22px;padding:18px 0 16px;border-bottom:1px solid rgba(15,23,42,.06);margin-bottom:14px}
html body .kt-foot-trust,
html body .kt-foot-stores,
html body .kt-foot-payments-wrap{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:nowrap}
html body .kt-foot-badge{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit;opacity:.88;transition:opacity .15s}
html body .kt-foot-badge:hover{opacity:1}
html body .kt-foot-badge img{display:block;height:34px;width:auto}
html body .kt-foot-trust .kt-foot-badge img{height:32px}
html body .kt-foot-badge__no{font-size:12px;color:#475569;font-weight:500;line-height:1.2;white-space:nowrap}
html body .kt-foot-badge__no strong{font-weight:700;color:#0f172a}
html body .kt-foot-payments{display:block;height:22px;width:auto;opacity:.7}
/* MOBILE: 3 ayrı satır halinde alt alta */
@media (max-width:760px){
    html body .kt-mini-footer__badges{flex-direction:column;gap:12px;padding:14px 0 12px}
    html body .kt-foot-trust,
    html body .kt-foot-stores{gap:10px}
    html body .kt-foot-trust .kt-foot-badge img,
    html body .kt-foot-stores .kt-foot-badge img{height:30px}
    html body .kt-foot-badge__no{font-size:11px}
    html body .kt-foot-payments{height:20px}
}

/* === iOS Safari zoom engelleme — input font-size 16px+ olunca otomatik zoom kapanır === */
@media (max-width:760px){
    html body.kt-no-zoom input,
    html body.kt-no-zoom select,
    html body.kt-no-zoom textarea,
    html body.kt-no-zoom .flatpickr-input,
    html body.kt-no-zoom .kt-input,
    html body.kt-no-zoom [type="text"],
    html body.kt-no-zoom [type="email"],
    html body.kt-no-zoom [type="tel"],
    html body.kt-no-zoom [type="number"],
    html body.kt-no-zoom [type="search"],
    html body.kt-no-zoom [type="date"],
    html body.kt-no-zoom [type="datetime-local"],
    html body.kt-no-zoom [type="time"],
    html body.kt-no-zoom [type="password"]{
        font-size:16px !important;
    }
}

/* === STICKY FOOTER pattern === */
html,body{min-height:100%}
html body{display:flex!important;flex-direction:column!important;min-height:100vh!important}
html body > #app{flex:1 0 auto!important;display:flex!important;flex-direction:column!important}
html body > #app > section,html body > #app > main{flex:0 0 auto}
html body > #app > .kt-mini-footer,html body > #app footer.kt-mini-footer,html body > #app .kt-mini-footer{margin-top:auto!important}

/* Yorum form CSS'i (yedek — inline style önceliklidir) */

/* === Yorum yazma formu (tur sayfası) === */
html body .kt-rev-form-wrap{margin-top:24px;border-top:1px solid #f1f5f9;padding-top:20px}
html body .kt-rev-form-title{font-size:16px!important;font-weight:700!important;color:#0f172a!important;margin:0 0 12px!important}
html body .kt-rev-flash{padding:10px 14px;border-radius:10px;font-size:13px;margin-bottom:14px}
html body .kt-rev-flash--success{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}
html body .kt-rev-flash--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}
html body .kt-rev-login{padding:14px 18px!important;background:#f8fafc!important;border:1px dashed #cbd5e1!important;border-radius:10px!important;font-size:14px!important;color:#64748b!important;margin:0!important}
html body .kt-rev-login a{color:#001364!important;text-decoration:none!important;font-weight:600!important}
html body .kt-rev-login a:hover{text-decoration:underline!important}
html body .kt-rev-form{display:flex!important;flex-direction:column!important;gap:10px!important}
html body .kt-rev-form-row{display:flex!important;align-items:center!important;gap:12px!important}
html body .kt-rev-form-label{font-size:13px!important;color:#334155!important;font-weight:600!important;margin:0!important}
html body .kt-rev-stars{display:inline-flex!important;gap:2px!important}
html body .kt-rev-star{background:none!important;border:0!important;padding:2px!important;cursor:pointer;opacity:.3;transition:opacity .12s}
html body .kt-rev-star.is-on{opacity:1}
html body .kt-rev-form textarea{padding:11px 14px!important;border:1px solid #e2e8f0!important;border-radius:10px!important;font-family:inherit!important;font-size:14px!important;resize:vertical!important;min-height:90px!important;background:#fff!important;width:100%!important;box-sizing:border-box!important}
html body .kt-rev-form textarea:focus{outline:none!important;border-color:#001364!important;box-shadow:0 0 0 3px rgba(0,19,100,.1)!important}
html body .kt-rev-form input[type="file"]{padding:6px 0!important;font-size:13px!important;color:#475569!important;background:transparent!important;border:0!important}
html body .kt-rev-submit{align-self:flex-start!important;background:#001364!important;color:#fff!important;border:0!important;padding:11px 22px!important;border-radius:10px!important;font-size:14px!important;font-weight:600!important;cursor:pointer;display:inline-flex!important;align-items:center!important;gap:7px!important;margin-top:6px!important;font-family:inherit!important}
html body .kt-rev-submit:hover{background:#078187!important}

/* Review card (mevcut yorumlar) */
html body .bt-td-review-card__verified{display:inline-flex!important;align-items:center!important;gap:3px!important;background:rgba(0,19,100,.12)!important;color:#001364!important;font-size:11px!important;font-weight:600!important;padding:2px 7px!important;border-radius:99px!important;margin-left:6px!important;vertical-align:middle!important}
html body .bt-td-review-card__photos{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:10px!important}
html body .bt-td-review-card__photo{display:block!important;width:84px!important;height:84px!important;border-radius:8px!important;overflow:hidden!important;background:#f1f5f9!important}
html body .bt-td-review-card__photo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .2s}
html body .bt-td-review-card__photo:hover img{transform:scale(1.05)}
html body .bt-td-review-card__avatar--img{padding:0!important;overflow:hidden!important}
html body .bt-td-review-card__avatar--img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}

/* === Üye paneli (profil/rezervasyonlar/wishlist sidebar) === */
html body .kt-user-side{display:flex!important;flex-direction:column!important;gap:14px!important;position:sticky;top:88px}
html body .kt-user-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:18px!important}
html body .kt-user-card__top{display:flex!important;align-items:center!important;gap:14px!important}
html body .kt-user-card__name{display:flex!important;flex-direction:column!important;min-width:0!important}
html body .kt-user-card__name strong{font-size:14px!important;color:#0f172a!important;font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
html body .kt-user-card__name span{font-size:12px!important;color:#64748b!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
html body .kt-user-nav{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:8px!important;display:flex!important;flex-direction:column!important;gap:0!important}
html body .kt-user-nav a{display:flex!important;align-items:center!important;gap:10px!important;padding:11px 14px!important;color:#334155!important;text-decoration:none!important;font-size:14px!important;font-weight:500!important;border-radius:8px!important;transition:all .15s;width:100%!important;box-sizing:border-box!important}
html body .kt-user-nav a:hover{background:#f1f5f9!important;color:#0f172a!important}
html body .kt-user-nav a.is-active{background:#001364!important;color:#fff!important}
html body .kt-user-nav a.is-active svg{color:#fff}
html body .kt-user-nav__logout{color:#dc2626!important;margin-top:8px!important;border-top:1px solid #f1f5f9!important;padding-top:14px!important;border-radius:0!important}
html body .kt-user-nav__logout:hover{background:#fef2f2!important;color:#b91c1c!important}
@media (max-width:991px){
    html body .kt-user-side{position:relative;top:auto}
    html body .kt-user-nav{flex-direction:row!important;flex-wrap:wrap!important;gap:4px!important}
    html body .kt-user-nav a{flex:1 1 auto!important;justify-content:center!important;padding:10px 12px!important;font-size:13px!important;width:auto!important}
    html body .kt-user-nav__logout{flex:1 1 100%!important;border-top:1px solid #f1f5f9!important;border-radius:0!important;margin-top:4px!important}
}

/* Üye paneli içerik kartı (profil/rezervasyon/wishlist pane) */
html body .kt-user-pane{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:24px!important}
html body .kt-pane-title{margin:0 0 18px!important;font-size:16px!important;font-weight:700!important;color:#0f172a!important}
html body .kt-pane-subtitle{margin:24px 0 14px!important;font-size:14px!important;font-weight:600!important;color:#475569!important;border-top:1px solid #f1f5f9!important;padding-top:18px!important}
html body .kt-pane-subtitle small{color:#94a3b8;font-weight:400;font-size:12px}
html body .kt-pane-msg{padding:10px 14px!important;border-radius:10px!important;font-size:13px!important;margin-bottom:16px!important}
html body .kt-pane-msg--ok{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}
html body .kt-pane-msg--err{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}
html body .kt-pane-form .row{display:flex!important;flex-wrap:wrap!important;margin:0 -8px!important}
html body .kt-pane-form .col-md-6{padding:0 8px!important;flex:1 1 50%!important;min-width:240px!important;margin-bottom:14px!important}
html body .kt-pane-form label{display:flex!important;flex-direction:column!important;gap:6px!important;font-size:13px!important;color:#334155!important;font-weight:500!important}
html body .kt-pane-form input{padding:10px 14px!important;border:1px solid #e2e8f0!important;border-radius:10px!important;font-size:14px!important;background:#fff!important;width:100%!important;box-sizing:border-box!important;font-family:inherit!important}
html body .kt-pane-form input:disabled{background:#f8fafc!important;color:#64748b!important}
html body .kt-pane-form input:focus{outline:none!important;border-color:#001364!important;box-shadow:0 0 0 3px rgba(0,19,100,.1)!important}
html body .kt-pane-btn{margin-top:8px!important;background:#001364!important;color:#fff!important;border:0!important;padding:11px 26px!important;border-radius:10px!important;font-size:14px!important;font-weight:600!important;cursor:pointer;font-family:inherit!important}
html body .kt-pane-btn:hover{background:#078187!important}

/* Empty state ortak */
html body .kt-empty{text-align:center;padding:50px 20px;color:#64748b}
html body .kt-empty h3{margin:18px 0 8px;font-size:18px;color:#0f172a;font-weight:700}
html body .kt-empty p{margin:0 0 20px;font-size:14px}
html body .kt-empty-btn{display:inline-block;background:#001364;color:#fff!important;text-decoration:none!important;padding:11px 22px;border-radius:10px;font-weight:600;font-size:14px}
html body .kt-empty-btn:hover{background:#078187;color:#fff!important}

/* Rezervasyonlar listesi */
html body .kt-rez-list{display:flex!important;flex-direction:column!important;gap:12px!important}
html body .kt-rez-row{display:flex!important;align-items:center!important;gap:14px!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:12px!important;background:#fff!important;transition:border-color .15s}
html body .kt-rez-row:hover{border-color:#001364!important}
html body .kt-rez-img{flex:0 0 80px!important;width:80px!important;height:80px!important;border-radius:10px!important;overflow:hidden!important;background:#f1f5f9!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#94a3b8}
html body .kt-rez-img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
html body .kt-rez-info{flex:1;min-width:0}
html body .kt-rez-top{display:flex;align-items:center;gap:10px;justify-content:space-between;flex-wrap:wrap}
html body .kt-rez-title{margin:0 0 6px!important;font-size:15px!important;font-weight:700!important;color:#0f172a!important}
html body .kt-rez-status{font-size:11px;font-weight:700;padding:3px 9px;border-radius:99px;text-transform:uppercase;letter-spacing:.04em}
html body .kt-rez-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:12.5px;color:#64748b}
html body .kt-rez-meta strong{color:#475569;font-weight:600}
html body .kt-rez-amt{font-size:17px!important;font-weight:700!important;color:#0f172a!important;flex:0 0 auto!important}
@media (max-width:680px){
    html body .kt-rez-row{flex-wrap:wrap}
    html body .kt-rez-amt{flex:1 1 auto!important;text-align:right;font-size:15px!important}
    html body .kt-rez-img{flex:0 0 60px!important;width:60px!important;height:60px!important}
}

/* Wishlist grid */
html body .kt-wish-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:14px!important}
html body .kt-wish-card{position:relative;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;overflow:hidden!important;text-decoration:none!important;color:inherit;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex!important;flex-direction:column!important}
html body .kt-wish-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px -10px rgba(15,23,42,.16);border-color:#001364!important}
html body .kt-wish-img{aspect-ratio:4/3;background:#f1f5f9;overflow:hidden}
html body .kt-wish-img img{width:100%;height:100%;object-fit:cover;display:block}
html body .kt-wish-rm{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.95);border:0;cursor:pointer;color:#dc2626;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.12)}
html body .kt-wish-rm:hover{background:#dc2626;color:#fff}
html body .kt-wish-body{padding:12px 14px}
html body .kt-wish-title{margin:0 0 4px!important;font-size:14px!important;font-weight:700!important;color:#0f172a!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
html body .kt-wish-dur{margin:0 0 10px!important;font-size:12px!important;color:#64748b!important}
html body .kt-wish-bottom{display:flex;justify-content:space-between;align-items:center}
html body .kt-wish-price{font-weight:700;color:#001364;font-size:15px}
html body .kt-wish-link{font-size:12px;color:#64748b}

/* === Üye giriş/kayıt sayfaları === */
html body .kt-auth-wrap{max-width:440px;margin:0 auto}
html body .kt-auth-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;padding:32px!important;box-shadow:0 2px 12px -4px rgba(15,23,42,.08)!important}
html body .kt-auth-title{margin:0 0 6px!important;font-size:24px!important;font-weight:700!important;color:#0f172a!important}
html body .kt-auth-sub{margin:0 0 22px!important;font-size:14px!important;color:#64748b!important}
html body .kt-auth-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:10px;font-size:13px;margin-bottom:14px}
html body .kt-auth-divider{display:flex;align-items:center;gap:10px;margin:14px 0;color:#94a3b8;font-size:12px}
html body .kt-auth-divider::before,html body .kt-auth-divider::after{content:"";flex:1;height:1px;background:#e2e8f0}
html body .kt-auth-form{display:flex!important;flex-direction:column!important;gap:14px!important}
html body .kt-auth-form label{display:flex!important;flex-direction:column!important;gap:6px!important;font-size:13px!important;color:#334155!important;font-weight:500!important;margin:0!important}
html body .kt-auth-form input{padding:11px 14px!important;border:1px solid #e2e8f0!important;border-radius:10px!important;font-size:15px!important;background:#fff!important;font-family:inherit!important;width:100%!important;box-sizing:border-box!important}
html body .kt-auth-form input:focus{outline:none!important;border-color:#001364!important;box-shadow:0 0 0 3px rgba(0,19,100,.1)!important}
html body .kt-auth-btn{margin-top:6px!important;background:#001364!important;color:#fff!important;border:0!important;padding:13px!important;border-radius:10px!important;font-size:15px!important;font-weight:600!important;cursor:pointer;font-family:inherit!important;width:100%!important}
html body .kt-auth-btn:hover{background:#078187!important}
html body .kt-auth-foot{margin:18px 0 0!important;text-align:center!important;font-size:14px!important;color:#64748b!important}
html body .kt-auth-foot a{color:#001364!important;text-decoration:none!important;font-weight:600!important}
html body .kt-auth-foot a:hover{text-decoration:underline!important}
@media (max-width:520px){
    html body .kt-auth-card{padding:24px 18px!important;border-radius:14px!important}
    html body .kt-auth-title{font-size:20px!important}
}

/* Breadcrumb — Bootstrap default'larını ve ol indent'ini ezmek için yüksek spesifite */
html body .hz-breadcrumb{padding:14px 0!important;background:#f8fafc!important;border-bottom:1px solid #eef2f6!important;margin:0 0 6px 0!important}
html body .hz-breadcrumb > .container{padding-right:15px!important;padding-left:15px!important;margin-right:auto!important;margin-left:auto!important}
html body .hz-breadcrumb nav{margin:0!important;padding:0!important}
html body .hz-breadcrumb ol.breadcrumb,
html body .hz-breadcrumb .breadcrumb{display:flex!important;flex-wrap:wrap!important;list-style:none!important;margin:0!important;padding:0!important;padding-inline-start:0!important;padding-left:0!important;font-size:13px!important;color:#64748b!important;gap:6px!important;align-items:center!important;background:transparent!important;border-radius:0!important}
html body .hz-breadcrumb .breadcrumb-item{display:inline-flex!important;align-items:center!important;margin:0!important;padding:0!important}
html body .hz-breadcrumb .breadcrumb-item:first-child{margin-left:0!important;padding-left:0!important}
html body .hz-breadcrumb .breadcrumb-item + .breadcrumb-item::before{content:"/"!important;color:#cbd5e1!important;margin:0 8px 0 2px!important;padding:0!important;display:inline-block!important}
html body .hz-breadcrumb .breadcrumb-item a{color:#001364!important;text-decoration:none!important}
html body .hz-breadcrumb .breadcrumb-item a:hover{text-decoration:underline!important}
html body .hz-breadcrumb .breadcrumb-item:last-child a{color:#64748b!important;pointer-events:none!important}

/* === Kullanıcı (giriş) dropdown header'ı === */
.kt-user-switch{position:relative;display:inline-flex;align-items:center}
.kt-user-btn{display:inline-flex;align-items:center;gap:7px;padding:5px 10px 5px 5px;border:1px solid #e2e8f0;background:#fff;border-radius:99px;cursor:pointer;font-size:13px;font-weight:600;color:#0f172a;text-decoration:none;transition:border-color .15s,background .15s}
.kt-user-btn:hover{border-color:#001364}
.kt-user-btn--guest{padding:7px 14px}
.kt-user-btn__name{font-weight:700;color:#0f172a}
.kt-user-btn__lbl{font-size:13px}
.kt-user-menu{min-width:240px}
.kt-user-menu__head{padding:12px 16px;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:2px}
.kt-user-menu__head strong{font-size:13px;color:#0f172a;font-weight:700}
.kt-user-menu__head span{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kt-user-menu__div{height:1px;background:#f1f5f9;margin:6px 0}
.kt-user-menu__logout{color:#dc2626!important}
.kt-user-menu__logout:hover{background:#fef2f2!important}
@media (max-width:880px){
    .kt-user-switch{display:none}
}
/* Drawer kullanıcı alanı */
.kt-drawer__user{padding:14px 20px 18px;border-top:1px solid #e6e8ec;display:flex;flex-direction:column;gap:2px}
.kt-drawer__user-info{display:flex;align-items:center;gap:10px;padding:6px 0 12px;margin-bottom:4px;border-bottom:1px solid #f1f5f9}
.kt-drawer__user-info div{display:flex;flex-direction:column;min-width:0}
.kt-drawer__user-info strong{font-size:14px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kt-drawer__user-info span{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kt-drawer__user a{display:block;padding:10px 0;text-decoration:none;color:#0f172a;font-size:14px;font-weight:500}
.kt-drawer__user a:hover{color:#001364}
.kt-drawer__user .kt-drawer__logout{color:#dc2626;border-top:1px solid #f1f5f9;margin-top:6px;padding-top:14px}
.kt-drawer__user .kt-drawer__login{background:#001364;color:#fff;text-align:center;padding:10px;border-radius:8px;font-weight:600;margin-top:6px}
.kt-drawer__user .kt-drawer__register{border:1px solid #001364;color:#001364;text-align:center;padding:10px;border-radius:8px;font-weight:600;margin-top:6px}

/* Mobil hamburger menü */
.kt-burger{background:transparent;border:0;padding:8px;cursor:pointer;color:#0f172a;align-items:center;justify-content:center;border-radius:8px;margin-left:4px}
.kt-burger:hover{background:#f1f5f9}
@media (min-width:881px){
    html body .kt-burger{display:none!important}
}
@media (max-width:880px){
    html body .kt-burger{display:inline-flex!important}
    html body .hz-nav-desktop{display:none!important}
}
/* === Saat seçici popup === */
.kt-time-pop{position:fixed;inset:0;z-index:99995;display:flex;align-items:center;justify-content:center;animation:kt-tp-fade .18s ease}
.kt-time-pop__back{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}
.kt-time-pop__dlg{position:relative;background:#fff;border-radius:18px;width:min(420px,calc(100vw - 28px));max-height:min(86vh,640px);display:flex;flex-direction:column;box-shadow:0 24px 60px -10px rgba(15,23,42,.4);animation:kt-tp-up .22s cubic-bezier(.22,.61,.36,1);overflow:hidden}
.kt-time-pop__head{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid #f1f5f9;color:#0f172a;font-weight:700;font-size:15px}
.kt-time-pop__head svg{color:var(--brand-primary,#001364);flex:0 0 auto}
.kt-time-pop__head span{flex:1}
.kt-time-pop__x{background:transparent;border:0;font-size:24px;line-height:1;cursor:pointer;color:#94a3b8;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:inherit}
.kt-time-pop__x:hover{background:#f1f5f9;color:#0f172a}
.kt-time-pop__body{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:14px 16px;flex:1;min-height:0}
.kt-time-pop__col{display:flex;flex-direction:column;min-height:0}
.kt-time-pop__lbl{font-size:11.5px;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;font-weight:600;margin-bottom:8px;text-align:center}
.kt-time-pop__list{flex:1;overflow-y:auto;background:#f8fafc;border-radius:10px;padding:6px;display:flex;flex-direction:column;gap:4px;max-height:280px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.kt-time-pop__list::-webkit-scrollbar{width:6px}
.kt-time-pop__list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}
.kt-time-pop__opt{padding:10px;background:transparent;border:0;font-family:inherit;font-size:15px;font-weight:600;color:#475569;border-radius:8px;cursor:pointer;transition:all .15s;text-align:center}
.kt-time-pop__opt:hover{background:#fff;color:#0f172a}
.kt-time-pop__opt.is-active{background:var(--brand-primary,#001364);color:#fff;box-shadow:0 4px 12px -3px rgba(0,19,100,.4)}
.kt-time-pop__foot{display:flex;align-items:center;gap:12px;padding:12px 18px;border-top:1px solid #f1f5f9}
.kt-time-pop__preview{flex:1;font-size:13px;color:#64748b}
.kt-time-pop__preview strong{font-size:18px;color:var(--brand-primary,#001364);font-weight:800;letter-spacing:.5px;font-family:'Courier New',monospace}
.kt-time-pop__btn{padding:11px 26px;background:var(--brand-primary,#001364);color:#fff;border:0;border-radius:9px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}
.kt-time-pop__btn:hover{filter:brightness(.92);transform:translateY(-1px)}
.kt-time-pop__btn:active{transform:translateY(0)}
@keyframes kt-tp-fade{from{opacity:0}to{opacity:1}}
@keyframes kt-tp-up{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@media (max-width:480px){
    .kt-time-pop__dlg{width:calc(100vw - 16px);border-radius:14px}
    .kt-time-pop__opt{padding:11px;font-size:16px}
    .kt-time-pop__list{max-height:240px}
}

/* === Mobile drawer — modern full-screen === */
html body .kt-drawer{position:fixed!important;inset:0;z-index:99990;visibility:hidden;opacity:0;transition:opacity .25s ease,visibility 0s linear .25s}
html body .kt-drawer.is-open{visibility:visible!important;opacity:1!important;transition:opacity .25s ease}
html body .kt-drawer__overlay{display:none!important}
html body .kt-drawer__panel{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:#fff!important;display:flex!important;flex-direction:column!important;transform:translateX(100%);transition:transform .35s cubic-bezier(.22,.61,.36,1);overflow:hidden;box-shadow:-20px 0 60px -20px rgba(0,0,0,.2)}
html body .kt-drawer.is-open .kt-drawer__panel{transform:translateX(0)!important;opacity:1!important}

/* Topbar — clean header */
html body .kt-drawer__topbar{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid #f1f5f9;flex:0 0 auto;background:#fff;position:relative;z-index:2}
html body .kt-drawer__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:0;background:transparent;cursor:pointer;color:#0f172a;transition:all .15s;flex:0 0 auto}
html body .kt-drawer__icon-btn:hover{background:#f1f5f9;transform:scale(1.05)}
html body .kt-drawer__icon-btn:active{transform:scale(.96)}
html body .kt-drawer__user-icon{background:rgba(0,19,100,.08)}
html body .kt-drawer__user-icon:hover{background:rgba(0,19,100,.14)}
html body .kt-drawer__user-circle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%}
html body .kt-drawer__logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#0f172a;flex:1;justify-content:center;min-width:0;overflow:hidden;padding:0 8px}
html body .kt-drawer__logo img{height:30px;width:auto;flex:0 0 auto}
html body .kt-drawer__logo span{font-size:18px;font-weight:700;color:var(--brand-primary,#001364);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.2px}
html body .kt-drawer__top-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}

/* Body (scrollable) — staggered entry */
html body .kt-drawer__body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:6px;-webkit-overflow-scrolling:touch}
html body .kt-drawer__body > *{opacity:0;transform:translateY(8px);animation:kt-drw-in .4s ease forwards}
html body .kt-drawer.is-open .kt-drawer__body > *{animation-delay:calc(.12s + var(--i,0) * .04s)}
@keyframes kt-drw-in{to{opacity:1;transform:translateY(0)}}

/* Pill button (Hesabım | Rezervasyonlarım) */
html body .kt-drawer__pill{display:flex;background:linear-gradient(135deg,rgba(0,19,100,.08),rgba(59,130,246,.08));border-radius:99px;padding:6px;gap:4px;margin:6px 0 14px;--i:0}
html body .kt-drawer__pill-item{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;border-radius:99px;background:transparent;color:var(--brand-primary,#001364);text-decoration:none;font-size:14px;font-weight:600;transition:all .18s;font-family:inherit}
html body .kt-drawer__pill-item:hover{background:#fff;box-shadow:0 4px 14px -4px rgba(0,19,100,.18);transform:translateY(-1px)}
html body .kt-drawer__pill-item:active{transform:translateY(0)}
html body .kt-drawer__pill-item svg{flex:0 0 auto;color:var(--brand-primary,#001364)}

/* Menü liste — etstur tarzı temiz satırlar */
html body .kt-drawer__menu{display:flex;flex-direction:column;margin:6px 0 0;--i:1}
html body .kt-drawer__menu-item,
html body .kt-drawer__menu > a{display:block;border-bottom:1px solid #f1f5f9}
html body .kt-drawer__menu-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 6px;background:transparent;border:0;cursor:pointer;font-size:16px;font-weight:600;color:#0f172a;text-decoration:none;width:100%;font-family:inherit;letter-spacing:-.1px;transition:all .15s;text-align:left;position:relative}
html body .kt-drawer__menu-row::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--brand-primary,#001364);transform:scaleX(0);transform-origin:left;transition:transform .25s}
html body .kt-drawer__menu-row:hover{color:var(--brand-primary,#001364);padding-left:12px}
html body .kt-drawer__menu-row:hover::after{transform:scaleX(.3)}
html body .kt-drawer__menu-row:active{background:rgba(0,19,100,.03)}
html body .kt-drawer__menu-row .kt-drawer__chev{color:#cbd5e1;transition:all .25s;flex:0 0 auto}
html body .kt-drawer__menu-row:hover .kt-drawer__chev{color:var(--brand-primary,#001364);transform:translateX(2px)}
html body .kt-drawer__menu-item.is-open .kt-drawer__menu-row{color:var(--brand-primary,#001364);background:rgba(0,19,100,.025)}
html body .kt-drawer__menu-item.is-open .kt-drawer__chev{transform:rotate(90deg);color:var(--brand-primary,#001364)}
html body .kt-drawer__sub{display:flex;flex-direction:column;background:#f8fafc;margin:0 -16px;padding:8px 0;border-bottom:1px solid #f1f5f9;animation:kt-drw-sub .25s ease}
@keyframes kt-drw-sub{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
html body .kt-drawer__sub-row{display:block;padding:13px 28px;color:#475569;text-decoration:none;font-size:14.5px;font-weight:500;transition:all .15s;border-left:3px solid transparent}
html body .kt-drawer__sub-row:hover{color:var(--brand-primary,#001364);background:rgba(0,19,100,.05);border-left-color:var(--brand-primary,#001364)}
html body .kt-drawer__sub-row--all{color:var(--brand-primary,#001364);font-weight:600}

/* Footer (WhatsApp + telefon) */
html body .kt-drawer__footer{flex:0 0 auto;padding:14px 16px env(safe-area-inset-bottom,14px);border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:10px;background:#fff;box-shadow:0 -8px 24px -16px rgba(0,0,0,.08);position:relative;z-index:2}
html body .kt-drawer__wa-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px;background:linear-gradient(135deg,#dcfce7,#f0fdf4);border:1px solid rgba(37,211,102,.2);border-radius:14px;text-decoration:none;color:#14532d;font-size:15px;font-weight:700;transition:all .18s}
html body .kt-drawer__wa-btn:hover{background:linear-gradient(135deg,#bbf7d0,#dcfce7);transform:translateY(-1px);box-shadow:0 8px 20px -6px rgba(37,211,102,.3)}
html body .kt-drawer__wa-btn:active{transform:translateY(0)}
html body .kt-drawer__footer-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
html body .kt-drawer__footer-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:13px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:#0f172a;font-size:13px;font-weight:600;transition:all .18s}
html body .kt-drawer__footer-btn:hover{background:#fff;border-color:var(--brand-primary,#001364);transform:translateY(-1px);box-shadow:0 6px 14px -6px rgba(0,19,100,.2)}
html body .kt-drawer__footer-btn span{display:flex;flex-direction:column;line-height:1.2;text-align:left}
html body .kt-drawer__footer-btn strong{font-size:14px;color:#0f172a}
html body .kt-drawer__footer-btn small{font-size:11px;color:#64748b;font-weight:500;margin-top:2px}

/* Body scroll lock */
body.kt-drawer-open{overflow:hidden}

.kt-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #e6e8ec}
.kt-drawer__title{font-family:'Dancing Script','Brush Script MT',cursive;font-size:24px;font-weight:700;color:#001364;line-height:1}
.kt-drawer__close{background:transparent;border:0;padding:6px;cursor:pointer;color:#64748b;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}
.kt-drawer__close:hover{background:#f1f5f9;color:#0f172a}
.kt-drawer__nav{flex:1;overflow-y:auto;padding:8px 0}
.kt-drawer__nav ul{list-style:none;margin:0;padding:0}
.kt-drawer__nav li{border-bottom:1px solid #f1f3f5}
.kt-drawer__nav a{display:block;padding:16px 22px;color:#0f172a;text-decoration:none;font-size:15px;font-weight:500;transition:background .15s ease}
.kt-drawer__nav a:hover{background:#f8fafc;color:#001364}
html.kt-drawer-open{overflow:hidden}
/* Kartlar */
/* Hero / search */
/* Inputs / selects */
/* Footer */
/* Tablo / breadcrumb */
/* Badge / chip */
/* Müşteri / fiyat alanları */
/* Modal */
/* WhatsApp / utility yüzey rengini koru */

/* === EK DARK THEME — geniş kapsam === */
/* Hero ve search */
/* Tur detay sayfa */
/* Yorumlar */
/* Tur detay özetler */
/* Anasayfa "nasıl çalışır" timeline */
/* Kategori sayfaları */
/* Transfer sayfası */
/* İletişim */
/* Rezervasyon sayfaları (tur-rezervasyon ve transferrezervasyon) */
/* Coupon (rezervasyon sidebar) */
/* Başarı modali (PNR) — inline style override */
/* "Subscribe" footer alanı vb */
/* Genel inline beyaz arka planları yenmek için katı override */

/* === KAPSAYICI WRAPPER'LAR === */

/* === KATEGORİ SAYFALARI (gunubirlik / ozel / konaklamali) === */

/* === TUR DETAY YORUMLAR DETAYI === */

/* === ABONELİK / NEWSLETTER === */

/* === TARİH / YOLCU SEÇİCİLER === */
/* Tur takvimi günlük fiyat — marka rengi */
.bt-cal__cell small{color:#001364!important;font-weight:600!important}
.bt-cal__cell.is-sel small{color:#fff!important}
.bt-cal__cell.is-past small{color:#cbd5e1!important;font-weight:500!important}
/* Anasayfa search bar pax popup */

/* === TUR DETAY MÜSAİTLİK ALANI ("Şimdi Rezervasyon Yap") === */

/* === TUR REZERVASYON: TOUR-DETAIL "Toplam" === */

/* === TRANSFER REZERVASYON: side-bar-content === */

/* === /transfer.php — bütün tarih/araç/yer seçim widget'ı === */

/* === SAĞ SIDEBAR (tur ve transfer rezervasyon — sticky kart) === */

/* Kampanyalar */
/* === Kampanyalar — yatay 3'lü kart, resim full-bg overlay === */
.kz-campaigns{padding:64px 0;background:#f5f7fa}
.kz-campaigns__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.kz-camp{position:relative;display:block;border-radius:18px;overflow:hidden;text-decoration:none;color:#fff;background:#0f172a center/cover no-repeat;min-height:240px;box-shadow:0 4px 14px -8px rgba(15,23,42,.18);transition:transform .25s ease,box-shadow .25s ease}
.kz-camp:hover{transform:translateY(-4px);box-shadow:0 18px 40px -12px rgba(15,23,42,.32);color:#fff;text-decoration:none}
.kz-camp__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.35) 50%,rgba(0,0,0,.85) 100%)}
.kz-camp__content{position:absolute;left:0;right:0;bottom:0;padding:20px 22px;display:flex;flex-direction:column;gap:8px}
.kz-camp__title{font-size:18px;font-weight:700;margin:0;color:#fff;line-height:1.25;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.kz-camp__desc{font-size:13px;color:#e2e8f0;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.kz-camp__price{font-size:14px;color:#fff;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.kz-camp__btn{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:#001364;color:#fff;border-radius:999px;padding:9px 18px;font-size:13px;font-weight:600;margin-top:4px;transition:background .15s,transform .15s}
.kz-camp:hover .kz-camp__btn{background:#001364;transform:translateX(2px)}
@media (max-width:992px){.kz-campaigns__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.kz-campaigns__grid{grid-template-columns:1fr}.kz-camp{min-height:200px}}
/* Popüler Rotalar grid */
.kz-routes{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
@media (max-width:880px){.kz-routes{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.kz-routes{grid-template-columns:1fr}}
.kz-route{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px;text-decoration:none;color:inherit;transition:.2s;box-shadow:0 2px 8px -4px rgba(15,23,42,.06)}
.kz-route:hover{border-color:#001364;box-shadow:0 6px 18px -8px rgba(0,19,100,.25);color:inherit;transform:translateY(-2px)}
.kz-route__title{flex:1;font-size:13px;font-weight:600;color:#0f172a;line-height:1.4;min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kz-route__km{flex:0 0 auto;font-size:11px;font-weight:600;color:#64748b;background:#f1f5f9;padding:3px 8px;border-radius:6px;display:inline-flex;align-items:center;white-space:nowrap;margin:0 8px}
.kz-route__price{flex:0 0 auto;text-align:right}
.kz-route__price span{display:block;font-size:9px;color:#94a3b8;font-weight:600;letter-spacing:.4px;margin-bottom:2px}
.kz-route__price strong{font-size:14px;color:var(--brand-primary,#001364);font-weight:700;white-space:nowrap}
/* Tur detay rezervasyon kutusu */
.bt-td-booking__body{display:flex;flex-direction:column;gap:10px;padding:16px}
.bt-td-booking__hint{font-size:13px;color:#0f172a;font-weight:500;margin-bottom:2px}
.bt-td-fld{position:relative;display:flex;align-items:center;height:48px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:0 14px;cursor:pointer}
.bt-td-fld:hover{border-color:#cbd5e1}
.bt-td-fld svg{flex:0 0 auto;color:#64748b;margin-left:auto}
.bt-td-fld__display{flex:1;font-size:14px;color:#0f172a}
.bt-td-fld input[type=date]{position:absolute;inset:0;opacity:0;cursor:pointer;border:none;width:100%;height:100%}
.bt-td-fld select{flex:1;border:none;background:transparent;font-size:14px;color:#0f172a;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;width:100%}
.bt-td-booking__btn{display:block;width:100%;background:#001364;color:#fff;border:none;border-radius:12px;padding:14px;font-size:15px;font-weight:600;cursor:pointer;margin-top:6px;transition:background .15s}
.bt-td-booking__btn:hover{background:#001364}
/* Takvim popup */
.bt-cal{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 18px 40px -10px rgba(0,0,0,.18);padding:14px;min-width:300px}
.bt-cal[hidden]{display:none}
.bt-cal__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding:0 6px}
.bt-cal__head span{font-size:14px;font-weight:600;color:#0f172a}
.bt-cal__head button{background:none;border:none;color:#475569;cursor:pointer;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
.bt-cal__head button:hover{background:#f1f5f9;color:#001364}
.bt-cal__weeks{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;color:#94a3b8;font-size:11px;font-weight:600;padding:6px 0;text-transform:uppercase;letter-spacing:.5px}
.bt-cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.bt-cal__cell{display:flex;flex-direction:column;align-items:center;justify-content:center;height:42px;padding:2px;background:none;border:none;border-radius:8px;color:#0f172a;font-size:13px;cursor:pointer;line-height:1}
.bt-cal__cell strong{font-weight:600;font-size:13px}
.bt-cal__cell small{font-size:9px;color:#001364;margin-top:2px;font-weight:500}
.bt-cal__cell:hover:not(.is-past):not(.is-sel):not(.is-blocked){background:#f1f5f9}
.bt-cal__cell.is-blank{cursor:default;background:transparent}
.bt-cal__cell.is-past{color:#cbd5e1;cursor:not-allowed}
.bt-cal__cell.is-past small{color:#cbd5e1}
.bt-cal__cell.is-blocked{color:#cbd5e1;cursor:not-allowed;background:#fafbfc}
.bt-cal__cell.is-blocked small{display:none}
.bt-cal__cell.is-sel{background:#001364;color:#fff}
.bt-cal__cell.is-sel small{color:#fff}
/* Pax popup */
.bt-pax{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 18px 40px -10px rgba(0,0,0,.18);padding:16px}
.bt-pax[hidden]{display:none}
.bt-pax__row{display:flex;justify-content:space-between;align-items:center;padding:8px 4px}
.bt-pax__label{font-size:14px;color:#0f172a;font-weight:500}
.bt-pax__ctl{display:flex;align-items:center;gap:14px}
.bt-pax__ctl button{width:30px;height:30px;border-radius:50%;border:1.5px solid #001364;background:#fff;color:#001364;font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:500}
.bt-pax__ctl button:hover{background:#001364;color:#fff}
.bt-pax__ctl span{min-width:18px;text-align:center;font-weight:600;color:#0f172a}
.bt-pax__apply{display:block;width:100%;margin-top:10px;background:#001364;color:#fff;border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600;cursor:pointer}
.bt-pax__apply:hover{background:#001364}
/* Cell parent must be relative so popups anchor */
.bt-td-fld{position:relative}
/* Müsaitlik kartı (form submit sonrası) */
.bt-td-avail{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;margin:0 0 18px;box-shadow:0 4px 14px -8px rgba(15,23,42,.1)}
.bt-td-avail__head{padding:14px 22px;font-weight:600;color:#0f172a;border-bottom:1px solid #f1f5f9;font-size:15px}
.bt-td-avail__body{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:#f8fafc;flex-wrap:wrap}
.bt-td-avail__info{display:flex;flex-direction:column;gap:2px}
.bt-td-avail__label{font-size:11px;font-weight:600;color:#0f172a;letter-spacing:.4px}
.bt-td-avail__price{font-size:24px;font-weight:700;color:#0f172a;line-height:1.2;margin:2px 0}
.bt-td-avail__hint{font-size:12px;color:#64748b}
.bt-td-avail__btn{display:inline-flex;align-items:center;justify-content:center;background:#001364;color:#fff;text-decoration:none;border:none;border-radius:10px;padding:13px 22px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}
.bt-td-avail__btn:hover{background:#001364;color:#fff}
@media (max-width:560px){.bt-td-avail__body{flex-direction:column;align-items:stretch}.bt-td-avail__btn{width:100%}}
/* Para birimi switcher */
/* Header sağ blok: dil + para birimi + hamburger */
.hz-header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;position:relative}
.hz-header-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto}
/* Nav menüsü her zaman header'ın tam ortasında — flex layout'tan bağımsız */
@media (min-width:993px){
    html body .hz-header-inner > .hz-nav-desktop,
    html body.has-hero-overlay-header .hz-header-inner > .hz-nav-desktop{
        position:absolute!important;
        left:50%!important;
        top:50%!important;
        transform:translate(-50%,-50%)!important;
        flex:0 0 auto!important;
        z-index:5;
        width:auto!important;
        display:flex!important;
        justify-content:center!important;
    }
}
.hz-lang-switch .hz-cur-switch__btn{padding:0 10px}
.hz-lang-flag{font-size:15px;line-height:1}
.hz-mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:38px;height:38px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;padding:0}
.hz-mobile-toggle span{display:block;width:18px;height:2px;background:#0f172a;border-radius:2px}
@media (max-width:992px){.hz-nav-desktop{display:none}.hz-mobile-toggle{display:inline-flex}}
@media (max-width:560px){.hz-lang-switch .hz-cur-switch__btn span:not(.hz-lang-flag){display:none}}
.hz-cur-switch{position:relative;display:inline-flex;align-items:center;margin-right:0}
.hz-cur-switch__btn{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;height:32px;padding:0 12px;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer}
.hz-cur-switch__btn:hover{background:#f1f5f9}
.hz-cur-switch__menu{position:absolute;top:38px;right:0;list-style:none;margin:0;padding:6px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px -8px rgba(0,0,0,.18);min-width:140px;z-index:60}
.hz-cur-switch__menu[hidden]{display:none}
.hz-cur-switch__menu li{margin:0}
.hz-cur-switch__menu a{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:6px;color:#0f172a;text-decoration:none;font-size:13px;font-weight:500}
.hz-cur-switch__menu a:hover{background:#f1f5f9}
.hz-cur-switch__menu a.is-active{background:#001364;color:#fff}
.hz-cur-switch__menu span{color:#64748b;font-weight:400;margin-left:8px}
.hz-cur-switch__menu a.is-active span{color:#dbeafe}
/* === Search bar (kt-*) — <style> #app içinde olunca Vue mount silir, bu yüzden BURADA. === */
.kt-wrap{position:relative;z-index:5;margin:-90px auto 50px;max-width:1180px;padding:0 16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important}
.kt-card{background:#fff!important;border-radius:18px!important;box-shadow:0 18px 48px rgba(15,23,42,.12)!important;padding:18px!important}
.kt-tabs{display:flex!important;gap:8px!important;padding:0 0 14px!important;margin:0!important;list-style:none!important;border:0!important;background:transparent!important}
.kt-tabs li{margin:0!important;padding:0!important;display:block!important}
.kt-tabs a{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:10px 22px!important;border:1px solid #e6e8ec!important;border-radius:999px!important;background:#fff!important;color:#1a1f2c!important;font-weight:600!important;font-size:14px!important;text-decoration:none!important;cursor:pointer!important;transition:.18s!important;line-height:1!important;white-space:nowrap!important}
.kt-tabs a:hover{background:#f4f6fa!important}
.kt-tabs a.is-active{background:#001364!important;color:#fff!important;border-color:#001364!important;box-shadow:0 6px 16px rgba(0,19,100,.25)!important}
.kt-tabs svg{width:16px!important;height:16px!important;flex-shrink:0!important}
.kt-form{display:none!important}
.kt-form.is-active{display:block!important}
.kt-cell[hidden],.kt-cell-add[hidden]{display:none!important}
.kt-grid{display:grid!important;grid-template-columns:1fr 1fr auto!important;gap:12px!important;align-items:stretch!important}
.kt-grid--transfer{grid-template-columns:1fr 1fr 1fr auto!important}
.kt-cell{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:3px!important;padding:10px 16px!important;border:1px solid #e6e8ec!important;border-radius:12px!important;background:#fff!important;min-height:66px!important;min-width:0!important;cursor:pointer!important}
.kt-cell:focus-within{border-color:#001364!important}
.kt-label{display:block!important;font-size:12px!important;font-weight:500!important;color:#7d8590!important;letter-spacing:.2px!important;margin:0!important;line-height:1.2!important}
.kt-input{width:100%!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;font-size:15px!important;color:#1a1f2c!important;font-family:inherit!important;font-weight:600!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;line-height:1.3!important}
select.kt-input{padding-right:22px!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M0 0l5 6 5-6z' fill='%231a1f2c'/></svg>")!important;background-repeat:no-repeat!important;background-position:right 0 center!important}
.kt-input::placeholder,.kt-input.kt-empty{color:#b0b8c0!important;font-weight:400!important}
.kt-go{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:56px!important;min-height:66px!important;padding:0!important;border:0!important;border-radius:12px!important;background:#001364!important;color:#fff!important;cursor:pointer!important;transition:.18s!important;box-shadow:0 8px 20px rgba(0,19,100,.28)!important}
.kt-go:hover{background:#001364!important}
.kt-go svg{width:22px!important;height:22px!important;flex-shrink:0!important}
.kt-grid--turlar{grid-template-columns:1.6fr 1.4fr auto!important}
.kt-grid--yachts{grid-template-columns:1.5fr 1fr .8fr auto!important}
.kt-grid--hotels{grid-template-columns:1.4fr 1fr 1fr .7fr .7fr .7fr auto!important}
.kt-grid--transfer{grid-template-columns:1.1fr 1.1fr 1.05fr 1.05fr 0.95fr auto!important}
.kt-grid--rental{grid-template-columns:1.3fr 1.3fr 1.1fr .9fr 1fr auto!important}

/* Tarih cell — başlık altında 2 satır (tarih + saat) */
.kt-date-line{display:block!important;font-size:15px!important;font-weight:600!important;color:#1a1f2c!important;line-height:1.25!important}
.kt-date-line + .kt-date-line{font-size:13px!important;font-weight:500!important;color:#6b7280!important;margin-top:1px!important}
.kt-date-empty{font-size:15px!important;font-weight:500!important;color:#b0b8c0!important}

/* Dönüş tarihi ekle button cell */
.kt-cell-add{border:1px dashed #c8d0d8!important;background:#f7f9fc!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#001364!important;font-weight:600!important;cursor:pointer!important;text-align:center!important;font-size:13px!important;padding:10px 14px!important;min-height:66px!important;border-radius:12px!important;line-height:1.25!important}
.kt-cell-add:hover{background:#eef3fa!important;border-color:#001364!important}
.kt-cell-add[data-active="1"]{display:none!important}
.kt-cell-add::before{content:"+ ";font-size:16px;font-weight:700;margin-right:4px}

/* Yolcu sayısı pop */
.kt-pax-cell{position:relative!important}
.kt-pax-toggle{cursor:pointer!important}
.kt-pax-pop{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;z-index:80!important;min-width:340px!important;padding:18px 20px!important;background:#fff!important;border:1px solid #e6e8ec!important;border-radius:16px!important;box-shadow:0 18px 48px rgba(15,23,42,.15)!important}
.kt-pax-pop[hidden]{display:none!important}
html body .kt-pax-pop .kt-pax-row{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:10px 0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;flex-wrap:nowrap!important}
html body .kt-pax-pop .kt-pax-row + .kt-pax-row{border-top:1px solid #f1f3f5!important}
html body .kt-pax-pop .kt-pax-name{font-size:15px!important;font-weight:500!important;color:#1a1f2c!important;flex:0 0 auto!important}
html body .kt-pax-pop .kt-pax-counter{display:flex!important;align-items:center!important;gap:14px!important;flex:0 0 auto!important}
html body .kt-pax-pop .kt-pax-btn{width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;border:0!important;border-radius:50%!important;background:#001364!important;color:#fff!important;font-size:16px!important;line-height:1!important;cursor:pointer!important;transition:.15s!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-family:inherit!important;font-weight:600!important;flex:0 0 auto!important}
html body .kt-pax-pop .kt-pax-btn:hover{background:#001364!important}
html body .kt-pax-pop .kt-pax-btn:disabled,html body .kt-pax-pop .kt-pax-btn[disabled]{background:#cfd4d8!important;cursor:not-allowed!important}
html body .kt-pax-pop .kt-pax-num{width:24px!important;padding:0!important;border:0!important;background:transparent!important;font-size:15px!important;font-weight:700!important;text-align:center!important;color:#1a1f2c!important;-moz-appearance:textfield!important}
html body .kt-pax-pop .kt-pax-num::-webkit-outer-spin-button,html body .kt-pax-pop .kt-pax-num::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}
html body .kt-pax-pop .kt-pax-foot{display:flex!important;justify-content:flex-end!important;padding-top:12px!important;margin-top:6px!important;border-top:1px solid #f1f3f5!important}
html body .kt-pax-pop .kt-pax-apply{padding:10px 28px!important;border:0!important;border-radius:10px!important;background:#001364!important;color:#fff!important;font-weight:600!important;font-size:14px!important;cursor:pointer!important;font-family:inherit!important}
html body .kt-pax-pop .kt-pax-apply:hover{background:#001364!important}

@media (max-width:980px){.kt-grid,.kt-grid--turlar,.kt-grid--yachts,.kt-grid--hotels,.kt-grid--transfer,.kt-grid--rental{grid-template-columns:1fr 1fr!important}.kt-go{grid-column:span 2!important;width:100%!important;min-height:60px!important}}
@media (max-width:580px){.kt-grid,.kt-grid--turlar,.kt-grid--transfer,.kt-grid--rental{grid-template-columns:1fr!important}.kt-go{grid-column:auto!important}.kt-wrap{margin-top:-30px!important}.kt-tabs{flex-wrap:wrap!important;justify-content:center!important;overflow:visible!important;margin:0!important;padding:0 0 12px!important;gap:8px!important}.kt-tabs li{flex:0 1 auto!important;min-width:0!important}.kt-tabs a{padding:9px 16px!important;font-size:13px!important;gap:6px!important;justify-content:center!important;white-space:nowrap!important}.kt-tabs svg{width:14px!important;height:14px!important;flex-shrink:0!important}.kt-pax-pop{left:0!important;right:auto!important;min-width:100%!important}}
@media (max-width:380px){.kt-tabs a{padding:8px 12px!important;font-size:12px!important;gap:5px!important}.kt-tabs svg{width:13px!important;height:13px!important}}

/* === Flatpickr override (modern, mavi accent) === */
.flatpickr-calendar{box-shadow:0 18px 48px rgba(15,23,42,.18)!important;border-radius:14px!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important;border:1px solid #e6e8ec!important}
.flatpickr-day{border-radius:8px!important;font-weight:500!important}
.flatpickr-day.today{border-color:#001364!important;color:#001364!important}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange{background:#001364!important;border-color:#001364!important;color:#fff!important;box-shadow:none!important}
.flatpickr-day.inRange{background:#dbeafe!important;border-color:#dbeafe!important;color:#1a1f2c!important;box-shadow:-5px 0 0 #dbeafe,5px 0 0 #dbeafe!important}
.flatpickr-day:hover:not(.selected):not(.startRange):not(.endRange){background:#eef3fa!important;border-color:#eef3fa!important}
.flatpickr-day.flatpickr-disabled{color:#cfd4d8!important}
.flatpickr-months .flatpickr-month{background:transparent!important;color:#1a1f2c!important;height:42px!important}
.flatpickr-current-month{font-weight:600!important;color:#1a1f2c!important;font-size:15px!important}
.flatpickr-monthDropdown-months{font-weight:600!important;color:#1a1f2c!important}
.flatpickr-weekdays{background:transparent!important}
span.flatpickr-weekday{color:#6b7280!important;font-weight:600!important;font-size:12px!important}
.flatpickr-prev-month,.flatpickr-next-month{padding:8px!important;color:#1a1f2c!important}
.flatpickr-prev-month svg,.flatpickr-next-month svg{width:14px!important;height:14px!important;fill:#1a1f2c!important}

/* === Native floating WhatsApp butonu (Vue'dan bağımsız, her sayfada) === */
.kz-fixed-wa{position:fixed;right:18px;bottom:104px;width:46px;height:46px;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px -4px rgba(15,23,42,.45),0 3px 8px rgba(0,0,0,.18);z-index:9998;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.kz-fixed-wa svg{width:22px;height:22px}
.kz-fixed-wa{border:0;cursor:pointer;font-family:inherit}

/* WhatsApp asistan modal */
.kt-wa-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;animation:ktWaFade .2s ease;padding:20px}
.kt-wa-modal__bd{position:absolute;inset:0;background:rgba(15,23,42,.5);cursor:pointer}
.kt-wa-modal__dlg{position:relative;background:#fff;border-radius:18px;width:min(420px,100%);max-height:calc(100vh - 40px);margin:0;box-shadow:0 30px 80px rgba(0,0,0,.32);overflow:hidden;animation:ktWaSlide .28s cubic-bezier(.22,.61,.36,1)}
.kt-wa-modal__close{position:absolute;top:10px;right:12px;background:transparent;border:0;font-size:26px;line-height:1;cursor:pointer;color:#fff;padding:2px 8px;z-index:2;font-family:inherit}
.kt-wa-modal__head{display:flex;align-items:center;gap:12px;padding:20px 18px 18px;background:var(--brand-primary,#001364);color:#fff}
.kt-wa-avatar{position:relative;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#0f172a}
.kt-wa-avatar__online{position:absolute;bottom:0;right:0;width:14px;height:14px;border-radius:50%;background:#22c55e;border:2px solid #fff}
.kt-wa-info h3{margin:0;font-size:15px;font-weight:700;color:#fff}
.kt-wa-info p{margin:2px 0 0;font-size:12.5px;color:rgba(255,255,255,.92);line-height:1.35}
.kt-wa-body{padding:8px 0}
.kt-wa-opt{display:flex;align-items:center;gap:12px;padding:13px 18px;text-decoration:none;color:#0f172a;border-bottom:1px solid #f1f5f9;transition:background .15s}
.kt-wa-opt:last-of-type{border-bottom:0}
.kt-wa-opt:hover{background:#f8fafc;color:#0f172a;text-decoration:none}
.kt-wa-opt__ic{flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#ecfdf5;color:var(--brand-primary,#001364);display:flex;align-items:center;justify-content:center}
.kt-wa-opt__lbl{flex:1;font-size:14px;font-weight:600;color:#0f172a}
.kt-wa-opt__arr{color:#94a3b8;flex:0 0 auto}
.kt-wa-foot{padding:12px 18px;background:#f8fafc;font-size:11.5px;color:#64748b;text-align:center;border-top:1px solid #f1f5f9}
body.ktwa-open{overflow:hidden}
@keyframes ktWaFade{from{opacity:0}to{opacity:1}}
@keyframes ktWaSlide{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:560px){.kt-wa-modal{padding:16px}.kt-wa-modal__dlg{width:100%}}

/* Mini footer (stable konum — Vue silmesin diye burada) */
.kt-mini-footer{padding:18px 0!important;border-top:1px solid #e5e7eb!important;background:#fafbfc!important;font-size:12.5px!important;color:#64748b!important;margin-top:40px!important}
.kt-mini-footer__inner{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;flex-wrap:wrap!important;text-align:center!important}
@media (max-width:760px){.kt-mini-footer{display:none!important}}
.kt-mini-footer__brand{font-weight:700!important;color:#0f172a!important;font-family:'Dancing Script','Brush Script MT',cursive!important;font-size:20px!important}
.kt-mini-footer__links{display:flex!important;gap:18px!important;flex-wrap:wrap!important}
.kt-mini-footer__links a{color:#64748b!important;text-decoration:none!important;transition:color .15s!important}
.kt-mini-footer__links a:hover{color:#001364!important;text-decoration:underline!important}
.kt-mini-footer__copy{color:#94a3b8!important;font-size:12px!important}
@media (max-width:560px){.kt-mini-footer__inner{justify-content:center!important;text-align:center!important}}
.kz-fixed-wa__pulse{position:absolute;inset:0;border-radius:50%;background:#0f172a;opacity:.55;z-index:-1;animation:kz-wa-pulse 2s ease-out infinite}
@keyframes kz-wa-pulse{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.55);opacity:0}}
.kz-fixed-wa:hover{transform:scale(1.08);color:#fff;text-decoration:none;box-shadow:0 12px 28px -6px rgba(37,211,102,.7),0 6px 14px rgba(0,0,0,.22)}
.kz-fixed-wa svg{display:block}
@supports (padding:env(safe-area-inset-bottom)){
    .kz-fixed-wa{bottom:calc(104px + env(safe-area-inset-bottom))}
}
@media (min-width:993px){
    .kz-fixed-wa{bottom:24px;right:24px}
}

/* Vue tarafındaki <whatsapp-button> rendererını gizle (çift gösterimi engelle) */
whatsapp-button,.fixed-wp{display:none!important}

/* === Hero overlay header — kategori sayfasında header hero'nun üstüne saydam biner === */
body.has-hero-overlay-header .hz-header{
    position:absolute;top:0;left:0;right:0;
    background:transparent!important;
    border-bottom:0!important;
    box-shadow:none!important;
    z-index:60;
}
body.has-hero-overlay-header .hz-header *,
body.has-hero-overlay-header .hz-logo-text,
body.has-hero-overlay-header .hz-nav-link{
    color:#0f172a!important;
}
body.has-hero-overlay-header .hz-cur-switch__btn{
    background:rgba(255,255,255,.6)!important;
    border:1px solid rgba(255,255,255,.7)!important;
    color:#0f172a!important;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}
body.has-hero-overlay-header .hz-cur-switch__btn:hover{background:rgba(255,255,255,.85)!important}
body.has-hero-overlay-header .hz-cur-switch__menu{color:#0f172a}
body.has-hero-overlay-header .hz-cur-switch__menu a{color:#0f172a!important}
body.has-hero-overlay-header .kt-cat-hero{margin-top:0}

/* Overlay header — index.php ile aynı flex layout (önceki grid versiyonu logoyu sıkıştırıyordu).
   Logo doğal genişliğini alıyor, nav arada, actions sağda — tıpkı anasayfadaki gibi. */
body.has-hero-overlay-header .hz-header-inner{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
}
body.has-hero-overlay-header .hz-logo{flex:0 0 auto!important;min-width:0!important}
body.has-hero-overlay-header .hz-logo-text{font-size:24px!important}
@media (min-width:993px){
    body.has-hero-overlay-header .hz-nav-desktop{flex:1 1 auto!important;display:flex!important;justify-content:center!important}
}
body.has-hero-overlay-header .hz-header-actions{flex:0 0 auto!important}

/* === Kategori sayfası hero (sinematik landscape, bottom-left content + scroll arrow) === */
.kt-cat-hero{position:relative;background:#0f172a center/cover no-repeat;color:#fff;min-height:560px;height:62vh;max-height:760px;overflow:hidden;display:flex;align-items:flex-end}
.kt-cat-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.05) 30%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.92) 100%)}
.kt-cat-hero__inner{position:relative;z-index:1;width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding-bottom:48px}
.kt-cat-hero__content{max-width:680px}
.kt-cat-hero__crumb{margin:0 0 18px;font-size:11px;font-weight:700;letter-spacing:.18em;color:rgba(255,255,255,.85);text-transform:uppercase;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.kt-cat-hero__crumb a{color:rgba(255,255,255,.85);text-decoration:none;transition:color .15s}
.kt-cat-hero__crumb a:hover{color:#fff}
.kt-cat-hero__crumb-sep{color:rgba(255,255,255,.55);font-weight:400}
.kt-cat-hero__crumb-cur{color:#fff}
.kt-cat-hero__title{font-family:'Dancing Script','Brush Script MT',cursive;font-size:84px;font-weight:600;margin:0;line-height:1.05;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.45)}
.kt-cat-hero__desc{margin:18px 0 0;max-width:540px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.9);text-shadow:0 1px 8px rgba(0,0,0,.4)}

/* Sağ alt "kaydır" oku */
.kt-cat-hero__scroll{flex:0 0 auto;display:inline-flex;flex-direction:column;align-items:center;gap:6px;background:transparent;border:0;color:rgba(255,255,255,.92);cursor:pointer;font-family:inherit;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:lowercase;padding:0;transition:transform .25s ease,color .15s}
.kt-cat-hero__scroll:hover{color:#fff;transform:translateY(-2px)}
.kt-cat-hero__scroll svg{margin-top:4px;animation:kt-scroll-bob 2s ease-in-out infinite}
@keyframes kt-scroll-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}

@media (max-width:880px){
    .kt-cat-hero{min-height:480px;height:auto;padding:80px 0 24px}
    .kt-cat-hero__inner{flex-direction:column;align-items:flex-start;padding-bottom:32px}
    .kt-cat-hero__title{font-size:60px}
    .kt-cat-hero__scroll{align-self:flex-end}
    body.has-hero-overlay-header .hz-header-inner{grid-template-columns:auto auto;gap:12px}
    body.has-hero-overlay-header .hz-nav-desktop{display:none}
    body.has-hero-overlay-header .hz-header-actions{justify-self:end}
}
@media (max-width:480px){
    .kt-cat-hero__title{font-size:46px}
    .kt-cat-hero__crumb{font-size:10px}
}

/* === Share popup === */
.kt-share-pop{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:kt-share-fade .2s ease}
.kt-share-pop__bd{position:absolute;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(4px);cursor:pointer}
.kt-share-pop__dialog{position:relative;background:#fff;border-radius:18px;width:min(440px,100%);max-height:90vh;overflow:auto;padding:22px 24px 24px;box-shadow:0 30px 80px rgba(0,0,0,.3);animation:kt-share-slide .25s cubic-bezier(.22,.61,.36,1)}
.kt-share-pop__head{display:flex;align-items:center;justify-content:space-between;margin:0 0 4px}
.kt-share-pop__head h3{margin:0;font-size:18px;font-weight:700;color:#0f172a}
.kt-share-pop__close{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer;color:#64748b;padding:0 4px}
.kt-share-pop__close:hover{color:#0f172a}
.kt-share-pop__title{margin:0 0 18px;font-size:13px;color:#64748b;line-height:1.4}
.kt-share-pop__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.kt-share-pop__btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px;border:1px solid #e6e8ec;border-radius:12px;background:#fff;color:#0f172a;text-decoration:none;font-size:12px;font-weight:600;text-align:center;transition:all .15s}
.kt-share-pop__btn:hover{border-color:var(--c,#001364);transform:translateY(-2px);box-shadow:0 6px 16px -8px rgba(15,23,42,.18);color:#0f172a;text-decoration:none}
.kt-share-pop__ic{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--c,#001364);color:#fff}
.kt-share-pop__ic svg{width:22px;height:22px}
.kt-share-pop__url{display:flex;gap:6px;border:1px solid #e6e8ec;border-radius:10px;padding:4px;background:#f8fafc}
.kt-share-pop__url input{flex:1;border:0;background:transparent;padding:8px 10px;font-size:12px;outline:none;color:#0f172a;font-family:inherit;min-width:0}
.kt-share-pop__url button{flex:0 0 auto;background:#001364;color:#fff;border:0;border-radius:7px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}
.kt-share-pop__url button:hover{background:#001364}
@keyframes kt-share-fade{from{opacity:0}to{opacity:1}}
@keyframes kt-share-slide{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@media (max-width:480px){.kt-share-pop__grid{grid-template-columns:repeat(2,1fr)}}

/* === "Bu sezonun seçkisi" — sol metin + sağ yatay scroll kartları === */
.kt-feat{padding:48px 0 24px;background:#fbf9f5}
.kt-feat__grid{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:stretch}
.kt-feat__intro{padding:8px 0;display:flex;flex-direction:column;justify-content:center}
.kt-feat__title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 12px;line-height:1.25}
.kt-feat__desc{font-size:13px;color:#64748b;line-height:1.6;margin:0}
.kt-feat__scroll-wrap{position:relative;min-width:0}
.kt-feat__scroll{display:flex;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:4px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}
.kt-feat__scroll::-webkit-scrollbar{display:none;height:0;width:0}
.kt-feat__card{flex:0 0 calc((100% - 14px*2.4)/3.1);scroll-snap-align:start;display:block;position:relative;border-radius:14px;overflow:hidden;text-decoration:none;color:#fff;aspect-ratio:4/5;background:#0f172a;box-shadow:0 6px 20px -8px rgba(15,23,42,.25);transition:transform .25s,box-shadow .25s}
.kt-feat__card:hover{transform:translateY(-4px);box-shadow:0 14px 36px -8px rgba(15,23,42,.35);color:#fff;text-decoration:none}
.kt-feat__card-img{position:absolute;inset:0}
.kt-feat__card-img img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.78)}
.kt-feat__card-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.7) 100%)}
.kt-feat__card-body{position:absolute;left:0;right:0;bottom:0;padding:14px 16px;display:flex;flex-direction:column;gap:2px;z-index:1}
.kt-feat__card-tag{font-size:14px;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.45)}
.kt-feat__card-meta{font-size:11px;color:rgba(255,255,255,.85);text-shadow:0 1px 4px rgba(0,0,0,.5)}
.kt-feat__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid #e6e8ec;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0f172a;box-shadow:0 6px 16px -4px rgba(15,23,42,.18);z-index:3;transition:all .15s}
.kt-feat__nav:hover{background:#001364;color:#fff;border-color:#001364}
.kt-feat__nav[hidden]{display:none}
.kt-feat__nav--prev{left:-12px}
.kt-feat__nav--next{right:-12px}
@media (max-width:880px){
    .kt-feat__grid{grid-template-columns:1fr;gap:18px}
    .kt-feat__card{flex:0 0 calc((100% - 14px*1.4)/2.1)}
}
@media (max-width:520px){
    .kt-feat__card{flex:0 0 calc((100% - 14px*0.4)/1.4)}
}

/* === "Her tur, bir hikaye" — Türkiye haritası + arrow pinler + yorum kartı === */
.kt-story-map{padding:60px 0 80px;background:#fbf9f5}
.kt-story-map__inner{position:relative;max-width:1200px;margin:0 auto;padding:0 16px}
.kt-story-map__title{position:absolute;top:18px;left:32px;z-index:3;margin:0;font-family:'Dancing Script','Brush Script MT',cursive;font-size:48px;font-weight:600;color:#fff;line-height:1;text-shadow:0 2px 12px rgba(0,0,0,.45)}
.kt-story-map__title em{font-style:normal}
.kt-story-map__img{display:block;width:100%;height:auto;border-radius:14px}
.kt-story-map__pin{position:absolute;background:transparent;border:0;cursor:pointer;padding:0;transition:transform .15s;animation:kt-pin-float 3s ease-in-out infinite;z-index:2}
.kt-story-map__pin img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.18))}
.kt-story-map__pin:hover{transform:scale(1.18)}
.kt-story-map__pin:active{transform:scale(.95)}
@keyframes kt-pin-float{0%,100%{translate:0 0}50%{translate:0 -10px}}

.kt-story-map__card{position:absolute;width:300px;background:#fff;border:1px solid #e6e8ec;border-radius:14px;box-shadow:0 18px 50px -12px rgba(15,23,42,.28);padding:14px;z-index:10;animation:kt-card-pop .2s ease}
.kt-story-map__card.is-left{transform:translate(-100%, 0);margin-left:-12px}
.kt-story-map__card.is-right{transform:translate(0, 0);margin-left:12px}
@keyframes kt-card-pop{from{opacity:0;transform-origin:top center;scale:.92}to{opacity:1;scale:1}}
.kt-story-map__card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.kt-story-map__avatar{flex:0 0 44px;width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.12);background:#001364;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;text-transform:uppercase}
.kt-story-map__card-head > div{flex:1;min-width:0}
.kt-story-map__card-head strong{display:block;font-size:14px;font-weight:700;color:#0f172a;line-height:1.2}
.kt-story-map__card-head span{display:block;font-size:13px;color:#f59e0b;letter-spacing:1px;margin-top:2px}
.kt-story-map__close{flex:0 0 auto;background:transparent;border:0;font-size:22px;line-height:1;cursor:pointer;color:#64748b;padding:2px 6px}
.kt-story-map__close:hover{color:#0f172a}
.kt-story-map__text{margin:0;font-size:13px;color:#475569;line-height:1.55;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}
@media (max-width:760px){
    .kt-story-map__title{font-size:32px;left:20px;top:12px}
    .kt-story-map__card{width:260px}
}
@media (max-width:420px){
    .kt-story-map__card{width:220px}
}

/* === Kategori sayfası alt blog bölümü (2x3 grid) === */
.kt-cat-blog{padding:60px 0 80px}
.kt-cat-blog__head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:0 0 22px;flex-wrap:wrap}
.kt-cat-blog__title{font-size:24px;font-weight:700;color:#0f172a;margin:0;line-height:1.2}
.kt-cat-blog__more{font-size:13px;font-weight:600;color:#001364;text-decoration:none;transition:color .15s}
.kt-cat-blog__more:hover{color:#001364;text-decoration:underline}
.kt-cat-blog__row{display:grid;gap:24px;column-gap:24px;row-gap:24px;margin-bottom:24px}
.kt-cat-blog__row:last-child{margin-bottom:0}
.kt-cat-blog__row--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.kt-cat-blog__row--3{grid-template-columns:repeat(3,minmax(0,1fr))}

/* Üst satır (2'li): resim tam kapsayan, yazı ortada beyaz, alt gradient */
.kt-cat-blog__row--2 .kt-cat-blog__card{position:relative;display:block;aspect-ratio:16/10;min-height:280px;color:#fff;border:0;border-radius:14px;overflow:hidden}
.kt-cat-blog__row--2 .kt-cat-blog__card:hover{color:#fff}
.kt-cat-blog__row--2 .kt-cat-blog__card-img{position:absolute;inset:0;flex:none;max-width:none;width:100%;height:100%}
.kt-cat-blog__row--2 .kt-cat-blog__card-img img{width:100%;height:100%;object-fit:cover;min-height:0}
.kt-cat-blog__row--2 .kt-cat-blog__card-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.5) 65%,rgba(0,0,0,.85) 100%)}
.kt-cat-blog__row--2 .kt-cat-blog__card-body{position:absolute;inset:auto 0 0 0;padding:24px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;z-index:1}
.kt-cat-blog__row--2 .kt-cat-blog__date{color:rgba(255,255,255,.85);text-shadow:0 1px 4px rgba(0,0,0,.4)}
.kt-cat-blog__row--2 .kt-cat-blog__card-title{color:#fff;font-size:22px;line-height:1.25;text-shadow:0 2px 12px rgba(0,0,0,.5);max-width:560px;-webkit-line-clamp:2}
.kt-cat-blog__row--2 .kt-cat-blog__excerpt{color:rgba(255,255,255,.9);font-size:13px;text-shadow:0 1px 6px rgba(0,0,0,.5);max-width:520px}

/* Alt satır (3'lü): kompakt klasik kart */
.kt-cat-blog__row--3 .kt-cat-blog__card{flex-direction:column}
.kt-cat-blog__row--3 .kt-cat-blog__card-img{flex:0 0 auto;max-width:none;width:100%;aspect-ratio:16/10}
.kt-cat-blog__row--3 .kt-cat-blog__card-img img{min-height:0}
.kt-cat-blog__card{display:flex;gap:16px;background:#fff;border:1px solid #e6e8ec;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s,border-color .2s}
.kt-cat-blog__card:hover{transform:translateY(-3px);box-shadow:0 14px 30px -12px rgba(15,23,42,.18);border-color:#cbd5e1;color:inherit;text-decoration:none}
.kt-cat-blog__card-img{flex:0 0 38%;max-width:38%;background:#f1f5f9;overflow:hidden}
.kt-cat-blog__card-img img{width:100%;height:100%;min-height:140px;object-fit:cover;display:block}
.kt-cat-blog__card-body{flex:1;padding:14px 16px;display:flex;flex-direction:column;gap:6px;min-width:0}
.kt-cat-blog__date{font-size:11px;color:#94a3b8;font-weight:600;letter-spacing:.3px}
.kt-cat-blog__card-title{font-size:15px;font-weight:700;color:#0f172a;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kt-cat-blog__excerpt{font-size:12.5px;color:#64748b;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media (max-width:760px){
    .kt-cat-blog__row--2,.kt-cat-blog__row--3{grid-template-columns:1fr}
    .kt-cat-blog__row--2 .kt-cat-blog__card{aspect-ratio:auto;min-height:220px}
    .kt-cat-blog__row--2 .kt-cat-blog__card-body{padding:18px 20px}
    .kt-cat-blog__row--2 .kt-cat-blog__card-title{font-size:18px}
    .kt-cat-blog__row--2 .kt-cat-blog__excerpt{font-size:12px}
}

/* === "Tüm Turlar" başlık çubuğu — grid'in ÜSTÜNDE === */
.kt-cat-all-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:32px 0 18px;flex-wrap:wrap}
.kt-cat-all-head__title{font-size:22px;font-weight:700;color:#0f172a;margin:0;line-height:1.25}
.kt-cat-all-head__count{font-size:13px;color:#64748b;margin:0}
.kt-cat-all-head__count span{font-weight:700;color:#001364}

/* === Kategori filtre barı — yatay pill dropdown'lar === */
.kt-flt-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 0;flex-wrap:wrap;border-bottom:1px solid #f1f3f5;margin-bottom:24px}
.kt-flt-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1;min-width:0}
.kt-flt-pill{position:relative}
.kt-flt-pill summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:9px 16px;background:#fff;border:1px solid #d1d5db;border-radius:999px;font-size:13px;font-weight:600;color:#0f172a;font-family:inherit;transition:all .15s;user-select:none;white-space:nowrap}
.kt-flt-pill summary::-webkit-details-marker{display:none}
.kt-flt-pill summary::marker{display:none;content:''}
.kt-flt-pill summary:hover{border-color:#001364;color:#001364}
.kt-flt-pill[open] summary{background:#001364;border-color:#001364;color:#fff}
.kt-flt-pill summary svg{transition:transform .2s ease;flex:0 0 auto}
.kt-flt-pill[open] summary svg{transform:rotate(180deg)}
.kt-flt-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:50;min-width:220px;max-width:340px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 14px 40px -8px rgba(15,23,42,.18);padding:14px}
.kt-flt-pill[open] .kt-flt-pop{animation:kt-flt-pop .18s ease}
@keyframes kt-flt-pop{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.kt-flt-input{width:100%;padding:9px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;outline:none;font-family:inherit;background:#fff;color:#0f172a;box-sizing:border-box}
.kt-flt-input:focus{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.12)}
.kt-flt-price{display:flex;align-items:center;gap:6px}
.kt-flt-price input{flex:1;min-width:0}
.kt-flt-price span{color:#94a3b8;font-size:13px}
.kt-flt-hint{font-size:11px;color:#94a3b8;margin:8px 0 0}
.kt-flt-chips{display:flex;flex-wrap:wrap;gap:6px}
.kt-flt-chip{display:inline-flex;align-items:center;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:6px 12px;font-size:12px;color:#475569;transition:all .15s;user-select:none}
.kt-flt-chip input{position:absolute;opacity:0;pointer-events:none}
.kt-flt-chip:hover{background:#e2e8f0;color:#1a1f2c}
.kt-flt-chip:has(input:checked){background:#001364;border-color:#001364;color:#fff}
.kt-flt-checks{display:flex;flex-direction:column;gap:8px}
.kt-flt-check{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#475569}
.kt-flt-check input{accent-color:#001364;width:16px;height:16px;cursor:pointer}
.kt-flt-clear{background:transparent;border:0;color:#dc2626;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;padding:9px 12px;text-decoration:underline}
.kt-flt-clear:hover{color:#b91c1c}
.kt-flt-pill--sort{margin-left:auto}
.kt-flt-pill--sort .kt-flt-pop{left:auto;right:0}
.kt-cat__empty{text-align:center;padding:60px 20px;color:#64748b;font-size:14px}
.kt-cat__item[hidden]{display:none!important}
@media (max-width:560px){
    .kt-flt-bar{padding:12px 0}
    .kt-flt-pills{gap:6px}
    .kt-flt-pill summary{padding:8px 12px;font-size:12px}
    .kt-flt-clear{display:none!important}
}

/* === Mobile bottom sheet (filtre + sort + cur/lang aşağıdan açılır) === */
@media (max-width:760px){
    .kt-flt-pill[open] .kt-flt-pop,
    .hz-cur-switch__menu:not([hidden]){
        position:fixed!important;
        left:0!important;right:0!important;top:auto!important;bottom:0!important;
        width:100%!important;max-width:none!important;min-width:0!important;
        margin:0!important;
        max-height:78vh;
        border-radius:20px 20px 0 0;
        box-shadow:0 -16px 40px -8px rgba(15,23,42,.25);
        padding:18px 18px 24px;
        z-index:9998;
        overflow:auto;
        animation:kt-sheet-slide .25s cubic-bezier(.22,.61,.36,1);
        background:#fff;
    }
    .hz-cur-switch__menu:not([hidden]) li{margin-bottom:6px}
    .hz-cur-switch__menu:not([hidden]) a{padding:14px 16px;font-size:15px;border-radius:10px}
    /* Sheet üst tutamacı */
    .kt-flt-pill[open] .kt-flt-pop::before,
    .hz-cur-switch__menu:not([hidden])::before{
        content:"";display:block;width:42px;height:5px;border-radius:3px;
        background:#cbd5e1;margin:0 auto 14px;
    }
    /* Backdrop */
    body.has-flt-sheet::after,
    body.has-cur-sheet::after{
        content:"";position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:9990;animation:kt-sheet-fade .25s ease;
    }
    body.has-flt-sheet,body.has-cur-sheet{overflow:hidden}
    @keyframes kt-sheet-slide{from{transform:translateY(100%)}to{transform:translateY(0)}}
    @keyframes kt-sheet-fade{from{opacity:0}to{opacity:1}}
}

/* === Kategori sayfası — native sidebar + listing === */
.kt-cat{padding:32px 0 64px}
.kt-cat__layout{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}
.kt-cat__sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;position:sticky;top:90px;max-height:calc(100vh - 110px);overflow:auto}
.kt-cat__sidebar-head{display:none;align-items:center;justify-content:space-between;font-weight:700;font-size:16px;padding-bottom:12px;border-bottom:1px solid #f1f3f5;margin-bottom:14px}
.kt-cat__sidebar-close{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer;color:#1a1f2c}
.kt-cat__filter{padding:14px 0;border-bottom:1px solid #f1f3f5}
.kt-cat__filter:last-of-type{border-bottom:0}
.kt-cat__filter-title{font-size:13px;font-weight:700;color:#1a1f2c;margin-bottom:10px;text-transform:uppercase;letter-spacing:.3px}
.kt-cat__input{width:100%;padding:9px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-family:inherit;outline:none;background:#fff;color:#1a1f2c;box-sizing:border-box}
.kt-cat__input:focus{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.12)}
.kt-cat__price-row{display:flex;align-items:center;gap:6px}
.kt-cat__price-row input{flex:1;min-width:0}
.kt-cat__price-row span{color:#94a3b8;font-size:13px}
.kt-cat__price-hint{font-size:11px;color:#94a3b8;margin-top:6px}
.kt-cat__chips{display:flex;flex-wrap:wrap;gap:6px}
.kt-cat__chip{display:inline-flex;align-items:center;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:6px 12px;font-size:12px;color:#475569;transition:all .15s ease;user-select:none}
.kt-cat__chip input{position:absolute;opacity:0;pointer-events:none}
.kt-cat__chip:hover{background:#e2e8f0;color:#1a1f2c}
.kt-cat__chip:has(input:checked){background:#001364;border-color:#001364;color:#fff}
.kt-cat__quick{display:flex;flex-direction:column;gap:8px}
.kt-cat__check{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#475569}
.kt-cat__check input{accent-color:#001364;width:16px;height:16px;cursor:pointer}
.kt-cat__filter-actions{display:flex;gap:8px;padding-top:14px;border-top:1px solid #f1f3f5;margin-top:8px}
.kt-cat__btn-clear,.kt-cat__btn-apply{flex:1;padding:10px 12px;border-radius:9px;font-size:13px;font-weight:600;cursor:pointer;border:0;font-family:inherit;transition:background .15s}
.kt-cat__btn-clear{background:#f1f5f9;color:#475569}
.kt-cat__btn-clear:hover{background:#e2e8f0}
.kt-cat__btn-apply{background:#001364;color:#fff;display:none}
.kt-cat__btn-apply:hover{background:#001364}
.kt-cat__main{min-width:0}
.kt-cat__head{display:flex;align-items:center;gap:14px;margin-bottom:18px;flex-wrap:wrap}
.kt-cat__head .hz-listing-results{margin:0;font-size:14px;color:#475569}
.kt-cat__head .hz-listing-results strong{color:#001364;font-weight:700}
.kt-cat__sort{padding:10px 14px;border:1px solid #d1d5db;border-radius:9px;font-size:13px;font-family:inherit;background:#fff;color:#1a1f2c;cursor:pointer;outline:none;margin-left:auto}
.kt-cat__sort:focus{border-color:#001364}
.kt-cat__filter-toggle{display:none;align-items:center;gap:6px;padding:9px 14px;border:1px solid #d1d5db;border-radius:9px;background:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;color:#1a1f2c}
.kt-cat__empty{text-align:center;padding:60px 20px;color:#64748b;font-size:14px}
.kt-cat__item[hidden]{display:none!important}
@media (max-width:992px){
    .kt-cat__layout{grid-template-columns:1fr}
    .kt-cat__filter-toggle{display:inline-flex}
    .kt-cat__sidebar{position:fixed;top:0;left:-100%;width:86%;max-width:340px;height:100vh;max-height:100vh;border-radius:0;z-index:9999;transition:left .3s ease;border-right:1px solid #e5e7eb;border-top:0;border-bottom:0;border-left:0;padding-top:64px}
    .kt-cat__sidebar.is-open{left:0;box-shadow:0 0 60px rgba(0,0,0,.3)}
    .kt-cat__sidebar-head{display:flex;position:absolute;top:0;left:0;right:0;background:#fff;padding:16px 18px;margin:0;z-index:2}
    .kt-cat__btn-apply{display:block}
    .kt-cat__sort{margin-left:0;margin-left:auto}
}

/* === Tur detay — inline rezervasyon paneli === */
.td-inline-res{scroll-margin-top:80px;margin:24px 0}
.td-inline-res .td-go-btn,
.tour-options .continue a.td-go-btn{
    display:inline-flex;align-items:center;justify-content:center;
    background:#001364;color:#fff;font-weight:600;font-size:14px;
    padding:12px 24px;border-radius:9px;text-decoration:none;
    border:0;cursor:pointer;transition:background .15s,transform .15s;
    white-space:nowrap;
}
.td-inline-res .td-go-btn:hover,
.tour-options .continue a.td-go-btn:hover{
    background:#001364;color:#fff;text-decoration:none;transform:translateX(2px);
}
.td-inline-res__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:#f8fafc;border-bottom:1px solid #e5e7eb}
.td-inline-res__head h2{margin:0;font-size:18px;font-weight:700;color:#0f172a}
.td-inline-res__close{background:transparent;border:0;font-size:30px;line-height:1;cursor:pointer;color:#64748b;padding:0 4px}
.td-inline-res__close:hover{color:#0f172a}
.td-inline-res__loading,.td-inline-res__err{padding:60px 20px;text-align:center;color:#64748b;font-size:14px}
.td-inline-res__err a{color:#001364;font-weight:600;text-decoration:underline}
.td-inline-res .reservation{padding:24px}

/* === Tur sayfası mobile sticky CTA — sadece mobilde alta yapışık, liquid glass === */
@media (max-width:992px){
    .bt-td-mobile-cta{
        position:fixed!important;
        left:12px!important;right:12px!important;bottom:12px!important;
        top:auto!important;
        width:auto!important;max-width:none!important;min-width:0!important;
        margin:0 auto!important;
        z-index:9990!important;
        display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
        padding:10px 14px!important;
        background:rgba(255,255,255,.55)!important;
        -webkit-backdrop-filter:saturate(180%) blur(22px);
        backdrop-filter:saturate(180%) blur(22px);
        border:1px solid rgba(255,255,255,.55)!important;
        border-radius:18px!important;
        box-shadow:0 10px 30px -8px rgba(15,23,42,.25),inset 0 1px 0 rgba(255,255,255,.5);
        cursor:pointer;
        text-align:left;
        color:#0f172a;
        box-sizing:border-box!important;
    }
    .bt-td-mobile-cta__price{display:flex;flex-direction:column;line-height:1.2;min-width:0}
    .bt-td-mobile-cta__old{font-size:11px;color:#94a3b8;text-decoration:line-through}
    .bt-td-mobile-cta__cur{font-size:16px;font-weight:700;color:#001364}
    .bt-td-mobile-cta__per{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.3px}
    .bt-td-mobile-cta__btn{
        display:inline-flex;align-items:center;gap:6px;
        background:#001364;color:#fff;font-weight:600;font-size:13px;
        padding:11px 16px;border-radius:12px;
        white-space:nowrap;flex:0 0 auto;
        box-shadow:0 4px 14px -4px rgba(0,19,100,.5);
    }
    @supports (padding:env(safe-area-inset-bottom)){
        .bt-td-mobile-cta{bottom:calc(12px + env(safe-area-inset-bottom))}
    }
    /* Sticky CTA altında içerik kalmasın */
    body:has(.bt-td-mobile-cta){padding-bottom:96px}
    /* Float WhatsApp'ı CTA üstüne it */
    .kz-fixed-wa{bottom:84px}
    @supports (padding:env(safe-area-inset-bottom)){
        .kz-fixed-wa{bottom:calc(84px + env(safe-area-inset-bottom))}
    }
}

/* hz-cta-banner her yerden gizle */
.hz-cta-banner{display:none!important}

/* === Tour FAQ (Sık Sorulan Sorular) === */
.kt-faq{margin:32px 0;padding:24px;background:#fff;border:1px solid #e6e8ec;border-radius:14px}
.kt-faq__title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 18px}
.kt-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.kt-faq__col{display:flex;flex-direction:column;gap:10px}
.kt-faq__item{border:1px solid #e6e8ec;border-radius:10px;background:#f8fafc;overflow:hidden;transition:all .2s ease}
.kt-faq__item[open]{background:#fff;border-color:#001364;box-shadow:0 4px 14px -8px rgba(0,19,100,.18)}
.kt-faq__item summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:600;font-size:14px;color:#0f172a;line-height:1.4}
.kt-faq__item summary::-webkit-details-marker{display:none}
.kt-faq__item summary svg{flex:0 0 auto;color:#64748b;transition:transform .25s ease}
.kt-faq__item[open] summary svg{transform:rotate(180deg);color:#001364}
.kt-faq__item p{margin:0;padding:0 16px 14px;font-size:13px;color:#475569;line-height:1.6}
@media (max-width:768px){.kt-faq__grid{grid-template-columns:1fr}}

/* === Turdan Fotoğraflar === */
.kt-tphotos{margin:32px 0;padding:24px;background:#fff;border:1px solid #e6e8ec;border-radius:14px}
.kt-tphotos__title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 18px}
.kt-tphotos__wrap{position:relative}
.kt-tphotos__scroll{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:4px 0 8px;-webkit-overflow-scrolling:touch}
.kt-tphotos__scroll::-webkit-scrollbar{height:6px}
.kt-tphotos__scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}
.kt-tphotos__cell{flex:0 0 calc(20% - 10px);scroll-snap-align:start;display:block;border-radius:10px;overflow:hidden;background:#f1f5f9;aspect-ratio:4/3;cursor:zoom-in;transition:transform .2s}
.kt-tphotos__cell:hover{transform:scale(1.02)}
.kt-tphotos__cell img{width:100%;height:100%;object-fit:cover;display:block}
.kt-tphotos__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1px solid #e6e8ec;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0f172a;box-shadow:0 4px 12px -4px rgba(15,23,42,.15);z-index:2;transition:background .15s}
.kt-tphotos__nav:hover{background:#001364;color:#fff;border-color:#001364}
.kt-tphotos__nav--prev{left:-8px}
.kt-tphotos__nav--next{right:-8px}
@media (max-width:992px){.kt-tphotos__cell{flex:0 0 calc(33.333% - 8px)}}
@media (max-width:560px){.kt-tphotos__cell{flex:0 0 calc(50% - 6px)}}

/* Lightbox */
.kt-tplb{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:40px;cursor:zoom-out}
.kt-tplb[hidden]{display:none}
.kt-tplb__img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);transition:opacity .25s ease;cursor:default}
.kt-tplb__loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}
.kt-tplb__loading[hidden]{display:none}
.kt-tplb__spinner{width:42px;height:42px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:kt-tplb-spin 0.8s linear infinite}
@keyframes kt-tplb-spin{to{transform:rotate(360deg)}}

/* Müşteri fotoğrafları thumbnail placeholder (data-src yüklenene kadar) */
.kt-tphotos__cell img:not([src]),
.kt-tphotos__cell img[src=""]{background:linear-gradient(110deg,#e2e8f0 30%,#f1f5f9 50%,#e2e8f0 70%);background-size:200% 100%;animation:kt-shimmer 1.4s linear infinite}
@keyframes kt-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.kt-tplb__close{position:absolute;top:20px;right:20px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;border:0;font-size:28px;line-height:1;cursor:pointer;backdrop-filter:blur(12px)}
.kt-tplb__close:hover{background:rgba(255,255,255,.25)}
.kt-tplb__nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;border:0;font-size:32px;line-height:1;cursor:pointer;backdrop-filter:blur(12px)}
.kt-tplb__nav:hover{background:rgba(255,255,255,.28)}
.kt-tplb__nav--prev{left:24px}
.kt-tplb__nav--next{right:24px}

/* === Daha Fazla Keşfet === */
.kt-more-tours{margin:40px 0 24px}
.kt-more-tours__title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 18px}
.kt-more-tours__cta{text-align:center;margin-top:18px}
.kt-more-tours__btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--brand-primary,#001364);color:var(--brand-primary,#001364);padding:12px 28px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .18s ease}
html body .kt-more-tours__btn:hover{background:var(--brand-primary,#001364)!important;color:#fff!important;border-color:var(--brand-primary,#001364)!important}
.kt-more-tours__btn svg{transition:transform .25s ease}
.kt-more-tours__btn.is-open svg{transform:rotate(180deg)}

/* === Ödeme seçenek kartları (tur-rezervasyon) === */
.kt-pay{display:flex;flex-direction:column;gap:12px;margin-top:6px}
.kt-pay__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.kt-pay__opt{display:block;cursor:pointer;margin:0}
.kt-pay__opt input{position:absolute;opacity:0;pointer-events:none}
.kt-pay__inner{
    display:flex;gap:12px;align-items:flex-start;
    padding:14px 16px;border:1.5px solid #e5e7eb;border-radius:12px;
    background:#fff;transition:all .18s ease;
    height:100%;box-sizing:border-box;
}
.kt-pay__opt:hover .kt-pay__inner{border-color:#cbd5e1;background:#fafbfc}
.kt-pay__opt input:checked + .kt-pay__inner{
    border-color:#001364;background:#f0fdfa;
    box-shadow:0 0 0 3px rgba(0,19,100,.12),0 4px 14px -8px rgba(0,19,100,.3);
}
.kt-pay__opt input:focus-visible + .kt-pay__inner{outline:2px solid #001364;outline-offset:2px}
.kt-pay__icon{
    flex:0 0 auto;width:40px;height:40px;border-radius:10px;
    background:#f1f5f9;color:#475569;
    display:flex;align-items:center;justify-content:center;
    transition:all .18s ease;
}
.kt-pay__opt input:checked + .kt-pay__inner .kt-pay__icon{background:#001364;color:#fff}
.kt-pay__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.kt-pay__title{font-size:14px;font-weight:700;color:#0f172a;line-height:1.3;display:block}
.kt-pay__title em{font-style:normal;color:#001364;font-weight:700;margin-left:4px}
.kt-pay__desc{font-size:12.5px;color:#64748b;line-height:1.5;display:block}
@media (max-width:560px){
    .kt-pay__row{grid-template-columns:1fr}
}

/* === Hero arkaplanı — slide kendi background'unu çizer, parent solid === */
html body section.bt-hero{background:#0f172a none !important;background-image:none !important;position:relative !important;min-height:640px !important;overflow:hidden !important;display:block !important}
html body section.bt-hero .bt-hero__bg{position:absolute !important;inset:0 !important;background:transparent !important;z-index:1 !important;width:100% !important;height:100% !important;pointer-events:none}
html body section.bt-hero .bt-hero__bg svg{width:100% !important;height:100% !important;display:block !important;opacity:.18}
html body section.bt-hero .bt-hero__gradient{display:none !important}
@media (max-width:760px){
    html body section.bt-hero{min-height:540px !important}
}

/* === Premium Filo (kt-fleet) — yatay coverflow carousel === */
.kt-fleet{padding:60px 0}
.kt-fleet-wrap{position:relative;margin-top:24px}

/* Scroller: yatay scroll-snap, ortada aktif kart büyük */
.kt-fleet-scroller{display:flex;overflow-x:auto;overflow-y:visible;gap:16px;padding:32px 0;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.kt-fleet-scroller::-webkit-scrollbar{display:none}
/* Flex spacer pseudo'lar: ilk/son kart center'a snap olabilsin diye */
.kt-fleet-scroller::before,
.kt-fleet-scroller::after{content:"";flex:0 0 calc(40% + 6.4px);align-self:stretch}

/* Kart: 5'i görünür (her biri ~%20), aktif değilse küçük ve soluk */
.kt-fleet-card{flex:0 0 calc((100% - 64px) / 5);scroll-snap-align:center;display:flex;flex-direction:column;background:#fff;border:1px solid #e6e8ec;border-radius:16px;overflow:hidden;cursor:pointer;text-align:left;padding:0;font-family:inherit;outline:0;box-shadow:0 4px 14px -8px rgba(15,23,42,.12);transform:scale(.86);opacity:.55;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,box-shadow .3s ease;will-change:transform}
.kt-fleet-card.is-active{transform:scale(1.08);opacity:1;z-index:2;box-shadow:0 28px 56px -16px rgba(15,23,42,.32)}
.kt-fleet-card.is-active .kt-fleet-card__img img{transform:scale(1.04)}
.kt-fleet-card.is-active .kt-fleet-card__price::after{background:var(--brand-primary,#001364);color:#fff}

.kt-fleet-card__img{position:relative;width:100%;aspect-ratio:16/10;background:#f6f7fb;overflow:hidden;flex:0 0 auto}
.kt-fleet-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}

.kt-fleet-card__body{padding:14px 16px;display:flex;flex-direction:column;gap:10px;background:#fff;flex:1;min-width:0}
.kt-fleet-card__body h3{font-size:16px;font-weight:700;margin:0;color:#0f172a;line-height:1.25;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.kt-fleet-card__body ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}
.kt-fleet-card__body ul li{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;color:#475569;background:#f1f5f9;padding:3px 9px;border-radius:99px;font-weight:600}
.kt-fleet-card__body ul li svg{width:11px;height:11px}
.kt-fleet-card__price{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--brand-primary,#001364);font-weight:800;font-size:15px;margin-top:auto;padding-top:6px;border-top:1px solid #f1f5f9}
.kt-fleet-card__price::after{content:"→";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--brand-primary,#001364);color:#fff;font-size:13px;font-weight:700;transition:transform .2s ease;flex:0 0 auto}

/* Nav arrows (masaüstü) */
.kt-fleet-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:#fff;border:1px solid #e6e8ec;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px -8px rgba(15,23,42,.22);z-index:5;font-family:inherit;transition:transform .15s ease,box-shadow .15s ease,background .15s}
.kt-fleet-arrow:hover{background:var(--brand-primary,#001364);color:#fff;border-color:var(--brand-primary,#001364);transform:translateY(-50%) scale(1.08)}
.kt-fleet-arrow svg{width:18px;height:18px}
.kt-fleet-arrow--prev{left:-10px}
.kt-fleet-arrow--next{right:-10px}

@media (max-width:760px){
  /* Mobilde carousel KAPALI — düz 2'li grid */
  .kt-fleet{padding:44px 0}
  .kt-fleet-wrap{margin-top:18px}
  .kt-fleet-scroller{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;padding:0 !important;overflow:visible !important;scroll-snap-type:none !important}
  .kt-fleet-scroller::before,
  .kt-fleet-scroller::after{display:none !important}
  .kt-fleet-card{flex:none !important;width:100% !important;transform:none !important;opacity:1 !important;scroll-snap-align:none !important;border-radius:14px}
  .kt-fleet-card.is-active{transform:none !important;box-shadow:0 4px 14px -8px rgba(15,23,42,.12)}
  .kt-fleet-card.is-clone{display:none !important}
  .kt-fleet-card__img{aspect-ratio:4/3}
  .kt-fleet-card__body{padding:10px 12px;gap:8px}
  .kt-fleet-card__body h3{font-size:13.5px}
  .kt-fleet-card__body ul{gap:4px}
  .kt-fleet-card__body ul li{font-size:10.5px;padding:2px 7px;gap:3px}
  .kt-fleet-card__body ul li svg{width:10px;height:10px}
  .kt-fleet-card__price{font-size:13px;padding-top:6px}
  .kt-fleet-card__price::after{width:24px;height:24px;font-size:12px}
  .kt-fleet-arrow{display:none !important}
}

/* Sonsuz döngü için clone kartlar — masaüstünde görünür, mobilde gizli */
.kt-fleet-card.is-clone{pointer-events:auto}

/* JS aktif olduğunda spacer pseudo'ları kapansın (clones onların yerini alır) */
.kt-fleet-scroller.is-looped::before,
.kt-fleet-scroller.is-looped::after{display:none}

/* === Section başlıklarında <em> = brand color gradient (mavi yerine site rengi) === */
html body .bt-section-head__title em,
html body .kt-section-head__title em,
html body .hz-reviews__title em{
    background:linear-gradient(135deg, var(--brand-primary), color-mix(in srgb, var(--brand-primary), #fff 35%)) !important;
    -webkit-background-clip:text !important;
    -webkit-text-fill-color:transparent !important;
    background-clip:text !important;
    color:transparent !important;
}

/* Fleet detay modal */
.kt-fleet-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}
.kt-fleet-modal[hidden]{display:none}
.kt-fleet-modal__bd{position:absolute;inset:0;background:rgba(15,23,42,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}

.kt-fleet-modal__dialog{position:relative;background:#fff;border-radius:24px;width:min(560px,100%);max-height:92vh;overflow:auto;box-shadow:0 40px 100px -20px rgba(0,0,0,.5);display:flex;flex-direction:column;animation:kfmIn .35s cubic-bezier(.16,1,.3,1)}
@keyframes kfmIn{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none}}

.kt-fleet-modal__close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;border:0;background:rgba(255,255,255,.95);cursor:pointer;z-index:3;color:#0f172a;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.2);transition:transform .2s ease,background .15s}
.kt-fleet-modal__close:hover{transform:rotate(90deg);background:#fff}

.kt-fleet-modal__img{position:relative;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:0;aspect-ratio:16/10;overflow:hidden;flex:0 0 auto}
.kt-fleet-modal__img img{width:100%;height:100%;object-fit:cover;display:block}
.kt-fleet-modal__img::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 55%,rgba(255,255,255,.5) 100%);pointer-events:none}

.kt-fleet-modal__body{padding:22px 26px 26px;display:flex;flex-direction:column;gap:14px}

.kt-fleet-modal__eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--brand-primary,#001364);text-transform:uppercase;align-self:flex-start;background:color-mix(in srgb, var(--brand-primary, #001364) 12%, transparent);padding:5px 12px;border-radius:99px;line-height:1.2}

.kt-fleet-modal__body h2{font-size:26px;font-weight:800;margin:0;color:#0f172a;line-height:1.18;letter-spacing:-.015em}

.kt-fleet-modal__specs{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}
.kt-fleet-modal__specs li{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#1e293b;background:#f1f5f9;padding:7px 12px;border-radius:10px;font-weight:600;border:1px solid #e6e8ec}
.kt-fleet-modal__specs li svg{width:14px;height:14px;color:var(--brand-primary,#001364);flex:0 0 auto}

.kt-fleet-modal__body p{font-size:13.5px;color:#475569;line-height:1.65;margin:0;background:#f8fafc;padding:14px 16px;border-radius:12px;border-left:3px solid var(--brand-primary,#001364)}

.kt-fleet-modal__divider{height:1px;background:#f1f5f9;margin:2px 0}

.kt-fleet-modal__bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}

.kt-fleet-modal__price{display:flex;flex-direction:column;gap:3px;min-width:0}
.kt-fleet-modal__price span{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.kt-fleet-modal__price strong{font-size:26px;color:var(--brand-primary,#001364);font-weight:800;letter-spacing:-.02em;line-height:1}

.kt-fleet-modal__btn{display:inline-flex;align-items:center;gap:8px;background:var(--brand-primary,#001364);color:#fff;font-weight:700;padding:13px 22px;border-radius:99px;text-decoration:none;font-size:14.5px;transition:transform .15s,box-shadow .15s;box-shadow:0 8px 20px -8px color-mix(in srgb, var(--brand-primary, #001364) 65%, transparent)}
.kt-fleet-modal__btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px -10px color-mix(in srgb, var(--brand-primary, #001364) 75%, transparent);color:#fff;text-decoration:none}
.kt-fleet-modal__btn svg{width:16px;height:16px;transition:transform .2s ease;flex:0 0 auto}
.kt-fleet-modal__btn:hover svg{transform:translateX(3px)}

@media (max-width:560px){
    .kt-fleet-modal{padding:12px}
    .kt-fleet-modal__dialog{border-radius:18px}
    .kt-fleet-modal__img{aspect-ratio:4/3}
    .kt-fleet-modal__body{padding:18px 18px 20px;gap:12px}
    .kt-fleet-modal__body h2{font-size:21px}
    .kt-fleet-modal__price strong{font-size:22px}
    .kt-fleet-modal__btn{width:100%;justify-content:center;padding:12px 18px}
    .kt-fleet-modal__bottom{flex-direction:column;align-items:stretch}
    .kt-fleet-modal__bottom .kt-fleet-modal__price{flex-direction:row;align-items:baseline;gap:10px}
}
/* === Anasayfa bölüm wrapper'ı: admin'den bg/padding seçilince iç section'ın hardcoded bg/padding'ini ezer === */
.kt-home-section-wrap[data-has-bg="1"] > section,
.kt-home-section-wrap[data-has-bg="1"] > section.bt-routes,
.kt-home-section-wrap[data-has-bg="1"] > section.hz-tours-section,
.kt-home-section-wrap[data-has-bg="1"] > section.hz-blogs-section,
.kt-home-section-wrap[data-has-bg="1"] > section.hz-reviews,
.kt-home-section-wrap[data-has-bg="1"] > section.hz-vehicles,
.kt-home-section-wrap[data-has-bg="1"] > section.bt-features,
.kt-home-section-wrap[data-has-bg="1"] > section.kz-campaigns,
.kt-home-section-wrap[data-has-bg="1"] > .bt-routes,
.kt-home-section-wrap[data-has-bg="1"] > .hz-tours-section,
.kt-home-section-wrap[data-has-bg="1"] > .hz-blogs-section,
.kt-home-section-wrap[data-has-bg="1"] > .hz-reviews,
.kt-home-section-wrap[data-has-bg="1"] > .hz-vehicles,
.kt-home-section-wrap[data-has-bg="1"] > .bt-features,
.kt-home-section-wrap[data-has-bg="1"] > .kz-campaigns{background:transparent!important}
.kt-home-section-wrap[data-has-padding="1"] > section,
.kt-home-section-wrap[data-has-padding="1"] > .bt-routes,
.kt-home-section-wrap[data-has-padding="1"] > .hz-tours-section,
.kt-home-section-wrap[data-has-padding="1"] > .hz-blogs-section,
.kt-home-section-wrap[data-has-padding="1"] > .hz-reviews,
.kt-home-section-wrap[data-has-padding="1"] > .hz-vehicles,
.kt-home-section-wrap[data-has-padding="1"] > .bt-features,
.kt-home-section-wrap[data-has-padding="1"] > .kz-campaigns{padding-top:0!important;padding-bottom:0!important}
/* === Tur checkout: sağ rezervasyon detayları kartı mobilde gizli — yukarıda mobil banner zaten var === */
@media (max-width:760px){.rs-side{display:none!important}}
/* === Yorum yıldızları — boş gri, dolu turuncu (SVG + polygon child'a zorla) === */
.kt-rev-stars .kt-rev-star svg,
.kt-rev-stars .kt-rev-star svg polygon,
.kt-rev-stars .kt-rev-star svg path{fill:#e2e8f0!important;stroke:#cbd5e1!important;transition:fill .12s,stroke .12s}
.kt-rev-stars .kt-rev-star.is-on svg,
.kt-rev-stars .kt-rev-star.is-on svg polygon,
.kt-rev-stars .kt-rev-star.is-on svg path{fill:#f59e0b!important;stroke:#f59e0b!important}
/* === Tour detay "Devamını Oku" butonu — kutulu, ortalı === */
.hz-comment-view-more-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;margin:18px auto 6px;width:fit-content;min-width:160px;transition:background .15s ease,border-color .15s ease,color .15s ease;line-height:1}
.hz-comment-view-more-btn:hover{background:#001364;border-color:#001364;color:#fff}
.hz-comment-view-more-btn svg{transition:transform .15s ease}
.hz-comment-view-more-btn:hover svg{transform:translateY(2px)}

/* === Anasayfa Müşteri Yorumları — mobilde 1.5 kart görünüm (kaydırılabilir olduğunu belli et) === */
@media (max-width:760px){
    .hz-rev-card{width:78vw!important;max-width:320px!important}
    .hz-reviews__scroller{padding-left:14px!important;padding-right:14px!important}
    .hz-reviews__track{padding-right:24vw!important}
}
/* === İletişim sayfası (contact.php) — Vue #app içinde inline style stripleniyor, BURADA tutulur === */
.kt-contact{padding:48px 0 60px;background:#f8fafc;font-family:inherit}
.kt-contact .container{max-width:1200px;margin:0 auto;padding:0 16px}
.kt-contact__head{text-align:center;margin-bottom:32px}
.kt-contact__eyebrow{display:inline-block;background:rgba(0,19,100,.08);color:#001364;font-size:11px;font-weight:700;letter-spacing:1.5px;padding:6px 14px;border-radius:99px;margin-bottom:14px}
.kt-contact__title{font-size:34px;font-weight:800;color:#0f172a;margin:0 0 10px;line-height:1.15;letter-spacing:-.5px}
.kt-contact__sub{font-size:15px;color:#64748b;line-height:1.6;margin:0 auto;max-width:600px}
.kt-contact__sub strong{color:#001364}
.kt-contact__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:36px}
.kt-contact__form-wrap{max-width:760px;margin:0 auto}
.kt-cc{display:flex;flex-direction:column;gap:6px;padding:20px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;text-decoration:none;color:#0f172a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;overflow:hidden;min-height:160px}
.kt-cc::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0%,rgba(0,19,100,.08),transparent 55%);opacity:0;transition:opacity .3s ease;pointer-events:none}
.kt-cc:hover{transform:translateY(-4px);box-shadow:0 16px 40px -12px rgba(15,23,42,.18);border-color:#cbd5e1;text-decoration:none;color:#0f172a}
.kt-cc:hover::before{opacity:1}
.kt-cc__icon{width:44px;height:44px;border-radius:11px;background:#eef2ff;color:#001364;display:inline-flex;align-items:center;justify-content:center;margin-bottom:6px;transition:all .25s ease}
.kt-cc:hover .kt-cc__icon{background:#001364;color:#fff;transform:rotate(-6deg) scale(1.05)}
.kt-cc__lbl{font-size:11.5px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}
.kt-cc__val{font-size:15px;font-weight:600;color:#0f172a;line-height:1.35;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.kt-cc__cta{font-size:12.5px;color:#001364;font-weight:600;margin-top:6px}
.kt-cc--wa .kt-cc__icon{background:rgba(37,211,102,.12);color:#25d366}
.kt-cc--wa:hover .kt-cc__icon{background:#25d366}
.kt-cc--wa .kt-cc__cta{color:#25d366}
.kt-cc--mail .kt-cc__icon{background:rgba(245,158,11,.12);color:#d97706}
.kt-cc--mail:hover .kt-cc__icon{background:#d97706}
.kt-cc--mail .kt-cc__cta{color:#d97706}
.kt-cc--addr .kt-cc__icon{background:rgba(220,38,38,.1);color:#dc2626}
.kt-cc--addr:hover .kt-cc__icon{background:#dc2626}
.kt-cc--addr .kt-cc__cta{color:#dc2626}
.kt-contact__grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}
.kt-contact__form-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px}
.kt-contact__form-title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 6px}
.kt-contact__form-sub{color:#64748b;font-size:14px;margin:0 0 22px}
.kt-contact__form{display:flex;flex-direction:column;gap:14px}
.kt-contact__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.kt-contact__form label{display:flex;flex-direction:column;gap:6px}
.kt-contact__form label > span{font-size:13px;font-weight:600;color:#475569}
.kt-contact__form input,.kt-contact__form select,.kt-contact__form textarea{padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;color:#0f172a;font-family:inherit;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;outline:none;width:100%;box-sizing:border-box}
.kt-contact__form input:focus,.kt-contact__form select:focus,.kt-contact__form textarea:focus{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.1)}
.kt-contact__form textarea{resize:vertical;min-height:130px;line-height:1.5}
.kt-contact__full{width:100%}
.kt-contact__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;background:#001364;color:#fff;border:0;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;align-self:flex-start;transition:background .15s ease,transform .15s ease}
.kt-contact__submit:hover{background:#001364;transform:translateY(-1px)}
.kt-contact__err{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:10px;font-size:14px;margin-bottom:14px}
.kt-contact__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;gap:8px}
.kt-contact__success strong{font-size:18px;color:#166534}
.kt-contact__success p{margin:0;color:#15803d;font-size:14px}
.kt-contact__side{display:flex;flex-direction:column;gap:14px;position:sticky;top:20px}
.kt-contact__hours{background:linear-gradient(135deg,#001364 0%,#001364 100%);color:#fff;border-radius:16px;padding:22px}
.kt-contact__hours h3{margin:0 0 6px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.85}
.kt-contact__hours p{margin:0;font-size:18px;font-weight:600;line-height:1.4}
.kt-contact__quickcall{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;text-decoration:none;color:#0f172a;transition:border-color .15s ease,transform .15s ease}
.kt-contact__quickcall:hover{border-color:#001364;transform:translateY(-1px);text-decoration:none;color:#0f172a}
.kt-contact__quickcall svg{flex:0 0 auto;color:#001364}
.kt-contact__quickcall small{display:block;font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.kt-contact__quickcall strong{display:block;font-size:16px;color:#0f172a;margin-top:2px}
.kt-contact__map{border-radius:14px;overflow:hidden;border:1px solid #e2e8f0;background:#f1f5f9}
.kt-contact__map iframe{width:100%;height:280px;border:0;display:block}
@media (max-width:991px){
    .kt-contact__cards{grid-template-columns:repeat(2,1fr)}
    .kt-contact__grid{grid-template-columns:1fr}
    .kt-contact__side{position:static;flex-direction:row;flex-wrap:wrap}
    .kt-contact__hours,.kt-contact__quickcall{flex:1 1 calc(50% - 7px);min-width:280px}
    .kt-contact__map{flex:1 1 100%}
}
@media (max-width:560px){
    .kt-contact{padding:32px 0 50px}
    .kt-contact__title{font-size:26px}
    .kt-contact__sub{font-size:14px}
    .kt-contact__cards{grid-template-columns:1fr;gap:10px}
    .kt-cc{padding:16px;min-height:auto}
    .kt-contact__form-wrap{padding:20px}
    .kt-contact__row{grid-template-columns:1fr}
    .kt-contact__side{flex-direction:column}
    .kt-contact__hours,.kt-contact__quickcall{flex:1 1 100%;min-width:0}
    .kt-contact__hours{padding:18px}
    .kt-contact__hours p{font-size:15px}
    .kt-contact__map iframe{height:220px}
}
/* === Müşteri Yorumları kartları (modern, TripAdvisor benzeri) === */
.hz-rev-card{flex:0 0 auto;width:360px;max-width:90vw;scroll-snap-align:start;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 18px 16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;font-family:inherit;color:#0f172a}
.hz-rev-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px -8px rgba(15,23,42,.16);border-color:#cbd5e1}
.hz-rev-card__head{display:flex;gap:12px;align-items:flex-start}
.hz-rev-card__av{flex:0 0 auto;width:46px;height:46px;border-radius:50%;overflow:hidden;background:#cbd5e1;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;letter-spacing:-.01em;box-shadow:0 1px 2px rgba(15,23,42,.06)}
.hz-rev-card__av img{width:100%;height:100%;object-fit:cover;display:block}
.hz-rev-card__av--initial{font-family:inherit}
.hz-rev-card__id{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}
.hz-rev-card__name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.hz-rev-card__name{font-weight:600;font-size:14.5px;color:#0f172a;line-height:1.25}
.hz-rev-card__verified{display:inline-flex;align-items:center;gap:4px;background:#ecfdf5;color:#065f46;font-size:11px;font-weight:600;padding:2px 8px;border-radius:99px;line-height:1}
.hz-rev-card__meta{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#64748b;flex-wrap:wrap}
.hz-rev-card__stars{display:inline-flex;align-items:center;gap:1px;line-height:0}
.hz-rev-card__sep{color:#cbd5e1;font-weight:700}
.hz-rev-card__date{color:#64748b}
.hz-rev-card__tour{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:#1e3a8a;text-decoration:none;padding:7px 12px;border-radius:9px;font-size:12.5px;font-weight:600;line-height:1.3;transition:background .15s ease,color .15s ease;align-self:flex-start;max-width:100%;border:1px solid #dbeafe}
/* Sadece link (a etiketi) için hover; div ise (subject_type != tour) hover olmasın */
a.hz-rev-card__tour:hover{background:#001364;color:#fff;border-color:#001364;text-decoration:none}
a.hz-rev-card__tour:hover .hz-rev-card__arrow{transform:translateX(2px)}
.hz-rev-card__tour > span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hz-rev-card__tour svg{flex:0 0 auto}
.hz-rev-card__arrow{transition:transform .15s ease;opacity:.7}
.hz-rev-card__text{font-size:14px;line-height:1.55;color:#334155;margin:0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.hz-rev-card__photos{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}
.hz-rev-card__photo{position:relative;display:block;width:62px;height:62px;border-radius:9px;overflow:hidden;background:#f1f5f9;flex:0 0 auto;border:0;padding:0;cursor:zoom-in;transition:transform .15s ease}
.hz-rev-card__photo:hover{transform:scale(1.05)}
.hz-rev-card__photo img{width:100%;height:100%;object-fit:cover;display:block}
.hz-rev-card__photo-overlay{position:absolute;inset:0;background:rgba(15,23,42,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;letter-spacing:.5px}
@media (max-width:520px){
    .hz-rev-card{padding:14px 14px 12px}
    .hz-rev-card__av{width:42px;height:42px;font-size:16px}
    .hz-rev-card__photo{width:54px;height:54px}
}
/* === Google Places autocomplete dropdown (modern) === */
.kt-gpac{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 18px 48px -10px rgba(15,23,42,.22),0 4px 12px -4px rgba(15,23,42,.08);padding:6px;font-family:inherit;animation:ktGpacIn .18s ease-out}
.kt-gpac[hidden]{display:none!important}
@keyframes ktGpacIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.kt-gpac__item{display:flex;align-items:flex-start;gap:12px;padding:11px 12px;border-radius:10px;cursor:pointer;transition:background .12s ease;color:#0f172a;line-height:1.35}
.kt-gpac__item + .kt-gpac__item{margin-top:2px}
.kt-gpac__item:hover,.kt-gpac__item.is-active{background:#f1f5f9}
.kt-gpac__icon{flex:0 0 auto;width:32px;height:32px;border-radius:8px;background:#eef2ff;color:#001364;display:inline-flex;align-items:center;justify-content:center}
.kt-gpac__item:hover .kt-gpac__icon{background:#001364;color:#fff}
.kt-gpac__txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.kt-gpac__main{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kt-gpac__sec{font-size:12.5px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.kt-gpac__empty{padding:14px 16px;font-size:13px;color:#94a3b8;text-align:center}
@media (max-width:520px){
    .kt-gpac__item{padding:10px}
    .kt-gpac__icon{width:28px;height:28px}
    .kt-gpac__main{font-size:13.5px}
    .kt-gpac__sec{font-size:12px}
}
/* === Telefon native input/select — TEK BÜTÜN kutu görünümü === */
.kt-tel{display:flex;align-items:stretch;gap:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff;height:42px}
.kt-tel:focus-within{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.1)}
.kt-tel select.kt-tel__cc{flex:0 0 auto;width:90px;max-width:90px;padding:0 6px 0 12px;border:0!important;border-right:1px solid #e2e8f0!important;background:#f8fafc!important;font-size:13px;color:#0f172a;cursor:pointer;font-family:inherit;outline:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%}
.kt-tel select.kt-tel__cc:hover{background:#eef2ff!important}
.kt-tel input.kt-tel__input{flex:1 1 0;min-width:0;width:100%;padding:0 12px;border:0!important;background:#fff!important;font-size:14px;color:#0f172a;outline:none!important;box-shadow:none!important;font-family:inherit;height:100%}
.kt-tel input.kt-tel__input::placeholder{color:#94a3b8}
@media (max-width:520px){
    .kt-tel select.kt-tel__cc{width:80px;max-width:80px;font-size:12.5px;padding:0 4px 0 8px}
}

/* (eski .collapse-reservation-summary position:static !important override kaldırıldı —
   tur-rezervasyon.php artık fixed-bottom pill butonu olarak konumlandırıyor) */
.kt-country-select{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:14px;color:#0f172a;font-family:inherit;cursor:pointer;height:42px;outline:none}
.kt-country-select:focus{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.1)}
/* === Çoklu katılımcı liste (checkout) === */
.kt-pax-list{margin-top:14px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}
.kt-pax-list__head{margin-bottom:10px}
.kt-pax-list__head strong{display:block;font-size:14px;font-weight:700;color:#0f172a}
.kt-pax-list__head p{margin:4px 0 0;font-size:12.5px;color:#64748b;line-height:1.45}
.kt-pax-list__rows{display:flex;flex-direction:column;gap:8px}
.kt-pax-row{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px}
.kt-pax-row__num{flex:0 0 80px;font-size:12px;font-weight:600;color:#475569;letter-spacing:.3px}
.kt-pax-row__name{flex:1 1 35%;min-width:0;padding:8px 12px!important;font-size:14px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;background:#fff!important;font-family:inherit!important;height:38px!important}
.kt-pax-row__id{flex:1 1 35%;min-width:0;padding:8px 12px!important;font-size:14px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;background:#fff!important;font-family:inherit!important;height:38px!important}
.kt-pax-row__name:focus,.kt-pax-row__id:focus{outline:none!important;border-color:#001364!important;box-shadow:0 0 0 3px rgba(0,19,100,.1)!important}
.kt-pax-row__remove{flex:0 0 auto;width:32px;height:32px;background:transparent;border:1px solid #fecaca;color:#dc2626;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}
.kt-pax-row__remove:hover{background:#fef2f2;color:#b91c1c}
.kt-pax-list__add{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:8px 14px;background:#001364;color:#fff;border:0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease}
.kt-pax-list__add:hover{background:#001364}
@media (max-width:560px){
    .kt-pax-row{flex-wrap:wrap}
    .kt-pax-row__num{flex:1 1 100%;min-width:0}
    .kt-pax-row__name,.kt-pax-row__id{flex:1 1 100%}
    .kt-pax-row__remove{margin-left:auto}
}

/* === Banka Havalesi bilgi kutusu (checkout — eft seçilince) === */
.kt-bank-info{margin-top:14px;padding:18px;background:linear-gradient(180deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;border-radius:14px;animation:ktBankIn .25s ease}
.kt-bank-info[hidden]{display:none!important}
@keyframes ktBankIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.kt-bank-info__head{display:flex;align-items:center;gap:10px;color:#92400e;margin-bottom:6px}
.kt-bank-info__head strong{font-size:15px;font-weight:700}
.kt-bank-info__hint{margin:0 0 14px;font-size:13px;color:#78350f;line-height:1.5}
.kt-bank-info__hint strong{color:#7c2d12;font-weight:600}
.kt-bank-info__list{display:flex;flex-direction:column;gap:10px}
.kt-bank-card{background:#fff;border:1px solid #fde68a;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px rgba(146,64,14,.06)}
.kt-bank-card__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.kt-bank-card__name{font-size:15px;color:#0f172a;font-weight:700}
.kt-bank-card__holder{font-size:12.5px;color:#64748b}
.kt-bank-card__rows{display:flex;flex-direction:column;gap:8px}
.kt-bank-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.kt-bank-row__lbl{flex:0 0 auto;min-width:70px;font-size:11.5px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}
.kt-bank-row__val{flex:1;min-width:0;font-family:'SF Mono','Consolas','Monaco',monospace;font-size:14px;color:#0f172a;background:#f8fafc;padding:8px 12px;border-radius:8px;border:1px solid #e2e8f0;letter-spacing:.5px;word-break:break-all;font-weight:600}
.kt-bank-row__val--text{font-family:inherit;letter-spacing:0;font-weight:500;color:#475569}
.kt-bank-copy{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#001364;color:#fff;border:0;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .1s ease}
.kt-bank-copy:hover{background:#001364}
.kt-bank-copy:active{transform:scale(.96)}
.kt-bank-copy.is-done{background:#16a34a}
.kt-bank-row--meta{font-size:13px;color:#475569}
.kt-bank-row--meta .kt-bank-row__val{background:transparent;border:0;padding:0;font-family:inherit;letter-spacing:0;font-weight:500}
.kt-bank-row--note{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:#fef9c3;border:1px solid #fde68a;border-radius:8px;font-size:12.5px;color:#78350f;line-height:1.5;margin-top:4px}
.kt-bank-row--note svg{flex:0 0 auto;color:#d97706;margin-top:1px}
@media (max-width:520px){
    .kt-bank-info{padding:14px}
    .kt-bank-card{padding:12px 14px}
    .kt-bank-row{flex-wrap:wrap}
    .kt-bank-row__lbl{flex:1 1 100%;min-width:0}
    .kt-bank-row__val{flex:1 1 auto;font-size:13px;padding:7px 10px}
    .kt-bank-copy span{display:none}
    .kt-bank-copy{padding:8px 10px}
}

/* === Üye olmak istiyorum kartı (rezervasyon checkout) — Vue alanı içinde inline <style> siliniyor, BURADA tutulur === */
.kt-rezv-acc{position:relative;background:linear-gradient(180deg,#f8fafc 0%,#eef2ff 100%);border:1px solid #e2e8f0;border-radius:14px;padding:0;margin-top:6px;margin-bottom:18px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}
.kt-rezv-acc::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0%,rgba(0,19,100,.07),transparent 55%);pointer-events:none;opacity:0;transition:opacity .3s ease}
.kt-rezv-acc.is-active{border-color:#001364;box-shadow:0 4px 18px rgba(0,19,100,.12);background:linear-gradient(180deg,#ffffff 0%,#f1f5ff 100%)}
.kt-rezv-acc.is-active::before{opacity:1}
.kt-rezv-acc__head{display:flex;align-items:center;gap:14px;cursor:pointer;padding:16px 18px;margin:0;user-select:none}
.kt-rezv-acc__icon{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#001364;transition:all .25s ease}
.kt-rezv-acc.is-active .kt-rezv-acc__icon{background:#001364;color:#fff;border-color:#001364;transform:rotate(-6deg) scale(1.05)}
.kt-rezv-acc__txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.kt-rezv-acc__txt strong{font-size:14.5px;color:#0f172a;font-weight:700;line-height:1.25}
.kt-rezv-acc__txt small{font-size:12.5px;color:#64748b;line-height:1.35}
.kt-rezv-acc__sw{flex:0 0 auto;position:relative;width:46px;height:26px;display:inline-block}
.kt-rezv-acc__sw input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:2}
.kt-rezv-acc__sw-track{position:absolute;inset:0;background:#cbd5e1;border-radius:999px;transition:background .25s ease}
.kt-rezv-acc__sw-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .25s cubic-bezier(.34,1.56,.64,1)}
.kt-rezv-acc.is-active .kt-rezv-acc__sw-track{background:#001364}
.kt-rezv-acc.is-active .kt-rezv-acc__sw-thumb{transform:translateX(20px)}
.kt-rezv-acc__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease,opacity .25s ease;opacity:0}
.kt-rezv-acc__body > *{min-height:0;overflow:hidden}
.kt-rezv-acc.is-active .kt-rezv-acc__body{grid-template-rows:1fr;opacity:1}
.kt-rezv-acc__inner{padding:0 18px 18px}
.kt-rezv-acc__perks{list-style:none;margin:0 0 14px;padding:14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:grid;gap:8px}
.kt-rezv-acc__perks li{display:flex;align-items:center;gap:10px;font-size:13px;color:#334155;line-height:1.4}
.kt-rezv-acc__perks li svg{flex:0 0 auto;color:#10b981}
.kt-rezv-acc__field{padding:0}
.kt-rezv-acc__field > label{display:block;font-size:12.5px;color:#475569;font-weight:600;margin-bottom:6px;text-transform:uppercase;letter-spacing:.4px}
.kt-rezv-acc__input{position:relative;display:flex;align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}
.kt-rezv-acc__input:focus-within{border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.12)}
.kt-rezv-acc__lock{position:absolute;left:12px;color:#94a3b8;pointer-events:none}
.kt-rezv-acc__input input{flex:1;width:100%;padding:11px 40px 11px 36px;border:0;background:transparent;font-size:14px;color:#0f172a;outline:none;font-family:inherit}
.kt-rezv-acc__input input::placeholder{color:#94a3b8}
.kt-rezv-acc__eye{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:6px;color:#64748b;cursor:pointer;padding:0;transition:background .15s ease,color .15s ease}
.kt-rezv-acc__eye:hover{background:#f1f5f9;color:#0f172a}
.kt-rezv-acc__field small{display:block;margin-top:8px;font-size:12px;color:#64748b;line-height:1.5}
.kt-rezv-acc__field small a{color:#001364;font-weight:600;text-decoration:underline}
.kt-rezv-acc--logged{display:flex;align-items:center;gap:10px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:12px 16px;border-radius:14px;font-size:14px;margin-top:6px}
@media (max-width:520px){
    .kt-rezv-acc__head{padding:14px;gap:10px}
    .kt-rezv-acc__icon{width:36px;height:36px}
    .kt-rezv-acc__inner{padding:0 14px 14px}
}

/* === Section 3: Page preloader (2676-2730) === */
/* Sayfa hazır olana kadar #app gizli */
html.ktp-loading #app{visibility:hidden!important}
html.ktp-loading{overflow:hidden}
#ktPreloader{position:fixed;inset:0;z-index:999998;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;font-family:inherit;animation:ktpFade .25s ease}
#ktPreloader.ktp-out{opacity:0;transition:opacity .35s ease;pointer-events:none}

/* Yol + araba — soldan sağa, GPU-accelerated transform animasyonu */
.ktp-road{position:relative;width:min(560px,80vw);height:130px;overflow:hidden}
.ktp-road__lane{position:absolute;left:0;right:0;bottom:14px;height:3px;background-image:repeating-linear-gradient(90deg,#001364 0 22px,transparent 22px 40px);background-size:40px 3px;animation:ktpLane 1.1s linear infinite}
.ktp-car{
    position:absolute;
    bottom:8px;
    left:-200px;        /* başlangıç: ekranın 200px solunda */
    height:74px;
    width:auto;
    display:block;
    filter:drop-shadow(0 6px 12px rgba(15,23,42,.18));
    transform:translate3d(0,0,0);
    backface-visibility:hidden;
    will-change:transform;
    animation:ktpDrive 2.6s linear infinite;
}
.ktp-brand-line{font-size:13px;color:#64748b;font-weight:500;letter-spacing:.4px}
/* ktPreloader içine yerleştirilen yeni preset'ler için renk ayarı */
#ktPreloader .kt-pl{color:var(--brand-primary,#001364)}

/* translate3d ile sabit hızlı geçiş — `left` reflow yapmıyor.
   100vw + 400px → her viewport'ta arabayı sağdan tamamen çıkarmaya yetiyor (yol max 560px). */
@keyframes ktpDrive{
    0%   {transform:translate3d(0, 0, 0)}
    20%  {transform:translate3d(calc((100vw + 400px) * .2), -1px, 0)}
    40%  {transform:translate3d(calc((100vw + 400px) * .4),  0,    0)}
    60%  {transform:translate3d(calc((100vw + 400px) * .6), -1px, 0)}
    80%  {transform:translate3d(calc((100vw + 400px) * .8),  0,    0)}
    100% {transform:translate3d(calc(100vw + 400px),         0,    0)}
}
@keyframes ktpLane{0%{background-position:0 0}100%{background-position:-40px 0}}
@keyframes ktpFade{from{opacity:0}to{opacity:1}}


@media (max-width:480px){
    .ktp-road{height:110px}
    .ktp-car{height:60px;left:-160px}
}
/* Google Translate banner/iframe preloader önüne çıkmasın */
html.ktp-loading .goog-te-banner-frame,
html.ktp-loading iframe.goog-te-banner-frame,
html.ktp-loading #goog-gt-tt,
html.ktp-loading .goog-tooltip{display:none!important;visibility:hidden!important}
/* Hover tooltip / underline her zaman gizli */
.goog-tooltip,.goog-tooltip:hover,.goog-tooltip-bg{display:none!important;visibility:hidden!important;opacity:0!important;background:none!important;box-shadow:none!important;border:0!important}
.goog-text-highlight{background:none!important;box-shadow:none!important;border:0!important}
font[style*="background-color"]{background:none!important}

/* === Section 4: Search bar dropdowns (Google Places + Hours popup) === */
.kt-gpac[hidden]{display:none!important}
.kt-gpac__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .12s;color:#475569}
.kt-gpac__item:hover{background:#f1f5f9;color:#0f172a}
.kt-gpac__item svg{flex:0 0 auto}
.kt-gpac__item strong{display:block;font-size:14px;font-weight:600;color:#0f172a;line-height:1.2}
.kt-gpac__item small{display:block;font-size:12px;color:#64748b;margin-top:2px}
.kt-gpac__empty{padding:14px;text-align:center;color:#64748b;font-size:13px}
@media (max-width:760px){
    html body .kt-gpac:not([hidden]){
        position:fixed!important;top:auto!important;left:0!important;right:0!important;bottom:0!important;
        margin:0!important;width:100vw!important;max-width:none!important;min-width:0!important;
        border-radius:20px 20px 0 0!important;max-height:70vh!important;
        box-shadow:0 -16px 40px -8px rgba(15,23,42,.3)!important;
        padding:18px 12px 24px!important;z-index:99998!important;
        background:#fff!important;
        animation:ktGpacSlideHome .25s cubic-bezier(.22,.61,.36,1);
    }
    html body .kt-gpac:not([hidden])::before{content:"";display:block;width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:0 auto 14px}
}
@keyframes ktGpacSlideHome{from{transform:translateY(100%)}to{transform:translateY(0)}}
[data-theme="dark"] .kt-gpac{background:#1d2230;border-color:#2a3142}
[data-theme="dark"] .kt-gpac__item:hover{background:#252b3a}
[data-theme="dark"] .kt-gpac__item strong{color:#f1f3f9}

/* Saatlik Süre — 2 kolonlu popup */
.kt-hours-cell{position:relative}
.kt-hours-toggle{cursor:pointer;outline:none}
.kt-hours-toggle:focus{outline:none}
.kt-hours-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:60;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 18px 40px -10px rgba(0,0,0,.22);padding:10px;min-width:280px}
.kt-hours-pop[hidden]{display:none}
.kt-hours-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(12,auto);grid-auto-flow:column;gap:4px}
.kt-hours-opt{display:block;width:100%;background:none;border:0;text-align:left;padding:9px 12px;border-radius:8px;font-size:13.5px;color:#0f172a;cursor:pointer;font-family:inherit;line-height:1.2;transition:background .12s,color .12s}
.kt-hours-opt:hover{background:#f1f5f9;color:#001364}
.kt-hours-opt.is-active{background:#001364;color:#fff;font-weight:600}
@media (max-width:760px){
    html body .kt-hours-pop:not([hidden]){
        position:fixed!important;top:auto!important;left:0!important;right:0!important;bottom:0!important;
        margin:0!important;width:100vw!important;max-width:none!important;min-width:0!important;
        border-radius:20px 20px 0 0!important;max-height:70vh!important;overflow-y:auto;
        box-shadow:0 -16px 40px -8px rgba(15,23,42,.3)!important;
        padding:18px 12px 24px!important;z-index:99998!important;
        background:#fff!important;
        animation:ktGpacSlideHome .25s cubic-bezier(.22,.61,.36,1);
    }
    html body .kt-hours-pop:not([hidden])::before{content:"";display:block;width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:0 auto 14px}
}

/* === SECTIONS (anasayfa) === */
/* --- includes/sections/hotels-popular.php --- */
.kt-hs{padding:24px 0}
.kt-hs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.kt-hs__card{background:#fff;border:1px solid #e6e8ec;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:.2s;display:flex;flex-direction:column}
.kt-hs__card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -20px rgba(15,23,42,.25)}
.kt-hs__img{height:170px;background:#0f172a;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}
.kt-hs__stars{position:absolute;top:10px;left:10px;background:rgba(255,255,255,.95);color:#f59e0b;font-size:12px;font-weight:700;padding:3px 8px;border-radius:99px;letter-spacing:1px}
.kt-hs__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1}
.kt-hs__body h3{margin:0;font-size:15.5px;color:#0f172a;font-weight:700}
.kt-hs__loc{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b}
.kt-hs__foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;border-top:1px solid #f1f5f9}
.kt-hs__rating strong{background:#dcfce7;color:#15803d;padding:3px 8px;border-radius:6px;font-size:13px}
.kt-hs__price{text-align:right}
.kt-hs__price small{display:block;font-size:11px;color:#94a3b8}
.kt-hs__price strong{color:#001364;font-weight:700;font-size:14px}
@media (max-width:560px){.kt-hs__img{height:150px}}
/* --- includes/sections/villas-popular.php --- */
.kt-vs{padding:24px 0}
.kt-vs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.kt-vs__card{background:#fff;border:1px solid #e6e8ec;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:.2s;display:flex;flex-direction:column}
.kt-vs__card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -20px rgba(15,23,42,.25)}
.kt-vs__img{height:180px;background:#0f172a;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative}
.kt-vs__badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:4px;background:#fef3c7;color:#92400e;font-size:11px;font-weight:700;padding:4px 9px;border-radius:99px}
.kt-vs__feat{position:absolute;bottom:10px;left:10px;display:inline-flex;align-items:center;gap:4px;background:rgba(15,23,42,.7);color:#fff;font-size:11px;padding:3px 8px;border-radius:6px}
.kt-vs__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1}
.kt-vs__body h3{margin:0;font-size:15.5px;color:#0f172a;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25}
.kt-vs__loc{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b}
.kt-vs__specs{display:flex;gap:8px;font-size:12px;color:#475569}
.kt-vs__specs span{display:inline-flex;align-items:center;gap:3px}
.kt-vs__foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;border-top:1px solid #f1f5f9}
.kt-vs__rating{display:inline-flex;align-items:center;gap:3px;color:#0f172a;font-weight:700;font-size:13px}
.kt-vs__new{font-size:11px;color:#94a3b8;background:#f1f5f9;padding:3px 8px;border-radius:99px}
.kt-vs__price strong{color:#001364;font-weight:800;font-size:15px}
.kt-vs__price small{font-size:11px;color:#94a3b8;margin-left:3px}
@media (max-width:560px){.kt-vs__img{height:160px}}
/* --- includes/sections/yachts-popular.php --- */
.kt-ys{padding:24px 0}
.kt-ys__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.kt-ys__card{background:#fff;border:1px solid #e6e8ec;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:.2s;display:flex;flex-direction:column}
.kt-ys__card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -20px rgba(15,23,42,.25)}
.kt-ys__img{height:170px;background:#0f172a;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}
.kt-ys__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px;flex:1}
.kt-ys__body h3{margin:0;font-size:15.5px;color:#0f172a;font-weight:700}
.kt-ys__body p{margin:0;font-size:12.5px;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kt-ys__meta{display:flex;gap:10px;font-size:11.5px;color:#64748b;padding-top:6px;border-top:1px solid #f1f5f9}
.kt-ys__foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;border-top:1px solid #f1f5f9;font-size:13px}
.kt-ys__foot strong{color:#001364;font-weight:700}
.kt-ys__foot span{color:#ff6b35;font-weight:600;font-size:12px}
@media (max-width:560px){
    .kt-ys__img{height:150px}
}

/* === HOME COMPONENTS / MODALS === */
/* --- includes/auth-modal.php --- */
.kt-am{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px;font-family:inherit}
.kt-am[aria-hidden="false"]{display:flex}
.kt-am__bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}
.kt-am__dialog{position:relative;display:grid;grid-template-columns:1fr 360px;width:min(820px,100%);max-height:calc(100vh - 40px);overflow:hidden;background:#fff;border-radius:18px;box-shadow:0 30px 80px -10px rgba(0,0,0,.4);animation:ktAmIn .22s ease-out}
.kt-am__left{position:relative;overflow-y:auto;max-height:inherit}
.kt-am__right{position:relative;background:#f1f5f9;overflow:hidden;min-height:480px}
.kt-am__right img{width:100%;height:100%;object-fit:cover;display:block}
@keyframes ktAmIn{from{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
.kt-am__close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:3}
.kt-am__close:hover{background:#f1f5f9;color:#0f172a}
.kt-am__step-head{padding:6px 0 14px;margin:-12px -8px 0}
.kt-am__back{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;font-family:inherit}
.kt-am__back:hover{background:#f1f5f9;color:#0f172a}
.kt-am__body{padding:28px 32px 28px;position:relative}
.kt-am__legal{font-size:11px;color:#94a3b8;line-height:1.5;margin:4px 0 0}
.kt-am__legal a{color:#475569;text-decoration:underline}
.kt-am__legal strong{color:#475569}
.kt-am__community{display:flex;align-items:center;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid #f1f5f9;font-size:13px;color:#64748b}
.kt-am__avatars{display:flex;flex-shrink:0}
.kt-am__avatars img,.kt-am__avatars span{width:26px;height:26px;border-radius:50%;border:2px solid #fff;margin-left:-7px;box-shadow:0 1px 3px rgba(0,0,0,.08);object-fit:cover;display:block;background:#e2e8f0}
.kt-am__avatars img:first-child,.kt-am__avatars span:first-child{margin-left:0}
.kt-am__community strong{color:#0f172a;font-weight:700}
.kt-am__stats{position:absolute;top:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;z-index:2;padding:24px 20px 18px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.85) 55%,rgba(255,255,255,0) 100%);pointer-events:none}
.kt-am__stat small{display:block;font-size:11px;color:#475569;font-weight:500;margin-bottom:2px;line-height:1.2}
.kt-am__stat strong{display:block;font-size:14px;color:#0f172a;font-weight:700;letter-spacing:-.2px}
.kt-am__star{color:#f59e0b}
/* Step 2 (login/register): sağdaki resim panel'ini gizle, modal tek sütun + dar */
.kt-am[data-step="login"] .kt-am__dialog,
.kt-am[data-step="register"] .kt-am__dialog{grid-template-columns:1fr;width:min(440px,100%)}
.kt-am[data-step="login"] .kt-am__right,
.kt-am[data-step="register"] .kt-am__right{display:none}
.kt-am__step[hidden]{display:none}
.kt-am__title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 8px;letter-spacing:-.3px}
.kt-am__sub{font-size:14px;color:#64748b;margin:0 0 22px;line-height:1.5}
.kt-am__sub strong{color:#0f172a}
.kt-am__gbtn-wrap{display:flex;justify-content:center;margin-bottom:14px;min-height:42px}
.kt-am__divider{position:relative;text-align:center;margin:18px 0;color:#94a3b8;font-size:13px}
.kt-am__divider::before,.kt-am__divider::after{content:"";position:absolute;top:50%;width:calc(50% - 28px);height:1px;background:#e2e8f0}
.kt-am__divider::before{left:0}.kt-am__divider::after{right:0}
.kt-am__divider span{background:#fff;padding:0 12px;position:relative}
.kt-am__form{display:flex;flex-direction:column;gap:12px}
.kt-am__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.kt-am__field{display:block}
.kt-am__field input{width:100%;padding:13px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:15px;outline:none;background:#fff;color:#0f172a;font-family:inherit;box-sizing:border-box;transition:.15s}
.kt-am__field input:focus{border-color:#001f7a;box-shadow:0 0 0 3px rgba(0,31,122,.12)}
.kt-am__field input:disabled{background:#f8fafc;color:#64748b}
.kt-am__btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border:0;border-radius:10px;background:#0f172a;color:#fff;font-weight:600;font-size:15px;cursor:pointer;font-family:inherit;transition:.15s}
.kt-am__btn:hover{background:#1e293b}
.kt-am__btn:disabled{opacity:.6;cursor:wait}
.kt-am__btn.is-loading .kt-am__btn-arrow{display:none}
.kt-am__btn.is-loading .kt-am__btn-label::after{content:"...";display:inline-block;animation:ktAmDots 1.2s steps(4,end) infinite;width:1em;text-align:left}
@keyframes ktAmDots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,100%{content:"..."}}
.kt-am__error{padding:10px 14px;border-radius:8px;background:#fee2e2;color:#991b1b;font-size:13px;line-height:1.4;border:1px solid #fecaca}
.kt-am__foot{font-size:11.5px;color:#94a3b8;text-align:center;margin:18px 0 0;line-height:1.5}
.kt-am__foot a{color:#475569;text-decoration:underline}
@media (max-width:760px){
    .kt-am__dialog{grid-template-columns:1fr;width:min(440px,calc(100% - 28px))}
    .kt-am__right{order:-1;min-height:0;height:260px}
    .kt-am__right img{object-position:center 30%}
}
@media (max-width:520px){
    .kt-am{padding:0;align-items:stretch}
    .kt-am__dialog{width:100%;max-height:100vh;border-radius:0;min-height:100vh;grid-template-rows:auto 1fr}
    .kt-am__body{padding:24px 22px 26px}
    .kt-am__title{font-size:20px}
    .kt-am__row{grid-template-columns:1fr}
    .kt-am__right{height:240px}
    .kt-am__close{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.18)}
    .kt-am__step-head{margin:-8px -6px 0}
    .kt-am__community{font-size:12px}
    .kt-am__stats{padding:18px 14px 14px}
    .kt-am__stat strong{font-size:13px}
    .kt-am__stat small{font-size:10px}
}
[data-theme="dark"] .kt-am__dialog{background:#1d2230;color:#f1f3f9}
[data-theme="dark"] .kt-am__title{color:#f1f3f9}
[data-theme="dark"] .kt-am__sub,[data-theme="dark"] .kt-am__divider{color:#94a3b8}
[data-theme="dark"] .kt-am__divider span{background:#1d2230}
[data-theme="dark"] .kt-am__divider::before,[data-theme="dark"] .kt-am__divider::after{background:#2a3142}
[data-theme="dark"] .kt-am__field input{background:#252b3a;border-color:#2a3142;color:#f1f3f9}
[data-theme="dark"] .kt-am__close,[data-theme="dark"] .kt-am__back{background:#252b3a;border-color:#2a3142;color:#94a3b8}
/* --- includes/breadcrumb.php --- */
.yg-bc{background:linear-gradient(180deg,#f8fafc 0%,#fff 100%);border-bottom:1px solid #f1f5f9;padding:14px 0;overflow:hidden;color:#475569}
.yg-bc__list{display:flex;align-items:center;flex-wrap:nowrap;gap:0;margin:0;padding:0;list-style:none;font-size:13.5px;line-height:1.4;min-width:0}
.yg-bc__item{display:inline-flex;align-items:center;gap:0;color:#64748b;min-width:0;flex:0 0 auto}
.yg-bc__item--current{flex:1 1 auto;min-width:0}
.yg-bc__home{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgba(0,19,100,.08);color:var(--brand-primary,#001364);margin-right:8px;transition:all .15s;flex:0 0 auto}
.yg-bc__item:hover .yg-bc__home{background:var(--brand-primary,#001364);color:#fff}
.yg-bc nav .yg-bc__link,
.yg-bc nav ol li a.yg-bc__link,
.yg-bc__link{color:#475569!important;text-decoration:none!important;font-weight:500;padding:4px 8px;border-radius:6px;transition:all .15s;white-space:nowrap;overflow:visible!important;display:inline-block;vertical-align:middle;font-size:13.5px!important;opacity:1!important;visibility:visible!important;flex-shrink:0!important;flex-basis:auto!important;min-width:max-content!important;max-width:none!important;text-indent:0!important}
.yg-bc__link:hover{color:var(--brand-primary,#001364)!important;background:rgba(0,19,100,.06)}
.yg-bc__sep{display:inline-flex;align-items:center;justify-content:center;color:#cbd5e1;margin:0 2px;flex:0 0 auto}
.yg-bc__current{display:inline-block;color:var(--brand-primary,#001364);font-weight:600;padding:4px 8px;background:rgba(0,19,100,.05);border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;vertical-align:middle}
@media (max-width:560px){
    .yg-bc{padding:10px 0}
    .yg-bc__list{font-size:12.5px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
    .yg-bc__list::-webkit-scrollbar{display:none}
    .yg-bc__item{flex:0 0 auto}
    .yg-bc__home{width:22px;height:22px;margin-right:6px}
    .yg-bc__link,.yg-bc__current{padding:3px 6px;font-size:12.5px}
    .yg-bc__current{max-width:none}
}
/* --- includes/campaigns-modal.php --- */
.kt-cm{position:fixed;inset:0;z-index:99997;display:none;font-family:inherit}
.kt-cm[aria-hidden="false"]{display:block}
.kt-cm__bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}
.kt-cm__sheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(900px,calc(100% - 28px));max-height:calc(100vh - 36px);background:#fff;border-radius:18px;box-shadow:0 30px 80px -10px rgba(0,0,0,.4);display:flex;flex-direction:column;overflow:hidden;animation:ktCmIn .25s ease-out}
@keyframes ktCmIn{from{opacity:0;transform:translate(-50%,-46%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
.kt-cm__head{position:relative;padding:14px 18px;flex:0 0 auto;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid #f1f5f9}
.kt-cm__close{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
.kt-cm__close:hover{background:#f1f5f9;color:#0f172a}
.kt-cm__body{padding:8px 28px 28px;overflow-y:auto;flex:1 1 auto}
.kt-cm__promo{background:#dbeafe;color:#001364;border:1px solid #bfdbfe;border-radius:12px;padding:18px 22px;margin:14px 0 24px;text-align:center;font-size:15px}
.kt-cm__promo a{color:#001364;text-decoration:underline}
.kt-cm__title{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 18px;letter-spacing:-.4px}
.kt-cm__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:18px}
.kt-cm__card{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:.18s}
.kt-cm__card:hover{border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 12px 28px -12px rgba(15,23,42,.18)}
.kt-cm__card-img{width:100%;aspect-ratio:16/9;background:#f1f5f9;overflow:hidden}
.kt-cm__card-img img{width:100%;height:100%;object-fit:cover;display:block}
.kt-cm__card-body{padding:14px 16px 16px}
.kt-cm__card-title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 6px;line-height:1.3}
.kt-cm__card-desc{font-size:13px;color:#64748b;margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kt-cm__empty{text-align:center;padding:40px 20px;color:#64748b}
.kt-cm__footer{text-align:center;padding-top:8px;margin-top:8px;border-top:1px solid #f1f5f9}
.kt-cm__btn-out{display:inline-block;padding:11px 24px;border-radius:10px;background:#fff;border:1px solid #0f172a;color:#0f172a;text-decoration:none;font-weight:600;font-size:14px;font-family:inherit}
.kt-cm__btn-out:hover{background:#0f172a;color:#fff}
@media (max-width:760px){
    .kt-cm__grid{grid-template-columns:1fr}
    .kt-cm__sheet{width:100%;max-height:calc(100vh - 40px);top:auto;bottom:0;left:0;transform:translate(0,0);border-radius:18px 18px 0 0;animation:ktCmInBot .28s ease-out}
    @keyframes ktCmInBot{from{transform:translateY(100%)}to{transform:translateY(0)}}
    .kt-cm__sheet::before{content:"";display:block;width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:8px auto 0}
    .kt-cm__title{font-size:20px}
    .kt-cm__body{padding:8px 18px 24px}
    .kt-cm__promo{font-size:14px;padding:14px 16px}
}
[data-theme="dark"] .kt-cm__sheet{background:#1d2230;color:#f1f3f9}
[data-theme="dark"] .kt-cm__head{border-color:#2a3142}
[data-theme="dark"] .kt-cm__title{color:#f1f3f9}
[data-theme="dark"] .kt-cm__card{background:#252b3a;border-color:#2a3142}
[data-theme="dark"] .kt-cm__card-title{color:#f1f3f9}
[data-theme="dark"] .kt-cm__close{background:#252b3a;border-color:#2a3142;color:#94a3b8}
[data-theme="dark"] .kt-cm__btn-out{background:#252b3a;border-color:#94a3b8;color:#f1f3f9}
[data-theme="dark"] .kt-cm__btn-out:hover{background:#f1f3f9;color:#0f172a}
/* --- includes/guest-prompt.php --- */
.yg-gp{position:fixed;top:74px;right:18px;z-index:99980;width:min(340px, calc(100vw - 28px));background:#fff;border:1px solid #e6e8ec;border-radius:14px;padding:18px 18px 14px;box-shadow:0 24px 60px -16px rgba(15,23,42,.28),0 8px 16px -8px rgba(15,23,42,.15);opacity:0;transform:translateY(-8px) scale(.97);transition:opacity .25s cubic-bezier(.22,.61,.36,1),transform .3s cubic-bezier(.22,.61,.36,1);pointer-events:none}
.yg-gp.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.yg-gp[hidden]{display:none}
.yg-gp__arrow{position:absolute;top:-7px;right:42px;width:14px;height:14px;background:#fff;border-top:1px solid #e6e8ec;border-left:1px solid #e6e8ec;transform:rotate(45deg)}
.yg-gp__close{position:absolute;top:8px;right:10px;width:26px;height:26px;border:0;background:transparent;color:#94a3b8;cursor:pointer;border-radius:50%;font-size:20px;line-height:1;padding:0;font-family:inherit;transition:.15s}
.yg-gp__close:hover{background:#f1f5f9;color:#0f172a}
.yg-gp__head{display:flex;align-items:center;gap:10px;padding-right:24px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}
.yg-gp__logo{flex:0 0 auto;width:36px;height:36px;border-radius:50%;object-fit:contain;background:#f8fafc}
.yg-gp__logo--fallback{display:flex;align-items:center;justify-content:center;background:var(--brand-primary,#001364);color:#fff;font-weight:700;font-size:18px}
.yg-gp__brand{min-width:0;line-height:1.3}
.yg-gp__brand strong{display:block;font-size:14px;font-weight:700;color:#0f172a;letter-spacing:-.2px}
.yg-gp__brand small{display:block;font-size:11.5px;color:#64748b;margin-top:1px}
.yg-gp__body{margin-bottom:14px}
.yg-gp__title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 6px;line-height:1.3}
.yg-gp__sub{font-size:13px;color:#64748b;margin:0;line-height:1.55}
.yg-gp__actions{display:flex;flex-direction:column;gap:8px}
.yg-gp__cta{display:flex;align-items:center;justify-content:center;padding:11px 18px;background:var(--brand-primary,#001364);color:#fff;text-decoration:none;font-weight:600;font-size:14px;border-radius:9px;transition:all .15s}
.yg-gp__cta:hover{filter:brightness(.93);transform:translateY(-1px);color:#fff}
.yg-gp__login{display:block;text-align:center;padding:8px;font-size:13px;color:#475569;text-decoration:none;font-weight:500;border-radius:6px;transition:.15s}
.yg-gp__login:hover{background:#f8fafc;color:var(--brand-primary,#001364)}
@media (max-width:560px){
    .yg-gp{top:auto;bottom:18px;right:12px;left:12px;width:auto;padding:16px 16px 12px}
    .yg-gp__arrow{display:none}
    .yg-gp__title{font-size:14.5px}
    .yg-gp__sub{font-size:12.5px}
}
/* --- includes/locale-modal.php --- */
.kt-bm{position:fixed;inset:0;z-index:99998;display:none;font-family:inherit}
.kt-bm[aria-hidden="false"]{display:block}
.kt-bm__bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}
.kt-bm__sheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(680px,calc(100% - 28px));max-height:calc(100vh - 36px);background:#fff;border-radius:18px;box-shadow:0 30px 80px -10px rgba(0,0,0,.4);display:flex;flex-direction:column;overflow:hidden;animation:ktBmIn .25s ease-out}
@keyframes ktBmIn{from{opacity:0;transform:translate(-50%,-46%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
.kt-bm__head{position:relative;padding:18px 24px;border-bottom:1px solid #f1f5f9;text-align:center;flex:0 0 auto}
.kt-bm__head h2{margin:0;font-size:16px;font-weight:600;color:#0f172a}
.kt-bm__close{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
.kt-bm__close:hover{background:#f1f5f9;color:#0f172a}
.kt-bm__body{padding:18px 24px;overflow-y:auto;flex:1 1 auto}
.kt-bm__grid--disabled{opacity:.5;pointer-events:none}
.kt-bm__card--disabled{cursor:not-allowed!important;background:#f8fafc!important}
.kt-bm__translate{display:flex;align-items:center;gap:14px;background:#f1f5f9;border-radius:12px;padding:14px 16px;margin-bottom:24px}
.kt-bm__translate-icon{flex:0 0 auto;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#64748b}
.kt-bm__translate-text{flex:1;min-width:0}
.kt-bm__translate-text strong{display:block;font-size:14px;color:#0f172a}
.kt-bm__translate-text small{display:block;font-size:12px;color:#64748b;margin-top:2px;line-height:1.4}
.kt-bm__toggle{position:relative;display:inline-block;width:44px;height:24px;flex:0 0 auto}
.kt-bm__toggle input{opacity:0;width:0;height:0}
.kt-bm__toggle-slider{position:absolute;cursor:pointer;inset:0;background:#cbd5e1;border-radius:24px;transition:.2s}
.kt-bm__toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}
.kt-bm__toggle input:checked + .kt-bm__toggle-slider{background:#001364}
.kt-bm__toggle input:checked + .kt-bm__toggle-slider:before{transform:translateX(20px)}
.kt-bm__h3{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 12px}
.kt-bm__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px}
.kt-bm__card{padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;transition:.15s;display:block}
.kt-bm__card:hover{border-color:#94a3b8;background:#f8fafc}
.kt-bm__card.is-active{border-color:#0f172a;border-width:2px;padding:13px}
.kt-bm__card strong{display:block;font-size:14px;font-weight:600;color:#0f172a;margin-bottom:2px}
.kt-bm__card small{display:block;font-size:12px;color:#64748b}
.kt-bm__foot{padding:14px 24px;border-top:1px solid #f1f5f9;text-align:right;flex:0 0 auto;background:#fff}
.kt-bm__save{padding:11px 28px;border:0;border-radius:10px;background:#0f172a;color:#fff;font-weight:600;font-size:14px;cursor:pointer;font-family:inherit}
.kt-bm__save:hover{background:#1e293b}
@media (max-width:680px){
    .kt-bm__grid{grid-template-columns:repeat(2,1fr)}
    .kt-bm__sheet{width:100%;max-height:calc(100vh - 60px);top:auto;bottom:0;left:0;transform:translate(0,0);border-radius:18px 18px 0 0;animation:ktBmInBot .28s ease-out}
    @keyframes ktBmInBot{from{transform:translateY(100%)}to{transform:translateY(0)}}
    .kt-bm__sheet::before{content:"";display:block;width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:8px auto -4px}
    .kt-bm__head{padding:14px 24px}
    .kt-bm__close{width:32px;height:32px;font-size:18px}
}
[data-theme="dark"] .kt-bm__sheet{background:#1d2230;color:#f1f3f9}
[data-theme="dark"] .kt-bm__head{border-color:#2a3142}
[data-theme="dark"] .kt-bm__head h2,[data-theme="dark"] .kt-bm__h3{color:#f1f3f9}
[data-theme="dark"] .kt-bm__translate{background:#252b3a}
[data-theme="dark"] .kt-bm__translate-text strong{color:#f1f3f9}
[data-theme="dark"] .kt-bm__card{background:#252b3a;border-color:#2a3142}
[data-theme="dark"] .kt-bm__card strong{color:#f1f3f9}
[data-theme="dark"] .kt-bm__card.is-active{border-color:#f1f3f9}
[data-theme="dark"] .kt-bm__foot{background:#1d2230;border-color:#2a3142}
[data-theme="dark"] .kt-bm__close{background:#252b3a;border-color:#2a3142;color:#94a3b8}
/* --- includes/more-menu.php --- */
.kt-mm{position:fixed;inset:0;z-index:99996;display:none;font-family:inherit}
.kt-mm[aria-hidden="false"]{display:block}
.kt-mm__bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px)}
.kt-mm__sheet{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:18px 18px 0 0;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:ktMmIn .28s ease-out;box-shadow:0 -16px 40px -8px rgba(15,23,42,.3)}
@keyframes ktMmIn{from{transform:translateY(100%)}to{transform:translateY(0)}}
.kt-mm__sheet::before{content:"";display:block;width:42px;height:5px;border-radius:3px;background:#cbd5e1;margin:8px auto 0;flex-shrink:0}
.kt-mm__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px 6px;flex-shrink:0}
.kt-mm__close{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;font-family:inherit}
.kt-mm__close:hover{background:#f1f5f9;color:#0f172a}
.kt-mm__locale{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;color:#0f172a;font-size:14px;font-weight:500;cursor:pointer;padding:8px 6px;font-family:inherit;text-decoration:underline;text-decoration-color:#94a3b8;text-underline-offset:3px}
.kt-mm__locale:hover{color:#001364;text-decoration-color:#001364}
.kt-mm__body{padding:8px 8px 24px;overflow-y:auto;flex:1 1 auto;-webkit-overflow-scrolling:touch}
.kt-mm__group-label{font-size:11px;font-weight:700;color:#94a3b8;letter-spacing:.6px;padding:18px 16px 6px}
.kt-mm__item{display:flex;align-items:center;gap:14px;padding:13px 16px;border:0;border-radius:10px;background:transparent;color:#0f172a;font-size:15px;cursor:pointer;font-family:inherit;text-decoration:none;width:100%;text-align:left;transition:background .12s}
.kt-mm__item:hover{background:#f1f5f9}
.kt-mm__item-ico{flex-shrink:0;width:24px;display:flex;align-items:center;justify-content:center;color:#0f172a}
.kt-mm__item--danger{color:#dc2626}
.kt-mm__item--danger .kt-mm__item-ico{color:#dc2626}
@media (min-width:760px){
    .kt-mm__sheet{left:50%;bottom:auto;top:50%;transform:translate(-50%,-50%);width:min(460px,calc(100% - 28px));max-height:80vh;border-radius:18px;animation:none}
    .kt-mm__sheet::before{display:none}
}
[data-theme="dark"] .kt-mm__sheet{background:#1d2230}
[data-theme="dark"] .kt-mm__close{background:#252b3a;border-color:#2a3142;color:#94a3b8}
[data-theme="dark"] .kt-mm__locale,[data-theme="dark"] .kt-mm__item{color:#f1f3f9}
[data-theme="dark"] .kt-mm__item:hover{background:#252b3a}
[data-theme="dark"] .kt-mm__item-ico{color:#f1f3f9}
/* --- includes/review-card.php --- */
.bt-td-review-card{position:relative}
.bt-td-review-card__avatar{flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:#001364;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;text-transform:uppercase;overflow:hidden}
.bt-td-review-card__avatar--img{padding:0}
.bt-td-review-card__avatar--img img{width:100%;height:100%;object-fit:cover;display:block}
.bt-td-review-card__verified{display:inline-flex;align-items:center;gap:3px;background:rgba(0,19,100,.1);color:#001364;font-size:11px;font-weight:600;padding:2px 7px;border-radius:99px;margin-left:6px;vertical-align:middle}
.bt-td-review-card__photos{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.bt-td-review-card__photo{display:block;width:84px;height:84px;border-radius:8px;overflow:hidden;background:#f1f5f9}
.bt-td-review-card__photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s}
.bt-td-review-card__photo:hover img{transform:scale(1.05)}
[data-theme="dark"] .bt-td-review-card__verified{background:rgba(0,19,100,.18)}
/* --- includes/home-app-download.php --- */
.had-sec{padding:50px 0 70px}
.had-card{position:relative;background:var(--brand-primary,#001364);border-radius:24px;padding:42px 44px;color:#fff;box-shadow:0 20px 60px -20px rgba(0,19,100,.5)}

/* Animated background — markanın daha açık tonlarıyla dolaşan şekiller. Sadece bu kısım clipliyor */
.had-bg-anim{position:absolute;inset:0;overflow:hidden;pointer-events:none;border-radius:inherit;z-index:0}
.had-bg-circle{position:absolute;border-radius:50%;background:rgba(255,255,255,.06);filter:blur(20px);animation:had-float 16s ease-in-out infinite}
.had-bg-circle--1{width:280px;height:280px;top:-80px;left:-60px;animation-duration:18s}
.had-bg-circle--2{width:380px;height:380px;bottom:-150px;right:10%;animation-duration:22s;animation-direction:reverse;background:rgba(255,255,255,.04)}
.had-bg-circle--3{width:200px;height:200px;top:30%;right:-50px;animation-duration:14s;animation-delay:-4s}
.had-bg-shape{position:absolute;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);border-radius:30%;animation:had-rotate 30s linear infinite}
.had-bg-shape--1{width:160px;height:160px;top:10%;left:40%;animation-duration:40s}
.had-bg-shape--2{width:120px;height:120px;bottom:8%;left:18%;animation-duration:35s;animation-direction:reverse;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent)}
@keyframes had-float{
    0%,100%{transform:translate(0,0) scale(1)}
    33%{transform:translate(30px,-20px) scale(1.05)}
    66%{transform:translate(-20px,30px) scale(.95)}
}
@keyframes had-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

.had-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,440px) auto 1fr;grid-template-rows:auto auto;gap:14px 22px;align-items:center;min-height:300px;padding-right:280px}
.had-text{grid-column:1;grid-row:1 / span 2;align-self:center}
.had-qr-card{grid-column:2;grid-row:1;align-self:end}
.had-brand-card{grid-column:2;grid-row:2;align-self:start}

/* Sol: metin */
.had-text{display:flex;flex-direction:column;gap:18px;max-width:420px}
.had-title{font-size:28px;font-weight:800;line-height:1.2;letter-spacing:-.4px;margin:0;color:#fff}
.had-sub{font-size:14.5px;color:rgba(255,255,255,.85);margin:0;line-height:1.6}

.had-stores{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.had-store{display:inline-flex;align-items:center;gap:10px;padding:10px 18px 10px 14px;background:#0f172a;color:#fff;text-decoration:none;border-radius:12px;transition:all .2s}
.had-store:hover{transform:translateY(-2px);background:#000;color:#fff;box-shadow:0 12px 24px -10px rgba(0,0,0,.5)}
.had-store svg{flex:0 0 auto;color:#fff}
.had-store span{display:flex;flex-direction:column;line-height:1.2;text-align:left}
.had-store small{font-size:10px;font-weight:500;opacity:.7;letter-spacing:.2px}
.had-store strong{font-size:15px;font-weight:700;letter-spacing:-.2px}

/* QR kart — kompakt */
.had-qr-card{background:#fff;padding:8px;border-radius:12px;box-shadow:0 10px 28px -8px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}
.had-qr-card img{width:90px;height:90px;display:block;object-fit:contain}

/* Marka kartı — kompakt */
.had-brand-card{background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 10px 28px -8px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;min-width:90px}
.had-brand-card img{max-width:80px;width:100%;height:auto;display:block;object-fit:contain}

/* Telefon — kartın dışına taşıyor (sağ alttan dışarı) */
.had-phone{position:absolute;right:-30px;bottom:-60px;z-index:3;pointer-events:none;animation:had-phone-bob 5s ease-in-out infinite}
.had-phone img{height:460px;width:auto;display:block;object-fit:contain;filter:drop-shadow(0 30px 40px rgba(0,0,0,.35)) drop-shadow(0 10px 20px rgba(0,19,100,.3))}
@keyframes had-phone-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

/* Tablet — kompakt, brand+qr stack korunur */
@media (max-width:1080px){
    .had-sec{padding:50px 0 90px}
    .had-grid{gap:12px 14px;padding-right:240px}
    .had-qr-card img{width:80px;height:80px}
    .had-qr-card{padding:8px}
    .had-brand-card{padding:10px 14px}
    .had-brand-card img{max-width:70px}
    .had-phone img{height:380px}
    .had-phone{right:-10px;bottom:-70px}
}

/* Mobile — qr ve marka gizli, telefon kart içine bir kısmı taşkın (bir bütün gibi) */
@media (max-width:720px){
    .had-sec{padding:32px 0 180px}
    .had-card{padding:30px 22px 260px;border-radius:18px;overflow:visible}
    .had-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:0;text-align:center;min-height:auto;padding-right:0;padding-bottom:0;justify-content:center;position:static}
    .had-text{grid-column:1;grid-row:1;max-width:none;align-items:center;gap:14px;align-self:auto}
    .had-title{font-size:22px}
    .had-sub{font-size:14px}
    .had-stores{justify-content:center}
    .had-qr-card{display:none!important}
    .had-brand-card{display:none!important}
    /* Telefon .had-card'a göre absolute — yarısı içeride, yarısı altta, ortalı */
    .had-phone{position:absolute;left:0;right:0;bottom:-110px;display:flex;justify-content:center;pointer-events:none;z-index:3;animation:none}
    .had-phone img{height:300px;animation:had-phone-bob-y 5s ease-in-out infinite;display:block}
}
@keyframes had-phone-bob-y{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media (max-width:480px){
    .had-sec{padding:32px 0 140px}
    .had-card{padding:26px 18px 200px;border-radius:16px}
    .had-title{font-size:20px}
    .had-store{padding:9px 14px 9px 12px}
    .had-store strong{font-size:14px}
    .had-phone{bottom:-90px}
    .had-phone img{height:260px}
}
/* --- includes/home-faqs.php --- */
.hf-sec{padding:60px 0;background:transparent}
.hf-head{text-align:center;margin:0 auto 36px;max-width:680px}
.hf-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:1.4px;color:var(--brand-primary,#001364);background:rgba(0,19,100,.08);padding:7px 16px;border-radius:99px;text-transform:uppercase;margin-bottom:18px}
.hf-title{font-size:36px;font-weight:800;color:#0f172a;line-height:1.15;letter-spacing:-.4px;margin:0 0 12px}
.hf-sub{font-size:15px;color:#64748b;margin:0;line-height:1.6}

.hf-grid{column-count:2;column-gap:14px;max-width:1100px;margin:0 auto}
.hf-item{break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid;display:block;margin-bottom:14px}
.hf-item{background:#fafbfc;border:1px solid transparent;border-radius:99px;transition:all .15s;overflow:hidden}
.hf-item[open]{background:#fff;border-color:#e2e8f0;border-radius:18px;box-shadow:0 8px 20px -8px rgba(15,23,42,.08)}
.hf-item summary{display:flex;align-items:center;gap:14px;padding:14px 22px;cursor:pointer;list-style:none;user-select:none}
.hf-item summary::-webkit-details-marker{display:none}
.hf-q-icon{flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:var(--brand-primary,#001364);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;line-height:1}
.hf-q{flex:1;font-size:15px;font-weight:600;color:#0f172a;line-height:1.4;min-width:0}
.hf-plus{font-size:22px;font-weight:300;color:#94a3b8;flex:0 0 auto;transition:transform .25s;line-height:1}
.hf-item[open] .hf-plus{transform:rotate(45deg);color:#0f172a}
.hf-a{padding:0 22px 18px 68px;font-size:14px;color:#475569;line-height:1.7;border-top:1px solid #f1f5f9;padding-top:14px;margin-top:-2px}

@media (max-width:840px){
    .hf-sec{padding:40px 0}
    .hf-grid{column-count:1}
    .hf-item{margin-bottom:10px}
    .hf-title{font-size:26px}
    .hf-sub{font-size:14px}
    .hf-item summary{padding:12px 16px;gap:10px}
    .hf-q-icon{width:28px;height:28px;font-size:13px;flex:0 0 28px}
    .hf-q{font-size:14px}
    .hf-a{padding:0 16px 16px 54px;font-size:13.5px}
}
/* --- includes/reservation-extra-fields.php --- */
.kt-inv-card{margin-top:0}
.kt-inv-card .kt-inv-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none;padding:0;margin:0}
.kt-inv-card .kt-inv-head label{margin:0;cursor:pointer}
.kt-inv-card .kt-inv-head .kt-inv-caret{flex:0 0 auto;transition:transform .2s;color:#64748b;width:18px;height:18px}
.kt-inv-card .kt-inv-head.is-open .kt-inv-caret{transform:rotate(180deg)}
.kt-inv-card .kt-inv-body{display:none;margin-top:14px}
.kt-inv-card .kt-inv-body.is-open{display:block}
.kt-inv-card .kt-inv-toggle{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}
.kt-inv-card .kt-inv-toggle input[type=radio]{position:absolute;opacity:0;pointer-events:none}
.kt-inv-card .kt-inv-toggle label{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border:1.5px solid #e2e8f0;border-radius:999px;cursor:pointer;font-size:13.5px;font-weight:600;color:#475569;transition:all .15s;background:#fff;margin:0}
.kt-inv-card .kt-inv-toggle input[type=radio]:checked + label{border-color:#001364;background:#001364;color:#fff}
.kt-inv-card .kt-inv-corp{display:none}
.kt-inv-card .kt-inv-corp.is-open{display:block}
.kt-inv-card label{font-size:13px;color:#475569;font-weight:500}

/* === Site Footer + Payment Success/Failed (every page) === */
/* === includes/footer.php === */
.yg-foot{background:var(--yg-bg,#fff);color:var(--yg-text,#0f172a);font-family:var(--yg-ff,system-ui,sans-serif);font-size:var(--yg-fs,14px);line-height:1.55;margin-top:auto}
.yg-foot__inner{max-width:1240px;margin:0 auto;padding:0 24px}
.yg-foot a{color:inherit;text-decoration:none;transition:color .15s}

.yg-foot__newsletter{background:var(--yg-nl-bg,#001364);color:var(--yg-nl-text,#fff);padding:48px 0 56px;text-align:center}
.yg-foot__nl-title{font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-.3px;margin:0 0 10px;color:var(--yg-nl-text,#fff)}
.yg-foot__nl-sub{font-size:15px;opacity:.78;color:var(--yg-nl-text,#fff);margin:0 0 24px;max-width:520px;margin-left:auto;margin-right:auto}
.yg-foot__nl-form{display:flex;gap:8px;background:#fff;padding:6px;border-radius:12px;max-width:480px;margin:0 auto;box-shadow:0 12px 30px -12px rgba(0,0,0,.3)}
.yg-foot__nl-form input{flex:1;border:0;outline:0;padding:12px 14px;font-size:14px;color:#0f172a;background:transparent;font-family:inherit;min-width:0}
.yg-foot__nl-form input::placeholder{color:#94a3b8}
.yg-foot__nl-form button{padding:11px 22px;background:var(--yg-nl-bg,#001364);color:var(--yg-nl-text,#fff);border:0;border-radius:8px;font-weight:600;cursor:pointer;font-family:inherit;font-size:14px;white-space:nowrap}
.yg-foot__nl-form button:hover{filter:brightness(.9)}

.yg-foot__main{background:var(--yg-bg,#fff);padding:48px 0 36px;border-bottom:1px solid rgba(0,0,0,.05)}
.yg-foot__grid{display:flex;flex-wrap:wrap;gap:28px 36px}
.yg-foot__col{flex:1 1 160px;min-width:0;text-align:center}
.yg-foot__col .yg-foot__h{justify-content:center}
.yg-foot__col .yg-foot__links{align-items:center}
.yg-foot__col--contact{flex:1.6 1 260px;text-align:center;display:flex;flex-direction:column;align-items:center}
.yg-foot__col--contact .yg-foot__h{justify-content:center}
.yg-foot__col--contact .yg-foot__about{text-align:center}
.yg-foot__col--contact .yg-foot__contact-line{margin-left:auto;margin-right:auto}
.yg-foot__col--contact .yg-foot__contact-meta:not(.yg-foot__contact-meta--addr){text-align:center;width:100%}
.yg-foot__col--contact .yg-foot__contact-meta--addr{
    display:inline-flex!important;
    width:fit-content!important;
    max-width:min(360px,calc(100% - 24px))!important;
    margin:14px auto 8px!important;
    padding:0!important;
    text-align:left!important;
    align-self:center!important;
    align-items:flex-start!important;
    gap:8px!important
}
.yg-foot__col--contact .yg-foot__contact-meta--addr svg{flex:0 0 auto}
.yg-foot__col--contact .yg-foot__contact-meta--addr span{flex:0 1 auto;min-width:0;text-align:left}
.yg-foot__col--contact .yg-foot__contact-grid{width:100%;max-width:380px}
.yg-foot__col--contact .yg-foot__contact-row{justify-content:center;text-align:left}
.yg-foot__h{display:flex;align-items:center;gap:6px;font-size:var(--yg-fs-h,13px);font-weight:700;color:var(--yg-heading,#001364);text-transform:uppercase;letter-spacing:.6px;margin:0 0 16px}
.yg-foot__h svg{flex:0 0 auto;color:var(--yg-heading,#001364)}
.yg-foot__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.yg-foot__links a{color:var(--yg-link,#001364);font-size:var(--yg-fs-link,14px);font-weight:500}
.yg-foot__links a:hover{color:var(--yg-link-hover,#001364);text-decoration:underline}

.yg-foot .yg-foot__contact-line{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:var(--yg-phone,var(--yg-text,#0f172a))!important;margin:8px 0 6px;letter-spacing:-.3px;text-decoration:none}
.yg-foot .yg-foot__contact-line strong{color:inherit!important}
.yg-foot .yg-foot__contact-line:hover{color:var(--yg-phone,var(--yg-text,#0f172a))!important;opacity:.85}
.yg-foot .yg-foot__contact-line-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(127,127,127,.12);color:var(--yg-phone,var(--yg-link,#001364))!important;flex:0 0 auto}
.yg-foot .yg-foot__contact-line-icon svg{stroke:currentColor!important}
.yg-foot__contact-line-icon svg{width:18px;height:18px}
.yg-foot__contact-meta{font-size:13px;color:var(--yg-contact-meta,#64748b);line-height:1.6;margin-bottom:8px}
.yg-foot__contact-meta--addr{display:inline-flex;align-items:flex-start;gap:8px;margin:14px auto 8px;text-align:left;max-width:calc(100% - 12px)}
.yg-foot__contact-meta--addr svg{flex:0 0 auto;color:var(--yg-contact-meta,#94a3b8);opacity:.7;margin-top:3px}
.yg-foot__contact-meta--addr span{flex:1;min-width:0}
.yg-foot__contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.yg-foot__contact-row{display:flex;align-items:center;gap:10px;min-width:0;text-decoration:none}
.yg-foot__contact-icon{flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:rgba(127,127,127,.12);color:var(--yg-link,#001364);display:flex;align-items:center;justify-content:center}
.yg-foot__contact-info{min-width:0;overflow:hidden;display:flex;flex-direction:column;line-height:1.3}
.yg-foot__contact-lbl{display:block;font-size:11.5px;color:var(--yg-contact-meta,#94a3b8);text-transform:uppercase;letter-spacing:.4px;font-weight:600}
.yg-foot__contact-row strong{font-size:13px;color:var(--yg-text,#0f172a);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%}
.yg-foot__about{font-size:13.5px;color:var(--yg-contact-meta,#64748b);line-height:1.65;margin:0 0 18px}

.yg-foot__badges{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center;margin-top:22px;padding-top:18px;border-top:1px solid rgba(0,0,0,.06)}
.yg-foot__pay{height:24px;width:auto;opacity:.85}
.yg-foot__pay-wrap{display:inline-flex;align-items:center;transition:opacity .15s}
.yg-foot__pay-wrap:hover{opacity:.7}
.yg-foot__certs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px auto 0;max-width:340px;align-items:center;justify-content:center;justify-items:center}
.yg-foot__cert{height:46px;width:auto;max-width:140px;object-fit:contain;border-radius:4px;display:block}
.yg-foot__cert-wrap{display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s}
.yg-foot__cert-wrap:hover{opacity:.85}

.yg-foot a.yg-foot__nl-cta{position:relative;display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--yg-cta-bg,#fff);color:var(--yg-cta-color,#001364);font-weight:700;font-size:15px;border-radius:99px;text-decoration:none;box-shadow:0 12px 30px -12px rgba(0,0,0,.3);transition:all .15s;border:1px solid rgba(0,0,0,.06);z-index:1}
.yg-foot__nl-cta::before,
.yg-foot__nl-cta::after{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--yg-cta-bg,#fff);z-index:-1;animation:yg-cta-pulse 2.4s cubic-bezier(.4,0,.6,1) infinite;pointer-events:none}
.yg-foot__nl-cta::after{animation-delay:1.2s}
@keyframes yg-cta-pulse{0%{transform:scale(1);opacity:.7}100%{transform:scale(1.18);opacity:0}}
.yg-foot__nl-cta:hover{transform:translateY(-1px);box-shadow:0 16px 36px -10px rgba(0,0,0,.35);color:var(--yg-cta-color,#001364);filter:brightness(.96)}
.yg-foot__cta-wrap{padding:18px 24px;text-align:center;background:var(--yg-bg,#fff);border-top:1px solid rgba(0,0,0,.05)}
.yg-foot__cta{display:inline-flex;align-items:center;gap:10px;padding:11px 22px;background:rgba(127,127,127,.06);border:1px solid rgba(0,0,0,.08);border-radius:99px;color:var(--yg-text,#0f172a);text-decoration:none;font-weight:600;font-size:14px;transition:all .15s}
.yg-foot__cta:hover{background:var(--yg-link,#001364);color:#fff;border-color:var(--yg-link,#001364);transform:translateY(-1px)}
.yg-foot__cta-icon{font-size:18px;line-height:1}
.yg-foot__bottom{background:var(--yg-bottom-bg,#fafbfc);padding:22px 0;font-size:12.5px;color:var(--yg-bottom-text,#64748b)}
.yg-foot__bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}
.yg-foot__copy{color:var(--yg-bottom-text,#64748b)}
.yg-foot__bottom-links{list-style:none;margin:0;padding:0;display:flex;gap:18px;flex-wrap:wrap}
.yg-foot__bottom-links a{color:var(--yg-bottom-text,#64748b)}
.yg-foot__bottom-links a:hover{color:var(--yg-link-hover,#0f172a)}
.yg-foot__social{display:flex;gap:8px}
.yg-foot__social-link{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.6);border:1px solid rgba(0,0,0,.08);color:var(--yg-bottom-text,#64748b);display:flex;align-items:center;justify-content:center;transition:all .15s}
.yg-foot__social-link:hover{background:var(--yg-link,#001364);color:#fff;border-color:var(--yg-link,#001364)}

/* Görünürlük */
@media (max-width:760px){
    .yg-foot--hide-mobile{display:none!important}
    .yg-foot__col--hide-mobile-flag{display:none!important}
}
@media (min-width:761px){
    .yg-foot--hide-desktop{display:none!important}
}

@media (max-width:760px){
    .yg-foot__col--contact{flex:1 1 100%}
}
@media (max-width:560px){
    .yg-foot__newsletter{padding:36px 0 40px}
    .yg-foot__nl-title{font-size:22px}
    .yg-foot__nl-sub{font-size:13.5px;margin-bottom:18px}
    .yg-foot__nl-form{flex-direction:column;padding:8px;border-radius:14px}
    .yg-foot__nl-form button{width:100%;padding:13px}
    .yg-foot__main{padding:32px 0 24px}
    .yg-foot__grid{gap:24px 20px}
    /* İletişim üstte tam genişlik */
    .yg-foot__col--contact{flex:1 1 100%}
    /* Diğer link kolonları 2'li grid: her biri ekranın yarısı */
    .yg-foot__col:not(.yg-foot__col--contact){flex:0 0 calc(50% - 10px);max-width:calc(50% - 10px)}
    .yg-foot__contact-line{font-size:clamp(18px, 5vw, var(--yg-fs, 14px) * 1.6)}
    .yg-foot__bottom{padding:18px 0}
    .yg-foot__bottom-links{justify-content:center;gap:10px 14px}
    .yg-foot__inner{padding:0 16px}
}
@media (max-width:360px){
    /* Çok dar ekran: link kolonları da tek kolona düşsün */
    .yg-foot__col:not(.yg-foot__col--contact){flex:1 1 100%;max-width:100%}
}

/* === includes/payment/failed.php === */
.pay-result{max-width:560px;margin:60px auto;padding:40px 32px;background:#fff;border:1px solid #e6e8ec;border-radius:14px;text-align:center;box-shadow:0 12px 30px -10px rgba(15,23,42,.08)}
.pay-result__ic{width:80px;height:80px;border-radius:50%;background:#fef2f2;display:inline-flex;align-items:center;justify-content:center;color:#dc2626;margin-bottom:18px}
.pay-result h1{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 8px}
.pay-result p{color:#475569;line-height:1.6;margin:0 0 18px}
.pay-result__btn{display:inline-block;padding:12px 22px;background:#0f172a;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;margin:0 6px}
.pay-result__btn--ghost{background:transparent;color:#0f172a;border:1px solid #e2e8f0}

/* === includes/payment/success.php === */
.pay-result{max-width:560px;margin:60px auto;padding:40px 32px;background:#fff;border:1px solid #e6e8ec;border-radius:14px;text-align:center;box-shadow:0 12px 30px -10px rgba(15,23,42,.08)}
.pay-result__ic{width:80px;height:80px;border-radius:50%;background:#dcfce7;display:inline-flex;align-items:center;justify-content:center;color:#16a34a;margin-bottom:18px}
.pay-result h1{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 8px}
.pay-result p{color:#475569;line-height:1.6;margin:0 0 18px}
.pay-result__pnr{display:inline-block;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:8px 16px;border-radius:8px;font-weight:600;margin-bottom:18px}
.pay-result__btn{display:inline-block;padding:12px 22px;background:#0f172a;color:#fff;text-decoration:none;border-radius:8px;font-weight:600}

/* === includes/payment/iyzico-checkout.php === */
.pay-wrap{max-width:780px;margin:30px auto;padding:0 16px}
.pay-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px 22px;margin-bottom:18px}
.pay-summary h2{margin:0 0 10px;font-size:18px;color:#0f172a}
.pay-summary-row{display:flex;justify-content:space-between;padding:6px 0;font-size:14px}
.pay-summary-row .k{color:#64748b}
.pay-summary-row .v{font-weight:600;color:#0f172a}
.pay-frame{min-height:600px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:14px}
.pay-warning{font-size:13px;color:#94a3b8;margin-top:14px;text-align:center}

/* ===== Tur popup (hero search bar — "Nereye gitmek istersiniz?") ===== */
.kt-tour-pop-cell{position:relative;cursor:pointer}
.kt-tour-pop-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px;cursor:pointer;outline:none}
.kt-tour-pop-trigger-text{flex:1;font-size:15px;color:#94a3b8;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.kt-tour-pop-trigger.is-set .kt-tour-pop-trigger-text{color:#0f172a;font-weight:700}
.kt-tour-pop-trigger:focus-visible{box-shadow:0 0 0 3px rgba(0,19,100,.15);border-radius:4px}

.kt-tour-pop{position:fixed;inset:0;z-index:99998;display:flex;align-items:center;justify-content:center;padding:20px}
.kt-tour-pop[hidden]{display:none}
.kt-tour-pop-bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px);cursor:pointer}
.kt-tour-pop-dialog{position:relative;background:#fff;border-radius:18px;width:100%;max-width:680px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px -10px rgba(0,0,0,.4);animation:ktTpIn .22s ease-out}
@keyframes ktTpIn{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}

.kt-tour-pop-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e2e8f0;flex-shrink:0}
.kt-tour-pop-header strong{font-size:15px;color:#0f172a;font-weight:700}
.kt-tour-pop-x{width:32px;height:32px;border:0;background:#f1f5f9;border-radius:8px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center;transition:.15s}
.kt-tour-pop-x:hover{background:#e2e8f0;color:#0f172a}

.kt-tour-pop-search{position:relative;padding:14px 22px 0;flex-shrink:0}
.kt-tour-pop-search input{width:100%;padding:11px 14px 11px 40px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;background:#f8fafc;color:#0f172a;font-family:inherit;outline:none;transition:.15s}
.kt-tour-pop-search input:focus{background:#fff;border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.1)}
.kt-tour-pop-search-icon{position:absolute;left:36px;top:50%;transform:translateY(calc(-50% + 7px));color:#94a3b8;pointer-events:none}

.kt-tour-pop-chips{display:flex;flex-wrap:wrap;gap:6px;padding:14px 22px 4px;flex-shrink:0}
.kt-tour-chip{padding:6px 14px;border:1px solid #e2e8f0;border-radius:99px;background:#fff;cursor:pointer;font-size:13px;color:#475569;font-weight:600;font-family:inherit;transition:.15s;white-space:nowrap}
.kt-tour-chip:hover{background:#f1f5f9;border-color:#cbd5e1}
.kt-tour-chip.is-active{background:#001364;color:#fff;border-color:#001364}

.kt-tour-pop-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;padding:14px 22px 16px;overflow-y:auto;align-content:start}
.kt-tour-pop-card{display:flex;flex-direction:column;border:1px solid #e6e8ec;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;background:#fff;transition:.18s}
.kt-tour-pop-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgba(15,23,42,.25);border-color:#cbd5e1}
.kt-tour-pop-card-img{display:block;height:100px;background:#f1f5f9 center/cover no-repeat}
.kt-tour-pop-card-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px;flex:1;min-height:54px}
.kt-tour-pop-card-title{font-size:13px;color:#0f172a;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kt-tour-pop-card-price{font-size:12.5px;color:#001364;font-weight:700;margin-top:auto}
.kt-tour-pop-empty{grid-column:1/-1;text-align:center;padding:40px 20px;color:#94a3b8;font-size:14px}

.kt-tour-pop-all{display:block;text-align:center;padding:14px 22px;border-top:1px solid #e2e8f0;color:#001364;font-weight:700;font-size:14px;text-decoration:none;flex-shrink:0;background:#fff;transition:.15s}
.kt-tour-pop-all:hover{background:#f8fafc}

@media (max-width:560px){
    .kt-tour-pop{padding:0 0 84px;align-items:flex-end}
    .kt-tour-pop-dialog{max-height:calc(100vh - 100px);border-radius:18px 18px 0 0;animation:ktTpInM .22s ease-out}
    @keyframes ktTpInM{from{transform:translateY(100%)}to{transform:none}}
    .kt-tour-pop-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px 16px 14px}
    .kt-tour-pop-header,.kt-tour-pop-search,.kt-tour-pop-chips,.kt-tour-pop-all{padding-left:16px;padding-right:16px}
    .kt-tour-pop-card-img{height:90px}
}

/* ===== Transfer sayfası: üst harita + sticky özet sidebar ===== */

/* Üst harita */
.kt-trf-map-wrap{margin-bottom:18px}
.kt-trf-map{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px -8px rgba(15,23,42,.18);border:1px solid #e6e8ec;height:280px;background:#f8fafc}
.kt-trf-map iframe,.kt-trf-map #ktTrfMap{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}

/* Google logo + attribution gizleme (kullanıcı tercihi) */
.kt-trf-map .gm-style-cc,
.kt-trf-map a[href^="https://maps.google.com"],
.kt-trf-map a[href^="http://maps.google.com"],
.kt-trf-map a[title*="Google"],
.kt-trf-map .gmnoprint:has(>div>a[title*="Google"]){display:none!important}
.kt-trf-map > div > a > img[alt="Google"]{display:none!important}

/* Pin etiketleri — marker pozisyonuna yapışık, scroll/zoom'la birlikte hareket eder */
.kt-map-pin{position:absolute;display:inline-flex;align-items:stretch;background:#fff;border-radius:8px;box-shadow:0 8px 20px -6px rgba(15,23,42,.35);overflow:hidden;white-space:nowrap;font-family:inherit}
.kt-map-pin--pickup{transform:translate(14px,-50%)}
.kt-map-pin--dropoff{transform:translate(-100%,-50%) translateX(-14px)}
.kt-map-pin__left{display:flex;flex-direction:column;justify-content:center;padding:7px 12px;background:#fff}
.kt-map-pin__left small{font-size:10px;color:#94a3b8;font-weight:600;letter-spacing:.3px;text-transform:uppercase;line-height:1.2}
.kt-map-pin__left strong{font-size:12.5px;color:#0f172a;font-weight:700;line-height:1.25;margin-top:1px;max-width:200px;overflow:hidden;text-overflow:ellipsis}
.kt-map-pin__right{display:inline-flex;align-items:center;padding:7px 12px;font-size:13px;font-weight:700;letter-spacing:.3px;line-height:1}
.kt-map-pin--pickup .kt-map-pin__right{background:#0f172a;color:#fff}
.kt-map-pin--dropoff .kt-map-pin__right{background:#f59e0b;color:#fff}

.kt-trf-map__notice{text-align:center;font-size:13px;color:#475569;margin:12px 0 0;font-weight:500}
.kt-trf-side__trust.kt-trf-trust--map{margin:22px 0 26px;gap:10px;justify-content:center}
.kt-trf-side__trust.kt-trf-trust--map .kt-trf-trust-pill{font-size:13px;padding:7px 10px 7px 13px}
@media (max-width:580px){.kt-trf-side__trust.kt-trf-trust--map{margin:18px 0 22px;gap:6px}.kt-trf-side__trust.kt-trf-trust--map .kt-trf-trust-pill{font-size:12px;padding:6px 8px 6px 11px}}

/* 2 kolon grid */
.kt-trf-grid{display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}
.kt-trf-main{flex:1 1 60%;min-width:300px}
.kt-trf-side{flex:0 0 340px;max-width:340px;position:sticky;top:90px}

/* Sidebar başlığı (kart dışında) */
.kt-trf-side__title{margin:0 0 12px;font-size:18px;font-weight:700;color:#0f172a}

/* Sidebar kart */
.kt-trf-side__inner{background:#fff;border:1px solid #e6e8ec;border-radius:14px;padding:20px;box-shadow:0 4px 14px -6px rgba(15,23,42,.08)}

/* Üst: Tek Yön + Yolcu pill */
.kt-trf-side__top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}
.kt-trf-side__top strong{font-size:14.5px;color:#0f172a;font-weight:700}
.kt-trf-pax-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid #e2e8f0;border-radius:99px;color:#475569;font-size:12.5px;font-weight:500}
.kt-trf-pax-pill svg{color:#94a3b8;flex-shrink:0}
.kt-trf-pax-pill strong{color:#0f172a;font-weight:700;font-size:13px}

/* Tarih satırı */
.kt-trf-side__daterow{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}
.kt-trf-side__date{color:#001364;font-size:13px;font-weight:600}
.kt-trf-side__edit{display:inline-flex;align-items:center;gap:4px;color:#001364;font-size:12.5px;font-weight:600;text-decoration:none;padding:3px 6px;border-radius:6px;transition:.15s}
.kt-trf-side__edit:hover{background:#f1f5f9;text-decoration:none}

/* Timeline */
.kt-trf-side__timeline{position:relative;padding:0;margin-bottom:14px}
.kt-trf-tl-row{display:flex;gap:12px;align-items:flex-start;position:relative}
.kt-trf-tl-dot{width:11px;height:11px;border-radius:3px;flex-shrink:0;margin-top:5px;z-index:2}
.kt-trf-tl-dot--pickup{background:#0f172a}
.kt-trf-tl-dot--dropoff{background:#f59e0b}
.kt-trf-tl-body{flex:1;min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.kt-trf-tl-body strong{font-size:13.5px;color:#0f172a;font-weight:600;line-height:1.4;flex:1}
.kt-trf-tl-time{font-size:13px;color:#475569;font-weight:600;white-space:nowrap;flex-shrink:0}
.kt-trf-tl-mid{position:relative;padding:10px 0 10px 24px;display:flex;flex-wrap:wrap;gap:6px;min-height:30px;overflow:hidden}
.kt-trf-tl-mid::before{content:"";position:absolute;left:5px;top:-2px;bottom:-2px;width:1.5px;background:#cbd5e1}
.kt-trf-tl-mid::after{content:"";position:absolute;left:5px;top:-2px;width:1.5px;height:0;background:#0f172a;border-radius:2px;animation:ktTlFlow 3s ease-in-out infinite;pointer-events:none}
@keyframes ktTlFlow{
    0%   { height: 0; opacity: 1; }
    65%  { height: calc(100% + 4px); opacity: 1; }
    85%  { height: calc(100% + 4px); opacity: 1; }
    100% { height: calc(100% + 4px); opacity: 0; }
}
.kt-trf-tl-badge{display:inline-flex;align-items:center;background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:500;padding:4px 10px;border-radius:99px;white-space:nowrap}

/* Gidiş-Dönüş arası divider */
.kt-trf-side__divider{height:1px;background:#e2e8f0;margin:14px 0}

/* Timeline body: isim + alt adres + saat aynı satırda hizalı */
.kt-trf-tl-name{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}
.kt-trf-tl-sub{font-size:11px;color:#94a3b8;font-weight:500;line-height:1.35;display:block;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.kt-trf-tl-sub:empty{display:none}

/* Sizin seçiminiz — sidebar araç önizleme */
.kt-trf-side__pick{margin-top:2px}
.kt-trf-side__pickhead{font-size:13px;color:#0f172a;font-weight:700;margin-bottom:10px}
.kt-trf-side__pickrow{display:flex;align-items:center;gap:12px}
.kt-trf-side__pickimg{width:84px;height:54px;object-fit:cover;border-radius:8px;background:#f1f5f9;flex:0 0 auto}
.kt-trf-side__pickbody{flex:1;min-width:0}
.kt-trf-side__pickbody strong{display:block;font-size:14px;color:#0f172a;font-weight:700;margin-bottom:3px}
.kt-trf-side__pickmeta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#64748b}
.kt-trf-side__pickmeta span{display:inline-flex;align-items:center;gap:4px}
.kt-trf-side__pickmeta svg{width:12px;height:12px;flex-shrink:0}

/* Fiyat detayları */
.kt-trf-side__prices{margin-top:2px;margin-bottom:14px}
.kt-trf-side__pricehead{font-size:13px;color:#0f172a;font-weight:700;margin-bottom:8px}
.kt-trf-side__pricerow{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:13px;color:#475569}
.kt-trf-side__pricerow strong{color:#0f172a;font-weight:700}
.kt-trf-side__pricerow--total{padding-top:6px;margin-top:2px;font-size:14px}
.kt-trf-side__pricerow--total strong{font-size:17px;color:#001364}
/* Eğer hemen önce fakeold yoksa (fake disc kapalıysa), Toplam'a divider çizgisi gelsin */
.kt-trf-side__pricerow:not([hidden])+.kt-trf-side__pricerow--total,
.kt-trf-side__pricerow--total:first-child{border-top:1px solid #e2e8f0;padding-top:8px;margin-top:4px}

/* 3 adımlı checkout flow — stepper */
.kt-flow-steps{list-style:none;display:flex;align-items:center;justify-content:center;gap:0;padding:0;margin:0 0 24px;flex-wrap:wrap}
.kt-flow-step{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;cursor:default;position:relative;color:#94a3b8;font-size:13px;font-weight:600;transition:.15s}
.kt-flow-step:not(:last-child)::after{content:"";display:inline-block;width:40px;height:1.5px;background:#e2e8f0;margin-left:12px}
.kt-flow-step__num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#e2e8f0;color:#94a3b8;font-size:12px;font-weight:700;transition:.15s}
.kt-flow-step__label{transition:.15s}
.kt-flow-step.is-active{color:#001364}
.kt-flow-step.is-active .kt-flow-step__num{background:#001364;color:#fff}
.kt-flow-step.is-done{color:#10b981;cursor:pointer}
.kt-flow-step.is-done .kt-flow-step__num{background:#10b981;color:#fff}

/* Step 2 form kartları */
.kt-flow-card{background:#fff;border:1px solid #e6e8ec;border-radius:14px;padding:22px;margin-bottom:14px;box-shadow:0 2px 6px -3px rgba(15,23,42,.06)}
.kt-flow-card__title{font-size:17px;color:#0f172a;font-weight:700;margin:0 0 16px}

.kt-flow-row{margin-bottom:14px}
.kt-flow-row:last-child{margin-bottom:0}
.kt-flow-lbl{display:flex;align-items:center;gap:6px;font-size:13px;color:#0f172a;font-weight:600;margin-bottom:6px}
.kt-flow-lbl__req{color:#dc2626;font-weight:700;margin-left:2px}
.kt-flow-lbl__opt{color:#94a3b8;font-size:11px;font-weight:500;text-transform:lowercase;margin-left:4px}
.kt-flow-toggle-head{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#0f172a;margin:0}
.kt-flow-toggle-head input{flex:0 0 auto;width:18px;height:18px;accent-color:#001364;cursor:pointer}
.kt-flow-toggle-head strong{font-weight:600}

/* Fatura Adresi tipi toggle — Vergi Makbuzu / Vergi Faturası */
.kt-inv-toggle{display:flex;gap:0;margin-bottom:14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:11px;overflow:hidden;padding:4px}
.kt-inv-toggle__opt{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 14px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px;transition:.15s;background:transparent;border:0;font-family:inherit}
.kt-inv-toggle__opt:hover{color:#0f172a}
.kt-inv-toggle__opt input{position:absolute;opacity:0;width:0;height:0}
.kt-inv-toggle__opt.is-on{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}
/* Radyo daire — içindeki nokta sadece seçili olduğunda görünür */
.kt-inv-radio{display:inline-flex;width:16px;height:16px;border:1.5px solid currentColor;border-radius:50%;align-items:center;justify-content:center;flex:0 0 auto}
.kt-inv-radio__dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:0;transition:.15s}
.kt-inv-toggle__opt.is-on .kt-inv-radio__dot{opacity:1}

/* Terms checkbox */
.kt-terms{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:13.5px;line-height:1.5;color:#475569;padding:4px 0}
.kt-terms input[type="checkbox"]{flex:0 0 auto;width:18px;height:18px;margin-top:1px;accent-color:#001364;cursor:pointer}
.kt-terms a{color:#001364;text-decoration:underline;text-underline-offset:2px}
.kt-terms a:hover{text-decoration:none}

/* Yeşil iptal güvencesi kartı */
.kt-cancel-card{display:flex;align-items:flex-start;gap:10px;background:#f0fdf4;border:1px solid #86efac;color:#166534;font-size:13px;line-height:1.5;padding:13px 16px;border-radius:11px;margin-bottom:14px}
.kt-cancel-card svg{flex:0 0 auto;margin-top:2px}
.kt-cancel-card strong{color:#15803d}

/* Şartlar ve Koşullar modal */
.kt-terms-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}
.kt-terms-modal__bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px)}
.kt-terms-modal__dlg{position:relative;background:#fff;border-radius:14px;width:100%;max-width:680px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px -10px rgba(15,23,42,.3);overflow:hidden}
.kt-terms-modal__hd{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e5e7eb}
.kt-terms-modal__hd strong{font-size:16px;color:#0f172a;font-weight:700}
.kt-terms-modal__x{background:#f1f5f9;border:0;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#475569;cursor:pointer;transition:.15s}
.kt-terms-modal__x:hover{background:#e2e8f0;color:#0f172a}
.kt-terms-modal__bd-inner{overflow-y:auto;padding:22px;font-size:13.5px;color:#475569;line-height:1.6}
.kt-terms-modal__bd-inner h1,.kt-terms-modal__bd-inner h2,.kt-terms-modal__bd-inner h3{color:#0f172a;margin-top:18px;margin-bottom:8px}
.kt-terms-modal__bd-inner h1{font-size:18px}
.kt-terms-modal__bd-inner h2{font-size:16px}
.kt-terms-modal__bd-inner h3{font-size:14px}
.kt-terms-modal__bd-inner p{margin:0 0 12px}
.kt-terms-modal__bd-inner ul,.kt-terms-modal__bd-inner ol{padding-left:22px;margin-bottom:12px}
.kt-terms-modal__bd-inner a{color:#001364;text-decoration:underline}

/* Step 4 — Fiyat dökümü kartı */
.kt-pay-summary{display:flex;flex-direction:column;gap:0}
.kt-pay-summary__row{display:flex;justify-content:space-between;align-items:center;padding:14px 4px;font-size:14px;color:#475569;border-bottom:1px solid #f1f5f9}
.kt-pay-summary__row strong{font-size:15px;color:#0f172a;font-weight:600}
.kt-pay-summary__row--ok{padding:10px 4px;border-bottom:0;color:#15803d;font-size:13px;gap:8px;justify-content:flex-start}

.kt-pay-summary__row--ok svg{flex:0 0 auto}
.kt-pay-summary__row--subtotal{border-top:1px solid #e5e7eb;margin-top:6px;padding-top:14px;color:#0f172a;font-weight:500}
.kt-pay-summary__row--subtotal strong{font-size:15px}
.kt-pay-summary__row--total{border-bottom:0;padding-top:18px;font-size:15px;color:#0f172a;border-top:1px solid #e5e7eb;margin-top:6px}
.kt-pay-summary__row--total strong{font-size:22px;font-weight:700;letter-spacing:-.3px}

/* Kupon kodu — sidebar fiyat bloğunun altında */
.kt-trf-coupon{margin:10px 0 14px}
.kt-trf-coupon__toggle{display:flex;align-items:center;gap:6px;background:transparent;border:0;padding:6px 0;color:#1e40af;font-size:13px;font-weight:600;cursor:pointer;text-align:left;width:100%}
.kt-trf-coupon__toggle:hover{color:#1e3a8a}
.kt-trf-coupon__toggle svg{flex:0 0 auto;opacity:.7}
.kt-trf-coupon__panel{margin-top:8px}
.kt-trf-coupon__inputrow{display:flex;gap:6px}
.kt-trf-coupon__input{flex:1;min-width:0;padding:9px 11px;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;color:#0f172a;background:#fff;text-transform:uppercase;letter-spacing:.4px}
.kt-trf-coupon__input::placeholder{text-transform:none;letter-spacing:0;font-size:12px;color:#94a3b8;font-weight:500}
.kt-trf-coupon__input:focus{outline:none;border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.08)}
.kt-trf-coupon__apply{padding:9px 16px;background:#001364;color:#fff;border:0;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;flex:0 0 auto;transition:.15s}
.kt-trf-coupon__apply:hover{background:#000d3f}
.kt-trf-coupon__apply:disabled{opacity:.6;cursor:wait}
.kt-trf-coupon__msg{margin:8px 0 0;font-size:12px;line-height:1.4}
.kt-trf-coupon__msg.is-err{color:#dc2626}
.kt-trf-coupon__msg.is-ok{color:#15803d}
.kt-trf-coupon__applied{display:flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:9px 12px;font-size:13px;color:#15803d;font-weight:500}
.kt-trf-coupon__applied strong{font-weight:700}
.kt-trf-coupon__remove{margin-left:auto;background:transparent;border:0;color:#15803d;cursor:pointer;padding:2px;display:flex;align-items:center;border-radius:4px;transition:.15s}
.kt-trf-coupon__remove:hover{background:#dcfce7;color:#166534}
.kt-trf-coupon-row small{display:inline-block;font-size:11px;color:#64748b;font-weight:400;margin-left:4px;text-transform:uppercase;letter-spacing:.3px}

/* Sahte eski fiyat (pazarlama amaçlı, admin'den % ayarlanır)
   - Border-top'u burada: Gidiş/Dönüş ile arasına divider çizgisi koyar
   - Hemen altında Toplam — eski fiyat ve güncel fiyat ardışık görünür, Transfeero stili */
.kt-trf-fakeold{display:flex;align-items:center;justify-content:flex-end;margin:4px 0 0;padding:8px 2px 0;border-top:1px solid #e2e8f0}
.kt-trf-fakeold__price{text-decoration:line-through;color:#94a3b8;font-size:13px;font-weight:500}

/* Araç kartı içinde çizili eski fiyat (kt-car__amount üstünde) */
.kt-car__oldprice{display:block;text-decoration:line-through;color:#94a3b8;font-size:13px;font-weight:500;margin-bottom:-2px;line-height:1.2}
.kt-flow-help{font-size:12.5px;color:#64748b;margin:0 0 8px;line-height:1.5}
.kt-flow-hint{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e2e8f0;color:#475569;font-size:11px;font-weight:700;border:0;cursor:pointer;line-height:1}
.kt-flow-hint:hover{background:#cbd5e1}
.kt-flow-hint__pop{position:absolute;top:calc(100% + 8px);left:0;background:#1e293b;color:#fff;font-size:12.5px;font-weight:500;line-height:1.5;padding:10px 14px;border-radius:8px;max-width:280px;min-width:200px;box-shadow:0 12px 28px -8px rgba(0,0,0,.4);z-index:50;text-align:left;animation:ktHintIn .15s ease-out;white-space:normal}
.kt-flow-hint__pop::before{content:"";position:absolute;top:-6px;left:14px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #1e293b}
@keyframes ktHintIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}

/* Uçuş bilgisi kartı (dinamik) */
.kt-flow-flight{margin-top:14px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:none}
.kt-flow-flight.is-on{display:block}
.kt-flow-flight.is-loading .kt-flow-flight__row{opacity:.4}
.kt-flow-flight__row{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:10px}
.kt-flow-flight__code{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#0f172a}
.kt-flow-flight__code-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#fef3c7;color:#92400e}
.kt-flow-flight__airport{text-align:left}
.kt-flow-flight__airport--right{text-align:right}
.kt-flow-flight__airport strong{display:block;font-size:14px;color:#0f172a;font-weight:700}
.kt-flow-flight__airport small{display:block;font-size:11px;color:#64748b;margin-top:1px}
.kt-flow-flight__line{position:relative;width:100%;min-width:60px;height:2px;background:#e2e8f0;border-radius:2px;display:flex;align-items:center;justify-content:center}
.kt-flow-flight__line svg{position:absolute;background:#f8fafc;padding:0 4px;color:#f59e0b}
.kt-flow-flight__date{text-align:center;font-size:11px;color:#64748b;margin-top:6px}
.kt-flow-flight__warn{display:flex;align-items:flex-start;gap:6px;margin-top:10px;padding-top:10px;border-top:1px solid #e2e8f0;font-size:12.5px;color:#9a3412;line-height:1.5}
.kt-flow-flight__warn svg{color:#9a3412;flex-shrink:0;margin-top:2px}
.kt-flow-flight__warn a{color:#9a3412;font-weight:700;text-decoration:underline}
@media (max-width:480px){
    .kt-flow-flight__row{grid-template-columns:1fr;gap:6px;text-align:left}
    .kt-flow-flight__airport--right{text-align:left}
    .kt-flow-flight__line{width:2px;height:30px;min-width:0;justify-self:start;margin-left:11px}
    .kt-flow-flight__line svg{padding:4px 0}
}

.kt-flow-input-wrap{position:relative}
.kt-flow-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none}
.kt-flow-input{width:100%;padding:13px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;background:#f8fafc;color:#0f172a;font-family:inherit;outline:none;transition:.15s;box-sizing:border-box}
.kt-flow-input-wrap .kt-flow-input{padding-left:40px}
.kt-flow-input:focus{background:#fff;border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.1)}
textarea.kt-flow-input{resize:vertical;min-height:90px;font-family:inherit}

.kt-flow-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}

.kt-flow-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.kt-flow-chip{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border:1px solid #e2e8f0;border-radius:99px;background:#fff;color:#001364;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:.15s}
.kt-flow-chip:hover{background:#f1f5f9;border-color:#cbd5e1}
.kt-flow-chip.is-active{background:#eef3fa;border-color:#001364}
.kt-flow-chip svg{color:#001364;flex-shrink:0}

.kt-flow-expand{margin-top:12px;padding:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}
.kt-flow-expand[hidden]{display:none}

/* Telefon picker */
.kt-flow-phone{display:flex;gap:8px}
.kt-flow-phone__cc{flex:0 0 110px;padding:13px 10px}
.kt-flow-phone__num{flex:1}

/* Bilgi kartı (Karşılama ve Tanışma) */
.kt-flow-info-card{display:flex;gap:10px;padding:14px 16px;background:#f1f5f9;border-radius:10px;font-size:13px;color:#475569;line-height:1.55}
.kt-flow-info-card svg{flex-shrink:0;margin-top:2px}
.kt-flow-info-card p{margin:0}
.kt-flow-info-card strong{color:#0f172a}

/* Toggle switch (Bildirimler) */
.kt-flow-switch{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;margin-bottom:8px;cursor:pointer;transition:.15s}
.kt-flow-switch:hover{border-color:#cbd5e1}
.kt-flow-switch:last-child{margin-bottom:0}
.kt-flow-switch__ctrl{flex-shrink:0;position:relative;width:38px;height:22px}
.kt-flow-switch__ctrl input{position:absolute;inset:0;opacity:0;cursor:pointer;z-index:2;margin:0}
.kt-flow-switch__track{position:absolute;inset:0;background:#cbd5e1;border-radius:99px;transition:.18s}
.kt-flow-switch__track::after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.18s;box-shadow:0 2px 4px rgba(0,0,0,.2)}
.kt-flow-switch__ctrl input:checked + .kt-flow-switch__track{background:#10b981}
.kt-flow-switch__ctrl input:checked + .kt-flow-switch__track::after{left:19px}
.kt-flow-switch__txt{flex:1;font-size:13.5px;color:#334155}
.kt-flow-switch__txt strong{color:#0f172a;font-weight:600}
.kt-flow-switch__price{font-size:11.5px;font-weight:700;padding:3px 9px;border-radius:99px;letter-spacing:.3px;flex-shrink:0}
.kt-flow-switch__price--free{background:#dcfce7;color:#15803d}
.kt-flow-switch__price--paid{background:#fef3c7;color:#92400e}

/* Step 2 alt nav: geri + devam */
.kt-flow-nav{display:flex;gap:10px;margin-top:6px}
.kt-flow-back{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:54px;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:11px;cursor:pointer;color:#475569;font-family:inherit;transition:.15s;padding:0 14px;font-size:14px;font-weight:600;height:46px}
.kt-flow-back span{display:none}
/* Back-only nav: geri butonu daha geniş, "Geri" yazısı görünür */
.kt-flow-nav--back-only .kt-flow-back{width:auto;min-width:120px;justify-content:flex-start}
.kt-flow-nav--back-only .kt-flow-back span{display:inline}
.kt-flow-back:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}
.kt-flow-continue{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:#0f172a;color:#fff;font-size:15px;font-weight:700;border-radius:11px;border:0;cursor:pointer;font-family:inherit;transition:.15s}
.kt-flow-continue:hover{background:#000d4a}

@media (max-width:580px){
    .kt-flow-steps{margin-bottom:18px;gap:0}
    .kt-flow-step{padding:6px 8px;font-size:12px}
    .kt-flow-step:not(:last-child)::after{width:20px;margin-left:6px}
    .kt-flow-card{padding:16px}
    .kt-flow-grid-2{grid-template-columns:1fr;gap:10px}
}

/* Devam Et butonu */
.kt-trf-side__continue{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:#001364;color:#fff;font-size:15px;font-weight:700;border-radius:11px;text-decoration:none;margin-top:14px;transition:.15s;border:0;cursor:pointer}
/* Sidebar navrow: < geri + Devam Et yan yana */
.kt-trf-side__navrow{display:flex;gap:8px;margin-top:14px;align-items:stretch}
.kt-trf-side__navrow .kt-trf-side__continue{margin-top:0;flex:1}
.kt-trf-side__back{display:inline-flex;align-items:center;justify-content:center;width:50px;flex:0 0 50px;background:#fff;border:1px solid #cbd5e1;border-radius:11px;color:#475569;cursor:pointer;transition:.15s;padding:0}
.kt-trf-side__back:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}
/* Step 3 — "Tamamla" görsel olarak final action (yeşil tonu) */
.kt-trf-side__continue.kt-trf-side__continue--final{background:#15803d}
.kt-trf-side__continue.kt-trf-side__continue--final:hover{background:#166534}
.kt-trf-side__continue:hover{background:#000d4a;color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 10px 24px -10px rgba(0,19,100,.5)}
.kt-trf-side__continue svg{flex-shrink:0}
.kt-trf-side__notice{margin:10px 0 0;text-align:center;font-size:12.5px;color:#475569;font-weight:500;line-height:1.5}

/* Harita altı trust pills (sidebar pills ile aynı stil ama merkezde) */
.kt-trf-map-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:12px 0 0}

/* Araç badge'leri (En İyi Fiyat / En Popüler / Birinci Sınıf) */
.kt-car-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:99px;letter-spacing:.2px;vertical-align:middle;margin-left:8px;line-height:1.5}
.kt-car-badge--best{background:#dcfce7;color:#166534}
.kt-car-badge--best::before{content:"💡";font-size:11px}
.kt-car-badge--popular{background:#fee2e2;color:#991b1b}
.kt-car-badge--popular::before{content:"🔥";font-size:11px}
.kt-car-badge--first{background:#dbeafe;color:#1e40af}
.kt-car-badge--first::before{content:"★";font-size:11px}

/* Pin label altına alt adres (em tag) */
.kt-map-pin__left em{font-size:10px;color:#94a3b8;font-style:normal;font-weight:500;line-height:1.3;margin-top:1px;max-width:220px;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}

/* Araç kartı seçimi: hover + seçili çerçeve */
.kt-car{cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .12s;border:2px solid transparent;outline:none}
.kt-car:hover{border-color:#cbd5e1}
.kt-car:focus-visible{border-color:#94a3b8}
.kt-car.is-selected{border-color:#001364!important;box-shadow:0 10px 24px -10px rgba(0,19,100,.35)!important}
/* Araç kartı açıklama satırı (type → Skoda Octavia veya benzeri vb.) */
.kt-car__desc{margin:6px 0 0;font-size:12px;color:#94a3b8;line-height:1.45;font-style:italic}

/* 24 Saat İçinde Ücretsiz İptal kartı */
.kt-cancel-card{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;background:#f0fdf4;border:1px solid #86efac;border-radius:12px;margin:18px 0}
.kt-cancel-card__icon{width:42px;height:42px;border-radius:10px;background:#dcfce7;color:#15803d;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.kt-cancel-card__body{flex:1;min-width:0}
.kt-cancel-card__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}
.kt-cancel-card__head strong{font-size:14.5px;color:#0f172a;font-weight:700}
.kt-cancel-card__badge{display:inline-flex;align-items:center;padding:3px 8px;background:#fff;border:1px solid #86efac;border-radius:99px;font-size:10.5px;font-weight:700;color:#15803d;letter-spacing:.3px}
.kt-cancel-card__desc{margin:0;font-size:13px;color:#334155;line-height:1.55}
.kt-cancel-card__desc strong{color:#0f172a;font-weight:700}
/* Rezervasyon Yap butonu artık <a> — link görünümünü koru */
a.kt-car__btn{text-decoration:none;cursor:pointer}
a.kt-car__btn:hover{text-decoration:none}

/* Geri dönüş ekle */
.kt-trf-side__return{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 12px;border:1px dashed #cbd5e1;border-radius:10px;background:#fff;color:#475569;font-size:13px;font-weight:600;text-decoration:none;margin-bottom:18px;transition:.15s}
.kt-trf-side__return:hover{border-color:#94a3b8;color:#0f172a;text-decoration:none;background:#f8fafc}
.kt-trf-side__return--remove{margin-top:10px;margin-bottom:8px;border-color:#fecaca;color:#b91c1c;padding:9px 12px;font-size:12px}
.kt-trf-side__return--remove:hover{border-color:#f87171;color:#991b1b;background:#fef2f2}

/* Çocuk koltuğu / yükseltici (Transfeero benzeri) */
.kt-cseat{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:12px;background:#fff}
.kt-cseat__row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid #e2e8f0}
.kt-cseat__row:last-child{border-bottom:0}
.kt-cseat__icon{flex:0 0 auto;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px}
.kt-cseat__body{flex:1;min-width:0}
.kt-cseat__head{display:flex;align-items:center;gap:8px;margin-bottom:3px}
.kt-cseat__head strong{font-size:14px;color:#0f172a;font-weight:600}
.kt-cseat__free{display:inline-block;background:#fef3c7;color:#92400e;font-size:11px;font-weight:700;padding:2px 7px;border-radius:4px;letter-spacing:.3px}
.kt-cseat__desc{margin:0;font-size:12px;color:#64748b;line-height:1.4}
.kt-cseat__qty{flex:0 0 auto;width:78px;padding:7px 8px;font-size:11.5px;font-weight:600;color:#0f172a;text-transform:uppercase;letter-spacing:.3px}
.kt-cseat__warn{display:flex;align-items:flex-start;gap:8px;background:#fefce8;border:1px solid #fde68a;color:#854d0e;font-size:12px;line-height:1.45;padding:10px 12px;border-radius:8px;margin-bottom:10px}
.kt-cseat__warn svg{flex:0 0 auto;margin-top:1px}
.kt-cseat__info{display:flex;align-items:flex-start;gap:6px;color:#64748b;font-size:12px;line-height:1.4;margin:0;padding:0 4px}
.kt-cseat__info svg{flex:0 0 auto;margin-top:2px}
@media (max-width:580px){
    .kt-cseat__row{flex-wrap:wrap;gap:10px}
    .kt-cseat__qty{margin-left:auto;width:90px}
}

/* Trust pills */
.kt-trf-side__trust{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:0}
.kt-trf-trust-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 8px 6px 11px;border:1px solid #e2e8f0;border-radius:99px;color:#475569;font-size:12px;font-weight:500;background:#fff;line-height:1}
.kt-trf-trust-pill svg{flex-shrink:0}
.kt-trf-trust-pill__icon{display:inline-flex;align-items:center;justify-content:center}
.kt-trf-trust-pill__icon svg{width:13px;height:13px}
.kt-trf-trust-pill__txt{display:inline-flex;align-items:center}
.kt-trf-trust-pill__info{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:0;background:transparent;color:#94a3b8;cursor:pointer;padding:0;border-radius:50%;margin-left:2px;transition:.15s}
.kt-trf-trust-pill__info:hover{background:#f1f5f9;color:#001364}
.kt-trf-trust-pill--active{border-color:#86efac;background:#f0fdf4;color:#166534}

/* Perk popup */
.kt-perk-popup{position:fixed;inset:0;z-index:99998;display:flex;align-items:center;justify-content:center;padding:20px}
.kt-perk-popup[hidden]{display:none}
.kt-perk-popup__bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px);cursor:pointer}
.kt-perk-popup__dlg{position:relative;background:#fff;border-radius:16px;width:100%;max-width:380px;padding:24px;box-shadow:0 30px 80px -10px rgba(0,0,0,.4);animation:ktEditIn .22s ease-out;text-align:left}
.kt-perk-popup__x{position:absolute;top:14px;right:14px;width:28px;height:28px;border:0;background:#f1f5f9;border-radius:8px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center;transition:.15s}
.kt-perk-popup__x:hover{background:#e2e8f0;color:#0f172a}
.kt-perk-popup__icon{width:44px;height:44px;background:#dbeafe;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#001364;margin-bottom:14px}
.kt-perk-popup__icon svg{width:22px;height:22px}
.kt-perk-popup__title{font-size:17px;color:#0f172a;font-weight:700;margin:0 0 8px}
.kt-perk-popup__desc{font-size:13.5px;color:#475569;margin:0 0 18px;line-height:1.6}
.kt-perk-popup__close{width:100%;padding:12px;border:0;background:#0f172a;color:#fff;font-size:14px;font-weight:700;border-radius:10px;cursor:pointer;transition:.15s;font-family:inherit}
.kt-perk-popup__close:hover{background:#000d4a}

/* Ödeme yöntemleri */
.kt-trf-side__pays{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:18px;opacity:.75}
.kt-trf-side__pays svg{border-radius:3px;display:block;flex-shrink:0}

/* Mobil */
@media (max-width:980px){
    .kt-trf-grid{gap:16px}
    .kt-trf-side{position:static;flex:1 1 100%;max-width:100%;order:-1;margin-bottom:8px}
    .kt-trf-side__inner{padding:16px}
    .kt-trf-side__pays{margin-top:14px}
}
@media (max-width:580px){
    .kt-trf-map{height:260px}
    .kt-map-pin__left{padding:6px 9px}
    .kt-map-pin__left strong{font-size:11.5px;max-width:130px}
    .kt-map-pin__left small{font-size:9.5px}
    .kt-map-pin__right{padding:6px 9px;font-size:11.5px}
}

/* Düzenle modal — dropdown 99999, modal 99996, modal dialog 99997 */
.kt-trf-edit{position:fixed;inset:0;z-index:99996;display:flex;align-items:center;justify-content:center;padding:20px}
.kt-trf-edit[hidden]{display:none}
.kt-trf-edit__bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px);cursor:pointer}
.kt-trf-edit__dlg{position:relative;background:#fff;border-radius:16px;width:100%;max-width:540px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px -10px rgba(0,0,0,.4);animation:ktEditIn .22s ease-out}
@keyframes ktEditIn{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:none}}
.kt-trf-edit__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #e2e8f0;flex-shrink:0}
.kt-trf-edit__head strong{font-size:16px;color:#0f172a;font-weight:700}
.kt-trf-edit__x{width:32px;height:32px;border:0;background:#f1f5f9;border-radius:8px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center;transition:.15s}
.kt-trf-edit__x:hover{background:#e2e8f0;color:#0f172a}
.kt-trf-edit__body{padding:18px 22px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}
.kt-trf-edit__f{display:flex;flex-direction:column;gap:5px}
.kt-trf-edit__f > span{font-size:12.5px;color:#475569;font-weight:600}
.kt-trf-edit__f > span em{color:#94a3b8;font-style:normal;font-weight:500;font-size:11.5px}
.kt-trf-edit__f input,
.kt-trf-edit__f select{padding:0 12px;border:1px solid #e2e8f0;border-radius:9px;font-size:14px;background:#f8fafc;color:#0f172a;font-family:inherit;outline:none;transition:.15s;width:100%;height:42px;line-height:40px;box-sizing:border-box;-webkit-appearance:none;appearance:none}
.kt-trf-edit__f input:focus,
.kt-trf-edit__f select:focus{background:#fff;border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.1)}
/* Native date/time picker indicator gizle — uniform height için (iOS/Android) */
.kt-trf-edit__f input[type="date"],
.kt-trf-edit__f input[type="time"]{padding-right:36px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}
.kt-trf-edit__f input[type="time"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}
.kt-trf-edit__f input::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;position:absolute;right:0;width:36px;height:42px;padding:0;margin:0}
.kt-trf-edit__f input[type="date"],
.kt-trf-edit__f input[type="time"]{position:relative}
.kt-trf-edit__f select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}
.kt-trf-edit__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.kt-trf-edit__pax{padding-top:6px}
.kt-trf-edit__pax-title{display:block;font-size:12.5px;color:#475569;font-weight:600;margin-bottom:6px}
.kt-trf-edit__paxgrid{display:flex;flex-direction:column;gap:8px}
.kt-trf-edit__paxrow{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;font-size:13.5px;color:#0f172a}
.kt-trf-edit__paxrow em{color:#94a3b8;font-style:normal;font-weight:500;font-size:11.5px;margin-left:4px}
.kt-trf-edit__paxctrl{display:inline-flex;align-items:center;gap:10px}
.kt-trf-edit__paxctrl button{width:28px;height:28px;border:1px solid #e2e8f0;background:#fff;border-radius:50%;cursor:pointer;font-size:16px;font-weight:700;color:#475569;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:.15s}
.kt-trf-edit__paxctrl button:hover{border-color:#001364;color:#001364}
.kt-trf-edit__paxctrl span{min-width:18px;text-align:center;font-weight:700;color:#0f172a}
.kt-trf-edit__foot{padding:14px 22px;border-top:1px solid #e2e8f0;flex-shrink:0}
.kt-trf-edit__submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px;border:0;background:#001364;color:#fff;font-size:14.5px;font-weight:700;border-radius:10px;cursor:pointer;transition:.15s;font-family:inherit}
.kt-trf-edit__submit:hover{background:#000d4a}
@media (max-width:560px){
    .kt-trf-edit{padding:0;align-items:flex-end}
    .kt-trf-edit__dlg{max-height:92vh;border-radius:16px 16px 0 0}
    .kt-trf-edit__row{grid-template-columns:1fr}
}

/* Geri dönüş ekle — mini popup */
.kt-trf-ret{position:fixed;inset:0;z-index:99996;display:flex;align-items:center;justify-content:center;padding:20px}
.kt-trf-ret[hidden]{display:none}
.kt-trf-ret__bd{position:absolute;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(2px);cursor:pointer}
.kt-trf-ret__dlg{position:relative;background:#fff;border-radius:14px;padding:18px;width:100%;max-width:380px;box-shadow:0 30px 80px -10px rgba(0,0,0,.4);animation:ktEditIn .22s ease-out}
.kt-trf-ret__route{display:flex;flex-direction:column;gap:8px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #e2e8f0;position:relative}
.kt-trf-ret__route::before{content:"";position:absolute;left:6px;top:12px;bottom:18px;width:1.5px;background:#cbd5e1}
.kt-trf-ret__row{display:flex;align-items:center;gap:10px;position:relative;z-index:1}
.kt-trf-ret__dot{width:13px;height:13px;border-radius:3px;flex-shrink:0;background:#fff}
.kt-trf-ret__dot--pickup{background:#0f172a}
.kt-trf-ret__dot--dropoff{background:#f59e0b}
.kt-trf-ret__row strong{font-size:14px;color:#0f172a;font-weight:600}
.kt-trf-ret__fields{display:flex;gap:10px;margin-bottom:14px}
.kt-trf-ret__f{flex:1;display:flex;flex-direction:column;gap:5px;min-width:0}
.kt-trf-ret__f > span{font-size:12px;color:#475569;font-weight:600}
.kt-trf-ret__inp{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;transition:.15s}
.kt-trf-ret__inp:focus-within{background:#fff;border-color:#001364;box-shadow:0 0 0 3px rgba(0,19,100,.1)}
.kt-trf-ret__inp svg{flex-shrink:0}
.kt-trf-ret__inp input{flex:1;border:0;background:transparent;outline:none;font-family:inherit;font-size:13.5px;color:#0f172a;min-width:0;padding:0;font-weight:600}
.kt-trf-ret__submit{width:100%;padding:12px;border:0;background:#0f172a;color:#fff;font-size:14px;font-weight:700;border-radius:10px;cursor:pointer;transition:.15s;font-family:inherit;letter-spacing:.3px}
.kt-trf-ret__submit:hover{background:#000d4a}
@media (max-width:480px){
    .kt-trf-ret__fields{flex-direction:column}
}
