/*
Theme Name:   Ekspertiz Tema
Theme URI:    https://ekspertiztema.com
Description:  Modern Türkçe kurumsal tek sayfa tema. Mobil Öncelikli ve Dinamik.
Author:       Ekspertiz Tema
Version:      4.3.0
Text Domain:  ekspertiz_tema
*/

:root {
    --primary: #e30613; /* PDF Kırmızı */
    --primary-dark: #b3040e;
    --primary-glow: rgba(227, 6, 19, 0.28);
    --primary-soft: rgba(227, 6, 19, 0.08);
    --bg-secondary: #111111;
    --tertiary: #f2f4f8; /* Şerit Arka Planları */
    --accent-yellow: #ffcc00; /* PDF Sarı */
    --fg: #1A1A2E;
    --fg-muted: #6B7280;
    --bg: #ffffff;
    --bg-alt: #FAFAFA;
    --border: rgba(0, 0, 0, .08);
    --radius-sm: 6px;
    --radius: 12px;
    --radius-lg: 20px;
    --shadow: 0 8px 32px rgba(0, 0, 0, .10);
    --transition: .25s cubic-bezier(.4, 0, .2, 1);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    color: var(--fg);
    background: var(--bg);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* =====================================================================
   PRELOADER
   ===================================================================== */
#preloader { position: fixed; inset: 0; z-index: 99999; background: var(--bg-secondary); display: flex; align-items: center; justify-content: center; transition: opacity 0.5s ease, visibility 0.5s; }
#preloader.loaded { opacity: 0; visibility: hidden; }
.preloader-pulse .loader-element { width: 60px; height: 60px; background: var(--primary); border-radius: 50%; animation: pulseAnim 1.2s ease-in-out infinite; }
@keyframes pulseAnim { 0% { transform: scale(0.8); opacity: 0.8; } 100% { transform: scale(1.5); opacity: 0; } }
.preloader-spinner .loader-element { width: 50px; height: 50px; border: 4px solid var(--primary-soft); border-top: 4px solid var(--primary); border-radius: 50%; animation: spinAnim 1s linear infinite; }
@keyframes spinAnim { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.preloader-dots .loader-element { width: 16px; height: 16px; background: var(--primary); border-radius: 50%; animation: dotsAnim 1s ease-in-out infinite alternate; box-shadow: -24px 0 var(--primary-soft), 24px 0 var(--primary-soft); }
@keyframes dotsAnim { 0% { background: var(--primary); box-shadow: -24px 0 var(--primary-soft), 24px 0 var(--primary-soft); } 50% { background: var(--primary-soft); box-shadow: -24px 0 var(--primary), 24px 0 var(--primary-soft); } 100% { background: var(--primary-soft); box-shadow: -24px 0 var(--primary-soft), 24px 0 var(--primary); } }

/* =====================================================================
   HEADER & SOSYAL İKONLAR
   ===================================================================== */
.custom-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background-color: var(--bg-secondary); transition: background var(--transition); height: var(--header-height, 90px); }
.header-container { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; height: 100%; }
.header-logo-area { padding-left: 24px; display: flex; align-items: center; }
.logo-text { font-size: 1.8rem; font-weight: 800; color: var(--primary); letter-spacing: -0.5px; }
.site-logo-img { max-height: 45px; width: auto; object-fit: contain; }




.header-right-area { display: flex; align-items: center; height: 100%; padding-right: 24px; }
.header-social-dark { display: flex; gap: 12px; align-items: center; padding-right: 20px; border-right: 1px solid rgba(255,255,255,0.1); margin-right: 20px; }
.header-social-dark a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1.5px solid var(--tertiary); border-radius: 50%; color: var(--tertiary); transition: all 0.3s ease; }
.header-social-dark a:hover { background: var(--tertiary); color: var(--bg-secondary); transform: translateY(-2px); }

/* =====================================================================
   HERO
   ===================================================================== */
#hero { min-height: 100vh; padding: 180px 0 80px; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-blob-1, .hero-blob-2 { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; animation: blobFloat 8s ease-in-out infinite alternate; z-index: 1; }
.hero-blob-1 { width: 500px; height: 500px; background: var(--primary-glow); top: -80px; right: -120px; }
.hero-blob-2 { width: 380px; height: 380px; background: var(--primary-soft); bottom: -60px; left: -80px; animation-delay: -4s; }
@keyframes blobFloat { from { transform: translate(0, 0) scale(1); } to { transform: translate(30px, 20px) scale(1.06); } }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero-content { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--primary-soft); border: 1px solid var(--primary-glow); color: #ff8a99; font-size: .85rem; font-weight: 700; padding: 6px 14px; border-radius: 50px; margin-bottom: 20px; }
.hero-title { font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 800; line-height: 1.1; color: #fff; margin-bottom: 20px; letter-spacing: -1px; }
.hero-title .accent { background: linear-gradient(135deg, var(--primary) 0%, #ff6b6b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-style: italic; }
.hero-subtitle { font-size: 1.1rem; font-style: italic; font-weight: 400; color: rgba(255, 255, 255, .8); margin-bottom: 36px; max-width: 480px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: 1rem; font-weight: 700; padding: 14px 32px; border-radius: 50px; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); cursor: pointer; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 4px 20px var(--primary-glow); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-3px); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255, 255, 255, .4); }
.btn-outline:hover { border-color: rgba(255, 255, 255, .9); background: rgba(255, 255, 255, .1); transform: translateY(-3px); }

