/* ============================================================
 * MOBILE OVERHAUL — Sadece ≤880px (desktop'a etki yok)
 * Yüklenme: <link rel="stylesheet" href="mobile.css" media="(max-width:880px)">
 * ============================================================ */

@media (max-width: 880px) {

/* === GLOBAL === */
:root { --container-px: 16px; }
.container { padding: 0 var(--container-px) !important; }
img, iframe, video { max-width: 100% !important; height: auto !important }
body { font-size: 15px; line-height: 1.6 }

/* === TABLES — horizontal scroll wrapper === */
table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; max-width: 100%; }
.pricing-table, .data-table, .comparison-table, .features-table, table.responsive { font-size: 13px; }
/* Tablo etrafına scroll-shadow */
.page-content-main table,
.service-article table,
.page-block table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: linear-gradient(90deg, #fff 30%, rgba(255,255,255,0)) left center / 40px 100% no-repeat,
                linear-gradient(90deg, rgba(255,255,255,0), #fff 70%) right center / 40px 100% no-repeat,
                linear-gradient(90deg, rgba(11,37,71,0.1), rgba(11,37,71,0)) left center / 14px 100% no-repeat,
                linear-gradient(90deg, rgba(11,37,71,0), rgba(11,37,71,0.1)) right center / 14px 100% no-repeat;
    background-attachment: local, local, scroll, scroll;
    border-radius: 8px;
}
.page-content-main table th,
.page-content-main table td { padding: 10px 12px; font-size: 13px; }

/* === HERO === */
.hero { padding: 32px 0 50px !important; }
.hero-grid { display: block !important; }
.hero-title { font-size: 30px !important; line-height: 1.18 !important; margin: 14px 0 16px !important; }
.hero-desc { font-size: 14.5px !important; margin-bottom: 20px !important; }
.hero-tabhero { padding: 0 !important; }
.hero-eyebrow-mini { font-size: 10px !important; margin-bottom: 14px !important; }
/* Hero segments — SADE pill grubu: 3 segment yan yana, sadece icon + isim
   Açıklamalar (small) gizleniyor, kalabalık görünüm yok */
.hero-segments {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 4px !important;
    padding: 4px !important;
    background: var(--gray-100) !important;
    border: 1px solid var(--gray-200) !important;
    border-radius: 14px !important;
}
.hero-segment {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    gap: 5px !important;
    padding: 10px 4px !important;
    min-height: 64px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 10px !important;
    text-align: center !important;
    transition: all 0.2s var(--transition);
}
.hero-segment-icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 13px !important;
    background: transparent !important;
    color: var(--brand-orange) !important;
    margin: 0 !important;
}
.hero-segment-text {
    display: block !important;
    text-align: center !important;
}
.hero-segment-text strong {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: var(--navy) !important;
    display: block;
}
.hero-segment-text small {
    display: none !important;   /* uzun açıklamalar gizlendi — sade kalsın */
}
.hero-segment.is-active {
    background: var(--navy) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(11,37,71,0.18);
}
.hero-segment.is-active .hero-segment-icon,
.hero-segment.is-active .hero-segment-text strong {
    color: #fff !important;
}
.hero-segment:active { transform: scale(0.96); }
.hero-cta-group { display: flex; flex-direction: column; gap: 10px !important; }
.hero-cta-group .btn-primary, .hero-cta-group .btn-secondary { width: 100%; justify-content: center; padding: 14px 18px !important; font-size: 15px !important; min-height: 48px; }
.hero-features { display: grid !important; grid-template-columns: 1fr !important; gap: 8px !important; margin-top: 18px !important; }
.hero-features li { font-size: 13.5px !important; padding: 10px 12px !important; }

/* === SECTIONS — padding düşür === */
section { padding: 40px 0 !important; }
.section-head { margin-bottom: 28px !important; }
.section-title { font-size: 26px !important; line-height: 1.2 !important; }
.section-sub { font-size: 14.5px !important; margin-top: 10px !important; }
.section-tag { font-size: 11px !important; padding: 5px 11px !important; }
.section-cta { margin-top: 24px !important; }

/* === HEADER & NAV === */
.top-band { font-size: 11.5px !important; padding: 6px 0 !important; }
.top-band-marquee { gap: 18px !important; }
.header-inner { padding: 10px 0 !important; gap: 10px !important; }
.logo-mark { width: 36px !important; height: 36px !important; font-size: 16px !important; }
.logo-word { font-size: 18px !important; }
.header-actions .btn-primary { padding: 9px 14px !important; font-size: 13px !important; min-height: 40px; }
.menu-toggle { width: 42px !important; height: 42px !important; }

/* === CARDS / GRIDS — 1 sütun (fleet-slider ve services-grid HARİÇ — onlar swipe carousel) === */
.pricing-grid, .features-grid, .cert-grid, .gal-grid,
.how-grid, .loc-grid, .testi-grid, .blog-grid, .stat-bar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
}
.stat-bar { padding: 16px !important; }
.stat-bar-item { padding: 12px 0 !important; border-bottom: 1px solid var(--gray-200); }
.stat-bar-item:last-child { border-bottom: none; }
.stat-bar-value { font-size: 22px !important; }

/* Fleet slider (depo tipleri) — swipe carousel + peek effect (sağda sonraki kart görünür) */
.fleet-slider {
    display: flex !important;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    scrollbar-width: none;
    padding: 4px 16px 12px !important;
    margin: 0 -16px !important;
}
.fleet-slider::-webkit-scrollbar { display: none; }
.fleet-card {
    flex: 0 0 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
    scroll-snap-align: start;
}
.fleet-body { padding: 14px 16px !important; }
.fleet-img { aspect-ratio: 16/10; }
.slider-arrow { display: none !important; }

