/* ============================================================
   Davraz Isparta Taksi — Profesyonel çok sayfalı tema
   ============================================================ */

:root {
    --bg: #0e1116;
    --bg-alt: #141922;
    --surface: #161c26;
    --card: #1a212c;
    --card-2: #222a37;
    --text: #f3f5f8;
    --muted: #97a1b0;
    --border: #28303d;
    --primary: #ffc107;
    --primary-d: #e6a900;
    --on-primary: #18140a;
    --wa: #25d366;
    --danger: #ef4444;
    --radius: 16px;
    --radius-sm: 12px;
    --shadow: 0 12px 40px rgba(0,0,0,.35);
    --shadow-sm: 0 4px 16px rgba(0,0,0,.20);
    --maxw: 1180px;
    --header-h: 72px;
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --ff: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    --ff-head: 'Sora', var(--ff);
}
html[data-theme="light"] {
    --bg: #f5f7fb;
    --bg-alt: #ffffff;
    --surface: #ffffff;
    --card: #ffffff;
    --card-2: #eef2f8;
    --text: #121821;
    --muted: #5b6573;
    --border: #e4e9f0;
    --on-primary: #18140a;
    --shadow: 0 12px 40px rgba(20,30,60,.10);
    --shadow-sm: 0 4px 16px rgba(20,30,60,.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
    margin: 0; font-family: var(--ff);
    background: var(--bg); color: var(--text); line-height: 1.6;
    -webkit-font-smoothing: antialiased; padding-bottom: calc(72px + var(--safe-bottom));
    overflow-x: hidden; max-width: 100%;
}
h1, h2, h3, h4 { font-family: var(--ff-head); letter-spacing: -.02em; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.hl { color: var(--primary); }

/* ============ HEADER ============ */
.site-header {
    position: sticky; top: 0; z-index: 60; height: var(--header-h);
    background: var(--bg); border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; gap: 20px; height: 100%; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--text); }
.brand-mark { display: inline-flex; align-items: center; line-height: 1; }
.brand-text strong { display: block; font-family: var(--ff-head); font-size: 19px; line-height: 1; font-weight: 800; }

/* ---- Animasyonlu taksi logosu ---- */
.logo-taxi { width: 50px; height: 32px; display: block; overflow: visible; }
.logo-taxi .car   { transform-box: fill-box; transform-origin: 50% 50%; animation: lt-bob 1.7s ease-in-out infinite; }
.logo-taxi .wheel { transform-box: fill-box; transform-origin: 50% 50%; animation: lt-spin 1.6s linear infinite; }
.logo-taxi .speed { transform-box: fill-box; animation: lt-speed 1.2s ease-in-out infinite; }
.logo-taxi .sign  { transform-box: fill-box; transform-origin: 50% 50%; animation: lt-glow 1.7s ease-in-out infinite; }
@keyframes lt-bob   { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-1.4px); } }
@keyframes lt-spin  { to { transform: rotate(360deg); } }
@keyframes lt-speed { 0% { opacity: .15; transform: translateX(3px); } 50% { opacity: .7; } 100% { opacity: .15; transform: translateX(-5px); } }
@keyframes lt-glow  { 0%,100% { opacity: .5; } 50% { opacity: 1; } }
.brand:hover .logo-taxi .wheel { animation-duration: .55s; }
.brand:hover .logo-taxi .car   { animation-duration: .9s; }
.brand:hover .logo-taxi .speed { animation-duration: .6s; }
@media (prefers-reduced-motion: reduce) { .logo-taxi * { animation: none !important; } }
.brand-text small { color: var(--muted); font-size: 12px; }

