/*------------------------------------------------------------------*\
    Walux Car Rental - Ek Stiller
    ------------------------------------------------------------------
    walux.min.css'ten sonra yüklenir. Statik sürüme özel eklemeler
    ve küçük düzeltmeler burada tutulur.
\*------------------------------------------------------------------*/

:root {
    --waluxGold: #ac8b6f;
    --waluxGoldSoft: rgba(172, 139, 111, .35);
    --waluxNavy: #01162d;
    --waluxRadius: 14px;
}

/*--- Erişilebilirlik: içeriğe atlama bağlantısı ---------------------*/
.skipLink {
    position: absolute;
    top: -100px;
    left: 20px;
    z-index: 200;
    border-radius: 0 0 8px 8px;
    padding: 12px 20px;
    background-color: var(--waluxGold);
    font-family: "raleway-bold";
    color: #fff;
    transition: top .3s;
}

.skipLink:focus {
    top: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--waluxGold);
    outline-offset: 3px;
}

html {
    scroll-behavior: smooth;
}

/* Sabit header, hedefe kaydırılan içeriği örtmesin */
[id] {
    scroll-margin-top: 110px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/*--- Sabit (sticky) header -----------------------------------------*/
/* Temada header z-index: 2; sayfa içindeki bazı öğeler de (akordiyon
   başlıkları, fiyat rozetleri, banner içerikleri) z-index: 2 kullandığı
   için DOM sırasına göre header'ın üstüne biniyorlardı. Katmanı yükseltiyoruz. */
.header {
    z-index: 40;
    transition: background-color .35s ease, padding .35s ease, box-shadow .35s ease;
}

/* Arkadaki içeriğin okunmasını engellemek için tam opak zemin. */
.header.isStuck {
    position: fixed;
    padding: 14px 0;
    background-color: #030f1f;
    border-bottom: 1px solid rgba(172, 139, 111, .18);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .5);
    animation: waluxHeaderDrop .4s ease;
}

.header.isStuck .header_inner_logo {
    width: 165px;
}

@keyframes waluxHeaderDrop {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
}

/*--- Scroll ile belirme --------------------------------------------*/
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.isVisible {
    opacity: 1;
    transform: none;
}

.content_filo_list > li.reveal:nth-child(2),
.content_middle_list > li.reveal:nth-child(2),
.howItWorks_list > li.reveal:nth-child(2),
.campaign_list > li.reveal:nth-child(2) {
    transition-delay: .1s;
}

.content_filo_list > li.reveal:nth-child(3),
.content_middle_list > li.reveal:nth-child(3),
.howItWorks_list > li.reveal:nth-child(3),
.campaign_list > li.reveal:nth-child(3) {
    transition-delay: .2s;
}

.content_middle_list > li.reveal:nth-child(4),
.howItWorks_list > li.reveal:nth-child(4) {
    transition-delay: .3s;
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/*--- Yüzen WhatsApp butonu -----------------------------------------*/
.waFloat {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25d366;
    box-shadow: 0 10px 25px rgba(37, 211, 102, .35);
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 55;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .3s ease, box-shadow .3s ease;
}

.waFloat:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 14px 30px rgba(37, 211, 102, .45);
}

.waFloat svg {
    width: 28px;
    height: 28px;
}

.waFloat svg * {
    fill: #fff;
}

.waFloat_label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    font-family: "raleway-bold";
    font-size: .9333333333rem;
    color: #fff;
    opacity: 0;
    transition: .35s;
}

@media only screen and (min-width: 1024px) {
    .waFloat {
        width: auto;
        height: 56px;
        border-radius: 40px;
        padding: 0 20px;
        gap: 0;
    }

    .waFloat:hover .waFloat_label {
        max-width: 220px;
        margin-left: 10px;
        opacity: 1;
    }
}

/*--- Fiyat rozeti (filo kartları) -----------------------------------*/
.content_filo_list_img {
    position: relative;
}