/* === PRICING CARDS === */
.pricing-card { padding: 22px !important; }
.pricing-card-head h3 { font-size: 19px !important; }
.pricing-card-tag { font-size: 11px !important; padding: 3px 9px !important; }
.pricing-amount { font-size: 32px !important; }
.pricing-amount-suffix { font-size: 13px !important; }
.pricing-features li { font-size: 13.5px !important; padding: 7px 0 !important; }

/* === BUTTONS === */
.btn-primary, .btn-secondary, .btn-blue, .btn-blue-sm, .btn-outline-blue {
    padding: 13px 20px !important;
    font-size: 14.5px !important;
    min-height: 44px;
    border-radius: 10px !important;
    width: auto;
}

/* === LOCATION CARDS === */
.loc-card { padding: 16px !important; }
.loc-card-name { font-size: 16px !important; }
.loc-card-foot { font-size: 12.5px !important; }
.loc-section { margin-bottom: 24px; }
.loc-section-title { font-size: 17px !important; margin-bottom: 14px !important; }

/* === HOW IT WORKS === */
.how-step { padding: 22px 20px !important; }
.how-step h3 { font-size: 17px !important; }
.how-step p { font-size: 13.5px !important; }
.how-step-no { font-size: 24px !important; top: 10px !important; right: 12px !important; }

/* === TESTIMONIALS === */
.testi-card { padding: 22px !important; }
.testi-content { font-size: 14.5px !important; line-height: 1.55; }
.testi-name { font-size: 14.5px !important; }

/* === GALLERY === */
.gal-slide { aspect-ratio: 4/3 !important; }
.gal-arrow { width: 38px !important; height: 38px !important; }

/* === FAQ === */
.faq-item { padding: 16px !important; }
.faq-q { font-size: 14.5px !important; }
.faq-a { font-size: 13.5px !important; line-height: 1.55; }

/* === FOOTER === */
.footer-grid { grid-template-columns: 1fr !important; gap: 0 !important; }
.footer-col { border-bottom: 1px solid rgba(255,255,255,0.08); padding: 0 0 4px !important; }
.footer-col:last-child { border-bottom: none; }
.footer-col h3 { padding: 16px 0 !important; margin: 0 !important; font-size: 15px !important; }
.footer-accordion .footer-acc-icon { transition: transform 0.25s; }
.footer-accordion.is-expanded .footer-acc-icon { transform: rotate(180deg); }
.footer-links { padding: 0 0 14px !important; }
.footer-links li { padding: 6px 0; font-size: 14px; }
.footer-bottom { font-size: 12.5px !important; flex-direction: column; gap: 8px; text-align: center; padding: 18px 0 !important; }
.footer-contact li { font-size: 13.5px !important; padding: 8px 0; }

/* Footer "Devamı (X)" toggle butonu mobilde gereksiz — akordeon chevron'la zaten açılıyor.
   Gizli linkler tek seferde görünsün (is-hidden override). */
.footer-toggle-btn { display: none !important; }
.footer-links li.is-hidden { display: list-item !important; }

/* === CONTACT & FORMS === */
.contact-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
.contact-info-card { padding: 18px !important; }
.form-row { grid-template-columns: 1fr !important; }
input, textarea, select {
    font-size: 16px !important; /* iOS auto-zoom önle */
    padding: 12px 14px !important;
    min-height: 44px;
    border-radius: 8px !important;
    width: 100%;
}
textarea { min-height: 100px; }
label { font-size: 14px !important; margin-bottom: 6px !important; }

/* === PAGE HERO === */
.page-hero { padding: 40px 0 !important; }
.page-hero-title { font-size: 28px !important; line-height: 1.2 !important; }
.page-hero-desc { font-size: 14.5px !important; }

/* === SERVICE ARTICLE === */
.page-content-grid { grid-template-columns: 1fr !important; gap: 18px !important; }
.page-content-main { font-size: 14.5px; }
.page-content-main h2 { font-size: 22px !important; margin: 28px 0 12px !important; line-height: 1.25 !important; }
.page-content-main h3 { font-size: 18px !important; margin: 18px 0 10px !important; }
.page-content-main p { font-size: 14.5px; line-height: 1.62; }
.page-content-main ul, .page-content-main ol { padding-left: 20px; }
.page-content-main li { font-size: 14.5px; line-height: 1.55; padding: 3px 0; }
.page-block { padding: 22px 18px !important; }

/* === AI SUMMARY BOX === */
.ai-summary-box { padding: 18px !important; }
.ai-summary-head { font-size: 12px !important; }
.ai-summary-label { font-size: 12px !important; padding: 4px 10px !important; }
.ai-summary-bullets li { font-size: 14px !important; padding: 8px 0 8px 24px !important; }
.ai-summary-facts { grid-template-columns: 1fr !important; gap: 4px !important; }
.ai-summary-fact { padding: 8px 0 !important; }
.ai-summary-fact dt { font-size: 11px !important; }
.ai-summary-fact dd { font-size: 13.5px !important; line-height: 1.5; }

/* === COMPARE / FEATURE TABLES === */
.compare-table-wrap, .pricing-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-table, .pricing-table { min-width: 540px; font-size: 13px; }
.compare-table th, .compare-table td, .pricing-table th, .pricing-table td { padding: 10px 12px; }

/* === BLOG === */
.blog-card { padding: 0 !important; }
.blog-card-body { padding: 18px !important; }
.blog-card-title { font-size: 17px !important; line-height: 1.3; }
.blog-card-excerpt { font-size: 13.5px !important; }

/* === SCROLLBARS — invisible but functional === */
.fleet-slider::-webkit-scrollbar, table::-webkit-scrollbar { height: 4px; }
.fleet-slider::-webkit-scrollbar-track, table::-webkit-scrollbar-track { background: transparent; }
.fleet-slider::-webkit-scrollbar-thumb, table::-webkit-scrollbar-thumb { background: rgba(11,37,71,0.2); border-radius: 4px; }

