:root {
  --primary: #f59e0b;
  --primary-dark: #d97706;
  --dark: #0f172a;
  --dark-2: #1e293b;
  --dark-3: #334155;
  --light: #f8fafc;
  --text: #e2e8f0;
  --text-muted: #94a3b8;
  --radius: 12px;
  --shadow: 0 25px 50px -12px rgba(0,0,0,.4);
  --font: 'Outfit', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--dark); color: var(--text); line-height: 1.6; min-height: 100vh; transition: background-color .35s ease, color .35s ease; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: #fbbf24; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(15,23,42,.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--dark-3); overflow: visible; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.75rem 16px; gap: 0.5rem; min-height: 56px; }
.logo { font-size: 1.5rem; font-weight: 800; color: #fff; display: inline-flex; align-items: center; min-width: 0; flex-shrink: 1; }
.logo span { color: var(--primary); }
/* .logo.logo-text: yazı logo renkleri Ayarlar'dan inline style ile gelir */
.logo-img { max-height: 42px; max-width: 140px; width: auto; height: auto; object-fit: contain; object-position: left center; }
.nav { display: flex; gap: 1.5rem; align-items: center; }
.nav a { color: var(--text); font-weight: 500; }
.nav a:hover { color: var(--primary); }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: inline-flex; align-items: center; cursor: pointer; background: none; border: none; font: inherit; color: inherit; }
.nav a, .nav .nav-dropdown-trigger, .nav .nav-label { color: var(--text); font-weight: 500; }
.nav a:hover, .nav .nav-dropdown-trigger:hover { color: var(--primary); }
.nav .nav-label { cursor: default; }
.nav-dropdown-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); margin-top: 0.5rem; min-width: 180px; background: var(--dark-2); border: 1px solid var(--dark-3); border-radius: 8px; padding: 0.5rem 0; list-style: none; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; z-index: 100; box-shadow: var(--shadow); }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; }
.nav-dropdown-menu li { margin: 0; }
.nav-dropdown-menu a { display: block; padding: 0.5rem 1rem; color: var(--text); white-space: nowrap; }
.nav-dropdown-menu a:hover { color: var(--primary); background: rgba(245,158,11,.1); }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: .6rem 1.25rem; border-radius: 8px; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.btn-cta { background: var(--primary); color: #000; min-height: 40px; line-height: 1.2; padding: 0.5rem 0.9rem; }
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(245,158,11,.35); color: #000; }
.btn-icon { margin-right: 0.35rem; flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: none; color: #fff; font-size: 1.5rem; cursor: pointer; flex-shrink: 0; }
.site-theme-toggle { width: 36px; height: 36px; border: none; background: rgba(255,255,255,.12); border-radius: 8px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; padding: 0; transition: background .2s; position: relative; z-index: 1; flex-shrink: 0; }
.site-theme-toggle:hover { background: rgba(255,255,255,.25); }
.site-theme-toggle .theme-icon { width: 18px; height: 18px; stroke: currentColor; }
.site-theme-toggle .theme-icon, .site-theme-toggle .theme-icon svg { width: 18px; height: 18px; stroke: currentColor; }
.site-theme-toggle .theme-icon { display: none; }
.site-theme-toggle .theme-sun { display: inline-flex !important; }
body.light-theme .site-theme-toggle .theme-sun { display: none !important; }
body.light-theme .site-theme-toggle .theme-moon { display: inline-flex !important; }
body:not(.light-theme) .site-theme-toggle .theme-moon { display: none !important; }

.hero { min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; padding: 80px 16px 60px; position: relative; overflow: hidden; background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%); }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 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='%23f59e0b' 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"); opacity: .5; pointer-events: none; }
.hero .container, .hero-content { position: relative; z-index: 2; text-align: center; width: 100%; }
.hero h1 { font-size: var(--slider-title-size, clamp(1.75rem, 5vw, 3.25rem)); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; color: var(--slider-text-color, #fff); }
.hero p { font-size: var(--slider-subtitle-size, 1.15rem); color: var(--slider-text-color, #e2e8f0); max-width: 560px; margin: 0 auto 2rem; opacity: .95; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.hero-buttons .btn { min-width: 160px; }
@media (max-width: 480px) { .hero-buttons .btn { min-width: 100%; } }
.hero-buttons .btn-outline { border: 2px solid var(--primary); color: var(--primary); background: transparent; }
.hero-buttons .btn-outline:hover { background: var(--primary); color: #000; }

/* Slider: metin ortada, mobil uyumlu */
.hero-slider-wrap { padding: 0; }
.hero-slider { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; }
.hero-slide { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; background-color: var(--dark); opacity: 0; visibility: hidden; transition: opacity .6s ease, visibility .6s; display: flex; align-items: center; justify-content: center; padding: 100px 16px 80px; box-sizing: border-box; }
.hero-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide .container.hero-content { max-width: 1200px; margin: 0 auto; }
.hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(15,23,42,.75) 0%, rgba(30,41,59,.85) 100%); pointer-events: none; }
.hero-slider-dots { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: .5rem; }
@media (max-width: 768px) { .hero-slide { padding: 90px 12px 70px; } .hero-slider-dots { bottom: 1rem; } }
.hero-slider-dots .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; transition: background .2s; }
.hero-slider-dots .dot.active { background: var(--primary); }

.page-top { padding-top: 100px; padding-bottom: 3rem; }
.page-title { font-size: clamp(1.75rem, 3vw, 2.25rem); color: #fff; margin-bottom: .5rem; }
.page-lead { color: var(--text-muted); margin-bottom: 2rem; }

/* İletişim sayfası */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.contact-info { color: var(--text-muted); }
.contact-info h3 { color: #fff; margin-bottom: 1rem; font-size: 1.25rem; }
.contact-info p { margin-bottom: 0.5rem; }
.contact-info a { color: var(--primary); }
.contact-form { background: var(--dark-2); padding: 1.5rem; border-radius: 12px; border: 1px solid var(--dark-3); }
.contact-form .form-group { margin-bottom: 1rem; }
.contact-form .form-group label { display: block; margin-bottom: 0.35rem; color: var(--text); }
.contact-form input,
.contact-form textarea { width: 100%; padding: 0.75rem; border: 1px solid var(--dark-3); border-radius: 8px; background: var(--dark); color: #fff; font: inherit; }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,.5); }
@media (max-width: 768px) {
  .contact-wrap { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact-info { order: 1; padding: 1.25rem; background: var(--dark-2); border-radius: 12px; border: 1px solid var(--dark-3); }
  .contact-form { order: 2; }
  .page-contact { padding-bottom: 200px; padding-right: 90px; }
}
body.light-theme .contact-info { background: #f8fafc !important; border-color: #e2e8f0 !important; }
@media (max-width: 480px) {
  .page-contact { padding-right: 90px; }
}

.footer-logo { max-height: 48px; max-width: 160px; width: auto; height: auto; object-fit: contain; margin-bottom: .5rem; }

/* Sabit butonlar: Ara + WhatsApp + Yukarı çık - hover'da açılır, ikon + yazı */
.float-call, .float-whatsapp { position: fixed; right: 20px; z-index: 999; height: 56px; min-width: 56px; border-radius: 28px; display: flex; align-items: center; justify-content: flex-end; gap: 0; padding: 0 14px; text-decoration: none; font-weight: 600; font-size: 0.95rem; white-space: nowrap; transition: box-shadow .2s; flex-shrink: 0; }
.float-call { bottom: 144px; background: var(--primary); color: #000; box-shadow: 0 4px 15px rgba(245,158,11,.4); }
.float-call:hover { color: #000; box-shadow: 0 6px 20px rgba(245,158,11,.5); }
.float-whatsapp { bottom: 80px; background: #25d366; color: #fff; box-shadow: 0 4px 15px rgba(37,211,102,.5); }
.float-whatsapp:hover { color: #fff; box-shadow: 0 6px 20px rgba(37,211,102,.6); }
.float-btn-icon { width: 28px; height: 28px; min-width: 28px; fill: currentColor; flex-shrink: 0; }
.float-whatsapp .float-btn-icon { width: 32px; height: 32px; min-width: 32px; }
.float-btn-text { max-width: 0; opacity: 0; overflow: hidden; transition: max-width .3s ease, opacity .25s ease, margin-left 0s .3s; }
.float-call:hover .float-btn-text, .float-whatsapp:hover .float-btn-text { max-width: 180px; opacity: 1; margin-right: 10px; transition: max-width .35s ease, opacity .3s ease, margin-right .2s ease; }
.float-backtop { position: fixed; right: 20px; bottom: 16px; z-index: 999; width: 48px; height: 48px; border-radius: 50%; background: var(--dark-2); border: 1px solid var(--dark-3); color: var(--primary); font-size: 1.25rem; cursor: pointer; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.float-backtop.visible { opacity: 1; visibility: visible; }
.float-backtop:hover { background: var(--dark-3); color: #fff; }
.btn-icon-wa { display: inline-flex; align-items: center; margin-right: 0.4rem; }
.btn-icon-wa svg { flex-shrink: 0; }

.stats-strip { background: var(--dark-2); padding: 1.5rem; border-bottom: 1px solid var(--dark-3); }
.stats-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; }
.stat { text-align: center; }
.stat-num { font-size: 1.75rem; font-weight: 800; color: var(--primary); }
.stat-label { font-size: .9rem; color: var(--text-muted); }

.section { padding: 4rem 0; }
.section-title { text-align: center; margin-bottom: 2.5rem; }
.section-title h2 { font-size: clamp(1.75rem, 3vw, 2.25rem); color: #fff; margin-bottom: .5rem; }
.section-title p { color: var(--text-muted); }
.section-title-link { color: inherit; text-decoration: none; }
.section-title-link:hover { color: var(--primary); }

/* Hizmetler: 6'şar gösterim (3x2 grid), 1 sola gider 1 sağdan gelir */
.services-6-wrap { overflow: hidden; margin-top: 1rem; width: 100%; padding-top: 6px; }
.services-6-track { display: flex; flex-wrap: nowrap; transition: transform 0.5s ease; }
.services-6-page { flex: 0 0 100%; width: 100%; min-width: 100%; box-sizing: border-box; }
.services-grid-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .services-grid-6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .services-grid-6 { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }

/* İlçeler: aynı slider yapısı */
.areas-6-wrap { overflow: hidden; margin-top: 1rem; width: 100%; padding-top: 6px; }
.areas-6-track { display: flex; flex-wrap: nowrap; transition: transform 0.5s ease; }
.areas-6-page { flex: 0 0 100%; width: 100%; min-width: 100%; box-sizing: border-box; }
.areas-grid-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .areas-grid-6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .areas-grid-6 { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }

/* Blog: aynı slider yapısı */
.blog-6-wrap { overflow: hidden; margin-top: 1rem; width: 100%; }
.blog-6-track { display: flex; flex-wrap: nowrap; transition: transform 0.5s ease; }
.blog-6-page { flex: 0 0 100%; width: 100%; min-width: 100%; box-sizing: border-box; }
.blog-grid-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 900px) { .blog-grid-6 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .blog-grid-6 { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }

/* Galeri */
.gallery-page { max-width: 1100px; margin: 0 auto; }
.gallery-header { text-align: center; margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--dark-3); }
.gallery-header .page-title { margin-bottom: 0.5rem; }
.gallery-header .page-lead { color: var(--text-muted); font-size: 1.05rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; }
.gallery-item { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.25); transition: transform .3s ease, box-shadow .3s ease; }
.gallery-item:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,.35), 0 0 0 1px rgba(245,158,11,.2); }
.gallery-link { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; width: 100%; border: none; background: none; cursor: pointer; padding: 0; }
.gallery-link::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.85) 0%, transparent 50%); opacity: 0; transition: opacity .35s ease; z-index: 1; }
.gallery-link::after { content: '+'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); width: 52px; height: 52px; background: rgba(245,158,11,.9); color: #000; font-size: 1.75rem; font-weight: 700; line-height: 52px; text-align: center; border-radius: 50%; opacity: 0; transition: opacity .35s ease, transform .35s ease; z-index: 2; }
.gallery-link:hover::before, .gallery-link:hover::after { opacity: 1; }
.gallery-link:hover::after { transform: translate(-50%, -50%) scale(1); }
.gallery-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.gallery-link:hover img { transform: scale(1.08); }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem 1.25rem; color: #fff; font-size: 0.95rem; font-weight: 500; z-index: 2; transform: translateY(100%); transition: transform .35s ease; }
.gallery-link:hover .gallery-caption { transform: translateY(0); }
@media (max-width: 600px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } .gallery-item:hover { transform: none; } }

/* Galeri lightbox */
.gallery-lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.92); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 2rem; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.gallery-lightbox.open { opacity: 1; visibility: visible; }
.gallery-lightbox.open .gallery-lightbox-img { animation: galleryImgIn .35s ease forwards; }
@keyframes galleryImgIn { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: scale(1); } }
.gallery-lightbox-close { position: absolute; top: 1.25rem; right: 1.25rem; width: 48px; height: 48px; border: none; background: rgba(255,255,255,.12); color: #fff; font-size: 1.75rem; line-height: 1; cursor: pointer; border-radius: 50%; transition: background .2s, transform .2s; z-index: 10; }
.gallery-lightbox-close:hover { background: rgba(255,255,255,.22); transform: scale(1.05); }
.gallery-lightbox-prev, .gallery-lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border: none; background: rgba(255,255,255,.12); color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; border-radius: 50%; transition: background .2s, transform .2s; z-index: 10; }
.gallery-lightbox-prev:hover, .gallery-lightbox-next:hover { background: rgba(245,158,11,.8); color: #000; transform: translateY(-50%) scale(1.08); }
.gallery-lightbox-prev { left: 1.25rem; }
.gallery-lightbox-next { right: 1.25rem; }
.gallery-lightbox-inner { max-width: 90vw; max-height: 90vh; display: flex; flex-direction: column; align-items: center; }
.gallery-lightbox-img { max-width: 100%; max-height: 80vh; width: auto; height: auto; object-fit: contain; border-radius: 12px; box-shadow: 0 25px 80px rgba(0,0,0,.5); }
.gallery-lightbox-footer { margin-top: 1.25rem; display: flex; flex-direction: column; align-items: center; gap: 0.35rem; }
.gallery-lightbox-counter { color: var(--primary); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.05em; }
.gallery-lightbox-caption { color: rgba(255,255,255,.9); font-size: 1rem; text-align: center; max-width: 500px; } }

.services-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 1.5rem; margin-top: 1rem; }
.services-grid .service-card { min-width: 0; }
@media (max-width: 900px) { .services-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 500px) { .services-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 1rem; } }
.service-card { background: var(--dark-2); border: 1px solid var(--dark-3); border-radius: var(--radius); padding: 1.75rem; transition: border-color .2s, transform .2s; display: block; color: inherit; position: relative; overflow: hidden; }
.service-card:hover { border-color: var(--primary); transform: translateY(-4px); }
.service-card h3 { font-size: 1.1rem; margin-bottom: .5rem; color: #fff; }
.service-card p { font-size: .95rem; color: var(--text-muted); }
.service-icon { width: 48px; height: 48px; background: rgba(245,158,11,.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; font-size: 1.5rem; }
/* Hover görseli: üzerine gelince sadece başlık + görsel, gelmeden açıklama okunur */
.service-card-hover-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .35s ease; border-radius: var(--radius); z-index: 0; }
.service-card-hover-img::after { content: ''; position: absolute; inset: 0; background: rgba(15,23,42,.55); border-radius: inherit; }
.service-card.has-hover-img:hover .service-card-hover-img { opacity: 1; }
.service-card.has-hover-img .service-icon,
.service-card.has-hover-img h3,
.service-card.has-hover-img p { position: relative; z-index: 1; transition: opacity .25s ease; }
.service-card.has-hover-img p { opacity: 1; }
.service-card.has-hover-img:hover p,
.service-card.has-hover-img:hover .service-icon { opacity: 0; position: absolute; pointer-events: none; }
.service-card.has-hover-img:hover { display: flex; align-items: center; justify-content: center; text-align: center; }
.service-card.has-hover-img:hover h3 { opacity: 1; text-align: center; }

.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1rem; }
@media (max-width: 900px) { .areas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .areas-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }
/* Hizmet bölgeleri: badge'ler sol üst, başlık ortada, açıklama altında */
.areas-grid-6 .service-card,
.services-grid .area-card { min-height: 200px; }
.area-card .area-badges {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    z-index: 1;
}
.area-card .area-badge {
    background: rgba(245, 158, 11, 0.12);
    color: #fcd34d;
    font-size: .75rem;
    font-weight: 600;
    padding: .3rem .65rem;
    border-radius: 9999px;
    border: 1px solid rgba(245, 158, 11, 0.35);
    letter-spacing: 0.03em;
}
.area-card .area-card-body {
    padding-top: 2.5rem;
    position: relative;
    z-index: 1;
}
.area-card.no-badges .area-card-body { padding-top: 1.75rem; }
.area-card .area-card-body h3 { font-size: 1.1rem; margin-bottom: .5rem; color: #fff; }
.area-card .area-card-body p { font-size: .95rem; color: var(--text-muted); }
.area-card .area-card-body .detay-link { color: var(--primary); font-weight: 600; }
/* Hover: badge'ler gizlensin, service-card mantığı area-card-body için */
.area-card.has-hover-img .area-badges,
.area-card.has-hover-img .area-card-body { transition: opacity .25s ease; }
.area-card.has-hover-img:hover .area-badges,
.area-card.has-hover-img:hover .area-card-body p { opacity: 0; position: absolute; pointer-events: none; }
.area-card.has-hover-img:hover .area-card-body { position: absolute; inset: 0; padding: 1.75rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: 1.75rem; }
.area-card.has-hover-img:hover .area-card-body h3 { opacity: 1; margin: 0; }

.process-section { background: var(--dark-2); padding: 4rem 0; }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; margin-top: 2rem; }
.process-card { text-align: center; padding: 1.5rem; }
.process-card .num { font-size: 2rem; font-weight: 800; color: var(--primary); margin-bottom: .5rem; }
.process-card h3 { font-size: 1.1rem; color: #fff; margin-bottom: .5rem; }
.process-card p { color: var(--text-muted); font-size: .95rem; }

/* Anlaşmalı sigortalar: sürekli sağa kayan */
.partners-marquee-wrap { overflow: hidden; margin-top: 1.5rem; }
.partners-marquee { display: flex; gap: 1.5rem; animation: marquee 30s linear infinite; width: max-content; }
.partners-marquee:hover { animation-play-state: paused; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.partner-item { background: var(--dark-2); padding: .75rem 1.25rem; border-radius: 8px; color: var(--text-muted); font-weight: 500; border: 1px solid var(--dark-3); flex-shrink: 0; }

.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item { background: var(--dark-2); border: 1px solid var(--dark-3); border-radius: var(--radius); margin-bottom: .75rem; overflow: hidden; }
.faq-item summary { padding: 1.25rem; cursor: pointer; font-weight: 600; color: #fff; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.25rem; color: var(--primary); }
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-answer { padding: 0 1.25rem 1.25rem; color: var(--text-muted); }

.testimonials-slider { max-width: 800px; margin: 2rem auto 0; }
.testimonial { background: var(--dark-2); border-radius: var(--radius); padding: 2rem; border: 1px solid var(--dark-3); text-align: center; }
.testimonial blockquote { font-size: 1.1rem; color: var(--text); margin-bottom: 1rem; font-style: italic; }
.testimonial cite { color: var(--primary); font-style: normal; font-weight: 600; }

.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; margin-top: 1rem; }
.blog-card { background: var(--dark-2); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--dark-3); transition: border-color .2s; color: inherit; position: relative; min-height: 180px; }
.blog-card.has-hover-img { min-height: 200px; }
.blog-card:hover { border-color: var(--primary); }
.blog-card .blog-body { padding: 1.25rem; }
.blog-card h3 { font-size: 1.05rem; margin-bottom: .5rem; color: #fff; }
.blog-card p { font-size: .9rem; color: var(--text-muted); }
.blog-card .cat { font-size: .8rem; color: var(--primary); margin-bottom: .35rem; }
.blog-card-hover-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .35s ease; border-radius: var(--radius); z-index: 0; }
.blog-card-hover-img::after { content: ''; position: absolute; inset: 0; background: rgba(15,23,42,.55); border-radius: inherit; }
.blog-card.has-hover-img:hover .blog-card-hover-img { opacity: 1; }
.blog-card.has-hover-img .blog-body { position: relative; z-index: 1; }
.blog-card.has-hover-img .blog-body .cat,
.blog-card.has-hover-img .blog-body p,
.blog-card.has-hover-img .blog-body h3 { transition: opacity .25s ease; }
.blog-card.has-hover-img .blog-body .cat,
.blog-card.has-hover-img .blog-body p { opacity: 1; }
.blog-card.has-hover-img:hover .blog-body .cat,
.blog-card.has-hover-img:hover .blog-body p { opacity: 0; position: absolute; pointer-events: none; }
.blog-card.has-hover-img:hover .blog-body { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; width: 100%; padding: 1.25rem; }
.blog-card.has-hover-img:hover .blog-body h3 { opacity: 1; text-align: center; margin: 0; }

.footer { background: var(--dark-2); border-top: 1px solid var(--dark-3); padding: 3rem 0 1.5rem; margin-top: 4rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.footer.has-social .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
@media (max-width: 992px) { .footer-grid, .footer.has-social .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 576px) { .footer-grid, .footer.has-social .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .logo { font-size: 1.25rem; display: inline-block; margin-bottom: .5rem; }
.footer-brand p { color: var(--text-muted); font-size: .9rem; }
.footer-links h4, .footer-contact h4, .footer-social-col h4 { color: #fff; font-size: 1rem; margin-bottom: .75rem; }
.footer-links a, .footer-contact a { display: block; margin-bottom: .4rem; color: var(--text-muted); transition: color .2s; }
.footer-links a:hover, .footer-contact a:hover { color: var(--primary); }
.footer-links a.footer-sub { margin-left: 1rem; font-size: .9rem; opacity: .9; }
.footer-links .footer-cat { display: block; margin-bottom: .4rem; color: var(--text); font-weight: 600; font-size: .95rem; }
.footer-social-col { }
.footer-social { display: flex; flex-wrap: wrap; gap: .75rem; }
.footer-social-link { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: var(--dark-3); color: var(--text-muted); transition: color .2s, background .2s, transform .2s; }
.footer-social-link svg { width: 20px; height: 20px; }
.footer-social-link:hover { transform: translateY(-2px); }
/* Sosyal medya hover - marka renkleri */
.footer-social-link:hover { color: #fff !important; }
.footer-social-facebook:hover { background: #1877f2 !important; color: #fff !important; }
.footer-social-instagram:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important; color: #fff !important; }
.footer-social-twitter:hover { background: #1da1f2 !important; color: #fff !important; }
.footer-social-youtube:hover { background: #ff0000 !important; color: #fff !important; }
.footer-social-linkedin:hover { background: #0a66c2 !important; color: #fff !important; }
.footer-social-tiktok:hover { background: #000 !important; color: #fff !important; }
.footer-bottom { padding-top: 1.5rem; border-top: 1px solid var(--dark-3); text-align: center; color: var(--text-muted); font-size: .9rem; }

/* Gündüz modu (light theme) - değişkenleri geçersiz kıl */
body.light-theme {
  --text: #1e293b;
  --text-muted: #64748b;
  --dark: #f1f5f9;
  --dark-2: #fff;
  --dark-3: #e2e8f0;
}
body.light-theme { background: #f1f5f9 !important; color: #1e293b !important; }
body.light-theme a { color: var(--primary); }
body.light-theme a:hover { color: var(--primary-dark); }
body.light-theme .header { background: rgba(255,255,255,.98) !important; border-color: #e2e8f0 !important; }
body.light-theme .logo, body.light-theme .logo span, body.light-theme .nav a, body.light-theme .nav .nav-dropdown-trigger, body.light-theme .nav .nav-label { color: #1e293b !important; }
body.light-theme .nav a:hover, body.light-theme .nav .nav-dropdown-trigger:hover { color: var(--primary); }
body.light-theme .nav-dropdown-menu { background: #fff; border-color: #e2e8f0; box-shadow: 0 10px 40px rgba(0,0,0,.15); }
body.light-theme .nav-dropdown-menu a { color: #334155; }
body.light-theme .nav-dropdown-menu a:hover { background: rgba(245,158,11,.1); color: var(--primary); }
body.light-theme .site-theme-toggle { background: rgba(0,0,0,.08); color: #1e293b; }
body.light-theme .site-theme-toggle:hover { background: rgba(0,0,0,.15); }
body.light-theme .nav-toggle-bar { background: #1e293b; }
body.light-theme .hero { background: linear-gradient(180deg, #e2e8f0 0%, #cbd5e1 100%) !important; }
body.light-theme .hero-slide { background-color: #cbd5e1 !important; }
body.light-theme .hero h1, body.light-theme .hero p { color: #1e293b !important; }
body.light-theme .hero-overlay { background: linear-gradient(180deg, rgba(241,245,249,.5) 0%, rgba(226,232,240,.7) 100%) !important; }
body.light-theme .hero-slider-dots .dot { background: rgba(30,41,59,.4); }
body.light-theme .hero-slider-dots .dot.active { background: var(--primary); }
body.light-theme .page-title { color: #1e293b !important; }
body.light-theme .page-lead, body.light-theme .section-title p { color: #64748b !important; }
body.light-theme .section-title h2, body.light-theme .section-title a { color: #1e293b !important; }
body.light-theme .stats-strip { background: #e2e8f0; border-color: #cbd5e1; }
body.light-theme .stat-num { color: var(--primary); }
body.light-theme .stat-label { color: #64748b; }
body.light-theme .service-card, body.light-theme .area-card, body.light-theme .blog-card,
body.light-theme .faq-item, body.light-theme .testimonial { background: #fff !important; border-color: #e2e8f0 !important; }
body.light-theme .service-card h3, body.light-theme .area-card h3, body.light-theme .area-card .area-card-body h3,
body.light-theme .blog-card h3 { color: #1e293b !important; }
body.light-theme .blog-card.has-hover-img:hover .blog-body h3,
body.light-theme .service-card.has-hover-img:hover h3,
body.light-theme .area-card.has-hover-img:hover .area-card-body h3 { color: #fff !important; }
body.light-theme .service-card p, body.light-theme .area-card p, body.light-theme .area-card .area-card-body p,
body.light-theme .blog-card p, body.light-theme .blog-card .cat { color: #64748b !important; }
body.light-theme .faq-answer, body.light-theme .testimonial blockquote { color: #64748b !important; }
body.light-theme .faq-question, body.light-theme .faq-item summary { color: #1e293b !important; }
body.light-theme .faq-item summary::after { color: var(--primary) !important; }
body.light-theme .testimonial cite { color: var(--primary) !important; }
body.light-theme .process-section { background: #e2e8f0; }
body.light-theme .process-card h3 { color: #1e293b; }
body.light-theme .process-card p { color: #64748b; }
body.light-theme .footer { background: #e2e8f0; border-color: #cbd5e1; }
body.light-theme .footer-links h4, body.light-theme .footer-contact h4,
body.light-theme .footer-social-col h4 { color: #1e293b; }
body.light-theme .footer-brand p, body.light-theme .footer-links a,
body.light-theme .footer-contact a, body.light-theme .footer-bottom { color: #64748b; }
body.light-theme .footer-links a:hover, body.light-theme .footer-contact a:hover { color: var(--primary); }
body.light-theme .footer-links .footer-cat { color: #1e293b; }
body.light-theme .footer-social-link { background: #cbd5e1; color: #475569; }
body.light-theme .float-backtop { background: #fff; border-color: #e2e8f0; color: var(--primary); }
body.light-theme .float-backtop:hover { background: #e2e8f0; color: #1e293b; }
body.light-theme .gallery-header { border-color: #e2e8f0; }
body.light-theme .gallery-header .page-lead { color: #64748b; }
body.light-theme .partner-item { background: #fff; border-color: #e2e8f0; color: #64748b; }
body.light-theme .form-group input, body.light-theme .form-group textarea,
body.light-theme .form-group select { background: #fff !important; border-color: #e2e8f0 !important; color: #1e293b !important; }
body.light-theme .form-group input::placeholder, body.light-theme .form-group textarea::placeholder { color: #94a3b8 !important; }
body.light-theme .form-group label { color: #334155 !important; }
body.light-theme .contact-info { color: #64748b; }
body.light-theme .contact-info h3 { color: #1e293b !important; }
body.light-theme .contact-info a { color: var(--primary); }
body.light-theme .contact-form { background: #fff !important; border-color: #e2e8f0 !important; }
body.light-theme .contact-form input, body.light-theme .contact-form textarea { background: #fff !important; border-color: #e2e8f0 !important; color: #1e293b !important; }
body.light-theme .contact-form input::placeholder, body.light-theme .contact-form textarea::placeholder { color: #94a3b8 !important; }
body.light-theme .contact-form .form-group label { color: #334155 !important; }
body.light-theme h1, body.light-theme h2, body.light-theme h3, body.light-theme h4 { color: #1e293b !important; }
body.light-theme p { color: #475569 !important; }
body.light-theme .area-card .area-badges span { background: rgba(245,158,11,.15) !important; color: var(--primary) !important; }
body.light-theme .area-card .area-card-body .detay-link { color: var(--primary) !important; }
body.light-theme .service-icon { background: rgba(245,158,11,.15) !important; }
body.light-theme .process-card .num { color: var(--primary) !important; }
body.light-theme table th, body.light-theme table td { color: #1e293b !important; }
body.light-theme .gallery-caption { color: #1e293b !important; }
body.light-theme .gallery-lightbox-caption { color: #1e293b !important; }
body.light-theme .gallery-lightbox-counter { color: var(--primary) !important; }
body.light-theme .btn-cta { color: #000 !important; }
body.light-theme .btn-cta:hover { color: #000 !important; }
body.light-theme .btn-outline { color: var(--primary) !important; border-color: var(--primary) !important; }
body.light-theme .btn-outline:hover { color: #000 !important; background: var(--primary) !important; }
body.light-theme .hero-buttons .btn-outline { color: #000 !important; border-color: #000 !important; }
body.light-theme .hero-buttons .btn-outline:hover { color: #000 !important; background: var(--primary) !important; border-color: var(--primary) !important; }
body.light-theme .hero-buttons .btn-outline .btn-icon { color: inherit !important; }
body.light-theme .btn-icon { color: inherit !important; }
body.light-theme .float-call,
body.light-theme .float-call .float-btn-icon,
body.light-theme .float-call .float-btn-text,
body.light-theme .float-whatsapp,
body.light-theme .float-whatsapp .float-btn-icon,
body.light-theme .float-whatsapp .float-btn-text { color: #fff !important; }
body.light-theme .float-call:hover,
body.light-theme .float-whatsapp:hover { color: #fff !important; }
body.light-theme .empty-msg { color: #64748b !important; }
@media (max-width: 992px) {
  body.light-theme .nav-dropdown-menu { border-color: #e2e8f0; }
}

/* Çerez onay bannerı */
.cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--dark-2); border-top: 1px solid var(--dark-3); padding: 1rem 20px; box-shadow: 0 -4px 20px rgba(0,0,0,.3); }
.cookie-consent-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.cookie-consent-text { color: var(--text); font-size: 0.95rem; line-height: 1.5; margin: 0; flex: 1; min-width: 200px; }
.cookie-consent-text a { color: var(--primary); text-decoration: underline; }
.cookie-consent-text a:hover { color: #fbbf24; }
.cookie-consent-actions { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.cookie-consent-link { color: var(--text-muted); font-size: 0.9rem; }
.cookie-consent-link:hover { color: var(--primary); }
.cookie-consent-btn { background: var(--primary); color: #000; border: none; padding: 0.5rem 1rem; border-radius: 8px; font-weight: 600; cursor: pointer; font-size: 0.9rem; }
.cookie-consent-btn:hover { background: #fbbf24; }
.cookie-consent-reject { background: transparent; color: var(--text-muted); border: 1px solid var(--dark-3); }
.cookie-consent-reject:hover { background: var(--dark-3); color: var(--text); }
body.light-theme .cookie-consent-reject { color: #64748b; border-color: #e2e8f0; }
body.light-theme .cookie-consent-reject:hover { background: #e2e8f0; color: #334155; }
body.light-theme .cookie-consent { background: #fff; border-color: #e2e8f0; }
body.light-theme .cookie-consent-text { color: #334155; }
body.light-theme .cookie-consent-link { color: #64748b; }
body.light-theme .cookie-consent-link:hover { color: var(--primary); }
@media (max-width: 600px) { .cookie-consent-inner { flex-direction: column; align-items: stretch; text-align: center; } .cookie-consent-actions { justify-content: center; } }

.nav-overlay { display: none; }

@media (max-width: 992px) {
  .header-inner { padding: 0.65rem 14px 0.65rem 12px; gap: 0.4rem; }
  .logo { font-size: 1rem; flex-shrink: 1; min-width: 0; }
  .logo-img { max-height: 36px; max-width: 140px; }
  .header .btn-cta { padding: 0.5rem 0.7rem; font-size: 0.9rem; }
  .header .btn-icon { margin-right: 0.3rem; }
  .site-theme-toggle { width: 40px; height: 40px; flex-shrink: 0; }
  html.nav-open, html.nav-open body { overflow: hidden !important; touch-action: none; overscroll-behavior: none; }
  body.nav-open { position: fixed; top: 0; left: 0; right: 0; width: 100%; }
  .nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 998; }
  .nav-overlay.active { display: block; }
  .header { overflow: visible; }
  .header.menu-open .logo,
  .header.menu-open .site-theme-toggle,
  .header.menu-open .btn-cta,
  .header.menu-open .nav-toggle { position: relative; z-index: 1002; }
  .nav { display: none; position: fixed; inset: 0; width: 100%; height: 100%; min-height: 100vh; min-height: 100dvh; background: var(--dark-2); flex-direction: column; padding: 1rem; padding-top: 5rem; border: none; align-items: stretch; z-index: 1001; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .nav.active { display: flex; }
  .nav-dropdown { position: static; }
  .nav-dropdown-menu { position: static; transform: none; margin-top: 0; margin-left: 1rem; margin-bottom: 0.5rem; opacity: 1; visibility: visible; box-shadow: none; border: none; padding-left: 0.5rem; border-left: 2px solid var(--dark-3); }
  .nav-dropdown-menu a { padding: 0.4rem 0; }
  .nav a { padding: 0.5rem 0; }
  .nav-toggle { display: flex !important; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; min-width: 44px; min-height: 44px; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0; margin-left: 2px; }
  .nav-toggle-bar { display: block; width: 24px; height: 2.5px; background: #fff; transition: transform .3s, opacity .3s; border-radius: 1px; }
  .nav-toggle-bar-2 { transition: opacity .2s; }
  .nav-toggle.active .nav-toggle-bar-1 { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.active .nav-toggle-bar-2 { opacity: 0; }
  .nav-toggle.active .nav-toggle-bar-3 { transform: translateY(-7.5px) rotate(-45deg); }
  body.light-theme .nav-toggle-bar { background: #1e293b; }
  .nav { background: var(--dark-2); }
  body.light-theme .nav { background: #fff; }
  body.light-theme .nav a { color: #1e293b; }
}

@media (max-width: 380px) {
  .header-inner { padding: 0.6rem 10px; gap: 0.35rem; }
  .header .btn-cta .btn-cta-text { display: none; }
  .header .btn-cta .btn-icon { margin-right: 0; }
  .header .btn-cta { padding: 0.55rem; min-width: 44px; }
}