.hero-visual { position: relative; z-index: 2; display: flex; justify-content: center; }
.car-stage { position: relative; width: 100%; max-width: 580px; user-select: none; }
.car-glow { position: absolute; inset: 10% 5%; background: radial-gradient(ellipse at 50% 60%, var(--primary-glow) 0%, transparent 70%); filter: blur(40px); }
.car-wrap { position: relative; will-change: transform; }
.car-img { filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .6)); transition: filter .4s; }
.car-shadow { width: 85%; height: 18px; background: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, .55), transparent 80%); border-radius: 50%; margin: -6px auto 0; transition: transform .3s, opacity .3s; }

/* =====================================================================
   HIZLI İLETİŞİM ŞERİDİ
   ===================================================================== */
.quick-contact-strip { background-color: var(--tertiary); padding: 20px 0; border-bottom: 1px solid var(--border); box-shadow: inset 0 -5px 15px rgba(0,0,0,0.02); }
.qc-flex { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 20px; }
.qc-item { display: flex; align-items: center; gap: 12px; font-size: 1.15rem; font-weight: 800; color: var(--bg-secondary); transition: transform 0.3s; }
.qc-item:hover { transform: scale(1.02); }
.qc-item svg { color: var(--primary); width: 28px; height: 28px; }

/* =====================================================================
   PDF TASARIMLI FİYAT LİSTESİ
   ===================================================================== */
#fiyatlar { background: var(--bg-secondary); color: #fff; padding: 100px 0; }
#fiyatlar .section-title { color: #fff; font-weight: 800; }
#fiyatlar .section-lead { color: rgba(255,255,255,0.7); font-style: italic; }
.pricing-table { display: flex; flex-direction: column; gap: 20px; margin-top: 40px; }
.pricing-row { display: flex; background: var(--bg); border-radius: var(--radius); overflow: hidden; color: var(--fg); box-shadow: 0 10px 30px rgba(0,0,0,0.3); transition: transform 0.3s; }
.pricing-row:hover { transform: scale(1.01); }

.pricing-header-col { background: var(--primary); color: #fff; width: 220px; padding: 25px 20px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.pricing-header-col::after { content: ''; position: absolute; right: -15px; top: 0; bottom: 0; width: 30px; background: var(--primary); transform: skewX(-10deg); z-index: 1; }
.pricing-title { font-size: 2rem; font-weight: 800; line-height: 1; margin-bottom: 8px; position: relative; z-index: 2; letter-spacing: -0.5px; }
.pricing-points { background: var(--accent-yellow); color: var(--bg-secondary); font-weight: 800; font-size: 0.9rem; padding: 5px 12px; border-radius: 4px; display: inline-block; position: relative; z-index: 2; }

.pricing-features-col { flex: 1; padding: 25px 30px 25px 45px; background: var(--bg); z-index: 2; position: relative; }
.pricing-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.pricing-feature-list li { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 500; }
.pricing-feature-list li svg { color: var(--bg-secondary); flex-shrink: 0; }

.pricing-price-col { background: var(--accent-yellow); color: var(--bg-secondary); width: 200px; display: flex; align-items: center; justify-content: center; padding: 20px; font-size: 2.2rem; font-weight: 800; letter-spacing: -1px; }

/* ORTAK SECTIONS */
section { padding: 90px 0; }
.bg-alt { background: var(--bg-alt); }
.section-eyebrow { display: flex; align-items: center; gap: 12px; font-size: .85rem; font-weight: 800; color: var(--primary); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 1px; }
.section-eyebrow .line { flex: 1; max-width: 40px; height: 3px; background: var(--primary); border-radius: 2px; }
.section-title { font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; color: var(--fg); margin-bottom: 16px; letter-spacing: -0.5px; }
.section-lead { font-size: 1.1rem; font-style: italic; font-weight: 500; color: var(--fg-muted); line-height: 1.8; max-width: 600px; margin-bottom: 32px; }
.center-text { text-align: center; }

/* HAKKIMIZDA BÖLÜMÜ */
.about-full { max-width: 900px; margin: 0 auto; text-align: center; }
.full-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; text-align: left; }
.features-list li { display: flex; align-items: center; gap: 14px; font-size: 1.05rem; font-weight: 600; padding: 18px 20px; background: var(--bg); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--border); }
.features-list li svg { color: var(--primary); flex-shrink: 0; }