/* === FLOATING BUTTONS (WhatsApp, vs.) === */
.fab-wa, .floating-cta { bottom: 16px !important; right: 16px !important; width: 54px !important; height: 54px !important; }

/* === TOUCH TARGETS (44×44 min) === */
button, .btn-icon, a.btn-icon { min-width: 44px; min-height: 44px; }

}

/* ============================================================
 * BOTTOM CTA BAR — navy glass, premium look
 * Mevcut style.css'teki beyaz arkaplan + alt boşluk problemini çöz
 * ============================================================ */
/* Bnav height değişkenini büyüt (safe-area inclusive) */
:root { --bnav-height: 68px; }

/* Body bar yüksekliği kadar padding alsın → bar ile son section arası gap KALMASIN */
body {
    padding-bottom: calc(var(--bnav-height) + env(safe-area-inset-bottom, 0px)) !important;
}

/* Bar: navy zemin (tam opaque, "havada" hissi vermesin), ince üst çizgi
   iOS Safari fix: backdrop-filter (görünmez ama GPU yiyor) kapat,
   hardware-accelerated layer'a al — momentum scroll'da "havada kalma" sorununu çözer */
.mobile-bnav {
    background: #0B2547 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 -10px 30px rgba(11, 37, 71, 0.22) !important;
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: translateZ(0); /* hw layer — iOS repaint lag fix */
    -webkit-transform: translateZ(0);
    will-change: transform;
    contain: layout style;
}

/* Bar üstünde subtle fade — content'i bara doğru "yumuşat", havada durma hissini kır */
.mobile-bnav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -28px;
    height: 28px;
    background: linear-gradient(to top,
        rgba(249, 250, 251, 0.95) 0%,
        rgba(249, 250, 251, 0.6) 50%,
        rgba(249, 250, 251, 0) 100%);
    pointer-events: none;
    z-index: -1;
}

/* Bar item: beyaz tonlama, active'de orange */
.mobile-bnav-item {
    color: rgba(255, 255, 255, 0.62) !important;
    min-height: 52px !important;
    gap: 2px !important;
}
.mobile-bnav-item:hover,
.mobile-bnav-item:focus-visible,
.mobile-bnav-item.is-active {
    color: var(--brand-orange) !important;
}
.mobile-bnav-icon {
    font-size: 19px !important;
    color: inherit !important;
}
.mobile-bnav-label {
    font-size: 10.5px !important;
    font-weight: 600 !important;
    color: inherit !important;
    letter-spacing: -0.2px !important;
}

/* Orta WhatsApp CTA: aynı popout, ama label rengi navy-üstü beyaz olsun */
.mobile-bnav-cta {
    transform: translateY(-10px) !important;
}
.mobile-bnav-cta-label {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 700 !important;
    font-size: 10.5px !important;
    margin-top: 2px;
}
.mobile-bnav-cta-circle {
    width: 52px !important;
    height: 52px !important;
    font-size: 23px !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45),
                0 0 0 4px rgba(11, 37, 71, 0.95) !important; /* navy halo, bar'ın bg'siyle aynı */
}
.mobile-bnav-cta-ring {
    border-color: rgba(37, 211, 102, 0.45) !important;
}

/* ============================================================
 * MOBILE DRAWER — AÇIK RENK PREMIUM KURUMSAL TASARIM
 * Beyaz/krem zemin, navy başlıklar, subtle gray-200 dividerlar,
 * generous whitespace, premium tipografi
 * ============================================================ */
.nav.open {
    width: 88vw !important;
    max-width: 380px !important;
    /* iOS Safari URL bar fix: vh fallback + modern dvh */
    height: 100vh !important;
    height: 100dvh !important;
    /* Açık premium zemin: beyaz → açık mavi-gri (subtle gradient) */
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    box-shadow: -16px 0 48px rgba(11, 37, 71, 0.18) !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    display: flex !important;
    flex-direction: column !important;
    color: var(--navy) !important;
}

/* Drawer header — beyaz, logo ortalı, ince alt çizgi, SADECE TEXT LOGO */
.nav.open .nav-mobile-head {
    position: relative;
    padding: 28px 24px 24px !important;
    background: var(--white) !important;
    border-bottom: 1px solid var(--gray-200) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 1 !important;
}
.nav.open .nav-mobile-head::after { display: none !important; }
.nav.open .nav-mobile-head .logo-mark { display: none !important; } /* icon kaldırıldı, sade text logo */
.nav.open .nav-mobile-head .logo-textual { gap: 0 !important; }
.nav.open .nav-mobile-head .logo-word {
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    color: var(--navy) !important;
}
.nav.open .nav-mobile-head .logo-word-accent {
    color: var(--brand-orange) !important;
    margin-left: 4px !important;
}

/* CTA — turuncu, drawer'ın ALTINDA */
.nav.open .nav-mobile-cta {
    order: 3 !important;
    margin: 18px 24px 0 !important;
    padding: 15px 20px !important;
    background: var(--brand-orange) !important;
    color: var(--white) !important;
    border-radius: 12px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 14px rgba(232, 84, 26, 0.22) !important;
    border: none !important;
    min-height: 52px;
    flex-shrink: 0;
}
.nav.open .nav-mobile-cta i { font-size: 13px !important; }
.nav.open .nav-mobile-cta:active {
    background: var(--brand-orange-dark) !important;
    transform: scale(0.98);
}

