/* ===== ANKARA AMBAR NAKLİYAT - ANA STİL DOSYASI ===== */

/* ---------- VARIABLES ---------- */
:root {
    --primary: #1e3a8a;
    --primary-dark: #172554;
    --secondary: #0f172a;
    --accent: #f59e0b;
    --accent-dark: #d97706;
    --surface: #ffffff;
    --bg-body: #f8fafc;
    --text-main: #334155;
    --text-light: #64748b;
    --radius-lg: 24px;
    --radius-md: 16px;
    --shadow-card: 0 10px 40px -10px rgba(30, 58, 138, 0.1);
    --shadow-hover: 0 20px 40px -5px rgba(0, 0, 0, 0.1);
    --container: 1200px;
}

/* ---------- RESET & BASE ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; outline: none; }
body { font-family: 'Inter', sans-serif; color: var(--text-main); background-color: var(--bg-body); overflow-x: hidden; line-height: 1.7; }
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; color: var(--secondary); line-height: 1.3; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 2rem; position: relative; z-index: 1; }

/* ---------- NAVBAR ---------- */
.navbar { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); width: 90%; max-width: var(--container); background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); padding: 1rem 2rem; border-radius: 50px; display: flex; justify-content: space-between; align-items: center; z-index: 1000; box-shadow: 0 4px 20px rgba(0,0,0,0.05); border: 1px solid rgba(255,255,255,0.5); }
.logo { font-size: 1.5rem; font-weight: 800; color: var(--secondary); display: flex; align-items: center; gap: 0.5rem; }
.logo i { color: var(--accent); font-size: 1.8rem; }
.logo span { color: var(--primary); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { font-weight: 500; font-size: 0.95rem; color: var(--text-main); }
.nav-links a:hover { color: var(--primary); }
.nav-phone { background: var(--primary); color: white; padding: 0.5rem 1rem; border-radius: 30px; font-weight: 600; font-size: 0.85rem; white-space: nowrap; display: flex; align-items: center; gap: 0.3rem; }
.nav-phone:hover { background: var(--primary-dark); color: white; }

/* ---------- HAMBURGER & MOBILE NAV ---------- */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 5px; z-index: 1001; }
.hamburger span { width: 24px; height: 2.5px; background: var(--secondary); border-radius: 2px; transition: 0.3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mobile-nav { display: none; position: fixed; inset: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; }
.mobile-nav.active { display: flex; }
.mobile-nav a { font-size: 1.3rem; font-weight: 600; color: var(--secondary); }

/* ---------- PAGE HEADER (ic sayfalar) ---------- */
.page-header { padding-top: 140px; padding-bottom: 60px; background: white; border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; position: relative; overflow: hidden; }
.page-header::before { content: ''; position: absolute; top: -40%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(245,158,11,0.08) 0%, rgba(255,255,255,0) 70%); border-radius: 50%; z-index: 0; }
.page-header h1 { font-size: 2.5rem; margin-bottom: 1rem; }
.page-header p { font-size: 1.1rem; color: var(--text-light); max-width: 700px; }
/* il ambar sayfalari icin bg goruntusu olan page-header */
.page-header-bg::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; background: url('images/hero-nakliyat-bg.jpg') center/cover no-repeat; opacity: 0.06; z-index: 0; mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); }

/* ---------- BREADCRUMB ---------- */
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem; font-size: 0.9rem; flex-wrap: wrap; }
.breadcrumb a { color: var(--primary); font-weight: 500; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .separator { color: var(--text-light); }
.breadcrumb .current { color: var(--text-light); }

/* ---------- CONTENT LAYOUT ---------- */
.content-section { padding: 60px 0; }
.content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; }
.content-main h2 { font-size: 1.8rem; margin-bottom: 1rem; margin-top: 2rem; color: var(--primary); }
.content-main h2:first-child { margin-top: 0; }
.content-main h3 { font-size: 1.3rem; margin-bottom: 0.8rem; margin-top: 1.5rem; }
.content-main p { margin-bottom: 1rem; line-height: 1.8; }
.content-main ul { margin-bottom: 1rem; padding-left: 0; }
.content-main ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.content-main ul li::before { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; color: var(--accent); font-size: 0.8rem; }

