/* =====================================================================
   responsive-beauty.css
   ---------------------------------------------------------------------
   “Sığsın” değil — her ekranda harika görünsün.
   Tipografi, ritm, boşluk, kart, CTA, form, header/footer.
   Son katmanda yüklenir (theme + universal + performance sonrası).
   ===================================================================== */

:root {
    --rb-radius: 14px;
    --rb-radius-sm: 10px;
    --rb-radius-lg: 20px;
    --rb-pad-x: clamp(16px, 4vw, 28px);
    --rb-section-y: clamp(36px, 6vw, 72px);
    --rb-gap: clamp(12px, 3vw, 24px);
    --rb-title: clamp(1.35rem, 1.1rem + 1.4vw, 2rem);
    --rb-lead: clamp(0.95rem, 0.9rem + 0.35vw, 1.125rem);
    --rb-ease: cubic-bezier(0.22, 1, 0.36, 1);
}


/* ── Sayfa iskeleti ────────────────────────────────────────────────── */
main {
    min-height: 50vh;
}

.container,
.container-2 {
    padding-left: var(--rb-pad-x) !important;
    padding-right: var(--rb-pad-x) !important;
}

section.section,
section[class*="-sec-"],
.cs-homepage-sec-2,
.cs-homepage-sec-3,
.cs-homepage-sec-4,
.cs-homepage-sec-5,
.cs-homepage-sec-6,
.cs-homepage-sec-7,
.cs-homepage-sec-8,
.cs-homepage-sec-9,
.cs-homepage-sec-10,
.cs-homepage-sec-11 {
    padding-top: var(--rb-section-y) !important;
    padding-bottom: var(--rb-section-y) !important;
}