/* Action butonları — beyaz outline card, drawer ALT bölgesinde */
.nav.open .nav-mobile-actions {
    order: 4 !important;
    margin: 10px 24px 0 !important;
    gap: 10px !important;
    grid-template-columns: 1fr 1fr !important;
    flex-shrink: 0;
}
.nav-mobile-action-ig { display: none !important; }
.nav-mobile-action {
    padding: 12px 10px !important;
    min-height: 52px;
    background: var(--white) !important;
    border: 1px solid var(--gray-200) !important;
    border-radius: 12px !important;
    flex-direction: row !important;
    gap: 9px !important;
    justify-content: center;
    transition: all 0.2s var(--transition);
}
.nav-mobile-action:active {
    border-color: var(--brand-orange) !important;
    background: var(--brand-orange-light) !important;
}
.nav-mobile-action i {
    font-size: 14px !important;
    color: var(--navy) !important;
}
.nav-mobile-action-wp i { color: #25D366 !important; }
.nav-mobile-action span {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    color: var(--navy) !important;
}

/* Adres/email — minimal liste, drawer EN ALT */
.nav.open .nav-mobile-info {
    order: 5 !important;
    margin: 18px 24px 24px !important;
    padding: 16px 0 0 !important;
    border-top: 1px solid var(--gray-200) !important;
    border-radius: 0 !important;
    background: transparent !important;
    gap: 10px !important;
    flex-shrink: 0;
}
.nav.open .nav-mobile-info-row {
    font-size: 12.5px !important;
    color: var(--gray-500) !important;
    line-height: 1.5;
}
.nav.open .nav-mobile-info-row i {
    color: var(--brand-orange) !important;
    font-size: 11px !important;
    width: 14px;
}

/* Nav-list (menü öğeleri) — drawer'ın ANA ÜST bölümü, header'dan hemen sonra */
.nav.open .nav-list {
    order: 2 !important;
    padding: 14px 24px 14px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    gap: 0 !important;
    border-top: none !important;
    flex: 1 0 auto;
}
.nav.open .nav-list > li {
    border-bottom: 1px solid var(--gray-100) !important;
}
.nav.open .nav-list > li:last-child {
    border-bottom: none !important;
}
.nav.open .nav-list > li > a {
    padding: 18px 4px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    color: var(--navy) !important;
    min-height: 56px;
    border-radius: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    transition: color 0.2s, padding-left 0.2s;
}
.nav.open .nav-list > li > a:hover,
.nav.open .nav-list > li > a:active {
    background: transparent !important;
    color: var(--brand-orange) !important;
    padding-left: 8px !important;
}
.nav.open .nav-list > li > a.active {
    color: var(--brand-orange) !important;
    background: transparent !important;
    font-weight: 700 !important;
}

/* Chevron — has-dropdown için aşağı, normal item için sağ */
.nav.open .nav-list > li:not(.has-dropdown) > a::after {
    content: "\f054"; /* fa-chevron-right */
    font-family: "FA6S";
    font-weight: 900;
    font-size: 10px;
    color: var(--gray-400);
    transition: transform 0.2s, color 0.2s;
}
.nav.open .nav-list > li:not(.has-dropdown) > a:hover::after,
.nav.open .nav-list > li:not(.has-dropdown) > a:active::after {
    color: var(--brand-orange);
    transform: translateX(3px);
}
.nav.open .nav-list > li > a i.fa-chevron-down {
    transition: transform 0.25s var(--transition);
    font-size: 10px;
    color: var(--gray-400);
    margin-left: auto;
}
.nav.open .has-dropdown.is-open > a i.fa-chevron-down {
    transform: rotate(180deg);
    color: var(--brand-orange);
}

/* Hamburger toggle — drawer açıkken X şeklini koyu zemin yerine
   açık zemine uyacak şekilde navy çubuklarla göster */
.menu-toggle.open {
    background: var(--gray-100) !important;
}
.menu-toggle.open span {
    background: var(--navy) !important;
}

/* Mega menü drawer içinde akordeon — AÇIK RENK (krem zemin) */
.nav.open .mega-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background: var(--gray-50) !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s ease, margin 0.3s ease;
    border-radius: 10px !important;
    width: auto !important;
    min-width: 0 !important;
}
.nav.open .has-mega.is-open .mega-menu {
    max-height: 1400px;
    padding: 8px !important;
    margin: 6px 0 10px !important;
    border: 1px solid var(--gray-200) !important;
}
.nav.open .mega-menu .mm-cols {
    display: block !important;
    column-count: unset !important;
}
.nav.open .mega-menu .mm-col {
    padding: 0 !important;
    border: 0 !important;
}
.nav.open .mega-menu .mm-col-title {
    display: block;
    padding: 8px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--gray-500) !important;
    font-weight: 700;
}
.nav.open .mega-menu .mm-col ul,
.nav.open .mega-menu .mm-col-grid {
    display: block !important;
    grid-template-columns: none !important;
    padding: 0 !important;
}
.nav.open .mega-menu .mm-col li {
    padding: 0 !important;
    margin: 0 !important;
}
.nav.open .mega-menu .mm-col li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px !important;
    font-size: 13.5px !important;
    color: var(--gray-700) !important;
    border-radius: 8px !important;
    min-height: 44px;
    font-weight: 500;
}
.nav.open .mega-menu .mm-col li a:hover,
.nav.open .mega-menu .mm-col li a:active {
    background: var(--white) !important;
    color: var(--brand-orange) !important;
}
.nav.open .mega-menu .mm-col li a i {
    color: var(--brand-orange) !important;
    width: 16px;
    font-size: 11px;
    flex-shrink: 0;
}
.nav.open .mega-menu .mm-footer {
    display: none !important; /* mobile drawer'da gereksiz */
}