/* ---------- SIDEBAR ---------- */
.sidebar-card { background: white; border-radius: var(--radius-lg); padding: 2rem; margin-bottom: 2rem; border: 1px solid #f1f5f9; box-shadow: var(--shadow-card); }
.sidebar-card h3 { font-size: 1.2rem; margin-bottom: 1.2rem; padding-bottom: 0.8rem; border-bottom: 2px solid var(--accent); }
.sidebar-links { display: flex; flex-direction: column; }
.sidebar-links a { padding: 0.7rem 0; border-bottom: 1px solid #f1f5f9; color: var(--text-main); font-size: 0.9rem; font-weight: 500; display: flex; align-items: center; gap: 0.5rem; }
.sidebar-links a:hover { color: var(--primary); padding-left: 5px; }
.sidebar-links a i { color: var(--accent); font-size: 0.7rem; }
.sidebar-cta { background: var(--primary); color: white; border-radius: var(--radius-lg); padding: 2rem; text-align: center; }
.sidebar-cta h3 { color: white; border-bottom-color: rgba(255,255,255,0.2); }
.sidebar-cta p { color: rgba(255,255,255,0.8); font-size: 0.9rem; margin-bottom: 1.5rem; }
.sidebar-cta .cta-phone { display: block; background: var(--accent); color: white; padding: 0.8rem; border-radius: 30px; font-weight: 700; font-size: 1.1rem; margin-bottom: 0.5rem; }
.sidebar-cta .cta-phone:hover { background: var(--accent-dark); }
.sidebar-cta .cta-wp { display: block; background: #25d366; color: white; padding: 0.8rem; border-radius: 30px; font-weight: 700; font-size: 0.95rem; }
.sidebar-cta .cta-wp:hover { background: #1da851; }

/* ---------- DISTRICT GRID ---------- */
.district-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; margin: 2rem 0; }
.district-item { background: white; border-radius: var(--radius-md); padding: 1rem 1.2rem; display: flex; align-items: center; gap: 0.8rem; border: 1px solid #e5e7eb; transition: 0.3s; }
.district-item:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.district-item i { color: var(--accent); }
.district-item span { font-weight: 600; color: var(--secondary); font-size: 0.9rem; }

/* ---------- MINI SERVICES ---------- */
.mini-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.mini-service-card { background: white; border-radius: var(--radius-md); padding: 1.5rem; border: 1px solid #f1f5f9; transition: 0.3s; }
.mini-service-card:hover { box-shadow: var(--shadow-card); border-color: transparent; }
.mini-service-card h4 { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; font-size: 1rem; }
.mini-service-card h4 i { color: var(--accent); }
.mini-service-card p { font-size: 0.85rem; color: var(--text-light); }

/* ---------- OTHER CITIES GRID ---------- */
.other-cities { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0.8rem; margin: 1.5rem 0; }
.other-cities a { background: white; border-radius: 12px; padding: 0.7rem 1rem; display: flex; align-items: center; gap: 0.5rem; border: 1px solid #e5e7eb; transition: 0.3s; font-size: 0.85rem; font-weight: 500; color: var(--secondary); }
.other-cities a:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-card); }
.other-cities a i { color: var(--accent); font-size: 0.75rem; }

/* ---------- CTA SECTION ---------- */
.cta-section { padding: 60px 0; }
.cta-box { background: var(--primary); border-radius: var(--radius-lg); padding: 3rem; text-align: center; color: white; position: relative; overflow: hidden; }
.cta-box::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(245,158,11,0.15), transparent 70%); border-radius: 50%; }
.cta-box h2 { color: white; margin-bottom: 0.8rem; position: relative; z-index: 1; }
.cta-box p { color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 1.5rem; position: relative; z-index: 1; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; position: relative; z-index: 1; flex-wrap: wrap; }
.btn-white { background: white; color: var(--primary); padding: 0.8rem 2rem; border-radius: 50px; font-weight: 700; border: none; cursor: pointer; transition: 0.3s; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-white:hover { background: var(--accent); color: white; }
.btn-outline-white { background: transparent; color: white; padding: 0.8rem 2rem; border-radius: 50px; font-weight: 700; border: 2px solid rgba(255,255,255,0.3); cursor: pointer; transition: 0.3s; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: white; }

/* ---------- FOOTER ---------- */
.footer { background: white; padding: 60px 0 30px; border-top: 1px solid #f0f0f0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-col h5 { font-size: 1.1rem; margin-bottom: 1.5rem; }
.footer-col ul li { margin-bottom: 0.8rem; }
.footer-col ul li a { color: var(--text-light); font-size: 0.9rem; }
.footer-col ul li a:hover { color: var(--primary); }
.footer-social { display: flex; gap: 0.8rem; margin-top: 1.5rem; }
.footer-social a { width: 40px; height: 40px; background: var(--bg-body); color: var(--text-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
.footer-social a:hover { background: var(--primary); color: white; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid #f0f0f0; color: var(--text-light); font-size: 0.9rem; }

/* ---------- WHATSAPP FLOAT ---------- */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: #25d366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; box-shadow: 0 6px 20px rgba(37,211,102,0.4); z-index: 900; transition: 0.3s; animation: pulse-wp 2s infinite; }
.whatsapp-float:hover { transform: scale(1.1); color: white; }
@keyframes pulse-wp { 0%,100% { box-shadow: 0 6px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 6px 30px rgba(37,211,102,0.6); } }
.scroll-top { position: fixed; bottom: 25px; left: 25px; width: 44px; height: 44px; background: var(--primary); color: white; border-radius: 50%; border: none; cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; z-index: 900; opacity: 0; transition: 0.3s; }

/* ---------- FAQ ---------- */
.faq-section { padding: 60px 0; background: white; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.faq-item { background: var(--bg-body); border-radius: var(--radius-md); padding: 1.5rem 2rem; border: 1px solid #f1f5f9; cursor: pointer; transition: 0.3s; }
.faq-item:hover { border-color: var(--primary); }
.faq-question { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-question h4 { color: var(--secondary); font-size: 1rem; }
.faq-question i { color: var(--primary); transition: 0.3s; font-size: 0.9rem; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer p { font-size: 0.9rem; color: var(--text-light); padding-top: 1rem; line-height: 1.6; }
.faq-item.active .faq-answer { max-height: 250px; }

/* ---------- SPLASH SCREEN ---------- */
/* Varsayilan gizli: JS calistirmayan botlar (Googlebot vb.) splash'i gormez */
.splash { position: fixed; inset: 0; z-index: 9999; display: none; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; transition: opacity 0.5s, visibility 0.5s; }
.splash.hide { opacity: 0; visibility: hidden; pointer-events: none; }
.splash-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #172554 100%); z-index: 0; }
.splash-bg::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.splash-content { position: relative; z-index: 1; text-align: center; color: white; padding: 2rem; }
.splash-truck-container { position: relative; width: 280px; height: 120px; margin: 0 auto 1.5rem; }
.splash-road { position: absolute; bottom: 8px; left: -20%; width: 140%; height: 3px; background: rgba(255,255,255,0.15); border-radius: 2px; overflow: hidden; }
.splash-road::after { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 100%; background: repeating-linear-gradient(90deg, rgba(255,255,255,0.5) 0px, rgba(255,255,255,0.5) 10px, transparent 10px, transparent 20px); animation: roadMove 0.8s linear infinite; }
@keyframes roadMove { from { transform: translateX(-40px); } to { transform: translateX(0); } }
.splash-truck { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); animation: truckBounce 0.6s ease-in-out infinite; }
@keyframes truckBounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-3px); } }
.splash-truck svg { width: 140px; height: 80px; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.3)); }
.splash-particles { position: absolute; bottom: 15px; left: calc(50% - 80px); width: 20px; height: 30px; }
.splash-particles span { position: absolute; width: 3px; height: 3px; background: rgba(255,255,255,0.4); border-radius: 50%; animation: exhaust 0.8s ease-out infinite; }
.splash-particles span:nth-child(1) { animation-delay: 0s; bottom: 0; }
.splash-particles span:nth-child(2) { animation-delay: 0.2s; bottom: 5px; }
.splash-particles span:nth-child(3) { animation-delay: 0.4s; bottom: 10px; }
@keyframes exhaust { 0% { opacity: 1; transform: translateX(0) scale(1); } 100% { opacity: 0; transform: translateX(-25px) translateY(-10px) scale(2); } }
.splash-logo { font-family: 'Outfit', sans-serif; font-size: 1.8rem; font-weight: 800; margin-bottom: 0.3rem; letter-spacing: 1px; }
.splash-logo span { color: var(--accent); }
.splash-tagline { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 2rem; letter-spacing: 2px; text-transform: uppercase; }
.splash-progress { width: 220px; height: 4px; background: rgba(255,255,255,0.1); border-radius: 4px; overflow: hidden; margin: 0 auto; position: relative; }
.splash-bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), #fbbf24); border-radius: 4px; animation: loadBar 3s ease-in-out forwards; }
@keyframes loadBar { 0% { width: 0; } 20% { width: 20%; } 40% { width: 45%; } 60% { width: 65%; } 80% { width: 85%; } 95% { width: 95%; } 100% { width: 100%; } }
.splash-percent { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-top: 0.5rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.splash-cities { position: absolute; width: 100%; height: 100%; z-index: 0; overflow: hidden; pointer-events: none; }
.splash-cities span { position: absolute; color: rgba(255,255,255,0.06); font-family: 'Outfit', sans-serif; font-weight: 800; white-space: nowrap; animation: floatCity 4s linear infinite; }
@keyframes floatCity { from { transform: translateX(110vw); } to { transform: translateX(-100%); } }

/* ========== ANA SAYFA (HOME) ========== */
.page-home { line-height: 1.7; }
.page-home h1, .page-home h2, .page-home h3, .page-home h4, .page-home h5, .page-home h6 { line-height: 1.2; }
.page-home .container { padding: 0 1.5rem; }
.page-home .navbar { top: 12px; width: 92%; background: rgba(255,255,255,0.97); padding: 0.7rem 1.2rem; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.04); }
.page-home .logo { font-size: 1.1rem; gap: 0.4rem; white-space: nowrap; }
.page-home .logo i { font-size: 1.3rem; }
.page-home .nav-links { gap: 1.5rem; }
.page-home .nav-links a { font-size: 0.9rem; }
.page-home .mobile-nav { gap: 1.5rem; }
.page-home .mobile-nav a { font-size: 1.2rem; }
.page-home .hamburger span { width: 22px; }
.page-home .hamburger { gap: 4px; }

/* HERO */
.hero { padding: 90px 0 30px; background: white; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 320px; background: url('images/hero-nakliyat-bg-nakliye.jpg') center/cover no-repeat; opacity: 0.08; z-index: 0; mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); }
.hero-content { text-align: center; max-width: 700px; margin: 0 auto; }
.hero h1 { font-size: 2rem; margin-bottom: 0.6rem; line-height: 1.15; }
.hero h1 span { color: var(--primary); }
.hero > div > .container > p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 1.2rem; text-align: center; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-stats { display: flex; justify-content: center; gap: 2rem; margin-bottom: 1.5rem; }
.stat h4 { font-size: 1.6rem; color: var(--accent); font-weight: 800; }
.stat span { font-size: 0.75rem; color: var(--text-light); }
.hero-cta { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-bottom: 0.8rem; }
.btn-wp { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.9rem 1.8rem; background: #25d366; color: white; border-radius: 50px; font-weight: 700; font-size: 1rem; box-shadow: 0 6px 20px rgba(37,211,102,0.3); border: none; cursor: pointer; }
.btn-wp:hover { background: #1da851; color: white; }
.btn-call { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.9rem 1.8rem; background: var(--primary); color: white; border-radius: 50px; font-weight: 700; font-size: 1rem; border: none; cursor: pointer; }
.btn-call:hover { background: var(--primary-dark); color: white; }

/* FEATURES */
.features { padding: 20px 0; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-item { background: white; border-radius: var(--radius-md); padding: 1.2rem; display: flex; align-items: flex-start; gap: 0.8rem; border: 1px solid #f1f5f9; }
.feature-icon { width: 40px; height: 40px; min-width: 40px; background: var(--bg-body); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 1rem; }
.feature-item h4 { font-size: 0.9rem; margin-bottom: 0.2rem; }
.feature-item p { font-size: 0.8rem; color: var(--text-light); line-height: 1.5; }

/* STEPS */
.steps { padding: 25px 0; }
.steps-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 0.5rem; position: relative; }
.steps-row::before { content: ''; position: absolute; top: 20px; left: 10%; right: 10%; height: 2px; background: #e5e7eb; z-index: 0; }
.step { text-align: center; flex: 1; position: relative; z-index: 1; }
.step-num { width: 40px; height: 40px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.9rem; margin: 0 auto 0.4rem; }
.step h4 { font-size: 0.8rem; margin-bottom: 0.15rem; }
.step p { font-size: 0.7rem; color: var(--text-light); line-height: 1.4; padding: 0 0.3rem; }

/* SERVICES */
.services { padding: 30px 0; }
.section-title { text-align: center; margin-bottom: 1.5rem; }
.section-title h2 { font-size: 1.5rem; margin-bottom: 0.3rem; }
.section-title p { color: var(--text-light); font-size: 0.9rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { background: white; border-radius: var(--radius-md); overflow: hidden; border: 1px solid #f1f5f9; transition: 0.3s; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.service-card .card-img { height: 140px; background-size: cover; background-position: center; position: relative; }
.service-card .card-body { padding: 1rem; }
.service-card h3 { font-size: 1rem; margin-bottom: 0.3rem; }
.service-card p { font-size: 0.8rem; color: var(--text-light); line-height: 1.5; margin-bottom: 0.5rem; }
.link-text { color: var(--primary); font-weight: 600; font-size: 0.85rem; }

/* ROUTES */
.routes { padding: 30px 0; }
.routes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.5rem; }
.route-link { background: white; border-radius: 10px; padding: 0.55rem 0.8rem; display: flex; align-items: center; gap: 0.4rem; border: 1px solid #e5e7eb; font-size: 0.8rem; font-weight: 500; color: var(--secondary); transition: 0.2s; }
.route-link:hover { border-color: var(--primary); background: var(--primary); color: white; }
.route-link:hover i { color: white; }
.route-link i { color: var(--accent); font-size: 0.65rem; }

/* TESTIMONIALS */
.testimonials { padding: 30px 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.testimonial-card { background: white; border-radius: var(--radius-md); padding: 1.2rem; border: 1px solid #f1f5f9; position: relative; }
.testimonial-stars { color: var(--accent); font-size: 0.75rem; margin-bottom: 0.5rem; }
.testimonial-card > p { font-size: 0.85rem; line-height: 1.6; font-style: italic; margin-bottom: 0.8rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.6rem; }
.testimonial-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--primary); color: white; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; }
.testimonial-name { font-weight: 600; font-size: 0.85rem; }
.testimonial-location { font-size: 0.75rem; color: var(--text-light); }
.t-quote { position: absolute; top: 1rem; right: 1rem; font-size: 1.5rem; color: #f0f0f0; }

/* SEO TEXT */
.seo-text { padding: 30px 0; }
.seo-text h2 { font-size: 1.3rem; margin-bottom: 0.8rem; color: var(--primary); }
.seo-text p { font-size: 0.9rem; line-height: 1.8; margin-bottom: 0.8rem; }
.seo-text h3 { font-size: 1.1rem; margin: 1rem 0 0.5rem; }

/* HOME FOOTER (compact) */
.page-home .footer { padding: 40px 0 20px; }
.page-home .footer-grid { gap: 2rem; margin-bottom: 2rem; }
.page-home .footer-col h5 { font-size: 1rem; margin-bottom: 1rem; }
.page-home .footer-col ul li { margin-bottom: 0.6rem; }
.page-home .footer-col ul li a { font-size: 0.85rem; }
.page-home .footer-social a { width: 36px; height: 36px; font-size: 0.85rem; }
.page-home .footer-social { gap: 0.6rem; margin-top: 1rem; }
.page-home .footer-bottom { padding-top: 1.5rem; font-size: 0.8rem; }
.page-home .whatsapp-float { bottom: 25px; right: 25px; width: 56px; height: 56px; font-size: 1.6rem; }
.page-home .cta-section { padding: 30px 0; }
.page-home .cta-box { padding: 2.5rem; }
.page-home .cta-box h2 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.page-home .cta-box p { max-width: 500px; margin: 0 auto 1rem; font-size: 0.9rem; }
.page-home .cta-buttons { gap: 0.8rem; }
.page-home .btn-white, .page-home .btn-outline-white { padding: 0.7rem 1.5rem; font-size: 0.9rem; gap: 0.4rem; }

/* ========== RESPONSIVE ========== */

/* Tablet */
@media (max-width: 968px) {
    /* ic sayfalar */
    .content-grid { grid-template-columns: 1fr; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .page-header h1 { font-size: 2rem; }
    .faq-grid { grid-template-columns: 1fr; }
    /* ana sayfa */
    .features-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 1.6rem; }
    .hero { padding: 80px 0 20px; }
    .hero-stats { gap: 1.5rem; }
    .steps-row { flex-wrap: wrap; gap: 0.5rem; }
    .steps-row::before { display: none; }
    .step { width: 48%; flex: none; }
    .routes-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile */
@media (max-width: 600px) {
    /* ic sayfalar */
    .page-header h1 { font-size: 1.6rem; }
    .navbar { width: 95%; padding: 0.8rem 1.2rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .district-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-box { padding: 2rem 1.5rem; }
    .other-cities { grid-template-columns: repeat(2, 1fr); }
    /* ana sayfa */
    .page-home .navbar { width: 96%; padding: 0.6rem 0.8rem; top: 8px; }
    .page-home .hero h1 { font-size: 1.4rem; }
    .stat h4 { font-size: 1.3rem; }
    .hero-cta { flex-direction: column; gap: 0.5rem; padding: 0 1rem; }
    .btn-wp, .btn-call { width: 100%; justify-content: center; }
    .routes-grid { grid-template-columns: repeat(2, 1fr); }
    .page-home .cta-box { padding: 2rem 1.2rem; }
    .step { width: 48%; }
}