.priceTag {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    border-radius: 10px;
    padding: 8px 14px;
    background-color: rgba(1, 14, 30, .88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid var(--waluxGoldSoft);
    font-family: "raleway-bold";
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #fff;
    display: block;
}

.priceTag small {
    display: block;
    font-family: "raleway-regular";
    font-size: .7333333333rem;
    line-height: 1rem;
    color: var(--waluxGold);
    letter-spacing: .5px;
    text-transform: uppercase;
}

.priceTag em {
    font-style: normal;
    font-family: "raleway-regular";
    font-size: .8666666667rem;
    color: rgba(255, 255, 255, .7);
}

/*--- "Filoyu incele" butonu -----------------------------------------*/
.content_filo_more {
    margin-top: 40px;
    text-align: center;
}

/*--- Nasıl Çalışır? -------------------------------------------------*/
.howItWorks {
    padding: 70px 0 20px;
}

.howItWorks_list {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.howItWorks_list > li {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--waluxRadius);
    padding: 30px 25px;
    background-color: rgba(255, 255, 255, .03);
    transition: border-color .4s ease, transform .4s ease;
}

.howItWorks_list > li:hover {
    border-color: var(--waluxGoldSoft);
    transform: translateY(-4px);
}

.howItWorks_list_step {
    display: block;
    margin-bottom: 14px;
    font-family: "raleway-bold";
    font-size: 2rem;
    line-height: 2.2rem;
    color: var(--waluxGold);
    opacity: .55;
}

.howItWorks_list_title {
    margin-bottom: 10px;
    font-family: "raleway-bold";
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff;
}

.howItWorks_list_text {
    font-family: "raleway-regular";
    font-size: .9333333333rem;
    line-height: 1.6rem;
    color: rgba(255, 255, 255, .7);
}

/*--- Vitrin formu altındaki bilgi notu ------------------------------*/
/* Vitrin paneli mutlak konumlu ve alta sabitli olduğu için notu da
   mutlak konumlandırıyoruz; aksi hâlde panel yukarı büyüyüp başlığı ezer. */
.showcase_reservation_note {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 14px;
    font-family: "raleway-regular";
    font-size: .8666666667rem;
    line-height: 1.4rem;
    color: rgba(255, 255, 255, .6);
    text-align: center;
}

/*--- Form bilgilendirme kutusu --------------------------------------*/
.formNotice {
    grid-column: 1 / -1;
    margin-bottom: 5px;
    border-left: 3px solid var(--waluxGold);
    border-radius: 6px;
    padding: 10px 14px;
    background-color: rgba(172, 139, 111, .12);
    font-family: "raleway-regular";
    font-size: .8666666667rem;
    line-height: 1.3333333333rem;
    color: #01162d;
}

/*--- Galeri sayacı --------------------------------------------------*/
.filo_detail_left_gallery {
    position: relative;
}

.galleryCounter {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    border-radius: 30px;
    padding: 6px 14px;
    background-color: rgba(1, 14, 30, .75);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-family: "raleway-regular";
    font-size: .8666666667rem;
    color: rgba(255, 255, 255, .8);
    pointer-events: none;
}

.galleryCounter b {
    font-family: "raleway-bold";
    color: #fff;
}

/*--- Fiyat tablosunda en avantajlı satır ----------------------------*/
.filo_detail_right_priceList tr.isBest td {
    background-color: rgba(172, 139, 111, .12);
    font-family: "raleway-bold";
}

.bestValue {
    margin-left: 8px;
    border-radius: 20px;
    padding: 3px 10px;
    background-color: var(--waluxGold);
    font-family: "raleway-regular";
    font-size: .7333333333rem;
    line-height: 1rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

/*--- Mobil sabit rezervasyon çubuğu ---------------------------------*/
.stickyBar {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background-color: rgba(1, 14, 30, .96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid rgba(255, 255, 255, .08);
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.stickyBar_info {
    min-width: 0;
}

.stickyBar_info_title {
    display: block;
    font-family: "raleway-bold";
    font-size: 1rem;
    line-height: 1.4rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stickyBar_info_price {
    display: block;
    font-family: "raleway-regular";
    font-size: .8rem;
    line-height: 1.2rem;
    color: rgba(255, 255, 255, .65);
}

.stickyBar_info_price b {
    font-family: "raleway-bold";
    color: var(--waluxGold);
}

.stickyBar_button {
    flex-shrink: 0;
    border-radius: 10px;
    padding: 12px 22px;
    background-color: var(--waluxGold);
    font-family: "raleway-bold";
    font-size: .9333333333rem;
    color: #fff;
}

/*--- SSS sayfası ----------------------------------------------------*/
/* Tema akordiyonu açık renkli; koyu arayüze uyarlıyoruz. */
.faq {
    margin-bottom: 50px;
}

.faq.s-accordion li {
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--waluxRadius);
    background-color: rgba(255, 255, 255, .03);
    transition: border-color .4s ease, background-color .4s ease;
}

.faq.s-accordion li:hover,
.faq.s-accordion li.active {
    border-color: var(--waluxGoldSoft);
    background-color: rgba(255, 255, 255, .05);
}

.faq.s-accordion li a {
    padding: 20px 55px 20px 24px;
    background-color: transparent;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    color: rgba(255, 255, 255, .85);
}

.faq.s-accordion li.active a {
    color: var(--waluxGold);
}

.faq.s-accordion li a::after {
    right: 24px;
    border-right-color: var(--waluxGold);
    border-bottom-color: var(--waluxGold);
}

.faq.s-accordion li div {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 0 24px;
}

.faq.s-accordion li.active div {
    padding: 20px 24px 24px;
}

.faq.s-accordion li div p {
    font-family: "raleway-regular";
    font-size: 1rem;
    line-height: 1.7333333333rem;
    color: rgba(255, 255, 255, .7);
}

.faq_cta {
    border: 1px solid var(--waluxGoldSoft);
    border-radius: var(--waluxRadius);
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, .03);
    text-align: center;
}

.faq_cta_title {
    margin-bottom: 10px;
    font-family: "raleway-bold";
    font-size: 1.4666666667rem;
    line-height: 2rem;
    color: #fff;
}

.faq_cta p {
    max-width: 620px;
    margin: 0 auto;
    font-family: "raleway-regular";
    font-size: 1rem;
    line-height: 1.7333333333rem;
    color: rgba(255, 255, 255, .7);
}

/*--- İletişim kartı ikonları (bazı SVG'ler siyah geliyor) -----------*/
.contact_info_icon img {
    filter: brightness(0) invert(1);
}

/*--- Kampanya kartı butonu ------------------------------------------*/
/* Kart yükseklikleri farklı olabildiği için butonları alta hizalıyoruz. */
.campaign_list > li {
    display: flex;
    flex-direction: column;
}

.campaign_list_bottom {
    flex: 1 1 auto;
}

.campaign_list_button {
    margin: 0 20px 20px;
    border: 1px solid var(--waluxGoldSoft);
    border-radius: 10px;
    padding: 12px 20px;
    transition: .4s;
    display: block;
    font-family: "raleway-bold";
    font-size: 1rem;
    color: var(--waluxGold);
    text-align: center;
}

.campaign_list_button:hover {
    border-color: var(--waluxGold);
    background-color: var(--waluxGold);
    color: #fff;
}

/*--- Footer imzası --------------------------------------------------*/
.footer_created_by {
    display: block;
    margin-top: 8px;
    font-family: "raleway-regular";
    font-size: .8666666667rem;
    line-height: 1.3333333333rem;
    color: rgba(255, 255, 255, .3);
    letter-spacing: .3px;
}

.footer_created_by a {
    color: rgba(255, 255, 255, .45);
    transition: color .3s ease;
}

.footer_created_by a:hover {
    color: var(--waluxGold);
}

/*--- Mobil menü WhatsApp bağlantısı ---------------------------------*/
.mobile_container_bottom_whatsApp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 18px 20px;
    background-color: #25d366;
    font-family: "raleway-bold";
    font-size: 1rem;
    color: #fff;
}

.mobile_container_bottom_whatsApp svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.mobile_container_bottom_whatsApp svg * {
    fill: #fff;
}

/*--- KVKK / Çerez Bandı ---------------------------------------------*/
.gdpr {
    max-width: 1240px;
    padding: 20px 25px;
    border: 1px solid rgba(172, 139, 111, .35);
    border-radius: 10px;
    background-color: rgba(1, 22, 45, .96);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    position: fixed;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 60;
    margin: 0 auto;
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.gdpr.visible {
    display: flex;
}

.gdpr_warning {
    font-family: "raleway-regular";
    font-size: 1rem;
    line-height: 1.6rem;
    color: #fff;
}

.gdpr_warning a {
    color: #ac8b6f;
    text-decoration: underline;
}

.gdpr_accept {
    flex-shrink: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #ac8b6f;
    transition: .4s;
    font-family: "raleway-bold";
    font-size: 1rem;
    line-height: 1.6rem;
    color: #fff;
    text-align: center;
}

.gdpr_accept:hover {
    border-color: #fff;
}

@media only screen and (max-width: 767px) {
    .gdpr {
        flex-direction: column;
        text-align: center;
    }

    .gdpr_accept {
        width: 100%;
    }
}

/*--- Rezervasyon formu bilgi notu -----------------------------------*/
.form-group.note {
    width: 100%;
}

.form-group.note p {
    margin: 0;
    border-radius: 10px;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, .06);
    font-family: "raleway-regular";
    font-size: .9333333333rem;
    line-height: 1.4666666667rem;
    color: rgba(255, 255, 255, .75);
}

/*--- KVKK onay kutusu (iletişim + rezervasyon formları) -------------*/
.gdpr_formCheck {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 5px 0 20px;
}

.gdpr_formCheck input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-height: 0;
    flex: 0 0 auto;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 4px;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.gdpr_formCheck input[type="checkbox"]:checked {
    border-color: #ac8b6f;
    background-color: #ac8b6f;
}

.gdpr_formCheck input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.gdpr_formCheck label {
    font-family: "raleway-regular";
    font-size: .9333333333rem;
    line-height: 1.4666666667rem;
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
}

.form-group.gdprButton .gdpr_formCheck {
    margin-bottom: 0;
}

/*--- Genel buton ----------------------------------------------------*/
.s-button {
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 12px 40px;
    background-color: #ac8b6f;
    transition: .4s;
    display: inline-block;
    font-family: "raleway-bold";
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    color: #fff;
    text-align: center;
}

.s-button:hover {
    border-color: #fff;
}

/*--- 404 sayfası: koyu zemin üzerinde okunabilirlik -----------------*/
.notFound {
    padding-bottom: 40px;
}

.notFound_title {
    color: #fff;
}

.notFound_description p {
    color: rgba(255, 255, 255, .8);
}

/*--- Filo kartı görselini tıklanabilir yaptık ----------------------*/
.content_filo_list_img a {
    width: 100%;
    height: 100%;
    display: block;
}

/*--- Tek görselli araçlarda küçük resim şeridini gizle -------------*/
.filo_detail_left_gallery_thumbnail:has(li:only-child) {
    display: none;
}

/*------------------------------------------------------------------*\
    Araç Detay - Koyu Tema
    ------------------------------------------------------------------
    Tema, detay panellerini beyaz kartlar olarak kurgulamıştı; sitenin
    geri kalanı koyu olduğu için tüm panelleri koyu cam kartlara çeviriyoruz.
\*------------------------------------------------------------------*/

.filo_detail_left_tab,
.filo_detail_right_priceList,
.filo_detail_right_features,
.filo_detail_right_reserve {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--waluxRadius);
    background-color: rgba(255, 255, 255, .04);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.filo_detail_right_priceList,
.filo_detail_right_features,
.filo_detail_right_reserve {
    padding: 24px;
}

.filo_detail_left_tab {
    padding: 28px 30px;
}

/*--- Başlıklar ------------------------------------------------------*/
.filo_detail_right_priceList_title,
.filo_detail_right_features_title,
.filo_detail_right_reserve_title {
    margin-bottom: 18px;
    color: #fff;
}

/*--- Sekmeler -------------------------------------------------------*/
.filo_detail_left_tab_list li a {
    color: rgba(255, 255, 255, .55);
    transition: color .3s ease;
}

.filo_detail_left_tab_list li:hover a {
    color: rgba(255, 255, 255, .85);
}

.filo_detail_left_tab_list li.active a {
    color: var(--waluxGold);
}

.filo_detail_left_tab_content {
    border-top-color: rgba(255, 255, 255, .1);
}

/*--- Sekme içindeki tablolar ---------------------------------------*/
.filo_detail_left_tab_content_tablo table tr td,
.filo_detail_left_tab_content_tablo table tr th {
    color: rgba(255, 255, 255, .72);
}

.filo_detail_left_tab_content_tablo table tr td:first-child,
.filo_detail_left_tab_content_tablo table tr th:first-child {
    color: #fff;
}

.filo_detail_left_tab_content_tablo table tbody tr td,
.filo_detail_left_tab_content_tablo table tbody tr th {
    border-bottom-color: rgba(255, 255, 255, .08);
}

.filo_detail_left_tab_content_col_title {
    color: var(--waluxGold);
}

.filo_detail_left_tab_content_col ul {
    border-color: rgba(255, 255, 255, .12);
    background-color: rgba(255, 255, 255, .02);
}

.filo_detail_left_tab_content_tablo .s-list li {
    color: rgba(255, 255, 255, .75);
}

.filo_detail_left_tab_content_tablo .s-list li::before {
    background-color: var(--waluxGold);
}

/*--- Özellikler listesi ---------------------------------------------*/
.filo_detail_right_features_list li span {
    color: rgba(255, 255, 255, .8);
}

/*--- Kira bedeli tablosu --------------------------------------------*/
.filo_detail_right_priceList table tr td,
.filo_detail_right_priceList table tr th {
    color: rgba(255, 255, 255, .78);
}

.filo_detail_right_priceList table thead tr {
    border-bottom-color: rgba(255, 255, 255, .2);
}

.filo_detail_right_priceList table thead tr td {
    color: var(--waluxGold);
}

.filo_detail_right_priceList table tbody tr td {
    border-bottom-color: rgba(255, 255, 255, .08);
}

.filo_detail_right_priceList table tbody tr:hover td {
    background-color: rgba(255, 255, 255, .04);
}

.filo_detail_right_priceList tr.isBest td {
    color: #fff;
}

/*--- Rezervasyon formu ----------------------------------------------*/
.filo_detail_right_reserve .reservation-form label,
.filo_detail_right_reserve .reservation-form .form-group,
.filo_detail_right_reserve .reservation-form input,
.filo_detail_right_reserve .reservation-form select {
    color: #fff;
}

.filo_detail_right_reserve .reservation-form .icon {
    color: var(--waluxGold);
}

.filo_detail_right_reserve .reservation-form input,
.filo_detail_right_reserve .reservation-form select {
    border-color: rgba(255, 255, 255, .18);
    background-color: rgba(255, 255, 255, .04);
}

.filo_detail_right_reserve .reservation-form input:focus,
.filo_detail_right_reserve .reservation-form select:focus {
    border-color: var(--waluxGold);
    background-color: rgba(255, 255, 255, .07);
}

.filo_detail_right_reserve .reservation-form input::placeholder {
    color: rgba(255, 255, 255, .4);
}

.filo_detail_right_reserve .reservation-form select option {
    background-color: #0b1a2f;
    color: #fff;
}

.filo_detail_right_reserve .gdpr_formCheck label {
    color: rgba(255, 255, 255, .75);
}

/* Not ve gönder butonu iki sütunu da kaplasın */
.filo_detail_right_reserve .form-group.note,
.filo_detail_right_reserve .form-group.buttons {
    grid-column: 1 / -1;
}

.filo_detail_right_reserve .form-group.note p {
    background-color: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .7);
}

.filo_detail_right_reserve .formNotice {
    background-color: rgba(172, 139, 111, .18);
    color: rgba(255, 255, 255, .85);
}

/* Telefon alanı (intl-tel-input) koyu zemine uyumlu */
.filo_detail_right_reserve .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(255, 255, 255, .06);
}