/* Menu overlay — açık drawer için daha hafif koyu (navy değil) */
.menu-overlay {
    background: rgba(11, 37, 71, 0.35) !important;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

/* Hamburger toggle — header'da görünür */
.menu-toggle {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px;
    background: var(--gray-100) !important;
}

/* ============================================================
 * HEADER YARDIMCI ÖĞELERİ — mobile'da gizle/küçült
 * ============================================================ */
/* Top band side (Tel/E-mail) — mobile'da çok yer kaplar, bnav'de zaten var */
.top-band-side { display: none !important; }
/* Top band marquee — daha kompakt */
.top-band-marquee { flex: 1; }
.top-band-inner { padding: 0 16px !important; }

/* Header sağdaki büyük Tel butonu — mobile'da bnav'de var, gizle */
.phone-btn { display: none !important; }

/* Lang switcher — mobile'da kompakt */
.lang-switcher .lang-code,
.lang-btn .lang-code { display: none; }
.lang-btn { padding: 8px !important; min-height: 40px; min-width: 40px; }
.lang-btn .flag { font-size: 18px; line-height: 1; }
.lang-arrow { display: none; }
.lang-menu {
    right: -8px !important;
    min-width: 160px;
    border-radius: 12px !important;
    box-shadow: 0 12px 32px rgba(11,37,71,0.18) !important;
}

/* ============================================================
 * WIZARD KARTI — Size Özel Çözüm Bulalım (hero-right)
 * ============================================================ */
.wizard-card {
    margin: 0 !important;
    padding: 20px 16px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(11,37,71,0.08) !important;
}
.wiz-head h2 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.wiz-head h2 i {
    color: var(--brand-orange);
    font-size: 16px;
}
.wiz-head p {
    font-size: 13px !important;
    color: var(--gray-500);
    margin-bottom: 16px !important;
    line-height: 1.5;
}
.wiz-progress {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px !important;
}
.wiz-progress-bar {
    flex: 1;
    height: 6px !important;
    background: var(--gray-200);
    border-radius: 3px;
    overflow: hidden;
}
.wiz-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--brand-orange), #ff7a3d);
    transition: width 0.35s cubic-bezier(.4,0,.2,1);
}
.wiz-progress-text {
    font-size: 12px !important;
    color: var(--gray-500);
    white-space: nowrap;
}
.wiz-progress-text strong { color: var(--navy); font-size: 13px; }
.wiz-q {
    font-size: 15px !important;
    font-weight: 700;
    color: var(--navy);
    margin: 10px 0 14px !important;
    line-height: 1.35;
}
.wiz-q-no {
    color: var(--brand-orange);
    margin-right: 6px;
    font-weight: 800;
}
.wiz-options {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
}
.wiz-grid-2 {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
}
.wiz-opt {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 13px 14px !important;
    min-height: 56px;
    background: var(--white);
    border: 1.5px solid var(--gray-200) !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
    color: var(--gray-700);
    font-weight: 600;
    text-align: left;
    transition: all 0.18s var(--transition);
    width: 100%;
    cursor: pointer;
}
.wiz-grid-2 .wiz-opt {
    flex-direction: column;
    text-align: center;
    gap: 6px;
    padding: 14px 8px !important;
    min-height: 88px;
    justify-content: center;
}
.wiz-opt i {
    color: var(--brand-orange);
    font-size: 18px;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}
.wiz-grid-2 .wiz-opt i {
    font-size: 22px;
    width: auto;
    margin-bottom: 2px;
}
.wiz-opt span {
    font-size: 13px;
    color: var(--navy);
    font-weight: 700;
    line-height: 1.25;
}
.wiz-opt small {
    display: block;
    font-size: 11px;
    color: var(--gray-500);
    font-weight: 500;
    margin-top: 2px;
}
.wiz-opt:hover, .wiz-opt:focus-visible {
    border-color: var(--brand-orange) !important;
    background: var(--brand-orange-light);
}
.wiz-opt:active { transform: scale(0.97); }
.wiz-opt.is-active {
    background: var(--brand-orange) !important;
    border-color: var(--brand-orange) !important;
    color: #fff !important;
}
.wiz-opt.is-active span,
.wiz-opt.is-active small,
.wiz-opt.is-active i { color: #fff !important; }
.wiz-step { display: none; }
.wiz-step.is-active { display: block; }
.wiz-foot {
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
    margin-top: 16px !important;
    padding-top: 14px;
    border-top: 1px solid var(--gray-200);
}
.wiz-back {
    padding: 10px 14px !important;
    font-size: 13px !important;
    background: var(--gray-100);
    border-radius: 9px !important;
    color: var(--gray-700);
}
.wiz-trust {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px !important;
    color: var(--gray-500);
    margin-top: 10px;
    justify-content: center;
}
.wiz-trust i { color: var(--green); }
.wiz-result {
    padding: 16px !important;
    background: linear-gradient(135deg, var(--brand-orange-light), #fff);
    border-radius: 12px;
    border: 1px solid var(--brand-orange);
}

/* ============================================================
 * HERO LEFT/RIGHT + PANELS + TRUST BADGES + DECO
 * ============================================================ */
.hero-left, .hero-right {
    width: 100% !important;
    max-width: 100% !important;
}
.hero-right { margin-top: 24px; }
/* Hero arka plan dekorları — mobile'da çok büyük olabilir, kısıtla */
.hero-deco { display: none !important; }
.hero-deco-1, .hero-deco-2, .hero-deco-3 { display: none !important; }

/* Hero panel (tab içeriği) */
.hero-panels { margin-top: 10px; }
.hero-panel {
    display: none;
    padding: 14px 0 0 !important;
}
.hero-panel.is-active, .hero-panel[hidden=false] { display: block; }
.hero-slide-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 8px;
}
.hero-slide-features li {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 0;
    font-size: 13.5px;
    color: var(--gray-700);
    line-height: 1.4;
}
/* HTML'de zaten <i class="fa-check-circle"> var — pseudo-element ile ekstra icon ekleme YOK
   (çift icon problem yaratıyordu) */
.hero-slide-features li > i {
    color: var(--brand-orange) !important;
    font-size: 15px !important;
    flex-shrink: 0;
}

/* Hero trust badges (ISO/KVKK/Allianz/TSE rozet listesi) — MOBILDE GIZLI */
.hero-trust-badges { display: none !important; }

/* Hero CTA butonları (orange primary, link) */
.btn-hero-primary {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 22px !important;
    background: var(--brand-orange);
    color: #fff !important;
    font-weight: 700;
    font-size: 15px !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(232,84,26,0.28);
    width: 100%;
    min-height: 50px;
    text-decoration: none;
}
.btn-hero-primary:active { transform: scale(0.98); }
.btn-hero-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 13px 18px !important;
    font-size: 14px !important;
    color: var(--navy);
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    min-height: 46px;
    background: var(--gray-100);
}