.desktop-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.desktop-nav > a {
    color: var(--muted); text-decoration: none; font-weight: 600; font-size: 15px;
    padding: 9px 15px; border-radius: 10px; transition: color .15s, background .15s; white-space: nowrap;
}
.desktop-nav > a:hover { color: var(--text); background: var(--card); }
.desktop-nav > a.active { color: var(--primary); background: color-mix(in srgb, var(--primary) 12%, transparent); }
.mobile-drawer { display: none; }
.nav-close, .nav-cta-mobile { display: none; }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone {
    display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text);
    padding: 8px 16px 8px 8px; border-radius: 999px; border: 1px solid var(--border); background: var(--card);
}
.header-phone .hp-ico {
    width: 38px; height: 38px; border-radius: 50%; background: var(--primary); color: var(--on-primary);
    display: grid; place-items: center; font-size: 17px; flex: 0 0 auto;
}
.header-phone .hp-text small { display: block; color: var(--muted); font-size: 11px; line-height: 1.2; }
.header-phone .hp-text strong { font-size: 15px; }
.icon-btn {
    background: var(--card); border: 1px solid var(--border); color: var(--text);
    width: 44px; height: 44px; border-radius: 12px; font-size: 18px; cursor: pointer;
    display: grid; place-items: center; transition: transform .15s; flex: 0 0 auto;
}
.icon-btn:active { transform: scale(.92); }
.nav-toggle { display: none; }
.nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.6); z-index: 999; }
.nav-backdrop.show { display: block; }

/* ============ BUTONLAR ============ */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-weight: 700; font-family: var(--ff); text-decoration: none; cursor: pointer;
    border: 1px solid transparent; border-radius: 12px; padding: 13px 24px; font-size: 16px;
    transition: transform .12s, filter .15s, box-shadow .15s; -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: scale(.97); }
.btn-lg { padding: 16px 30px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }
.btn-primary { background: var(--primary); color: var(--on-primary); box-shadow: 0 8px 24px rgba(255,193,7,.28); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 24px rgba(37,211,102,.25); }
.btn-dark { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.18); backdrop-filter: blur(4px); }
.btn-dark:hover { background: rgba(255,255,255,.2); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--border); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

/* ============ HERO SLIDER ============ */
.eyebrow {
    display: inline-block; font-size: 13px; font-weight: 700; color: var(--primary);
    background: color-mix(in srgb, var(--primary) 16%, rgba(0,0,0,.35));
    border: 1px solid color-mix(in srgb, var(--primary) 38%, transparent);
    padding: 7px 18px; border-radius: 999px; margin-bottom: 20px; letter-spacing: .04em;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-sub { font-size: clamp(16px, 2.4vw, 19px); }

.hero-slider { position: relative; width: 100%; aspect-ratio: 16 / 7; min-height: 540px; max-height: 760px; overflow: hidden; background: #05070b; }
.slides { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .9s ease; }
.slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.03); }
.slide.is-active .slide-bg { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.03); } to { transform: scale(1.15); } }
.slide-shade {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(6,8,12,.94) 0%, rgba(6,8,12,.74) 36%, rgba(6,8,12,.28) 68%, rgba(6,8,12,.12) 100%);
}
.slide-content {
    position: relative; z-index: 3; height: 100%;
    display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left;
    padding-bottom: 40px;
}
.slide-content h1 {
    color: #fff; font-size: clamp(32px, 5.2vw, 56px); margin: 0 0 16px; max-width: 680px;
    line-height: 1.08; font-weight: 800; text-shadow: 0 2px 30px rgba(0,0,0,.4);
}
.slide-content .hero-sub { color: rgba(255,255,255,.86); margin: 0 0 30px; max-width: 520px; }
.slide-content .hero-actions { justify-content: flex-start; }

.slider-arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.32); color: #fff; font-size: 30px; line-height: 1; cursor: pointer;
    backdrop-filter: blur(6px); display: grid; place-items: center; transition: background .15s, color .15s, border-color .15s;
}
.slider-arrow:hover { background: var(--primary); color: var(--on-primary); border-color: var(--primary); }
.slider-arrow.prev { left: 20px; }
.slider-arrow.next { right: 20px; }

.slider-dots { position: absolute; bottom: 24px; left: 0; right: 0; z-index: 5; display: flex; gap: 10px; justify-content: center; }
.dot { width: 11px; height: 11px; border-radius: 999px; border: 0; padding: 0; background: rgba(255,255,255,.45); cursor: pointer; transition: width .25s, background .25s; }
.dot.active { width: 32px; background: var(--primary); }