/* HİZMETLER */
.services-header { text-align: center; margin-bottom: 56px; }
.services-header .section-lead { margin: 12px auto 0; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.service-card { background: var(--bg); border-radius: var(--radius-lg); padding: 40px 30px; border: 1px solid var(--border); transition: transform var(--transition); box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--primary-glow); }
.service-icon { width: 64px; height: 64px; border-radius: var(--radius); background: var(--tertiary); display: flex; align-items: center; justify-content: center; color: var(--accent-yellow); margin-bottom: 24px; }
.service-card:hover .service-icon { background: var(--accent-yellow); color: #111; }
.service-title { font-size: 1.2rem; font-weight: 800; margin-bottom: 12px; }
.service-desc { font-size: .95rem; font-weight: 500; color: var(--fg-muted); }

/* =====================================================================
   YENİ: YATAY OTOMATİK KAYAN GALERİ ŞERİDİ
   ===================================================================== */
.gallery-strip-section { 
    padding: 40px 0 !important; 
    width: 100%; 
    overflow: hidden; 
    border-top: 1px solid var(--border); 
    border-bottom: 1px solid var(--border); 
}
.gallery-track { 
    display: flex; 
    gap: 20px; 
    width: max-content; 
    animation: slideGallery 25s linear infinite; 
}
.gallery-track:hover {
    animation-play-state: paused;
}
.gallery-item { 
    flex: 0 0 auto; 
    width: 350px; 
    height: 220px; 
    border-radius: var(--radius); 
    overflow: hidden; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); 
}
.gallery-item img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.5s ease; 
}
.gallery-item:hover img { 
    transform: scale(1.05); 
}
@keyframes slideGallery { 
    0% { transform: translateX(0); } 
    /* Yarıya kadar kayıp tekrar başa dönmesi için: */
    100% { transform: translateX(calc(-50% - 10px)); } 
}

/* İLETİŞİM */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; margin-bottom: 56px; }
.contact-info-list { display: flex; flex-direction: column; gap: 16px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 18px; padding: 20px; background: var(--bg-alt); border-radius: var(--radius); border: 1px solid var(--border); transition: transform 0.3s; }
.contact-info-item:hover { transform: translateX(10px); }
.contact-info-icon { width: 48px; height: 48px; border-radius: var(--radius-sm); background: var(--tertiary); display: flex; align-items: center; justify-content: center; color: var(--primary); }
.contact-info-body h3 { font-size: .9rem; font-weight: 800; color: var(--fg-muted); text-transform: uppercase; margin-bottom: 4px; }
.contact-info-body p { font-size: 1.05rem; font-weight: 600; color: var(--fg); }

/* FOOTER */
#site-footer { background: var(--bg-secondary); color: rgba(255, 255, 255, .75); }
.footer-top { padding: 72px 0 48px; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.footer-logo { font-size: 1.8rem; font-weight: 800; color: var(--primary); margin-bottom: 14px; letter-spacing: -0.5px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .15); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, .6); }
.footer-social a:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.footer-col h4 { font-size: .95rem; font-weight: 800; color: #fff; margin-bottom: 20px; text-transform: uppercase; }
.footer-col ul { display: flex; flex-direction: column; gap: 12px; font-weight: 500; }
.footer-col ul li a:hover { color: var(--primary); }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .08); text-align: center; font-weight: 500; font-size: 0.9rem; }

/* ANIMASYONLAR */
.reveal, .reveal-left, .reveal-right { opacity: 0; transition: opacity .6s ease, transform .6s ease; }
.reveal { transform: translateY(28px); }
.reveal-left { transform: translateX(-36px); }
.reveal-right { transform: translateX(36px); }
.reveal.in-view, .reveal-left.in-view, .reveal-right.in-view { opacity: 1; transform: none; }

/* =====================================================================
   MOBİL & TABLET UYUMU (Tamamen Önceliklendirildi)
   ===================================================================== */
@media (max-width: 1024px) {
    .header-right-area { display: none; }
    .hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { order: -1; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    
    /* Fiyat Listesi Tablet */
    .pricing-features-col { padding: 20px; }
    .pricing-header-col::after { display: none; }
}

@media (max-width: 768px) {
    .custom-header { height: auto !important; padding: 15px 0; }
    .header-container { flex-direction: column; gap: 15px; }
    
    
    
    .hero-grid { text-align: center; }
    .hero-actions { justify-content: center; }
    .hero-subtitle { margin-left: auto; margin-right: auto; }
    
    .qc-flex { flex-direction: column; gap: 10px; text-align: center; }
    .qc-item { justify-content: center; font-size: 1.1rem; }
    
    .pricing-row { flex-direction: column; text-align: center; margin-bottom: 30px; }
    .pricing-header-col { width: 100%; align-items: center; padding: 30px 20px; }
    .pricing-features-col { padding: 25px 20px; }
    .pricing-feature-list { grid-template-columns: 1fr; text-align: left; }
    .pricing-price-col { width: 100%; padding: 20px; font-size: 2rem; }
    
    .full-features { grid-template-columns: 1fr; }
    
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-social { justify-content: center; }
    .gallery-item { width: 280px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 2rem; }
    .section-title { font-size: 1.8rem; }
}