/* Hero segments için ana kurallar yukarıda (line 42 civarı) — sade pill grubu */

/* ============================================================
 * HİZMET KARTLARI — MOBILDE SWIPE CAROUSEL + PEEK
 * Yatay scroll-snap, kart 82vw → sağda peek (sonraki kart görünür)
 * Kullanıcı kaydırılabilir olduğunu anlasın
 * ============================================================ */
.services-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 16px;
    scrollbar-width: none;
    padding: 4px 16px 12px !important;
    margin: 0 !important; /* full-bleed yok — container içinde kalır, horizontal overflow engellenir */
}
.services-grid::-webkit-scrollbar { display: none; }
.service-card {
    flex: 0 0 82vw !important;
    min-width: 82vw !important;
    max-width: 82vw !important;
    scroll-snap-align: start;
    padding: 16px 18px !important;
    border-radius: 14px !important;
    background: var(--white) !important;
    border: 1px solid var(--gray-200) !important;
    box-shadow: 0 4px 14px rgba(11,37,71,0.06) !important;
    display: block !important;
}
.service-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.service-card h3 {
    font-size: 15.5px !important;
    line-height: 1.3 !important;
    margin: 0 0 4px !important;
    color: var(--navy);
    font-weight: 700;
}
.service-card p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: var(--gray-600) !important;
    margin: 0 0 8px !important;
}
.service-link {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--brand-orange) !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
}
.service-link i { font-size: 11px; transition: transform 0.2s; }
.service-card:active .service-link i { transform: translateX(3px); }

/* ============================================================
 * STORAGE TYPE KARTLARI (görselli — storage-card / fleet-card)
 * Bu kartlar swipe carousel'de geziyor, ayrı padding/aspect ayarı
 * ============================================================ */
.storage-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
}
.storage-card {
    padding: 0 !important;
    border-radius: 16px !important;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--gray-200);
    box-shadow: 0 4px 14px rgba(11,37,71,0.05);
}
.storage-photo-wrap {
    aspect-ratio: 16/10 !important;
    overflow: hidden;
}
.storage-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.storage-card-body, .fleet-body {
    padding: 14px 16px !important;
}
.storage-card h3, .fleet-card h3 {
    font-size: 16px !important;
    margin: 0 0 5px !important;
    line-height: 1.3;
}
.storage-card p, .fleet-card p {
    font-size: 13px !important;
    color: var(--gray-600);
    line-height: 1.5;
    margin: 0 0 10px;
}
.storage-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
    border-radius: 10px;
    margin-bottom: 8px;
}

/* ============================================================
 * TRUST BAND / İSTATİSTİKLER — MOBILDE GIZLI
 * (8'li istatistik bar mobilde çok yer kaplıyor, key bilgiler zaten
 *  hero'da ve trust-badges'te mevcut)
 * ============================================================ */
.trust-band { display: none !important; }

/* ============================================================
 * CERTS / ROUTES — anasayfada MOBILDE GIZLI (kullanıcı isteği)
 * Belge & Sertifikalar + Hizmet Bölgelerimiz section'ları
 * ============================================================ */
.certs-section,
.routes-section { display: none !important; }

/* (Eski certs-grid kuralları artık etkisiz çünkü section gizli ama bırakıyorum
   sayfa içinde başka yerde cert-card kullanılıyorsa görünür kalsın) */
.certs-section-fallback { padding: 32px 0 !important; }

/* Certs grid — mobile'da TEK SÜTUN (kartların yatay 3-col düzeni çok dar oluyordu) */
.certs-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
}

/* Cert card — internal layout dikey stack (icon yukarı, başlık, açıklama, num chip alta) */
.cert-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 18px !important;
    border-radius: 14px !important;
    text-align: left !important;
    background: var(--white);
    border: 1px solid var(--gray-200);
}
.cert-card > * { width: 100%; }

/* Icon kutusu */
.cert-icon {
    flex-shrink: 0;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    font-size: 20px !important;
    margin-bottom: 2px !important;
    border-radius: 12px !important;
    background: var(--brand-orange-light) !important;
    color: var(--brand-orange) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Başlık (h3) — okunabilir boyutta, tek satır break'siz */
.cert-card h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    color: var(--navy);
    font-weight: 700;
    overflow-wrap: normal;
    hyphens: none;
    word-break: keep-all;
    white-space: normal;
}

/* Açıklama */
.cert-card p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: var(--gray-600);
    margin: 0 !important;
    overflow-wrap: normal;
    hyphens: none;
    word-break: keep-all;
}

/* Sertifika numarası chip — alt satırda, sığ ve mütevazi */
.cert-num {
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    background: var(--brand-orange-light);
    color: var(--brand-orange-darker);
    margin: 4px 0 0 !important;
    display: inline-block !important;
    width: auto !important;
    font-family: inherit !important;
    line-height: 1.3 !important;
    white-space: nowrap;
    align-self: flex-start;
}