/* Bölüm başlıkları — tek dil */
.cs-wbg-head-1,
.cs-wbg-head-2,
.cs-wbg-head-3,
.section .head-1,
.p-home .cs-wbg-head-2,
.pr-section-title {
    font-size: var(--rb-title) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.025em !important;
    font-weight: 700 !important;
    color: var(--pr-ink, #0f172a) !important;
    margin-bottom: 0.5rem !important;
}

.cs-wbg-desc-1,
.section .desc-1,
.p-home .desc-1:not(.p-home-hero__subtitle) {
    font-size: var(--rb-lead) !important;
    line-height: 1.65 !important;
    color: var(--pr-text-muted, #475569) !important;
    max-width: 42rem;
}


/* =====================================================================
   HEADER — temiz, ferah
   ===================================================================== */
.cs-sticky-header-1 {
    border-bottom: 1px solid var(--pr-line, rgba(17, 24, 39, 0.06));
}

.cs-sticky-header-1 .container-2 {
    min-height: 64px;
    display: flex;
    align-items: center;
}

.cs-header-row-1 {
    width: 100%;
    align-items: center;
}

@media (max-width: 1023.98px) {
    .cs-sticky-header-1 .container-2 {
        min-height: 56px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .cs-main-logo-1 img {
        max-height: 36px;
        width: auto;
        object-fit: contain;
    }
}


/* =====================================================================
   HERO — mobil kompozisyon
   ===================================================================== */
@media (max-width: 1023.98px) {
    .section-hero,
    .hero-pr,
    .p-home-hero {
        min-height: clamp(420px, 68dvh, 720px) !important;
    }

    .section-hero .slider-container-1,
    .hero-pr .slider-container-1,
    .p-home-hero__slide {
        display: flex !important;
        align-items: flex-end !important;
        min-height: clamp(420px, 68dvh, 720px) !important;
        padding: 0 !important;
    }

    .section-hero .container-2,
    .section-hero .p-home-hero__content,
    .p-home-hero__content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 28px var(--rb-pad-x) 40px !important;
        margin: 0 !important;
    }

    .p-home-hero__headline,
    .section-hero h1,
    .slider-container-1 h1 {
        font-size: clamp(1.75rem, 1.2rem + 3.5vw, 2.5rem) !important;
        line-height: 1.12 !important;
        letter-spacing: -0.03em !important;
        font-weight: 800 !important;
        margin: 0 0 12px !important;
        max-width: 18ch;
    }

    .p-home-hero__subtitle,
    .section-hero .desc-1,
    .slider-container-1 .desc-1 {
        font-size: clamp(0.95rem, 0.88rem + 0.5vw, 1.1rem) !important;
        line-height: 1.5 !important;
        margin: 0 0 20px !important;
        max-width: 36ch;
        opacity: 0.92;
    }

    .p-home-hero__actions,
    .section-hero .btn-area-1,
    .slider-container-1 .cs-btn-group-1,
    .section-hero .action-menu-1,
    .slider-container-1 .action-menu-1 {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 360px;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .section-hero .action-menu-1 li,
    .slider-container-1 .action-menu-1 li {
        width: 100% !important;
        margin: 0 !important;
    }

    .p-home-hero__actions a,
    .section-hero .cs-white-btn-1,
    .section-hero .cs-white-outline-btn-1,
    .section-hero .cs-secondary-btn-1,
    .slider-container-1 .cs-white-btn-1,
    .slider-container-1 .cs-white-outline-btn-1 {
        width: 100% !important;
        min-height: 48px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 12px !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        text-align: center !important;
    }

    .section-hero .slider-content-1 {
        padding-bottom: 8px !important;
        max-width: 100% !important;
    }

    .section-hero .slider-content-1 * {
        color: inherit;
    }

    /* Hero metin okunabilirliği */
    .section-hero .slider-container-1 {
        background-size: cover !important;
        background-position: center !important;
        position: relative !important;
    }

    .section-hero .slider-container-1::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(15, 23, 42, 0.15) 0%,
            rgba(15, 23, 42, 0.55) 55%,
            rgba(15, 23, 42, 0.78) 100%
        );
        pointer-events: none;
        z-index: 0;
    }

    .section-hero .slider-container-1 > a,
    .section-hero .slider-content-1,
    .section-hero .container-2 {
        position: relative;
        z-index: 1;
    }

    .section-hero .slider-content-1,
    .section-hero .slider-content-1 p,
    .section-hero .slider-content-1 h1,
    .section-hero .slider-content-1 h2,
    .section-hero .slider-content-1 h3 {
        color: #fff !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }
}


/* =====================================================================
   ARAMA ŞERİDİ — mobil kart
   ===================================================================== */
@media (max-width: 1023.98px) {
    .cs-homepage-sec-2 {
        margin-top: -28px !important;
        position: relative;
        z-index: 5;
        padding-top: 0 !important;
    }

    .cs-loc-date-d-1 {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        background: var(--pr-surface, #fff) !important;
        border: 1px solid var(--pr-line-strong, rgba(17, 24, 39, 0.1)) !important;
        border-radius: var(--rb-radius-lg) !important;
        box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1) !important;
        overflow: hidden !important;
        padding: 4px !important;
    }

    .cs-loc-date-d-1 .csld1-col-1,
    .cs-loc-date-d-1 .csld1-col-2,
    .cs-loc-date-d-1 .csld1-col-3 {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        border: 0 !important;
        border-bottom: 1px solid var(--pr-line, rgba(17, 24, 39, 0.06)) !important;
        padding: 14px 16px !important;
        text-align: left !important;
    }

    .cs-loc-date-d-1 .csld1-col-3 {
        border-bottom: 0 !important;
        padding: 12px !important;
    }

    .cs-loc-date-d-1 .cs-secondary-btn-1,
    .cs-loc-date-d-1 button,
    .cs-loc-date-d-1 a.cs-secondary-btn-1 {
        width: 100% !important;
        min-height: 48px !important;
        border-radius: 12px !important;
        font-weight: 600 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .cs-loc-date-d-1 label,
    .cs-loc-date-d-1 .head-1,
    .cs-loc-date-d-1 .small-label {
        font-size: 12px !important;
        font-weight: 600 !important;
        letter-spacing: 0.02em !important;
        text-transform: uppercase !important;
        color: var(--pr-text-subtle, #5b6574) !important;
        margin-bottom: 4px !important;
    }

    .cs-loc-date-d-1 .form-control,
    .cs-loc-date-d-1 input,
    .cs-loc-date-d-1 .jsStartTimeZone,
    .cs-loc-date-d-1 .jsEndTimeZone {
        font-size: 15px !important;
        font-weight: 600 !important;
        color: var(--pr-ink, #0f172a) !important;
        border: 0 !important;
        background: transparent !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/* =====================================================================
   KART / GRID — dengeli, ferah
   ===================================================================== */
@media (max-width: 1023.98px) {
    .p-home-cities-grid,
    .p-home-suppliers-grid,
    .p-home-campaign-grid,
    .p-home-blog-list,
    .p-home-how-grid__items,
    .pr-why__grid {
        display: grid !important;
        gap: var(--rb-gap) !important;
    }

    .p-home-card,
    .p-home-city-card,
    .p-home-campaign-card,
    .p-home-campaign-tile,
    .p-home-supplier-card,
    .p-home-blog-card,
    .cs-car-box-1,
    .cs-comment-box-1,
    .blog-card {
        border-radius: var(--rb-radius) !important;
        border: 1px solid var(--pr-line, rgba(17, 24, 39, 0.06)) !important;
        background: var(--pr-surface, #fff) !important;
        overflow: hidden !important;
    }

    .p-home-city-card .image-div-1 img,
    .p-home-campaign-tile .image-div-1 img,
    .p-home-campaign-card .image-div-1 img,
    .cs-car-box-1 .img-div-1 img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 10;
        object-fit: cover !important;
        display: block !important;
    }

    .p-home-city-card .head-1,
    .p-home-campaign-tile__title,
    .p-home-campaign-card .head-1,
    .cs-car-box-1 .head-1 {
        font-size: 1rem !important;
        font-weight: 700 !important;
        letter-spacing: -0.02em !important;
        padding: 12px 14px 4px !important;
        margin: 0 !important;
    }

    .p-home-campaign-tile__desc,
    .p-home-campaign-card .desc-1,
    .cs-car-box-1 .desc-1 {
        padding: 0 14px 14px !important;
        font-size: 0.9rem !important;
        line-height: 1.55 !important;
        color: var(--pr-text-muted, #475569) !important;
    }
}

@media (max-width: 575.98px) {
    .p-home-cities-grid,
    .p-home-campaign-grid,
    .p-home-suppliers-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .p-home-cities-grid,
    .p-home-campaign-grid,
    .p-home-suppliers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}


/* =====================================================================
   APP BLOĞU / HOW / FAQ
   ===================================================================== */
@media (max-width: 991.98px) {
    .p-home-app__inner {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        text-align: center !important;
        align-items: center !important;
    }

    .p-home-app__title {
        font-size: clamp(1.5rem, 1.1rem + 2.5vw, 2rem) !important;
        line-height: 1.2 !important;
        letter-spacing: -0.03em !important;
    }

    .p-home-app__subtitle {
        font-size: var(--rb-lead) !important;
        line-height: 1.6 !important;
        margin: 0 auto !important;
        max-width: 34rem;
    }

    .p-home-app__badge-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .p-home-app__badge {
        min-height: 44px;
        border-radius: 12px !important;
    }

    .p-home-app__phone {
        max-width: min(260px, 70vw) !important;
        margin: 0 auto !important;
    }

    .cs-navTabs-1 {
        gap: 6px !important;
        padding-bottom: 8px !important;
        margin-bottom: 16px !important;
    }

    .cs-navTabs-1 .nav-link {
        border-radius: 999px !important;
        padding: 10px 16px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        border: 1px solid var(--pr-line-strong) !important;
        background: var(--pr-surface) !important;
        color: var(--pr-text-muted) !important;
    }

    .cs-navTabs-1 .nav-link.active {
        background: var(--pr-brand, #059669) !important;
        border-color: var(--pr-brand, #059669) !important;
        color: #fff !important;
    }
}


/* =====================================================================
   BUTONLAR — her yerde dokunulabilir & dengeli
   ===================================================================== */
@media (max-width: 767.98px) {
    .cs-secondary-btn-1,
    .cs-primary-btn-1,
    .cs-white-btn-1,
    .cs-white-outline-btn-1,
    .btn.btn-primary,
    .cs-header-btn-3 {
        min-height: 48px !important;
        border-radius: 12px !important;
        font-weight: 600 !important;
        letter-spacing: -0.01em !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .cs-colored-link-box-1 {
        border-radius: var(--rb-radius) !important;
        padding: 18px !important;
    }
}


/* =====================================================================
   FORM / AUTH — sakin, okunaklı
   ===================================================================== */
@media (max-width: 767.98px) {
    .cs-login-form-c-1,
    .cs-syc-1-formbox,
    .cs-account-right-div-1,
    .cs-contact-us-form-wrapper {
        background: var(--pr-surface, #fff);
        border-radius: var(--rb-radius-lg);
        padding: 20px 16px !important;
        border: 1px solid var(--pr-line);
    }

    .cs-login-text-c-1 .head-1 {
        font-size: clamp(1.6rem, 1.2rem + 2.5vw, 2rem) !important;
        letter-spacing: -0.03em !important;
        line-height: 1.15 !important;
    }

    .form-control,
    .cs-form-1 .form-control,
    select.form-control {
        min-height: 48px !important;
        border-radius: 12px !important;
        border: 1px solid var(--pr-line-strong) !important;
        padding: 12px 14px !important;
        font-size: 16px !important;
        background: var(--pr-bg, #F9FAFB) !important;
    }

    .form-control:focus {
        border-color: var(--pr-brand) !important;
        box-shadow: 0 0 0 3px var(--pr-brand-ring, rgba(5, 150, 105, 0.18)) !important;
        background: #fff !important;
    }

    label {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: var(--pr-text-muted) !important;
        margin-bottom: 6px !important;
    }
}


/* =====================================================================
   RENT — liste / kart / filtre
   ===================================================================== */
@media (max-width: 767.98px) {
    .page-rent-car .cs-rentcar-section-2 {
        padding-top: 12px !important;
    }

    .cs-car-box-1 {
        margin-bottom: 12px !important;
    }

    .cs-car-box-1 .cscb-middle-area-1,
    .cs-car-box-1 .info-div-1 {
        padding: 12px 14px !important;
    }

    .jsFilterMOD1.fmm-f-div-1.rent-filter-panel--open {
        border-radius: 20px 20px 0 0 !important;
        padding-top: 8px !important;
    }

    .jsFilterMOD1.fmm-f-div-1.rent-filter-panel--open::before {
        content: "";
        display: block;
        width: 40px;
        height: 4px;
        border-radius: 4px;
        background: rgba(15, 23, 42, 0.15);
        margin: 6px auto 14px;
    }

    .leaflet-container {
        border-radius: 12px !important;
        overflow: hidden !important;
    }
}


/* =====================================================================
   ACCOUNT — menü + içerik
   ===================================================================== */
@media (max-width: 1023.98px) {
    .cs-account-mobile-d-1 .csamd1-btn-1 {
        border-radius: 12px !important;
        border: 1px solid var(--pr-line-strong) !important;
        background: var(--pr-surface) !important;
        font-weight: 600 !important;
        min-height: 48px !important;
    }

    .cs-account-menu-1 .acc-level-link-1 {
        min-height: 48px !important;
        border-radius: 10px !important;
        padding: 12px 14px !important;
        font-weight: 600 !important;
    }

    .cs-account-menu-1 .acc-level-link-1.active {
        background: var(--pr-brand-soft) !important;
        color: var(--pr-brand-700, #065f46) !important;
    }

    .cs-account-info-d-1 .account-head-1 {
        font-size: 1.25rem !important;
        letter-spacing: -0.02em !important;
    }
}


/* =====================================================================
   FOOTER
   ===================================================================== */
@media (max-width: 767.98px) {
    .cs-footer-1 {
        padding-top: 36px !important;
        padding-bottom: 28px !important;
    }

    .cs-footer-row-1 {
        gap: 28px !important;
    }

    .cs-download-app-1 .image-m-1 {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .cs-social-menu-1 {
        display: flex !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
        padding: 0 !important;
        margin: 16px 0 0 !important;
        list-style: none !important;
    }

    .cs-social-menu-1 a {
        width: 40px !important;
        height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 10px !important;
        border: 1px solid var(--pr-line-strong) !important;
        background: var(--pr-surface) !important;
    }
}


/* =====================================================================
   TABLET (768–1023) — 2 sütunlu nefes
   ===================================================================== */
@media (min-width: 768px) and (max-width: 1023.98px) {
    :root {
        --rb-section-y: clamp(48px, 5vw, 64px);
        --rb-pad-x: 24px;
    }

    .section-hero .p-home-hero__content,
    .section-hero .container-2 {
        max-width: 560px !important;
        padding-bottom: 48px !important;
    }

    .p-home-hero__actions,
    .section-hero .btn-area-1,
    .section-hero .action-menu-1 {
        flex-direction: row !important;
        max-width: 420px;
    }

    .p-home-hero__actions a,
    .section-hero .action-menu-1 li {
        flex: 1 1 0 !important;
    }

    .cs-loc-date-d-1 {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
    }

    .cs-loc-date-d-1 .csld1-col-1,
    .cs-loc-date-d-1 .csld1-col-2 {
        flex: 1 1 45% !important;
        border-bottom: 0 !important;
        border-right: 1px solid var(--pr-line) !important;
    }

    .cs-loc-date-d-1 .csld1-col-3 {
        flex: 1 1 100% !important;
    }
}


/* =====================================================================
   DESKTOP — ferah, max okuma genişliği
   ===================================================================== */
@media (min-width: 1280px) {
    .container,
    .container-2 {
        max-width: 1200px;
    }

    .cs-wbg-head-2 {
        font-size: clamp(1.75rem, 1.5rem + 0.6vw, 2.25rem) !important;
    }
}


/* =====================================================================
   DARK — yüzey uyumu
   ===================================================================== */
html.dark-mode .cs-loc-date-d-1,
[data-theme="dark"] .cs-loc-date-d-1,
html.dark-mode .p-home-card,
[data-theme="dark"] .p-home-card,
html.dark-mode .cs-car-box-1,
[data-theme="dark"] .cs-car-box-1,
html.dark-mode .cs-login-form-c-1,
[data-theme="dark"] .cs-login-form-c-1 {
    background: var(--pr-surface, #151f35) !important;
    border-color: rgba(148, 163, 184, 0.16) !important;
}

/* Breadcrumb / sayfa başlıkları */
@media (max-width: 767.98px) {
    .cs-breadcrumb-1,
    .breadcrumb {
        font-size: 13px !important;
        margin-bottom: 12px !important;
    }

    .cs-orderSum-head-1,
    .cs-page-head-1,
    .page-title {
        font-size: clamp(1.35rem, 1.1rem + 1.5vw, 1.75rem) !important;
        letter-spacing: -0.02em !important;
        margin-bottom: 16px !important;
    }

    /* Modal içerik nefes */
    .modal-content {
        border-radius: 16px !important;
        border: 0 !important;
    }

    .modal-body {
        padding: 20px 16px !important;
    }

    /* Blog / kampanya liste */
    .cs-blog-list,
    .campaign-list {
        display: grid !important;
        gap: 14px !important;
    }
}

/* Mobil menü drawer — premium tipografi */
@media (max-width: 1023.98px) {
    .cs-mobile-menu-d-1 .content-area-1 {
        padding: 12px 20px 32px !important;
    }

    .cs-mobile-menu-1 .level-link-1 {
        font-size: 17px !important;
        font-weight: 650 !important;
        letter-spacing: -0.02em !important;
        min-height: 52px !important;
    }

    .level-link-2 {
        font-size: 15px !important;
        border-radius: 10px !important;
    }
}