.btn-light { background: rgba(255,255,255,.95); color: #15171c; }
.btn-light:hover { background: #fff; }

/* Özellik / istatistik şeridi (kart düzeni) */
.stats-strip { background: var(--surface); border-bottom: 1px solid var(--border); padding: 26px 0; }
.stats-strip .hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 auto; }
.stats-strip .stat-item {
    display: flex; align-items: center; gap: 14px; text-align: left;
    background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 16px 18px;
    transition: border-color .15s, transform .15s;
}
.stats-strip .stat-item:hover { border-color: var(--primary); transform: translateY(-2px); }
.stats-strip .stat-ico {
    width: 48px; height: 48px; border-radius: 12px; flex: 0 0 auto; display: grid; place-items: center; font-size: 23px;
    background: color-mix(in srgb, var(--primary) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--primary) 28%, transparent);
}
.stats-strip .stat-text strong { display: block; font-family: var(--ff-head); font-size: 19px; color: var(--text); line-height: 1.2; }
.stats-strip .stat-text span { color: var(--muted); font-size: 13px; }
@media (min-width: 760px) { .stats-strip .hero-stats { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1080px) { .stats-strip .hero-stats { grid-template-columns: repeat(6, 1fr); } }

/* ============ PAGE HERO (iç sayfalar) ============ */
.page-hero {
    position: relative; text-align: center; padding: 70px 0 58px; overflow: hidden;
    background: radial-gradient(70% 80% at 50% 0%, rgba(255,193,7,.12), transparent 60%), var(--bg-alt);
    border-bottom: 1px solid var(--border);
}
.page-hero--img { background-size: cover; background-position: center; }
.page-hero--img .page-hero-shade {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,8,12,.74) 0%, rgba(6,8,12,.82) 100%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(28px, 5vw, 46px); margin: 8px 0 10px; }
.page-hero p { color: var(--muted); max-width: 600px; margin: 0 auto; font-size: 17px; }
.page-hero--img h1 { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.page-hero--img p { color: rgba(255,255,255,.86); }
.crumbs { display: flex; gap: 8px; align-items: center; justify-content: center; font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.crumbs a { color: var(--primary); text-decoration: none; font-weight: 600; }
.crumbs span { opacity: .6; }
.crumbs b { font-weight: 600; }
.page-hero--img .crumbs { color: rgba(255,255,255,.8); }
.page-hero--img .crumbs b { color: #fff; }

/* ============ SECTIONS ============ */
.section { padding: 64px 0; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { text-align: center; margin-bottom: 42px; }
.kicker { display: inline-block; color: var(--primary); font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; }
.section-title { font-size: clamp(26px, 4vw, 38px); margin: 0 0 10px; text-align: center; font-weight: 800; }
.section-desc { color: var(--muted); margin: 0 auto; font-size: 17px; text-align: center; max-width: 640px; }

/* ============ HİZMET KARTLARI ============ */
.service-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.service-card {
    background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 26px; text-decoration: none; color: var(--text); transition: transform .15s, border-color .15s, box-shadow .15s;
    display: flex; flex-direction: column; gap: 8px;
}
.service-card:hover { transform: translateY(-4px); border-color: var(--primary); box-shadow: var(--shadow); }
.sc-ico {
    width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; font-size: 28px;
    background: color-mix(in srgb, var(--primary) 14%, transparent);
    border: 1px solid color-mix(in srgb, var(--primary) 28%, transparent); margin-bottom: 6px;
}
.service-card h3 { margin: 6px 0 0; font-size: 19px; }
.service-card p { color: var(--muted); margin: 0; font-size: 15px; flex: 1; }
.sc-link { color: var(--primary); font-weight: 700; font-size: 15px; margin-top: 6px; }

/* ============ NEDEN BİZ ============ */
.why-wrap { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
.why-desc { color: var(--muted); font-size: 17px; margin: 14px 0 22px; }
.why-list { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 12px; }
.why-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.why-list li span {
    flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: color-mix(in srgb, var(--primary) 18%, transparent);
    color: var(--primary); display: grid; place-items: center; font-size: 13px; font-weight: 800; margin-top: 2px;
}
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mini-stat {
    background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 24px 20px; text-align: center; box-shadow: var(--shadow-sm);
}
.mini-stat span { font-size: 32px; display: block; margin-bottom: 8px; }
.mini-stat strong { display: block; font-family: var(--ff-head); font-size: 19px; }
.mini-stat small { color: var(--muted); font-size: 13px; }

/* ============ FİLO ============ */
.fleet-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.fleet-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: transform .15s, box-shadow .15s; }
.fleet-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.fleet-img { aspect-ratio: 16/10; background: var(--card-2); display: grid; place-items: center; }
.fleet-img img { width: 100%; height: 100%; object-fit: cover; }
.fleet-emoji { font-size: 60px; }
.fleet-body { padding: 16px 18px; display: flex; flex-direction: column; gap: 3px; }
.fleet-body strong { font-size: 17px; }
.fleet-plate { color: var(--primary); font-weight: 700; font-size: 14px; }
.fleet-seats { color: var(--muted); font-size: 14px; }

/* ============ GALERİ ============ */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 6px; }
.gallery-item {
    display: block; aspect-ratio: 3/2; overflow: hidden;
    border-radius: var(--radius); border: 1px solid var(--border);
    background: var(--card-2);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.06); }
@media (min-width: 640px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 980px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }

/* ============ CTA BAND ============ */
.cta-band {
    background: linear-gradient(120deg, var(--primary), var(--primary-d));
    color: var(--on-primary); padding: 48px 0;
}
.cta-inline { border-radius: var(--radius); margin-top: 50px; padding: 40px; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.cta-band h2 { margin: 0 0 6px; font-size: clamp(24px, 4vw, 32px); }
.cta-band p { margin: 0; opacity: .85; font-size: 17px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============ KART & FORM ============ */
.card {
    background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 26px; box-shadow: var(--shadow); max-width: 720px; margin: 0 auto;
}
.form label { display: block; margin-bottom: 16px; font-size: 14px; font-weight: 600; color: var(--text); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form input, .form textarea {
    width: 100%; margin-top: 7px; padding: 13px 15px; font-size: 16px; font-family: var(--ff);
    background: var(--bg); color: var(--text); border: 1px solid var(--border); border-radius: 10px;
}
.form input:focus, .form textarea:focus { outline: 2px solid var(--primary); border-color: var(--primary); }
.form-msg { margin-top: 16px; font-size: 15px; text-align: center; min-height: 22px; }
.form-msg.ok { color: var(--wa); }
.form-msg.err { color: var(--danger); }

/* iki kolon (form + yan bilgi) */
.two-col { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: start; }
.two-col .card { max-width: none; margin: 0; }
.side-info { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; }
.side-info h3 { margin: 0 0 18px; }
.steps { list-style: none; counter-reset: s; padding: 0; margin: 0 0 24px; display: grid; gap: 16px; }
.steps li { counter-increment: s; position: relative; padding-left: 44px; }
.steps li::before {
    content: counter(s); position: absolute; left: 0; top: 0; width: 30px; height: 30px; border-radius: 50%;
    background: var(--primary); color: var(--on-primary); font-weight: 800; display: grid; place-items: center; font-size: 15px;
}
.steps li strong { display: block; }
.steps li span { color: var(--muted); font-size: 14px; }
.side-cta { border-top: 1px solid var(--border); padding-top: 20px; }
.side-cta p { margin: 0 0 12px; font-weight: 600; }

/* ============ ÜCRET HESAPLAYICI ============ */
.geo-status { font-size: 13px; color: var(--muted); margin: 12px 0 18px; text-align: center; }
.dest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.dest-btn {
    background: var(--card-2); border: 1px solid var(--border); color: var(--text);
    padding: 16px 12px; border-radius: 12px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: var(--ff);
    transition: transform .12s, border-color .15s, background .15s;
}
.dest-btn:hover { border-color: var(--primary); }
.dest-btn:active { transform: scale(.96); }
.dest-btn.active { border-color: var(--primary); background: color-mix(in srgb, var(--primary) 16%, var(--card-2)); }
.fare-result { margin-top: 24px; text-align: center; padding-top: 24px; border-top: 1px dashed var(--border); animation: fadeUp .3s ease; }
.fare-amount { font-family: var(--ff-head); font-size: 50px; font-weight: 800; color: var(--primary); line-height: 1; }
.fare-amount small { font-size: 22px; }
.fare-meta { color: var(--muted); margin: 10px 0; font-size: 15px; }
.fare-note { color: var(--muted); font-size: 12px; margin: 4px 0 18px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.info-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 40px; }
.info-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; }
.info-box span { font-size: 28px; }
.info-box h3 { margin: 10px 0 6px; font-size: 18px; }
.info-box p { color: var(--muted); margin: 0; font-size: 15px; }

/* ============ İLETİŞİM ============ */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 34px; }
.contact-card {
    background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px;
    text-decoration: none; color: var(--text); text-align: center; transition: transform .15s, border-color .15s;
}
.contact-card:hover { transform: translateY(-3px); border-color: var(--primary); }
.contact-card span { font-size: 30px; }
.contact-card h3 { margin: 10px 0 4px; font-size: 17px; }
.contact-card p { color: var(--muted); margin: 0; font-size: 15px; }
.map-wrap { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); margin: 0 auto 18px; max-width: 980px; }
.map-wrap iframe { width: 100%; height: 360px; border: 0; display: block; }

/* ============ FOOTER ============ */
.site-footer { background: var(--bg-alt); border-top: 1px solid var(--border); padding: 52px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.brand-footer { margin-bottom: 14px; }
.footer-about p { color: var(--muted); font-size: 15px; max-width: 360px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
    width: 42px; height: 42px; border-radius: 12px; background: var(--card); border: 1px solid var(--border);
    display: grid; place-items: center; text-decoration: none; font-size: 18px; transition: border-color .15s;
}
.footer-social a:hover { border-color: var(--primary); }
.footer-col h4 { margin: 0 0 16px; font-size: 16px; }
.footer-col a, .footer-col p { display: block; color: var(--muted); text-decoration: none; margin: 9px 0; font-size: 15px; }
.footer-col a:hover { color: var(--primary); }
.footer-col p span { margin-right: 6px; }
.footer-bottom { color: var(--muted); font-size: 13px; text-align: center; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--border); }

/* ============ STICKY (mobil) ============ */
.sticky-call {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: flex; gap: 10px;
    padding: 9px 12px calc(9px + var(--safe-bottom)); width: 100%;
    background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(12px);
    border-top: 1px solid var(--border); box-shadow: 0 -8px 24px rgba(0,0,0,.28);
}
.sticky-btn {
    flex: 1 1 0; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 8px; border-radius: 12px; text-decoration: none; font-weight: 800; font-size: 15px;
    white-space: nowrap;
}
.sticky-call-btn { background: var(--primary); color: var(--on-primary); }
.sticky-wa-btn { background: var(--wa); color: #fff; }

/* ============================================================
   MASAÜSTÜ
   ============================================================ */
@media (min-width: 720px) {
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .info-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-grid { grid-template-columns: repeat(2, 1fr); }
    .fleet-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
    body { padding-bottom: 0; }
    .sticky-call { display: none; }
    .service-grid { grid-template-columns: repeat(4, 1fr); }
    .why-wrap { grid-template-columns: 1.1fr .9fr; }
    .fleet-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 2fr 1fr 1.2fr; }
    .two-col { grid-template-columns: 1.6fr 1fr; }
}

/* ============ KÜÇÜK EKRAN İNCE AYAR ============ */
@media (max-width: 600px) {
    .container { padding: 0 16px; }

    .hero-slider { height: clamp(460px, 76vh, 600px); }
    .slide-content { justify-content: flex-end; padding-bottom: 70px; }
    .slide-content h1 { font-size: 29px; margin-bottom: 14px; }
    .slide-content .hero-sub { font-size: 15px; margin-bottom: 22px; }
    .slide-shade { background: linear-gradient(180deg, rgba(6,8,12,.4) 0%, rgba(6,8,12,.55) 45%, rgba(6,8,12,.92) 100%); }
    .hero-actions { flex-direction: column; gap: 10px; width: 100%; }
    .hero-actions .btn { width: 100%; }
    .slider-arrow { width: 42px; height: 42px; font-size: 24px; }
    .slider-arrow.prev { left: 10px; } .slider-arrow.next { right: 10px; }
    .slider-dots { bottom: 16px; }

    .stats-strip { padding: 18px 0; }
    .stats-strip .hero-stats { gap: 10px; }
    .stats-strip .stat-item { padding: 13px 12px; gap: 11px; }
    .stats-strip .stat-ico { width: 40px; height: 40px; font-size: 20px; border-radius: 11px; }
    .stats-strip .stat-text strong { font-size: 16px; }
    .stats-strip .stat-text span { font-size: 12px; }

    .section { padding: 44px 0; }
    .section-head { margin-bottom: 28px; }
    .section-title { font-size: 25px; }
    .section-desc, .why-desc, .page-hero p { font-size: 15px; }

    .service-card { padding: 18px 18px 20px; }
    .service-card p { flex: none; }
    .service-card h3 { font-size: 18px; }

    .page-hero { padding: 40px 0 36px; }
    .page-hero h1 { font-size: 27px; }

    .card { padding: 20px; }
    .cta-band { padding: 38px 0; }
    .cta-inline { padding: 28px 22px; margin-top: 36px; }
    .cta-actions { width: 100%; }
    .cta-actions .btn { flex: 1; }

    .why-cards { gap: 12px; }
    .mini-stat { padding: 18px 12px; }
    .mini-stat span { font-size: 26px; }
}

/* ============ MOBİL MENÜ (drawer) ============ */
@media (max-width: 979px) {
    .header-phone { display: none; }
    .desktop-nav { display: none; }
    .nav-toggle { display: grid; }
    .mobile-drawer {
        display: flex;
        position: fixed; top: 0; right: 0; bottom: 0; width: min(85vw, 330px); z-index: 1000;
        background: var(--surface); border-left: 1px solid var(--border);
        flex-direction: column; align-items: stretch; gap: 4px; padding: 74px 16px 26px;
        transform: translateX(105%); transition: transform .3s cubic-bezier(.4,0,.2,1);
        box-shadow: -24px 0 70px rgba(0,0,0,.55); overflow-y: auto;
    }
    .mobile-drawer.open { transform: none; }
    .mobile-drawer > a { padding: 15px 16px; font-size: 16px; border-radius: 12px; color: var(--text); font-weight: 600; text-decoration: none; }
    .mobile-drawer > a:not(:last-of-type) { border-bottom: 1px solid var(--border); border-radius: 0; }
    .mobile-drawer > a.active { color: var(--on-primary); background: var(--primary); border-radius: 12px; border-bottom: 0; }
    .nav-close { display: grid; position: absolute; top: 16px; right: 16px; width: 44px; height: 44px;
        background: var(--card); border: 1px solid var(--border); color: var(--text); border-radius: 12px;
        font-size: 18px; cursor: pointer; place-items: center; z-index: 2; }
    .nav-cta-mobile { display: flex !important; align-items: center; justify-content: center; gap: 8px;
        margin-top: 14px; background: var(--primary); color: var(--on-primary) !important; font-weight: 800;
        padding: 14px; border-radius: 12px; text-decoration: none; }
}

/* ============ MOBİL: oklar gizli + istatistik kayar şerit ============ */
@media (max-width: 759px) {
    /* Hero oklarını gizle (yazıyla çakışmasın); dokunmatik kaydırma + noktalar yeterli */
    .slider-arrow { display: none; }

    /* İstatistikleri tek tek yavaşça kaydır (carousel) */
    .stats-strip { overflow: hidden; padding: 16px 14px; }
    .stats-strip .hero-stats {
        display: flex; gap: 0; padding: 0; margin: 0; max-width: none;
        transition: transform .55s cubic-bezier(.4, 0, .2, 1); will-change: transform;
    }
    .stats-strip .stat-item { flex: 0 0 100%; min-width: 0; }
}