.certs-foot { margin-top: 16px !important; }
.certs-foot-text { font-size: 12.5px !important; line-height: 1.5; }

/* ============================================================
 * WHY GRID — Neden Biz section
 * ============================================================ */
.why-section { padding: 36px 0 !important; }
.why-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
}
.why-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px !important;
    background: var(--white);
    border-radius: 14px;
    border: 1px solid var(--gray-200);
}
.why-icon {
    flex-shrink: 0;
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    background: var(--brand-orange-light);
    color: var(--brand-orange) !important;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.why-item h3 { font-size: 15.5px !important; margin: 0 0 4px; line-height: 1.3; }
.why-item p { font-size: 13px !important; color: var(--gray-600); line-height: 1.5; }

/* ============================================================
 * REVIEWS — review-card, stars
 * ============================================================ */
.reviews-section { padding: 36px 0 !important; }
.reviews-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
}
.review-card {
    padding: 18px !important;
    border-radius: 14px !important;
    background: var(--white);
    border: 1px solid var(--gray-200);
}
.review-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
    color: #f5b400;
    font-size: 13px;
}
.review-text {
    font-size: 13.5px !important;
    line-height: 1.55;
    color: var(--gray-700);
    margin-bottom: 12px;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gray-200);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--navy);
    flex-shrink: 0;
}
.review-author strong { font-size: 13.5px !important; display: block; line-height: 1.2; }
.review-author small { font-size: 11.5px !important; color: var(--gray-500); display: block; margin-top: 2px; }

/* ============================================================
 * GALLERY CAROUSEL — gal-carousel, scroll-snap
 * ============================================================ */
.gallery-section { padding: 32px 0 !important; }
.gal-carousel { position: relative; }
.gal-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.gal-viewport::-webkit-scrollbar { display: none; }
.gal-track {
    display: flex !important;
    gap: 10px;
    padding: 0 16px 4px;
}
.gal-slide {
    min-width: 86vw !important;
    max-width: 86vw !important;
    scroll-snap-align: center;
    flex-shrink: 0;
    aspect-ratio: 4/3;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}
.gal-slide img { width: 100%; height: 100%; object-fit: cover; }
.gal-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55), transparent 55%);
    pointer-events: none;
}
.gal-slide-caption {
    position: absolute;
    bottom: 12px;
    left: 14px;
    right: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}
.gal-slide-sub { font-size: 12px; opacity: 0.85; font-weight: 500; }
.gal-slide-zoom { display: none; }
.gal-arrow-prev, .gal-arrow-next { display: none !important; }
.gal-dots {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    padding: 8px 0 !important;
}
/* Gallery dots — görsel 8×8, hit area 24×24 (transparan border ile) */
.gal-dots > *,
.gal-dots button,
.gal-dots .gal-dot {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    border-radius: 50% !important;
    background: var(--gray-300) !important;
    background-clip: content-box !important;
    border: 8px solid transparent !important;     /* hit area expansion */
    box-sizing: content-box !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.25s var(--transition);
    flex: 0 0 auto !important;
    box-shadow: none !important;
    appearance: none !important;
}
.gal-dots > .is-active,
.gal-dots > .active,
.gal-dots button.is-active,
.gal-dots button.active,
.gal-dots .gal-dot.active,
.gal-dots .gal-dot.is-active {
    background: var(--brand-orange) !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    border-radius: 4px !important;
}

/* ============================================================
 * SLIDER ARROWS / DOTS (genel)
 * ============================================================ */
.slider-prev, .slider-next, .slider-arrow { display: none !important; }
.slider-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 14px 0 0;
    padding: 0 !important;
}
/* Slider dots — görsel 8×8 ama touch hit area 24×24 (padding + content-box trick) */
.slider-dots > *,
.slider-dots button,
.slider-dots span {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    border-radius: 50% !important;
    background: var(--gray-300) !important;
    background-clip: content-box !important;
    border: 8px solid transparent !important;     /* border = transparan hit area */
    box-sizing: content-box !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.25s var(--transition);
    flex: 0 0 auto !important;
}
.slider-dots > .is-active,
.slider-dots > .active,
.slider-dots > [aria-current="true"],
.slider-dots button.is-active,
.slider-dots button.active {
    background: var(--brand-orange) !important;
    width: 24px !important;
    min-width: 24px !important;
    border-radius: 4px !important;
}

/* ============================================================
 * CTA SECTION (Sayfanın altındaki büyük CTA bloğu)
 * ============================================================ */
.cta-section {
    padding: 36px 0 !important;
}
.cta-inner {
    padding: 28px 22px !important;
    border-radius: 18px !important;
    text-align: center;
}
.cta-inner h2 {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
}
.cta-sub {
    font-size: 14px !important;
    margin-bottom: 18px !important;
    line-height: 1.5;
}
.cta-actions {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.cta-actions > * { width: 100% !important; }
.btn-orange {
    background: var(--brand-orange) !important;
    color: #fff !important;
    padding: 14px 20px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    min-height: 50px;
}
.btn-white-outline {
    background: transparent !important;
    color: #fff !important;
    border: 1.5px solid rgba(255,255,255,0.55) !important;
    padding: 13px 18px !important;
    border-radius: 12px !important;
    font-size: 14.5px !important;
    min-height: 48px;
}

/* ============================================================
 * LOC CARD EXTRAS — icon, price, cta
 * ============================================================ */
.loc-card { position: relative; }
.loc-card-icon {
    width: 38px !important;
    height: 38px !important;
    font-size: 15px !important;
    margin-bottom: 8px;
    border-radius: 10px;
}
.loc-card-price {
    font-size: 13.5px !important;
    color: var(--brand-orange);
    font-weight: 700;
    margin: 6px 0 8px;
}
.loc-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12.5px !important;
    font-weight: 700;
    color: var(--brand-orange);
}