.filo_detail_right_reserve .iti__country-list {
    border-color: rgba(255, 255, 255, .12);
    background-color: #0b1a2f;
    color: #fff;
}

.filo_detail_right_reserve .iti__country.iti__highlight {
    background-color: rgba(172, 139, 111, .25);
}

.filo_detail_right_reserve .iti__dial-code {
    color: rgba(255, 255, 255, .55);
}

/*------------------------------------------------------------------*\
    Responsive
\*------------------------------------------------------------------*/

/* Tablet */
@media only screen and (max-width: 1239px) {
    .howItWorks_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* Bu genişlikte vitrin paneli normal akışta; not da akışa dönsün
       (mutlak kalırsa .showcase overflow:hidden tarafından kırpılır). */
    .showcase_reservation_note {
        position: static;
        margin-top: 16px;
        padding-bottom: 10px;
    }

    .howItWorks {
        padding: 50px 0 10px;
    }

    /* Mobil başlıkta logo ortada kalırken menü ikonu sabit dursun */
    .header.isStuck {
        padding: 10px 0;
    }

    .header.isStuck .header_inner_logo {
        width: 130px;
    }
}

/* Mobil */
@media only screen and (max-width: 767px) {
    .howItWorks_list {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .howItWorks_list > li {
        padding: 24px 20px;
    }

    .priceTag {
        right: 10px;
        bottom: 10px;
        padding: 6px 12px;
        font-size: 1.0666666667rem;
    }

    .waFloat {
        width: 50px;
        height: 50px;
        right: 16px;
        bottom: 16px;
    }

    .waFloat svg {
        width: 24px;
        height: 24px;
    }

    .faq_cta {
        padding: 30px 20px;
    }

    .campaign_list_button {
        margin: 0 15px 15px;
    }

    .showcase_reservation_note {
        padding: 0 10px;
    }
}

/* Küçük ekranlarda formlar tek sütun — alanlar kırpılmasın.
   Tema değişkeni .filo_detail_right_reserve/.showcase altında 2'ye
   sabitlendiği için aynı özgüllükte geçersiz kılıyoruz. */
@media only screen and (max-width: 600px) {
    /* Vitrindeki arama formu 2 sütun kalır (kısa değerler),
       rezervasyon formu tek sütuna iner (ad, e-posta, lokasyon uzun). */
    .filo_detail_right_reserve .reservation-form {
        --reservationHero-column: 1;
    }

    .filo_detail_right_reserve .form-group.gdprButton,
    .filo_detail_right_reserve .form-group.note,
    .filo_detail_right_reserve .form-group.captcha,
    .filo_detail_right_reserve .form-group.buttons {
        grid-area: auto;
    }
}

/* Araç detayında mobil sabit çubuk aktif */
@media only screen and (max-width: 1239px) {
    body[data-page="sub"] .stickyBar {
        display: flex;
    }

    /* Sabit çubuk varken sayfa sonuna ve yüzen butona pay bırak */
    body:has(.stickyBar) .footer_created {
        padding-bottom: 80px;
    }

    body:has(.stickyBar) .waFloat {
        bottom: 88px;
    }

    body:has(.stickyBar) .gdpr {
        bottom: 88px;
    }
}

/* Çerez bandı yüzen butonun altında kalmasın */
@media only screen and (min-width: 768px) {
    .gdpr {
        right: 96px;
    }
}
