/* ==========================================================================
   CORPORATE.CSS — Kurumsal Sayfalar: Hakkımızda, Kalite Politikası,
   Misyon Vizyon, Neden Aydın Etiket, Tarihçe Override
   ========================================================================== */

/* ==========================================================================
   6. HAKKIMIZDA SAYFASI (ZAMAN TÜNELİ & MİSYON)
   ========================================================================== */
.page-header { text-align: center; padding: 40px 20px; margin-bottom: 10px; }
.page-header h1 { font-size: 3em; color: #0b3d7a; margin-bottom: 10px; font-weight: 800; }
.page-header p { color: #666; font-size: 1.1em; }

/* 3D Slider Kapsayıcı */
.timeline-3d-section {
    padding: 40px 0 80px 0;
    overflow: hidden; /* Sayfayı taşırmasın */
    background: #f9f9f9;
    border-top: 1px solid #eee; border-bottom: 1px solid #eee;
}

/* Swiper Ayarları */
.timelineSwiper {
    width: 100%;
    padding-top: 50px; padding-bottom: 50px;
    overflow: visible; /* Kartların sağa sola taşmasına izin ver */
}

/* 3D Kart Tasarımı */
.timeline-3d-card {
    background-color: #fff;
    width: min(320px, calc(100vw - 40px)) !important; /* SABİT ama taşma korumalı */
    height: 420px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    display: flex; flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0.5; /* Pasifken silik */
    filter: blur(1px);
    transform: scale(0.9);
}

/* Aktif Kart (Ortadaki) */
.swiper-slide-active {
    opacity: 1; filter: blur(0); transform: scale(1);
    box-shadow: 0 25px 50px rgba(11, 61, 122, 0.25);
    border-color: #0b3d7a; z-index: 10;
}

.card-year {
    background-color: #0b3d7a; color: #fff;
    font-size: 1.5rem; font-weight: 800; text-align: center;
    padding: 20px; clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    margin-bottom: 10px;
}
.swiper-slide-active .card-year { background-color: #f5c01b; color: #000; } /* Aktifse Sarı */

.card-body {
    padding: 20px 25px; text-align: center;
    display: flex; flex-direction: column; align-items: center; flex-grow: 1;
}
.card-icon { font-size: 2rem; color: #ccc; margin-bottom: 15px; transition: color 0.3s; }
.swiper-slide-active .card-icon { color: #0b3d7a; }
.card-body h3 { font-size: 1.3rem; color: #222; margin: 0 0 15px 0; font-weight: 700; }
.card-body p { font-size: 0.95rem; color: #666; line-height: 1.6; margin: 0; }
.swiper-pagination-bullet-active { background-color: #0b3d7a; }

/* Misyon / Vizyon Grid */
.vizyon-misyon-section { padding: 60px 0; max-width: 900px; margin: 0 auto; }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.vm-card { height: 100%; align-items: center; }



@media (max-width: 768px) {
    .vm-grid { grid-template-columns: 1fr; }
    .timelineSwiper { overflow: hidden; } /* Mobilde kartlar taşmasın */
    .timeline-3d-card { width: min(280px, calc(100vw - 40px)) !important; }
    .whatsapp-float { bottom: 20px; right: 20px; width: 50px; height: 50px; font-size: 25px; }
    .wa-message-bubble { display: none; }
}

/* ==========================================================================
   14. KURUMSAL — KALİTE POLİTİKAMIZ
   ========================================================================== */
.corporate-page {
    --brand-blue: #0ea5e9;
    --brand-blue-dark: #0b3d7a;
    --brand-accent: #ffed00;
    --text-main: #1e293b;
    --surface: #f8fafc;
    background-color: var(--surface);
    color: var(--text-main);
    overflow-x: hidden;
}

/* MİNİMAL VE GÜÇLÜ HERO BÖLÜMÜ */
.quality-hero { position: relative; background: #ffffff; padding: 6rem 2rem 4rem; text-align: center; border-bottom: 1px solid #e2e8f0; overflow: hidden; }
.hero-bg-pattern { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.03; background-image: radial-gradient(var(--brand-blue-dark) 2px, transparent 2px); background-size: 30px 30px; z-index: 1; }
.quality-hero-content { position: relative; z-index: 10; max-width: 800px; margin: 0 auto; }
.hero-badge { display: inline-block; background: var(--surface); color: var(--brand-blue-dark); font-weight: 800; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px; margin-bottom: 1.5rem; border: 1px solid #cbd5e1; }
.quality-hero h1 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 900; line-height: 1.15; letter-spacing: -0.02em; color: #0f172a; margin-bottom: 1.5rem; }
.quality-hero p { font-size: 1.15rem; color: #475569; font-weight: 400; line-height: 1.7; }

/* PRENSİPLER GRID */
.principles-section { padding: 4rem 2rem; max-width: 1200px; margin: 0 auto; position: relative; z-index: 20; transform: translateY(-3rem); }
.principles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.principle-card { background: #ffffff; padding: 2rem 1.5rem; border-radius: 20px; text-align: center; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; transition: all 0.3s ease; }
.principle-card:hover { transform: translateY(-5px); border-color: var(--brand-blue); box-shadow: 0 20px 40px -10px rgba(14, 165, 233, 0.15); }
.principle-icon { width: 50px; height: 50px; margin: 0 auto 1rem; background: #eff6ff; color: var(--brand-blue-dark); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; transition: all 0.3s ease; }
.principle-card:hover .principle-icon { background: var(--brand-blue-dark); color: white; }
.principle-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; font-weight: 800; color: #0f172a; line-height: 1.4; }

/* DETAYLI KALİTE SÜTUNLARI (ZİG-ZAG) */
.pillars-section { max-width: 1200px; margin: 0 auto; padding: 2rem 2rem 6rem; }
.pillar-row { display: flex; align-items: center; gap: 4rem; margin-bottom: 6rem; opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.pillar-row.visible { opacity: 1; transform: translateY(0); }
.pillar-row:nth-child(even) { flex-direction: row-reverse; }

.pillar-content { flex: 1; }
.pillar-badge { display: inline-flex; width: 40px; height: 4px; background: var(--brand-blue); border-radius: 4px; margin-bottom: 1.5rem; }
.pillar-content h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2rem; font-weight: 800; color: #0f172a; margin-bottom: 1rem; line-height: 1.2; letter-spacing: -0.01em; }
.pillar-content p { font-size: 1.05rem; color: #475569; line-height: 1.8; margin-bottom: 1rem; }
.pillar-content p:last-child { margin-bottom: 0; }

/* Tipografik Görsel Alan */
.pillar-visual { flex: 1; position: relative; }
.visual-box { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); border-radius: 30px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; border: 1px solid #cbd5e1; box-shadow: 0 20px 40px -20px rgba(0,0,0,0.1); }
.visual-box::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 70%); transform: rotate(45deg); pointer-events: none; }
.visual-icon { font-size: 5rem; color: var(--brand-blue-dark); opacity: 0.9; position: relative; z-index: 2; transition: transform 0.5s ease; }
.pillar-row:hover .visual-icon { transform: scale(1.1); }

.pillar-row:nth-child(even) .visual-box { background: linear-gradient(135deg, #0b3d7a 0%, #1e3a8a 100%); border-color: #0b3d7a; }
.pillar-row:nth-child(even) .visual-icon { color: white; opacity: 1; }
.pillar-row:nth-child(even) .visual-box::before { background: radial-gradient(circle, rgba(14, 165, 233, 0.4) 0%, rgba(0,0,0,0) 70%); }

/* SON SÖZ & VURGU */
.quality-conclusion { background: var(--brand-blue-dark); color: white; border-radius: 30px; padding: 4rem 3rem; text-align: center; max-width: 1000px; margin: 0 auto 6rem; position: relative; overflow: hidden; box-shadow: 0 20px 50px -10px rgba(11, 61, 122, 0.3); }
.quality-conclusion::before { content: '\f10e'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; top: -20px; left: 20px; font-size: 8rem; color: rgba(255,255,255,0.05); }
.quality-conclusion h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--brand-accent); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.05em; }
.quality-conclusion p { font-size: 1.4rem; font-weight: 500; line-height: 1.6; color: #f1f5f9; margin: 0; }

@media (max-width: 992px) {
    .pillar-row { flex-direction: column !important; gap: 2.5rem; margin-bottom: 4rem; text-align: center; }
    .pillar-badge { margin: 0 auto 1.5rem; }
    .visual-box { aspect-ratio: 16/9; width: 100%; }
    .quality-conclusion { padding: 3rem 1.5rem; border-radius: 20px; }
    .quality-conclusion p { font-size: 1.15rem; }
    .principles-section { transform: translateY(-1rem); padding: 2rem 1rem; }
}



/* ==========================================================================
   15. KURUMSAL — MİSYON VİZYON
   ========================================================================== */

/* MİNİMAL HERO BÖLÜMÜ */
.mv-hero { position: relative; background: #ffffff; padding: 6rem 2rem 4rem; text-align: center; overflow: hidden; }
.mv-hero-content { position: relative; z-index: 10; max-width: 800px; margin: 0 auto; }
/* .hero-badge zaten kalite-politikamiz bölümünde tanımlı - misyon-vizyon farklı stil kullanıyorsa override */
.mv-hero .hero-badge { background: var(--brand-blue-dark); color: white; border: none; box-shadow: 0 10px 20px -5px rgba(11, 61, 122, 0.3); }
.mv-hero h1 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; line-height: 1.15; letter-spacing: -0.02em; color: #0f172a; margin-bottom: 1.5rem; }
.mv-hero p { font-size: 1.2rem; color: #475569; font-weight: 400; line-height: 1.7; }

/* MİSYON VİZYON ZİG-ZAG */
.mv-section { max-width: 1200px; margin: 0 auto; padding: 4rem 2rem; }

.mv-row { display: flex; align-items: stretch; gap: 0; border-radius: 40px; overflow: hidden; margin-bottom: 5rem; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08); opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.mv-row.visible { opacity: 1; transform: translateY(0); }
.mv-row:nth-child(even) { flex-direction: row-reverse; }

/* İçerik Kutusu */
.mv-content { flex: 1; padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: center; position: relative; }
.row-light .mv-content { background: #ffffff; }
.row-dark .mv-content { background: var(--brand-blue-dark); color: white; }

.mv-badge { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 900; font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 10px; }
.row-light .mv-badge { color: var(--brand-blue); }
.row-dark .mv-badge { color: var(--brand-accent); }

.mv-content p { font-size: 1.15rem; line-height: 1.8; margin-bottom: 1.5rem; }
.row-light .mv-content p { color: #475569; }
.row-dark .mv-content p { color: #e0f2fe; }
.mv-content p:last-child { margin-bottom: 0; }

/* Görsel İkon Kutusu */
.mv-visual { flex: 0 0 40%; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.row-light .mv-visual { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); border-left: 1px solid #f1f5f9; }
.row-dark .mv-visual { background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%); border-right: 1px solid rgba(255,255,255,0.1); }

/* .visual-icon zaten kalite bölümünde tanımlı — misyon-vizyon override */
.mv-visual .visual-icon { font-size: 8rem; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.row-light .visual-icon { color: var(--brand-blue); opacity: 0.8; }
.row-dark .visual-icon { color: var(--brand-accent); opacity: 0.9; }

.mv-row:hover .visual-icon { transform: scale(1.15) rotate(-5deg); }
.row-dark:hover .visual-icon { transform: scale(1.15) rotate(5deg); }

/* TEMEL YAKLAŞIMIMIZ (BENTO GRID) */
.approach-section { padding: 2rem 2rem 6rem; max-width: 1200px; margin: 0 auto; }
.approach-header { text-align: center; margin-bottom: 4rem; }
.approach-header h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.2rem; font-weight: 800; color: #0f172a; margin-bottom: 1rem; }

.approach-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.approach-card { background: #ffffff; padding: 2.5rem; border-radius: 24px; border: 1px solid #e2e8f0; box-shadow: 0 10px 20px -5px rgba(0,0,0,0.02); transition: all 0.3s ease; display: flex; align-items: flex-start; gap: 1.5rem; }
.approach-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px -10px rgba(11, 61, 122, 0.08); border-color: var(--brand-blue); }

.approach-icon { width: 48px; height: 48px; border-radius: 12px; background: #eff6ff; color: var(--brand-blue-dark); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.approach-card:hover .approach-icon { background: var(--brand-blue-dark); color: white; }

.approach-text h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.15rem; font-weight: 800; color: #0f172a; margin-bottom: 0.5rem; }
.approach-text p { font-size: 0.95rem; color: #475569; line-height: 1.6; margin: 0; }

/* GELECEĞE BAKIŞ (VURGU KARTI) */
.future-conclusion { background: linear-gradient(to right, #ffffff, #f8fafc); border: 2px solid var(--brand-blue-dark); border-radius: 30px; padding: 4rem 3rem; text-align: center; max-width: 1000px; margin: 0 auto 6rem; position: relative; overflow: hidden; box-shadow: 0 20px 40px -10px rgba(11, 61, 122, 0.1); }
.future-conclusion h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--brand-blue-dark); margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.05em; }
.future-conclusion p { font-size: 1.4rem; font-weight: 600; line-height: 1.6; color: #0f172a; margin: 0; }
.future-conclusion .accent-line { width: 60px; height: 4px; background: var(--brand-accent); margin: 0 auto 1.5rem; border-radius: 4px; }

@media (max-width: 992px) {
    .mv-row { flex-direction: column !important; border-radius: 24px; }
    .mv-visual { padding: 4rem 0; }
    .mv-visual .visual-icon { font-size: 6rem; }
    .mv-content { padding: 3rem 2rem; text-align: center; }
    .mv-badge { justify-content: center; }
    .future-conclusion { padding: 3rem 1.5rem; border-radius: 24px; }
    .future-conclusion p { font-size: 1.15rem; }
}



/* ==========================================================================
   16. KURUMSAL — NEDEN AYDIN ETİKET
   ========================================================================== */

/* HERO - MANİFESTO BÖLÜMÜ */
.manifesto-hero { background: linear-gradient(135deg, #0b3d7a 0%, #0f172a 100%); color: white; padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden; }
.manifesto-hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml;utf8,<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="%23ffffff" fill-opacity="0.05"/></svg>'); z-index: 1; }
.manifesto-content { position: relative; z-index: 10; max-width: 900px; margin: 0 auto; }
.manifesto-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 900; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.manifesto-title span { color: var(--brand-accent); }
.manifesto-lead { font-size: 1.15rem; color: #cbd5e1; font-weight: 300; line-height: 1.7; }

/* YATAY ÜRETİM SÜRECİ */
.process-section { padding: 5rem 2rem; background: #ffffff; position: relative; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.2rem; font-weight: 800; color: #0f172a; margin-bottom: 1rem; }
.section-header p { color: #64748b; font-size: 1.1rem; max-width: 600px; margin: 0 auto; }

.process-wrapper { max-width: 1200px; margin: 0 auto; position: relative; }
.process-track { display: flex; justify-content: space-between; position: relative; z-index: 10; gap: 1rem; }

/* Arka plandaki bağlantı çizgisi */
.process-line { position: absolute; top: 40px; left: 50px; right: 50px; height: 4px; background: #e2e8f0; z-index: 1; border-radius: 4px; }
.process-line-fill { position: absolute; top: 0; left: 0; height: 100%; width: 0%; background: linear-gradient(90deg, var(--brand-blue), var(--brand-blue-dark)); border-radius: 4px; transition: width 1.5s ease-in-out; }

.process-step { flex: 1; text-align: center; position: relative; z-index: 10; opacity: 0; transform: translateY(20px); transition: all 0.6s ease; }
.process-step.visible { opacity: 1; transform: translateY(0); }

/* Staggered animation delays */
.process-step:nth-child(1) { transition-delay: 0.1s; }
.process-step:nth-child(2) { transition-delay: 0.3s; }
.process-step:nth-child(3) { transition-delay: 0.5s; }
.process-step:nth-child(4) { transition-delay: 0.7s; }
.process-step:nth-child(5) { transition-delay: 0.9s; }

.step-icon-box { width: 80px; height: 80px; background: #ffffff; border: 4px solid #f1f5f9; border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #94a3b8; transition: all 0.3s ease; box-shadow: 0 10px 20px -5px rgba(0,0,0,0.05); position: relative; }

.step-number { position: absolute; top: -5px; right: -5px; width: 28px; height: 28px; background: var(--brand-blue-dark); color: white; border-radius: 50%; font-size: 0.8rem; font-weight: 800; display: flex; align-items: center; justify-content: center; border: 3px solid white; }

.process-step:hover .step-icon-box { border-color: var(--brand-blue); color: var(--brand-blue-dark); transform: scale(1.1); box-shadow: 0 15px 30px -5px rgba(14, 165, 233, 0.2); }

.step-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.1rem; font-weight: 800; color: #0f172a; margin-bottom: 0.5rem; }
.step-desc { font-size: 0.9rem; color: #64748b; line-height: 1.5; padding: 0 10px; }

/* Orijinal Maddeler için BENTO GRID */
.bento-section { padding: 5rem 2rem; background: var(--surface); max-width: 1280px; margin: 0 auto; }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.5rem; }

.bento-card { background: #ffffff; border-radius: 24px; padding: 2.5rem; border: 1px solid #e2e8f0; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.03); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.bento-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px -10px rgba(11, 61, 122, 0.08); border-color: #cbd5e1; }

/* Grid Span Ayarları */
.card-large { grid-column: span 8; background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%); }
.card-medium { grid-column: span 4; }
.card-half { grid-column: span 6; }
.card-full { grid-column: span 12; background: linear-gradient(to right, #0b3d7a, #1e3a8a); color: white; text-align: center; align-items: center; }

.bento-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1.5rem; }
.icon-blue { background: #eff6ff; color: var(--brand-blue-dark); }
.icon-yellow { background: #fefce8; color: #ca8a04; }

.bento-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1.3rem; font-weight: 800; margin-bottom: 1rem; color: #0f172a; line-height: 1.3; }
.card-full h3 { color: white; font-size: 1.8rem; margin-bottom: 0.5rem; }
.bento-card p { font-size: 1rem; color: #475569; line-height: 1.7; margin: 0; }
.card-full p { color: #bae6fd; font-size: 1.1rem; max-width: 800px; margin: 0 auto; }

/* Mobil Uyumlu */
@media (max-width: 1024px) {
    .card-large, .card-medium, .card-half { grid-column: span 12; }
    .process-line { display: none; }
    .process-track { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 2rem; justify-content: flex-start; scrollbar-width: none; }
    .process-track::-webkit-scrollbar { display: none; }
    .process-step { min-width: 260px; scroll-snap-align: center; flex: 0 0 auto; background: white; padding: 2rem 1rem; border-radius: 20px; box-shadow: 0 10px 20px -5px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; }
}



/* ==========================================================================
   17. KURUMSAL — TARİHÇEMİZ (OVERRIDE'LAR)
   ========================================================================== */

/* Ana içerik padding ayarı */
.tarihce-page main { padding-top: 60px; }

/* Klasik İndex Tarzı Başlık Alanı */
.tarihce-hero-section {
    max-width: 1400px;
    margin: 0 auto 20px auto;
    padding: 20px 20px 0 20px;
}

.tarihce-title {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 5em;
    color: #222222;
    position: relative;
    max-width: 800px;
    margin: 0 auto 20px auto;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

.tarihce-title::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #0b3d7a;
}

.tarihce-intro {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

/* Slider için Modern Dokunuşlar — tarihce override */
.tarihce-page .timeline-3d-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-top: none;
    padding-top: 20px;
}

/* Aktif Kart İçin Derin Gölgelendirme — tarihce override */
.tarihce-page .swiper-slide-active {
    box-shadow: 0 25px 50px rgba(11, 61, 122, 0.2) !important;
    border-color: #0b3d7a !important;
}

/* Mobilde Başlık Boyutlandırması */
@media (max-width: 768px) {
    .tarihce-title { font-size: 2.5rem; }
    .tarihce-title::before { width: 40px; height: 3px; }
    .tarihce-intro { font-size: 1rem; }
}