/* ============================================================
 * BREADCRUMB / PAGE TOC mobile
 * ============================================================ */
.breadcrumb { font-size: 12px !important; padding: 8px 0 !important; flex-wrap: wrap; }
.breadcrumb li { font-size: 12px !important; }

/* Page TOC: sayfa sayfa "İçindekiler" — mobile'da accordion */
.page-content-toc, .toc {
    margin: 16px 0 24px !important;
    padding: 14px 16px !important;
    border-radius: 12px !important;
    font-size: 13.5px;
}
.page-content-toc h3, .toc h3, .toc-title {
    font-size: 14px !important;
    margin-bottom: 8px !important;
    color: var(--navy);
}
.page-content-toc ol, .toc ol, .toc ul {
    padding-left: 18px !important;
    margin: 0;
}
.page-content-toc li, .toc li {
    font-size: 13px !important;
    line-height: 1.5;
    padding: 3px 0;
}
.page-content-sidebar { display: none !important; } /* sidebar mobile'da gizle, alt sayfada ana içerik yeter */

/* ============================================================
 * SECTION TAG (üst rozet)
 * ============================================================ */
.section-tag {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 5px 11px !important;
    font-size: 11px !important;
    background: var(--brand-orange-light);
    color: var(--brand-orange-darker);
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.section-tag-icon { font-size: 11px; }

/* ============================================================
 * GLOBAL TOUCH UX
 * ============================================================ */
/* iOS tap highlight kaldır */
a, button, .btn-primary, .btn-secondary, .btn-orange, .btn-blue,
.wiz-opt, .hero-segment, .mobile-bnav-item, .mobile-bnav-cta,
.lang-btn, .menu-toggle, .scroll-top-btn,
.faq-q, .footer-col h3, .nav-mobile-action {
    -webkit-tap-highlight-color: transparent;
}
/* 300ms tap delay'i kaldır */
a, button, [role="button"], .wiz-opt, .hero-segment {
    touch-action: manipulation;
}
/* Touch feedback (active scale) */
.btn-primary:active, .btn-secondary:active, .btn-orange:active,
.btn-hero-primary:active, .btn-hero-link:active,
.cta-actions > *:active {
    transform: scale(0.97);
}

/* ============================================================
 * SAFE AREA (iPhone notch, dynamic island, home indicator)
 * ============================================================ */
.container,
.header-inner,
.top-band-inner {
    padding-left: max(16px, env(safe-area-inset-left)) !important;
    padding-right: max(16px, env(safe-area-inset-right)) !important;
}

/* ============================================================
 * SCROLL & SMOOTHNESS
 * ============================================================ */
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.05ms !important;
        scroll-behavior: auto !important;
    }
}

/* Scrollable area'lar için ince scroll */
.gal-viewport, .fleet-slider, table, .compare-table-wrap, .pricing-table-wrap {
    scrollbar-width: thin;
    scrollbar-color: rgba(11,37,71,0.2) transparent;
}

/* ============================================================
 * TYPOGRAPHY POLISH
 * ============================================================ */
h1, h2, h3, h4 {
    text-wrap: balance;
    overflow-wrap: break-word;
    hyphens: auto;
}
p, li {
    overflow-wrap: break-word;
    hyphens: auto;
}
/* Çok uzun URL/word kıran taşmaları engelle */
.page-content-main * { max-width: 100%; }

/* ============================================================
 * FORM POLISH — error/success states
 * ============================================================ */
input:focus, textarea:focus, select:focus {
    border-color: var(--brand-orange) !important;
    box-shadow: 0 0 0 3px rgba(232,84,26,0.12) !important;
    outline: none !important;
}
input.is-error, textarea.is-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239,68,68,0.12) !important;
}
input.is-success, textarea.is-success {
    border-color: var(--green) !important;
    box-shadow: 0 0 0 3px rgba(26,158,74,0.12) !important;
}
.form-help { font-size: 12px !important; color: var(--gray-500); margin-top: 4px; }
.form-error { font-size: 12.5px !important; color: #ef4444; margin-top: 4px; }

/* Submit buttons full width on mobile */
form button[type="submit"],
.btn-submit {
    width: 100%;
    padding: 14px 22px !important;
    font-size: 15px !important;
    min-height: 50px;
    border-radius: 12px !important;
}

/* ============================================================
 * SCROLL TOP BUTTON (mevcut footer.php'de scroll-top-btn var)
 * ============================================================ */
.scroll-top-btn, .scroll-to-top {
    /* bnav var, scroll-top button bnav'ın üstünde olmalı */
    bottom: calc(var(--bnav-height) + env(safe-area-inset-bottom, 0px) + 14px) !important;
    right: 14px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
}

/* ============================================================
 * EXTRA SMALL — ≤560px (telefonlar)
 * ============================================================ */
@media (max-width: 560px) {

.hero-title { font-size: 26px !important; }
.section-title { font-size: 22px !important; }
.page-hero-title { font-size: 24px !important; }
.page-content-main h2 { font-size: 20px !important; }
.container { padding: 0 14px !important; }
.fleet-card { min-width: 92vw; max-width: 92vw; }
.logo-word { font-size: 17px !important; }
.top-band { padding: 5px 0 !important; font-size: 11px !important; }
section { padding: 32px 0 !important; }
.page-block { padding: 18px 14px !important; }
.btn-primary, .btn-secondary { padding: 12px 16px !important; font-size: 14px !important; }
.ai-summary-box { padding: 14px !important; }
.pricing-card { padding: 18px !important; }
.pricing-amount { font-size: 28px !important; }

}
