/* ==========================================================================
   YABIZWEN - KURUMSAL HEADER & NAVBAR (1:1 Birebir Tasarım)
   ========================================================================== */

/* -------------------- CSS Variables -------------------- */
:root {
  --color-topbar-bg: #000435;       /* Referans görseldeki derin lacivert */
  --color-topbar-text: #ffffff;     /* Beyaz metin */
  --color-topbar-muted: #e2e8f0;    
  --color-topbar-divider: rgba(255, 255, 255, 0.25);
  
  --color-nav-bg: #ffffff;          /* Ana navbar beyaz arka plan */
  --color-nav-text: #60697b;        /* Menü linkleri nötr antrasit gri */
  --color-nav-text-hover: #000435;  /* Menü hover lacivert */
  --color-nav-active: #000435;      /* Aktif menü öğesi */
  
  --color-btn-bg: #000435;          /* "KURSİYER GİRİŞİ" buton laciverti */
  --color-btn-hover: #0a0e5c;       /* Buton hover rengi */
  --color-btn-text: #ffffff;        /* Buton yazı rengi */
  
  --color-primary-purple: #5c246f;  /* Mor marka vurgusu */
  --color-border: #f0f2f5;
  
  --font-main: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --container-max-width: 1360px;
  --transition-fast: all 0.22s ease-in-out;
  --shadow-nav: 0 2px 15px rgba(0, 0, 0, 0.04);
}

/* -------------------- Base & Reset -------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  min-width: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

body {
  font-family: var(--font-main);
  background-color: #f4f6f9;
  color: #2b3445;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  position: relative;
}

/* Global Content Constraints */
.header-container,
.content-container,
.service-detail-container,
.pricing-container,
.legal-container,
.archive-hero-container,
.page-hero-container,
.footer-container,
.footer-bottom-container,
.service-grid,
.service-content-main,
.service-card-box,
.legal-grid-layout,
.legal-main-content,
.blog-detail-grid,
.blog-main-content {
  min-width: 0;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* -------------------- Container -------------------- */
.header-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 32px;
}

/* -------------------- Header Wrapper -------------------- */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--color-nav-bg);
  box-shadow: var(--shadow-nav);
}

/* ==========================================================================
   1. TOP BAR (Derin Lacivert Üst Bilgi Çubuğu)
   ========================================================================== */
.top-bar {
  background-color: var(--color-topbar-bg);
  color: var(--color-topbar-text);
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.top-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Sol Sosyal Medya İkonları */
.top-bar-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-link {
  color: var(--color-topbar-text);
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.92;
  transition: var(--transition-fast);
}

.social-link:hover {
  opacity: 1;
  transform: translateY(-1.5px);
  color: #c084fc;
}

.social-divider {
  width: 1px;
  height: 15px;
  background-color: var(--color-topbar-divider);
  margin-left: 6px;
}

/* Sağ Bilgi Öğeleri */
.top-bar-info {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.info-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-topbar-text);
  opacity: 0.95;
  white-space: nowrap;
}

.info-item i {
  font-size: 13.5px;
  color: #ffffff;
}

.phone-item {
  font-weight: 700;
  transition: var(--transition-fast);
}

.phone-item:hover {
  color: #c084fc;
}

.phone-item:hover i {
  color: #c084fc;
}

/* ==========================================================================
   2. MAIN NAVBAR (Beyaz Zemin & Mor Logo & Menü & Giriş Butonu)
   ========================================================================== */
.main-navbar {
  background-color: var(--color-nav-bg);
  padding: 16px 0;
  border-bottom: 1px solid #f0f2f7;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Marka Logosu (Mor Logo) */
.brand-logo {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.2s ease;
}

.brand-logo:hover {
  opacity: 0.9;
}

.logo-img {
  height: 54px;
  width: auto;
  object-fit: contain;
}

/* Masaüstü Menü */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 32px;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-nav-text);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 6px 0;
  transition: var(--transition-fast);
}

.nav-link:hover,
.nav-link.active {
  color: var(--color-nav-active);
}

/* Sağ Eylemler: KURSİYER GİRİŞİ Butonu */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-btn-bg);
  color: var(--color-btn-text);
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 4, 53, 0.2);
  transition: var(--transition-fast);
  white-space: nowrap;
}

.btn-cta:hover {
  background-color: var(--color-btn-hover);
  transform: translateY(-1.5px);
  box-shadow: 0 6px 18px rgba(0, 4, 53, 0.3);
  color: #ffffff;
}

.btn-cta:active {
  transform: translateY(0);
}

/* Mobil Hamburger Butonu */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 8px 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  transition: var(--transition-fast);
}

.mobile-toggle:hover {
  background-color: #f1f3f7;
}

.hamburger-bar {
  width: 24px;
  height: 2.5px;
  background-color: var(--color-btn-bg);
  border-radius: 2px;
  transition: var(--transition-fast);
}

/* ==========================================================================
   3. MOBILE OFF-CANVAS DRAWER
   ========================================================================== */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.mobile-drawer.open {
  visibility: visible;
  opacity: 1;
}

.drawer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 4, 53, 0.65);
  backdrop-filter: blur(4px);
}

.drawer-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 360px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -4px 0 25px rgba(0, 0, 0, 0.15);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.mobile-drawer.open .drawer-content {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #edf0f5;
  margin-bottom: 20px;
}

.drawer-logo {
  height: 42px;
  width: auto;
}

.drawer-close {
  background: none;
  border: none;
  font-size: 22px;
  color: #333333;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition-fast);
}

.drawer-close:hover {
  background-color: #f1f3f7;
  color: #e11d48;
}

.mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.mobile-nav-link {
  display: block;
  padding: 12px 14px;
  font-size: 14.5px;
  font-weight: 700;
  color: #333d4b;
  border-radius: 6px;
  transition: var(--transition-fast);
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  background-color: #f0f3fa;
  color: var(--color-btn-bg);
}

.drawer-cta-wrapper {
  margin-bottom: 24px;
}

.drawer-btn {
  width: 100%;
  gap: 10px;
  padding: 14px;
  font-size: 14px;
}

.drawer-contact-info {
  border-top: 1px solid #edf0f5;
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
  color: #606877;
}

.drawer-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.drawer-info-row i {
  color: var(--color-btn-bg);
  width: 16px;
  text-align: center;
}

.drawer-socials {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
}

.drawer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1f3f7;
  color: var(--color-btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: var(--transition-fast);
}

.drawer-social-btn:hover {
  background-color: var(--color-btn-bg);
  color: #ffffff;
}

/* ==========================================================================
   4. HERO SLIDER SECTION (1:1 Birebir Sürücü Kursu Slider)
   ========================================================================== */
.hero-slider-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #030526;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
}

.slider-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.9s ease;
  z-index: 1;
}

.slider-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 4, 45, 0.68) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.slide-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--container-max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slide-content {
  max-width: 860px;
}

/* Slayt Başlığı */
.slide-title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.25;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.slider-slide.active .slide-title {
  opacity: 1;
  transform: translateY(0);
}

/* Slayt Alt Açıklaması */
.slide-subtitle {
  color: #f1f5f9;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}

.slider-slide.active .slide-subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* Slayt Butonları */
.slide-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}

.slider-slide.active .slide-buttons {
  opacity: 1;
  transform: translateY(0);
}

.btn-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  transition: var(--transition-fast);
  cursor: pointer;
}

/* Siyah Buton ("Hemen Başvur >") */
.btn-slide-dark {
  background-color: #161616;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.btn-slide-dark:hover {
  background-color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.btn-slide-dark i {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.btn-slide-dark:hover i {
  transform: translateX(3px);
}

/* Beyaz Buton ("İletişim >") */
.btn-slide-light {
  background-color: #ffffff;
  color: #161616;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-slide-light:hover {
  background-color: #f1f3f7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #000000;
}

.btn-slide-light i {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.btn-slide-light:hover i {
  transform: translateX(3px);
}

/* Slayt Noktaları (3 Dots) */
.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

.dot-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  transition: var(--transition-fast);
  outline: none;
}

.dot-btn.active {
  background-color: #ffffff;
  transform: scale(1.15);
}

.dot-btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Slider Navigasyon Okları */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 4, 53, 0.45);
  backdrop-filter: blur(4px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: var(--transition-fast);
}

.slider-wrapper:hover .slider-arrow {
  opacity: 1;
}

.prev-arrow {
  left: 28px;
}

.next-arrow {
  right: 28px;
}

.slider-arrow:hover {
  background: rgba(0, 4, 53, 0.9);
  color: #c084fc;
  transform: translateY(-50%) scale(1.08);
}

/* ==========================================================================
   5. ABOUT / INTRO SECTION (1:1 Birebir Tasarım)
   ========================================================================== */
.about-intro-section {
  background-color: #ffffff;
  padding: 64px 0 56px;
  border-bottom: 1px solid #edf0f5;
  text-align: center;
}

.intro-header {
  margin-bottom: 24px;
}

.intro-title {
  font-size: 27px;
  font-weight: 800;
  color: #111827;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.intro-divider {
  width: 52px;
  height: 3px;
  background-color: var(--color-btn-bg);
  margin: 0 auto 16px;
  border-radius: 2px;
}

.intro-category {
  font-size: 15.5px;
  color: #64748b;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.intro-body {
  max-width: 1100px;
  margin: 0 auto;
}

.intro-text {
  font-size: 15.5px;
  line-height: 1.85;
  color: #4b5563;
  text-align: center;
}

.intro-text strong {
  color: #1f2937;
  font-weight: 700;
}

/* ==========================================================================
   6. EHLİYET BELGELERİ SECTION (1:1 Birebir Sarı Çerçeveli Kartlar)
   ========================================================================== */
.license-classes-section {
  background-color: #ffffff;
  padding: 60px 0 80px;
  border-bottom: 1px solid #edf0f5;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-divider {
  width: 52px;
  height: 3px;
  background-color: var(--color-btn-bg);
  margin: 0 auto 16px;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 15.5px;
  color: #64748b;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* 2x2 Grid Düzeni */
.license-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Sarı Çerçeveli Kart */
.license-card {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #ffcc00;
  border-radius: 2px;
  padding: 26px 30px 24px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.license-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 204, 0, 0.16);
}

/* Sol Baklava (Diamond) İkon Rozeti */
.card-diamond-badge {
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 44px;
  height: 44px;
  background-color: #ffd000;
  border: 2px solid #ffd000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.license-card:hover .card-diamond-badge {
  transform: translateY(-50%) rotate(45deg) scale(1.08);
  background-color: #f5b700;
}

/* İkonu düz tutmak için ters döndürme (-45deg) */
.card-diamond-badge i {
  transform: rotate(-45deg);
  font-size: 17px;
  color: #111827;
}

/* Kart İçeriği */
.card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-title {
  font-size: 17.5px;
  font-weight: 800;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}

.card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 16px;
  flex-grow: 1;
}

.card-link {
  font-size: 12.5px;
  font-weight: 800;
  color: #111827;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  transition: var(--transition-fast);
}

.card-link:hover {
  color: var(--color-primary-purple);
  transform: translateX(4px);
}

/* ==========================================================================
   7. EĞİTİM VE BELGE ÇÖZÜMLERİMİZ SECTION (1:1 Birebir 6'lı Kart Düzeni)
   ========================================================================== */
.solutions-section {
  background-color: #f8fafc;
  padding: 70px 0 90px;
  border-bottom: 1px solid #edf0f5;
}

.solutions-header {
  text-align: center;
  margin-bottom: 50px;
}

.solutions-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #f59e0b;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.solutions-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.solutions-subtitle {
  font-size: 15.5px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5;
}

/* 3 Kolonlu Kart Grid'i */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto;
}

/* Çözüm Kartı */
.solution-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

/* Kart Görsel Alanı */
.solution-card-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: #e2e8f0;
}

.solution-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.solution-card:hover .solution-card-img {
  transform: scale(1.05);
}

/* Kart İçerik Alanı */
.solution-card-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.solution-card-title {
  font-size: 19px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.solution-card-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #64748b;
  margin-bottom: 22px;
  flex-grow: 1;
}

/* Detayları İncele Linki */
.solution-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 800;
  color: #0ea5e9;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: auto;
  transition: var(--transition-fast);
}

.solution-card-link i {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.solution-card-link:hover {
  color: #0284c7;
}

.solution-card-link:hover i {
  transform: translateX(4px);
}

/* ==========================================================================
   8. BİLGİ BANKASI / GÜNCEL BLOG YAZILARI SECTION (1:1 Birebir)
   ========================================================================== */
.blog-section {
  background-color: #ffffff;
  padding: 70px 0 90px;
  border-bottom: 1px solid #edf0f5;
}

.blog-header {
  text-align: center;
  margin-bottom: 48px;
}

.blog-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #f59e0b;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.blog-subtitle {
  font-size: 15.5px;
  color: #64748b;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.5;
}

/* 3 Kolonlu Blog Grid'i */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto;
}

/* Blog Kartı */
.blog-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

/* Blog Görsel Alanı */
.blog-card-img-wrap {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
  background-color: #e2e8f0;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.05);
}

/* Blog İçerik Alanı */
.blog-card-body {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card-title {
  font-size: 17.5px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 12px;
}

.blog-card-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: #64748b;
  margin-bottom: 22px;
  flex-grow: 1;
}

/* Devamını Oku Linki */
.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 800;
  color: #0ea5e9;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: auto;
  transition: var(--transition-fast);
}

.blog-card-link i {
  font-size: 13px;
  transition: transform 0.2s ease;
}

.blog-card-link:hover {
  color: #0284c7;
}

.blog-card-link:hover i {
  transform: translateX(4px);
}

/* ==========================================================================
   9. İLETİŞİM & BAŞVURU SECTION (Kare Kartlar & Form)
   ========================================================================== */
.contact-section {
  background-color: #f8fafc;
  padding: 75px 0 90px;
  border-bottom: 1px solid #edf0f5;
}

.contact-header {
  text-align: center;
  margin-bottom: 48px;
}

.contact-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  color: #f59e0b;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.contact-subtitle {
  font-size: 15.5px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.5;
}

/* 4'lü Kare İletişim Kartları Grid */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto 50px;
}

.contact-square-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 32px 22px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 270px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease;
}

.contact-square-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  border-color: #cbd5e1;
}

.square-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(0, 4, 53, 0.06);
  color: var(--color-btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  transition: var(--transition-fast);
}

.whatsapp-icon-box {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
}

.contact-square-card:hover .square-icon-box {
  transform: scale(1.1);
}

.square-title {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.square-desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
}

.square-highlight {
  font-size: 16px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 4px;
  display: block;
  transition: var(--transition-fast);
}

.square-highlight:hover {
  color: #0ea5e9;
}

.square-highlight.text-sm {
  font-size: 14px;
  color: #334155;
}

.square-subtext {
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 16px;
  display: block;
}

.square-action {
  font-size: 12.5px;
  font-weight: 800;
  color: #0ea5e9;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  transition: var(--transition-fast);
}

.square-action i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.square-action:hover {
  color: #0284c7;
}

.square-action:hover i {
  transform: translateX(4px);
}

/* Hızlı Başvuru & İletişim Formu */
.contact-form-wrapper {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
}

.form-info-pane {
  background: linear-gradient(145deg, #000435 0%, #080f3d 100%);
  color: #ffffff;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-eyebrow {
  font-size: 12px;
  font-weight: 800;
  color: #f59e0b;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-pane-title {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 16px;
}

.form-pane-desc {
  font-size: 14.5px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 30px;
}

.form-perks-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-perks-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #f1f5f9;
}

.form-perks-list li i {
  color: #10b981;
  font-size: 16px;
  margin-top: 2px;
}

/* Form Sağ Alanı */
.form-inputs-pane {
  padding: 44px 40px;
  background: #ffffff;
}

.quick-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-group label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-family: var(--font-main);
  font-size: 14px;
  color: #1e293b;
  background-color: #f8fafc;
  transition: var(--transition-fast);
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  background-color: #ffffff;
  border-color: #000435;
  box-shadow: 0 0 0 3px rgba(0, 4, 53, 0.1);
}

.btn-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #000435;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 4, 53, 0.25);
  transition: var(--transition-fast);
  margin-top: 6px;
}

.btn-form-submit:hover {
  background-color: #0a0e5c;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 4, 53, 0.35);
}

/* ==========================================================================
   10. SITE FOOTER (Derin Lacivert & Beyaz Logo - Ortalanmış & Dengeli)
   ========================================================================== */
.site-footer {
  background-color: #000435;
  color: #cbd5e1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}

.footer-top {
  padding: 68px 0 46px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.15fr;
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-brand-col {
  padding-right: 15px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 18px;
  transition: opacity 0.2s ease;
}

.footer-logo:hover {
  opacity: 0.9;
}

.footer-logo-img {
  height: 46px;
  width: auto;
  object-fit: contain;
}

.footer-about {
  font-size: 13.5px;
  line-height: 1.75;
  color: #94a3b8;
  margin-bottom: 22px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  transition: var(--transition-fast);
}

.footer-social-link:hover {
  background: #c084fc;
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-heading {
  font-size: 15.5px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2.5px;
  background-color: #f59e0b;
  border-radius: 2px;
}

.footer-links,
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links a {
  color: #94a3b8;
  font-size: 13.5px;
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  color: #94a3b8;
  line-height: 1.5;
}

.footer-contact-list li i {
  color: #c084fc;
  margin-top: 3px;
  width: 16px;
  text-align: center;
  font-size: 14px;
}

.footer-contact-list a {
  color: #94a3b8;
  transition: var(--transition-fast);
}

.footer-contact-list a:hover {
  color: #ffffff;
}

/* Footer Alt Çubuk (Ortalanmış) */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  font-size: 13px;
  color: #94a3b8;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.copyright-text {
  font-size: 13px;
}

.copyright-text strong {
  color: #ffffff;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.footer-bottom-links a {
  color: #94a3b8;
  transition: var(--transition-fast);
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

.footer-bottom-links span {
  color: rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   11. RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* 1200px altı */
@media (max-width: 1200px) {
  .nav-menu {
    gap: 20px;
    margin-right: 20px;
  }
  .nav-link {
    font-size: 13.5px;
  }
  .top-bar-info {
    gap: 20px;
  }
  
  .solutions-grid,
  .blog-grid {
    gap: 24px;
  }

  .contact-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

/* 992px altı (Tablet & Mobil) */
@media (max-width: 992px) {
  .nav-menu {
    display: none;
  }
  
  .mobile-toggle {
    display: flex;
  }
  
  .btn-cta {
    display: none;
  }
  
  .slider-wrapper {
    height: 520px;
  }
  
  .slide-title {
    font-size: 38px;
  }
  
  .license-grid {
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 32px;
  }
  
  .solutions-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .form-info-pane {
    padding: 36px 28px;
  }

  .form-inputs-pane {
    padding: 36px 28px;
  }
}

/* 768px altı */
@media (max-width: 768px) {
  .header-container {
    padding: 0 20px;
  }
  
  .top-bar {
    font-size: 12px;
    padding: 7px 0;
  }
  
  .address-item, 
  .hours-item,
  .social-divider {
    display: none;
  }
  
  .logo-img {
    height: 44px;
  }
  
  .slider-wrapper {
    height: 480px;
  }
  
  .slide-title {
    font-size: 28px;
    line-height: 1.3;
  }
  
  .slide-subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
  
  .slide-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  
  .btn-slide {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .slider-arrow {
    display: none;
  }
  
  .solutions-grid,
  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  
  .solutions-title,
  .blog-title,
  .contact-title {
    font-size: 26px;
  }

  .contact-cards-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }
}

/* 480px altı */
@media (max-width: 480px) {
  .header-container {
    padding: 0 16px;
  }
  
  .top-bar-socials {
    gap: 12px;
  }
  
  .logo-img {
    height: 38px;
  }
  
  .slider-wrapper {
    height: 440px;
  }
  
  .slide-title {
    font-size: 23px;
  }
  
  .slide-subtitle {
    font-size: 13.5px;
  }
  
  .license-card {
    padding: 24px 20px 20px 36px;
  }
  
  .card-diamond-badge {
    left: -18px;
    width: 38px;
    height: 38px;
  }
  
  .card-diamond-badge i {
    font-size: 14px;
  }
}

/* ==========================================================================
   PAGE HERO BANNER & BREADCRUMB
   ========================================================================== */
.page-hero-banner {
  background: linear-gradient(135deg, #000435 0%, #170b3b 60%, #351052 100%);
  color: #ffffff;
  padding: 56px 0 52px;
  position: relative;
  overflow: hidden;
}

.page-hero-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(192, 132, 252, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #5c246f 0%, #9333ea 50%, #c084fc 100%);
}

.page-hero-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #cbd5e1;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.breadcrumb-nav a {
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.breadcrumb-nav a:hover {
  color: #c084fc;
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
}

.breadcrumb-current {
  color: #ffffff;
  font-weight: 600;
}

.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f1f5f9;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.banner-badge i {
  color: #c084fc;
}

.banner-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #ffffff;
}

.banner-subtitle {
  font-size: 16px;
  color: #e2e8f0;
  max-width: 780px;
  line-height: 1.6;
}

/* ==========================================================================
   PRICING PAGE STYLES (fiyatlar.html)
   ========================================================================== */
.pricing-page-section {
  padding: 64px 0 80px;
  background-color: #f8fafc;
}

.pricing-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 32px;
}

/* USP Highlights Bar */
.pricing-usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.usp-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 4, 53, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.usp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 4, 53, 0.08);
}

.usp-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #000435 0%, #5c246f 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.usp-info h4 {
  font-size: 15.5px;
  font-weight: 700;
  color: #000435;
  margin-bottom: 4px;
}

.usp-info p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

/* Tab Navigation */
.pricing-nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.price-tab-btn {
  border: none;
  background: transparent;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 14.5px;
  font-weight: 700;
  font-family: var(--font-main);
  color: #64748b;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.22s ease-in-out;
}

.price-tab-btn i {
  font-size: 15px;
  transition: transform 0.2s ease;
}

.price-tab-btn:hover {
  color: #000435;
  background-color: #f1f5f9;
}

.price-tab-btn.active {
  background: linear-gradient(135deg, #000435 0%, #5c246f 100%);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(92, 36, 111, 0.35);
}

.price-tab-btn.active i {
  color: #c084fc;
}

/* Tab Content Panes */
.pricing-tab-pane {
  display: none;
  animation: fadeInPane 0.3s ease-in-out forwards;
}

.pricing-tab-pane.active {
  display: block;
}

@keyframes fadeInPane {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Pricing Grid */
.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 56px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 36px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 4, 53, 0.1);
  border-color: #cbd5e1;
}

.pricing-card.featured {
  border: 2px solid #5c246f;
  box-shadow: 0 12px 32px rgba(92, 36, 111, 0.14);
}

.card-top-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #5c246f 0%, #9333ea 100%);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
  padding: 5px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(92, 36, 111, 0.35);
  text-transform: uppercase;
  white-space: nowrap;
}

.card-header-area {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 24px;
}

.course-category-badge {
  display: inline-block;
  background: #eef2ff;
  color: #4338ca;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.card-header-area h3 {
  font-size: 22px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 6px;
}

.card-header-area p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.45;
}

.card-price-block {
  text-align: center;
  background: #f8fafc;
  border-radius: 12px;
  padding: 18px 14px;
  margin-bottom: 24px;
  border: 1px solid #e2e8f0;
}

.main-price-val {
  font-size: 34px;
  font-weight: 900;
  color: #000435;
  line-height: 1.1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.main-price-val .currency {
  font-size: 22px;
  font-weight: 700;
  color: #5c246f;
}

.installment-caption {
  font-size: 12.5px;
  color: #059669;
  font-weight: 700;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.card-features-list {
  margin-bottom: 28px;
  flex-grow: 1;
}

.card-features-list li {
  font-size: 13.5px;
  color: #334155;
  padding: 9px 0;
  border-bottom: 1px dashed #e2e8f0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}

.card-features-list li:last-child {
  border-bottom: none;
}

.card-features-list li i.check {
  color: #10b981;
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

.card-features-list li i.info {
  color: #3b82f6;
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.card-features-list li strong {
  color: #000435;
}

.btn-card-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  background: #000435;
  color: #ffffff;
  font-weight: 700;
  font-size: 14.5px;
  border-radius: 10px;
  transition: all 0.22s ease-in-out;
  border: 1px solid transparent;
}

.btn-card-apply:hover {
  background: #5c246f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(92, 36, 111, 0.3);
}

.featured .btn-card-apply {
  background: linear-gradient(135deg, #5c246f 0%, #7928ca 100%);
}

.featured .btn-card-apply:hover {
  background: linear-gradient(135deg, #000435 0%, #5c246f 100%);
}

/* ==========================================================================
   OFFICIAL FEES & EXPENSES TABLE SECTION
   ========================================================================== */
.official-fees-section {
  background: #ffffff;
  border-radius: 20px;
  padding: 44px 36px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  margin-bottom: 56px;
}

.section-block-header {
  margin-bottom: 28px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3e8ff;
  color: #7928ca;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 5px 12px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.section-block-title {
  font-size: 26px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 8px;
}

.section-block-desc {
  font-size: 14.5px;
  color: #64748b;
  max-width: 800px;
  line-height: 1.55;
}

.table-responsive-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  margin-bottom: 24px;
}

.modern-fees-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  min-width: 680px;
}

.modern-fees-table thead {
  background: #000435;
  color: #ffffff;
}

.modern-fees-table th {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.3px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.modern-fees-table th:last-child {
  border-right: none;
}

.modern-fees-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
  border-right: 1px solid #f8fafc;
}

.modern-fees-table td:last-child {
  border-right: none;
}

.modern-fees-table tbody tr:nth-child(even) {
  background-color: #fbfcfe;
}

.modern-fees-table tbody tr:hover {
  background-color: #f1f5f9;
}

.fee-badge {
  display: inline-block;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12.5px;
}

.fee-badge-navy { background: #e0e7ff; color: #1e1b4b; }
.fee-badge-purple { background: #fae8ff; color: #581c87; }
.fee-badge-green { background: #d1fae5; color: #065f46; font-weight: 800; font-size: 13.5px; }

.table-footnote-alert {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 13.5px;
  color: #92400e;
  line-height: 1.5;
}

.table-footnote-alert i {
  font-size: 18px;
  color: #d97706;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ==========================================================================
   INTERACTIVE COST CALCULATOR SECTION
   ========================================================================== */
.calculator-section-card {
  background: linear-gradient(135deg, #ffffff 0%, #fdfcff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 44px 36px;
  box-shadow: 0 8px 30px rgba(0, 4, 53, 0.05);
  margin-bottom: 56px;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}

.calc-form-pane {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.calc-group {
  margin-bottom: 20px;
}

.calc-group label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #000435;
  margin-bottom: 8px;
}

.calc-select, .calc-input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  font-family: var(--font-main);
  font-size: 14px;
  color: #1e293b;
  background-color: #f8fafc;
  outline: none;
  transition: border-color 0.2s ease;
}

.calc-select:focus, .calc-input:focus {
  border-color: #5c246f;
  background-color: #ffffff;
}

.installment-options-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.pill-radio-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #475569;
  background: #f8fafc;
  transition: all 0.2s ease;
  text-align: center;
}

.pill-radio-label input {
  display: none;
}

.pill-radio-label:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

.pill-radio-label.selected,
.pill-radio-label:has(input:checked) {
  background: #000435;
  color: #ffffff;
  border-color: #000435;
  box-shadow: 0 4px 10px rgba(0, 4, 53, 0.2);
}

.pill-radio-label.selected span.sub,
.pill-radio-label:has(input:checked) span.sub {
  color: #c084fc;
}

.pill-radio-label span.sub {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  margin-top: 2px;
}

/* Calculator Result Pane */
.calc-result-pane {
  background: linear-gradient(145deg, #000435 0%, #1a083d 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(0, 4, 53, 0.2);
  position: relative;
  overflow: hidden;
}

.calc-result-pane::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(192, 132, 252, 0.25) 0%, rgba(0,0,0,0) 70%);
  border-radius: 50%;
}

.calc-result-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.calc-result-header h4 {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.calc-breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 13.5px;
  color: #cbd5e1;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.calc-breakdown-row strong {
  color: #ffffff;
}

.calc-total-box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.calc-total-box .total-label {
  font-size: 12.5px;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.calc-total-box .total-amount {
  font-size: 28px;
  font-weight: 900;
  color: #c084fc;
  margin: 4px 0;
}

.calc-total-box .installment-detail {
  font-size: 13px;
  color: #34d399;
  font-weight: 700;
}

.btn-calc-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 13px;
  background: #c084fc;
  color: #000435;
  font-weight: 800;
  font-size: 14.5px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.btn-calc-register:hover {
  background: #ffffff;
  color: #000435;
  transform: translateY(-2px);
}

/* ==========================================================================
   INSTALLMENT & BANK OPTIONS SECTION
   ========================================================================== */
.installment-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}

.installment-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.installment-box-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.installment-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #5c246f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.installment-box-header h4 {
  font-size: 16px;
  font-weight: 800;
  color: #000435;
}

.installment-box p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 14px;
}

.bank-badges-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bank-badge {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 700;
  color: #334155;
}

/* ==========================================================================
   FAQ ACCORDION COMPONENT
   ========================================================================== */
.faq-accordion-wrapper {
  margin-bottom: 56px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
  border-color: #cbd5e1;
}

.faq-item.active {
  border-color: #5c246f;
  box-shadow: 0 4px 15px rgba(92, 36, 111, 0.08);
}

.faq-header {
  width: 100%;
  padding: 18px 24px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-main);
  font-size: 15.5px;
  font-weight: 700;
  color: #000435;
  transition: color 0.2s ease;
}

.faq-header:hover {
  color: #5c246f;
}

.faq-icon-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 12px;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.faq-item.active .faq-icon-arrow {
  transform: rotate(180deg);
  background: #5c246f;
  color: #ffffff;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  padding: 0 24px;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-body {
  max-height: 400px;
  padding: 0 24px 20px;
}

/* ==========================================================================
   LEGAL / POLICY PAGES (gizlilik-politikasi.html, kvkk.html, cerez-politikasi.html)
   ========================================================================== */
.legal-page-section {
  padding: 56px 0 80px;
  background-color: #f8fafc;
}

.legal-container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 32px;
}

.legal-grid-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
  align-items: start;
}

/* Legal Sidebar Navigation */
.legal-sidebar {
  position: sticky;
  top: 100px;
}

.legal-nav-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 24px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  margin-bottom: 24px;
}

.legal-nav-title {
  font-size: 14.5px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 8px;
}

.legal-nav-title i {
  color: #5c246f;
}

.legal-nav-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legal-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #475569;
  transition: all 0.2s ease;
}

.legal-nav-item:hover {
  background-color: #f1f5f9;
  color: #000435;
  transform: translateX(3px);
}

.legal-nav-item.active {
  background: linear-gradient(135deg, #000435 0%, #5c246f 100%);
  color: #ffffff;
  font-weight: 700;
}

.legal-nav-item.active i {
  color: #c084fc;
}

.legal-toc-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legal-toc-link {
  font-size: 13px;
  color: #64748b;
  padding: 6px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.18s ease;
  line-height: 1.35;
}

.legal-toc-link:hover {
  color: #5c246f;
  background-color: #fdf4ff;
  font-weight: 600;
}

.legal-contact-card {
  background: linear-gradient(135deg, #000435 0%, #1f0b3b 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
}

.legal-contact-card h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.legal-contact-card p {
  font-size: 12.5px;
  color: #cbd5e1;
  margin-bottom: 16px;
  line-height: 1.45;
}

.legal-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #ffffff;
  color: #000435;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.2s ease;
}

.legal-contact-btn:hover {
  background: #c084fc;
  color: #000435;
}

/* Legal Main Content Document */
.legal-main-content {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 48px 44px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.legal-doc-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e2e8f0;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-date-tag {
  font-size: 12.5px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legal-version-badge {
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}

.legal-article-block .article-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.article-number {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #000435;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.article-title {
  font-size: 20px;
  font-weight: 800;
  color: #000435;
  margin: 0;
}

.legal-paragraph {
  font-size: 14.5px;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 16px;
}

.legal-list {
  margin: 16px 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-list li {
  font-size: 14px;
  color: #334155;
  line-height: 1.6;
  position: relative;
  padding-left: 18px;
}

.legal-list li::before {
  content: "•";
  color: #5c246f;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
}

.legal-callout {
  background: #fdf4ff;
  border-left: 4px solid #5c246f;
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 14px;
  color: #3b0764;
  line-height: 1.6;
}

.legal-callout strong {
  color: #5c246f;
}

.legal-info-table-wrapper {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.legal-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  text-align: left;
  min-width: 600px;
}

.legal-info-table th {
  background: #f8fafc;
  color: #000435;
  font-weight: 700;
  padding: 14px 16px;
  border-bottom: 2px solid #e2e8f0;
}

.legal-info-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  color: #475569;
}

.legal-info-table tr:hover {
  background-color: #faf5ff;
}

/* Browser guides grid for cookie page */
.browser-guides-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.browser-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 16px;
}

.browser-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #000435;
}

.browser-card-header i {
  font-size: 18px;
}

.browser-card p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.45;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS FOR PRICING & LEGAL
   ========================================================================== */
@media (max-width: 1200px) {
  .pricing-usp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .pricing-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .installment-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .banner-title {
    font-size: 30px;
  }
  
  .calc-grid {
    grid-template-columns: 1fr;
  }
  
  .legal-grid-layout {
    grid-template-columns: 1fr;
  }
  
  .legal-sidebar {
    position: static;
  }
  
  .browser-guides-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .banner-title {
    font-size: 25px;
  }
  
  .banner-subtitle {
    font-size: 14.5px;
  }
  
  .pricing-usp-grid {
    grid-template-columns: 1fr;
  }
  
  .pricing-cards-grid {
    grid-template-columns: 1fr;
  }
  
  .pricing-nav-tabs {
    border-radius: 16px;
    padding: 6px;
  }
  
  .price-tab-btn {
    width: 100%;
    justify-content: center;
    border-radius: 8px;
  }
  
  .official-fees-section,
  .calculator-section-card,
  .legal-main-content {
    padding: 28px 18px;
  }
  
  .installment-options-pills {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   12. KNOWLEDGE BASE (BİLGİ BANKASI) & BLOG DETAIL STYLES
   ========================================================================== */

/* -------------------- Breadcrumb Navigation -------------------- */
.breadcrumb-section {
  background-color: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 0;
  font-size: 13.5px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: #64748b;
}

.breadcrumb-item a {
  color: #475569;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-fast);
}

.breadcrumb-item a:hover {
  color: #000435;
}

.breadcrumb-item a i {
  font-size: 12px;
  color: #94a3b8;
}

.breadcrumb-separator {
  color: #cbd5e1;
  font-size: 11px;
  margin: 0 4px;
}

.breadcrumb-item.active {
  color: #000435;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 450px;
}

/* -------------------- Archive Header / Hero Banner -------------------- */
.archive-hero {
  background: linear-gradient(135deg, #000435 0%, #0c154a 50%, #1e1b4b 100%);
  color: #ffffff;
  padding: 64px 0 54px;
  position: relative;
  overflow: hidden;
}

.archive-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(192, 132, 252, 0.15) 0%, rgba(0, 4, 53, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.archive-hero-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.archive-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fbbf24;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
  backdrop-filter: blur(4px);
}

.archive-hero-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
  color: #ffffff;
}

.archive-hero-desc {
  font-size: 16.5px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 32px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Archive Search Bar */
.archive-search-wrapper {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.archive-search-form {
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  padding: 6px 6px 6px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  align-items: center;
}

.archive-search-form i {
  color: #94a3b8;
  font-size: 16px;
  margin-right: 12px;
}

.archive-search-input {
  flex-grow: 1;
  border: none;
  outline: none;
  font-family: var(--font-main);
  font-size: 15px;
  color: #1e293b;
  background: transparent;
}

.archive-search-input::placeholder {
  color: #94a3b8;
}

.archive-search-btn {
  background: #000435;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.archive-search-btn:hover {
  background: #5c246f;
  transform: translateY(-1px);
}

/* -------------------- Archive Filter Controls Bar -------------------- */
.archive-section {
  padding: 50px 0 80px;
  background-color: #f8fafc;
}

.archive-controls-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}

.filter-pills-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-pill {
  border: 1px solid #cbd5e1;
  background-color: #ffffff;
  color: #475569;
  font-size: 13.5px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.filter-pill .pill-count {
  background: #e2e8f0;
  color: #475569;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 12px;
  transition: var(--transition-fast);
}

.filter-pill:hover {
  border-color: #000435;
  color: #000435;
}

.filter-pill.active {
  background-color: #000435;
  border-color: #000435;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 4, 53, 0.18);
}

.filter-pill.active .pill-count {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.archive-stats-text {
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
}

.archive-stats-text strong {
  color: #000435;
}

/* -------------------- Archive Grid & Cards -------------------- */
.blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.blog-card {
  position: relative;
}

.blog-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  background-color: rgba(0, 4, 53, 0.85);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.blog-card-badge.badge-src {
  background-color: rgba(92, 36, 111, 0.9);
}

.blog-card-badge.badge-driving {
  background-color: rgba(14, 165, 233, 0.9);
}

.blog-card-badge.badge-traffic {
  background-color: rgba(245, 158, 11, 0.9);
}

.blog-card-meta-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12.5px;
  color: #94a3b8;
  margin-bottom: 12px;
}

.blog-card-meta-bar span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog-card-meta-bar i {
  font-size: 12px;
}

/* No Results Notification */
.no-results-box {
  display: none;
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
  grid-column: 1 / -1;
}

.no-results-box i {
  font-size: 48px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.no-results-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.no-results-box p {
  color: #64748b;
  font-size: 14.5px;
}

/* -------------------- Pagination Bar -------------------- */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.pagination-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #475569;
  font-size: 14.5px;
  font-weight: 700;
  transition: var(--transition-fast);
  cursor: pointer;
}

.pagination-btn:hover {
  border-color: #000435;
  color: #000435;
  background: #f8fafc;
}

.pagination-btn.active {
  background-color: #000435;
  border-color: #000435;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 4, 53, 0.2);
}

.pagination-btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

/* ==========================================================================
   13. BLOG ARTICLE DETAIL LAYOUT & COMPONENTS
   ========================================================================== */
.blog-detail-section {
  padding: 44px 0 80px;
  background-color: #f8fafc;
}

.blog-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 40px;
  align-items: start;
}

/* Main Article Content Container */
.blog-main-content {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 44px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

/* Article Header Area */
.article-header {
  display: block;
  width: 100%;
  margin-bottom: 28px;
}

.article-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ede9fe;
  color: #5c246f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.article-main-title {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

/* Article Metadata Row */
.article-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 28px;
}

.article-meta-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: #e2e8f0;
  border: 2px solid #5c246f;
}

.author-avatar-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #000435;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.author-info-text {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
}

.author-role {
  font-size: 12px;
  color: #64748b;
}

.article-meta-stats {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: #64748b;
}

.article-meta-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-meta-stats i {
  color: #0ea5e9;
}

/* Social Share Bar */
.article-share-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  background: #f8fafc;
  padding: 12px 18px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 1px solid #e2e8f0;
}

.share-label {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.share-buttons-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-share {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: var(--transition-fast);
  border: none;
  cursor: pointer;
}

.btn-share.share-whatsapp {
  background-color: #25d366;
}

.btn-share.share-x {
  background-color: #000000;
}

.btn-share.share-facebook {
  background-color: #1877f2;
}

.btn-share.share-linkedin {
  background-color: #0a66c2;
}

.btn-share.share-copy {
  background-color: #64748b;
}

.btn-share:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* Article Hero Image */
.article-featured-wrap {
  margin-bottom: 36px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.article-featured-img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.article-img-caption {
  font-size: 12.5px;
  color: #64748b;
  padding: 10px 14px;
  background: #f1f5f9;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-style: italic;
}

/* Table of Contents (İçindekiler) Box */
.article-toc-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #000435;
  border-radius: 8px;
  padding: 22px 26px;
  margin-bottom: 36px;
}

.toc-title {
  font-size: 16px;
  font-weight: 800;
  color: #000435;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.toc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 4px;
}

.toc-list li a {
  font-size: 14px;
  color: #475569;
  font-weight: 600;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  transition: var(--transition-fast);
}

.toc-list li a:hover {
  color: #0ea5e9;
  transform: translateX(4px);
}

.toc-number {
  color: #000435;
  font-weight: 800;
  font-size: 13px;
}

/* -------------------- Article Body Typography -------------------- */
.article-body-content {
  font-size: 16px;
  line-height: 1.85;
  color: #334155;
}

.article-body-content p {
  margin-bottom: 22px;
}

.article-body-content h2 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.3px;
  margin-top: 40px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f1f5f9;
  position: relative;
}

.article-body-content h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #0ea5e9;
}

.article-body-content h3 {
  font-size: 19px;
  font-weight: 700;
  color: #1e293b;
  margin-top: 28px;
  margin-bottom: 14px;
}

.article-body-content h4 {
  font-size: 16.5px;
  font-weight: 700;
  color: #334155;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Styled Lists */
.styled-checklist {
  list-style: none;
  margin: 20px 0 26px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.styled-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  line-height: 1.6;
}

.styled-checklist li i {
  color: #10b981;
  font-size: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.styled-steps-list {
  list-style: none;
  counter-reset: step-counter;
  margin: 24px 0 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.styled-steps-list li {
  counter-increment: step-counter;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  border-radius: 8px;
}

.styled-steps-list li::before {
  content: counter(step-counter);
  width: 32px;
  height: 32px;
  background-color: #000435;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-text-wrapper h4 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #0f172a;
}

.step-text-wrapper p {
  margin: 0;
  font-size: 14.5px;
  color: #475569;
}

/* Alert Boxes */
.article-alert-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 8px;
  margin: 30px 0;
  border-left: 5px solid;
}

.article-alert-box i {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.alert-content-wrap h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 6px;
}

.alert-content-wrap p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.alert-info {
  background-color: #f0f9ff;
  border-left-color: #0ea5e9;
  color: #0369a1;
}

.alert-info i {
  color: #0ea5e9;
}

.alert-info .alert-content-wrap h4 {
  color: #0369a1;
}

.alert-warning {
  background-color: #fffbeb;
  border-left-color: #f59e0b;
  color: #b45309;
}

.alert-warning i {
  color: #f59e0b;
}

.alert-warning .alert-content-wrap h4 {
  color: #92400e;
}

.alert-success {
  background-color: #f0fdf4;
  border-left-color: #10b981;
  color: #15803d;
}

.alert-success i {
  color: #10b981;
}

.alert-success .alert-content-wrap h4 {
  color: #166534;
}

.alert-danger {
  background-color: #fef2f2;
  border-left-color: #ef4444;
  color: #b91c1c;
}

.alert-danger i {
  color: #ef4444;
}

.alert-danger .alert-content-wrap h4 {
  color: #991b1b;
}

/* In-Content Image */
.content-figure {
  margin: 32px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.content-figure img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  display: block;
}

.content-figure figcaption {
  font-size: 12.5px;
  color: #64748b;
  background: #f8fafc;
  padding: 10px 16px;
  text-align: center;
  font-style: italic;
  border-top: 1px solid #e2e8f0;
}

/* Article Data & Comparison Tables */
.table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.article-data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14.5px;
}

.article-data-table th {
  background-color: #000435;
  color: #ffffff;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.article-data-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}

.article-data-table tr:nth-child(even) {
  background-color: #f8fafc;
}

.article-data-table tr:hover {
  background-color: #f1f5f9;
}

.table-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  background: #e2e8f0;
  color: #334155;
}

.table-badge.badge-highlight {
  background: #dbeafe;
  color: #1e40af;
}

/* Blockquote */
.article-blockquote {
  border-left: 4px solid #5c246f;
  background: #faf5ff;
  padding: 22px 26px;
  margin: 30px 0;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  font-size: 16.5px;
  color: #4a044e;
  position: relative;
}

.article-blockquote i {
  color: #c084fc;
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

/* Article Tags Cloud */
.article-tags-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.tags-label {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-tag-chip {
  background: #f1f5f9;
  color: #475569;
  font-size: 12.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  transition: var(--transition-fast);
}

.article-tag-chip:hover {
  background: #000435;
  color: #ffffff;
  border-color: #000435;
}

/* Author Box */
.article-author-card {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 26px;
  margin: 40px 0;
}

.author-card-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #000435;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.author-card-details h4 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}

.author-card-role {
  font-size: 12.5px;
  color: #0ea5e9;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.author-card-bio {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.55;
}

/* Prev / Next Article Navigation */
.article-prev-next-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
}

.nav-article-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  transition: var(--transition-fast);
}

.nav-article-card:hover {
  border-color: #000435;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.nav-article-card.nav-next {
  text-align: right;
  align-items: flex-end;
}

.nav-direction-label {
  font-size: 11.5px;
  font-weight: 800;
  color: #0ea5e9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.nav-article-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* -------------------- Blog Detail Sidebar Widgets -------------------- */
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sidebar-widget {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 26px 22px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.widget-title {
  font-size: 16.5px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.2px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f5f9;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.widget-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #000435;
}

/* Sidebar Search Widget */
.sidebar-search-box {
  display: flex;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  overflow: hidden;
}

.sidebar-search-input {
  flex-grow: 1;
  padding: 10px 14px;
  border: none;
  outline: none;
  font-family: var(--font-main);
  font-size: 13.5px;
  color: #1e293b;
}

.sidebar-search-btn {
  background: #000435;
  color: #ffffff;
  border: none;
  padding: 0 16px;
  cursor: pointer;
  transition: var(--transition-fast);
}

.sidebar-search-btn:hover {
  background: #5c246f;
}

/* Quick Consultation / Call Widget */
.consult-widget {
  background: linear-gradient(135deg, #000435 0%, #1e1b4b 100%);
  color: #ffffff;
  border: none;
  position: relative;
  overflow: hidden;
}

.consult-widget::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.2) 0%, transparent 70%);
  border-radius: 50%;
}

.consult-widget .widget-title {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.consult-widget .widget-title::after {
  background-color: #f59e0b;
}

.consult-desc {
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.55;
  margin-bottom: 18px;
}

.consult-phone-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  margin-bottom: 16px;
}

.consult-phone-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #fbbf24;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  display: block;
}

.consult-phone-number {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
  display: block;
  transition: var(--transition-fast);
}

.consult-phone-number:hover {
  color: #fbbf24;
}

.consult-btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f59e0b;
  color: #000435;
  font-weight: 800;
  font-size: 13.5px;
  padding: 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  transition: var(--transition-fast);
}

.consult-btn-call:hover {
  background: #d97706;
  color: #ffffff;
}

.consult-btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #25d366;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px;
  border-radius: 6px;
  transition: var(--transition-fast);
}

.consult-btn-whatsapp:hover {
  background: #1eb857;
}

/* Sidebar Categories Widget */
.widget-category-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.widget-category-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: #475569;
  background: #f8fafc;
  transition: var(--transition-fast);
}

.widget-category-item a:hover {
  background: #000435;
  color: #ffffff;
  padding-left: 16px;
}

.widget-category-item a:hover .cat-count {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.cat-count {
  font-size: 11.5px;
  font-weight: 700;
  background: #e2e8f0;
  color: #64748b;
  padding: 2px 8px;
  border-radius: 12px;
  transition: var(--transition-fast);
}

/* Sidebar Popular Posts Widget */
.widget-popular-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.widget-popular-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.popular-post-thumb {
  width: 68px;
  height: 68px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.popular-post-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.popular-post-title {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: var(--transition-fast);
}

.popular-post-title:hover {
  color: #0ea5e9;
}

.popular-post-date {
  font-size: 11.5px;
  color: #94a3b8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Sidebar PDF / Guide Download Widget */
.download-guide-widget {
  background: #faf5ff;
  border: 1px dashed #c084fc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.guide-icon-box {
  width: 48px;
  height: 48px;
  background: #5c246f;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 auto 12px;
}

.guide-title {
  font-size: 14.5px;
  font-weight: 800;
  color: #3b0764;
  margin-bottom: 6px;
}

.guide-desc {
  font-size: 12.5px;
  color: #6b21a8;
  margin-bottom: 14px;
  line-height: 1.4;
}

.btn-download-guide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #5c246f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  transition: var(--transition-fast);
}

.btn-download-guide:hover {
  background: #4c1d95;
  transform: translateY(-1px);
}

/* -------------------- Responsive Rules for Blog / Knowledge Base -------------------- */
@media (max-width: 1024px) {
  .blog-detail-grid {
    grid-template-columns: 1fr;
  }
  
  .blog-archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .archive-hero-title {
    font-size: 28px;
  }
  
  .archive-hero-desc {
    font-size: 14.5px;
  }
  
  .archive-controls-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blog-archive-grid {
    grid-template-columns: 1fr;
  }
  
  .blog-main-content {
    padding: 26px 20px;
  }
  
  .article-main-title {
    font-size: 24px;
  }
  
  .article-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .article-prev-next-nav {
    grid-template-columns: 1fr;
  }
  
  .nav-article-card.nav-next {
    text-align: left;
    align-items: flex-start;
  }
  
  .article-author-card {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }
}

/* ==========================================================================
   13. SERVICES & EDUCATION DETAIL PAGES (EHLİYET, SRC, DİREKSİYON)
   ========================================================================== */

/* -------------------- Page Hero Banner & Breadcrumb -------------------- */
.service-hero-banner {
  background: linear-gradient(135deg, #000435 0%, #0c1045 55%, #1e1346 100%);
  color: #ffffff;
  padding: 54px 0 46px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-hero-banner::after {
  content: '';
  position: absolute;
  top: -60%;
  right: -10%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(92, 36, 111, 0.32) 0%, rgba(0, 4, 53, 0) 70%);
  pointer-events: none;
}

.service-hero-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}

.service-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13.5px;
  color: #cbd5e1;
  font-weight: 500;
  margin-bottom: 18px;
}

.service-breadcrumb a {
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-fast);
}

.service-breadcrumb a:hover {
  color: #ffffff;
}

.service-breadcrumb .sep {
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
}

.service-breadcrumb .current {
  color: #c084fc;
  font-weight: 700;
}

.service-hero-title {
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.5px;
  line-height: 1.22;
  margin-bottom: 14px;
}

.service-hero-desc {
  font-size: 16.5px;
  color: #e2e8f0;
  max-width: 840px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.service-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #f8fafc;
  backdrop-filter: blur(4px);
}

.service-badge-pill i {
  color: #c084fc;
  font-size: 13px;
}

/* -------------------- Main Page Layout Grid -------------------- */
.service-detail-section {
  padding: 54px 0 80px;
  background-color: #f4f6f9;
}

.service-detail-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 32px;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}

/* -------------------- Main Content Column -------------------- */
.service-content-main {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.service-card-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 38px 40px;
  border: 1px solid #e5e9f2;
  box-shadow: 0 4px 20px rgba(0, 4, 53, 0.03);
}

.service-section-heading {
  font-size: 23px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-left: 16px;
}

.service-section-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 5px;
  background: linear-gradient(180deg, #5c246f 0%, #000435 100%);
  border-radius: 4px;
}

.service-text {
  font-size: 15.5px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 18px;
}

.service-text strong {
  color: #0f172a;
}

/* -------------------- Course / Class Cards Grid -------------------- */
.classes-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.class-detail-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 26px;
  transition: var(--transition-fast);
  display: flex;
  flex-direction: column;
}

.class-detail-card:hover {
  transform: translateY(-3px);
  border-color: #5c246f;
  box-shadow: 0 10px 24px rgba(92, 36, 111, 0.08);
  background: #ffffff;
}

.class-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.class-card-top-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, #000435 0%, #5c246f 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.class-card-title-wrap h3 {
  font-size: 18px;
  font-weight: 800;
  color: #000435;
  line-height: 1.3;
}

.class-card-title-wrap span {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
}

.class-card-desc {
  font-size: 14.5px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 18px;
  flex-grow: 1;
}

.class-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed #cbd5e1;
}

.class-pill {
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  background: #ede9fe;
  color: #5c246f;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.class-pill.age-pill {
  background: #e0f2fe;
  color: #0284c7;
}

.class-pill.vehicle-pill {
  background: #f1f5f9;
  color: #334155;
}

/* -------------------- Alert & Callout Boxes -------------------- */
.service-alert-info {
  background: #f5f3ff;
  border-left: 4px solid #5c246f;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 24px 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.service-alert-icon {
  color: #5c246f;
  font-size: 22px;
  margin-top: 2px;
  flex-shrink: 0;
}

.service-alert-content h4 {
  font-size: 16px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 6px;
}

.service-alert-content p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* Motokurye Alert Box */
.motokurye-box {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid #fcd34d;
  border-left: 5px solid #d97706;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 28px 0;
  position: relative;
}

.motokurye-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #d97706;
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.motokurye-box h4 {
  font-size: 18px;
  font-weight: 800;
  color: #78350f;
  margin-bottom: 8px;
}

.motokurye-box p {
  font-size: 14.5px;
  color: #92400e;
  line-height: 1.65;
  margin: 0;
}

/* -------------------- Simulator Feature Box -------------------- */
.simulator-box {
  background: linear-gradient(135deg, #000435 0%, #1e1b4b 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 34px;
  margin: 28px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 4, 53, 0.25);
}

.simulator-info h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #ffffff;
}

.simulator-info p {
  font-size: 14.5px;
  color: #cbd5e1;
  line-height: 1.65;
}

.sim-perks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.sim-perk-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #e2e8f0;
}

.sim-perk-item i {
  color: #38bdf8;
}

.simulator-stat-badge {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 22px 26px;
  border-radius: 10px;
  text-align: center;
  flex-shrink: 0;
}

.simulator-stat-badge i {
  font-size: 38px;
  color: #c084fc;
  margin-bottom: 8px;
}

.simulator-stat-badge span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

/* -------------------- Step-by-Step Timeline -------------------- */
.process-timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}

.process-timeline-item {
  display: flex;
  gap: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 22px 24px;
  transition: var(--transition-fast);
}

.process-timeline-item:hover {
  background: #ffffff;
  border-color: #5c246f;
  box-shadow: 0 4px 16px rgba(0, 4, 53, 0.05);
}

.timeline-step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #000435;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  flex-shrink: 0;
}

.timeline-step-content h4 {
  font-size: 17px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 6px;
}

.timeline-step-content p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* -------------------- Documents Grid -------------------- */
.documents-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.doc-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.doc-card-icon {
  color: #5c246f;
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.doc-card-info h5 {
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.doc-card-info p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.45;
  margin: 0;
}

/* -------------------- Comparison & Syllabus Tables -------------------- */
.service-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

.service-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.service-table thead {
  background: #000435;
  color: #ffffff;
}

.service-table th {
  padding: 16px 20px;
  font-weight: 700;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.service-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  vertical-align: middle;
}

.service-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.service-table tbody tr:hover {
  background: #f1f5f9;
}

.tbl-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.tbl-badge.success {
  background: #dcfce7;
  color: #15803d;
}

.tbl-badge.purple {
  background: #ede9fe;
  color: #5c246f;
}

.tbl-badge.blue {
  background: #e0f2fe;
  color: #0284c7;
}

/* -------------------- Steering Lesson Packages Grid -------------------- */
.driving-packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.driving-package-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: var(--transition-fast);
}

.driving-package-card.featured {
  border-color: #5c246f;
  box-shadow: 0 10px 30px rgba(92, 36, 111, 0.12);
  transform: translateY(-4px);
}

.driving-popular-tag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #5c246f;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 14px;
  border-radius: 20px;
}

.driving-pkg-top {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f1f5f9;
}

.driving-pkg-title {
  font-size: 19px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 6px;
}

.driving-pkg-hours {
  font-size: 13.5px;
  color: #5c246f;
  font-weight: 700;
}

.driving-pkg-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
  flex-grow: 1;
}

.driving-pkg-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: #475569;
  line-height: 1.45;
}

.driving-pkg-item i {
  color: #10b981;
  margin-top: 3px;
  font-size: 13px;
  flex-shrink: 0;
}

.btn-pkg-action {
  display: block;
  text-align: center;
  background: #000435;
  color: #ffffff;
  font-weight: 700;
  font-size: 13.5px;
  padding: 12px 20px;
  border-radius: 6px;
  transition: var(--transition-fast);
}

.driving-package-card.featured .btn-pkg-action {
  background: #5c246f;
}

.btn-pkg-action:hover {
  background: #0a0e5c;
  color: #ffffff;
  transform: translateY(-2px);
}

.driving-package-card.featured .btn-pkg-action:hover {
  background: #431752;
}

/* -------------------- Maneuver / Route Cards -------------------- */
.maneuvers-2col-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.maneuver-item-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  gap: 16px;
}

.maneuver-icon-badge {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #ede9fe;
  color: #5c246f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.maneuver-text-wrap h4 {
  font-size: 16px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 6px;
}

.maneuver-text-wrap p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* -------------------- FAQ Accordion -------------------- */
.faq-list-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 20px;
}

.faq-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition: var(--transition-fast);
}

.faq-card.open {
  border-color: #5c246f;
  background: #ffffff;
}

.faq-toggle-btn {
  width: 100%;
  padding: 18px 22px;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 15.5px;
  font-weight: 700;
  color: #000435;
  cursor: pointer;
  font-family: inherit;
}

.faq-chevron {
  color: #5c246f;
  font-size: 14px;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq-card.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-content-drawer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 22px;
}

.faq-card.open .faq-content-drawer {
  max-height: 500px;
  padding: 0 22px 20px;
}

.faq-content-drawer p {
  font-size: 14px;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

/* -------------------- Embedded Application Form -------------------- */
.service-form-card {
  background: linear-gradient(135deg, #000435 0%, #0c1045 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 38px 40px;
}

.service-form-card .form-heading {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #ffffff;
}

.service-form-card .form-subheading {
  font-size: 14px;
  color: #cbd5e1;
  margin-bottom: 24px;
}

.service-form-card .form-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.service-form-card .form-field {
  margin-bottom: 16px;
}

.service-form-card label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #e2e8f0;
}

.service-form-card input,
.service-form-card select,
.service-form-card textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  transition: var(--transition-fast);
}

.service-form-card input:focus,
.service-form-card select:focus,
.service-form-card textarea:focus {
  outline: none;
  border-color: #c084fc;
  background: rgba(255, 255, 255, 0.12);
}

.service-form-card select option {
  background: #000435;
  color: #ffffff;
}

.btn-service-submit {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #5c246f 0%, #8b2fb0 100%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--transition-fast);
}

.btn-service-submit:hover {
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(92, 36, 111, 0.4);
}

/* -------------------- Sidebar Widgets -------------------- */
.service-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 100px;
}

.sidebar-widget-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  border: 1px solid #e5e9f2;
  box-shadow: 0 4px 18px rgba(0, 4, 53, 0.03);
}

.sidebar-widget-heading {
  font-size: 17px;
  font-weight: 800;
  color: #000435;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #5c246f;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-widget-heading i {
  color: #5c246f;
  font-size: 15px;
}

/* Sidebar Navigation Menu */
.sidebar-links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-link-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
  transition: var(--transition-fast);
}

.sidebar-link-item a:hover {
  background: #000435;
  color: #ffffff;
  border-color: #000435;
  padding-left: 20px;
}

.sidebar-link-item.active a {
  background: #5c246f;
  color: #ffffff;
  border-color: #5c246f;
}

.sidebar-link-item a i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

.sidebar-link-item a:hover i {
  transform: translateX(4px);
}

/* Sidebar Contact Card (Dark Theme) */
.sidebar-dark-contact {
  background: linear-gradient(135deg, #000435 0%, #1e1b4b 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 4, 53, 0.2);
}

.sidebar-contact-avatar {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #c084fc;
}

.sidebar-dark-contact h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #ffffff;
}

.sidebar-dark-contact p {
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sidebar-call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #5c246f;
  color: #ffffff;
  padding: 13px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
  transition: var(--transition-fast);
}

.sidebar-call-btn:hover {
  background: #732d8c;
  color: #ffffff;
  transform: translateY(-2px);
}

.sidebar-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: var(--transition-fast);
}

.sidebar-whatsapp-btn:hover {
  background: #20ba59;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Sidebar Info List */
.sidebar-meta-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  color: #475569;
}

.sidebar-meta-row i {
  color: #5c246f;
  margin-top: 3px;
  font-size: 14px;
  flex-shrink: 0;
}

.sidebar-meta-row strong {
  color: #0f172a;
  display: block;
}

/* -------------------- Responsive Rules for Services Detail Pages -------------------- */
@media (max-width: 1024px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  
  .service-sidebar {
    position: static;
    margin-top: 20px;
  }
  
  .driving-packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .service-hero-banner {
    padding: 38px 0 32px;
  }
  
  .service-hero-title {
    font-size: 26px;
  }
  
  .service-hero-desc {
    font-size: 14.5px;
  }
  
  .service-card-box {
    padding: 24px 20px;
  }
  
  .classes-grid-2col,
  .documents-grid,
  .maneuvers-2col-grid,
  .driving-packages-grid,
  .sim-perks-grid,
  .service-form-card .form-grid-2col {
    grid-template-columns: 1fr;
  }
  
  .simulator-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .sim-perks-grid {
    text-align: left;
  }
}

/* ==========================================================================
   MASTER GLOBAL RESPONSIVE RULES (ALL PAGES & VIEWPORTS)
   ========================================================================== */

/* 1200px altı */
@media (max-width: 1200px) {
  .header-container,
  .content-container,
  .service-detail-container,
  .pricing-container,
  .legal-container,
  .archive-hero-container,
  .page-hero-container,
  .footer-container,
  .footer-bottom-container {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-menu {
    gap: 16px;
    margin-right: 16px;
  }
  .nav-link {
    font-size: 13px;
  }
  .top-bar-info {
    gap: 18px;
  }

  .pricing-usp-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .pricing-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  .installment-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  .service-grid {
    grid-template-columns: 1fr 320px;
    gap: 30px;
  }
}

/* 992px altı (Tablet & Mobil) */
@media (max-width: 992px) {
  .nav-menu {
    display: none !important;
  }
  .mobile-toggle {
    display: flex !important;
  }
  .btn-cta {
    display: none !important;
  }

  .top-bar-info .address-item,
  .top-bar-info .hours-item,
  .top-bar-socials .social-divider {
    display: none !important;
  }

  .slider-wrapper {
    height: 520px;
  }
  .slide-title {
    font-size: 34px;
  }

  /* Gridleri Tek Kolona İndir */
  .service-grid {
    grid-template-columns: 1fr !important;
    gap: 36px;
  }
  .service-sidebar {
    position: static !important;
    margin-top: 20px;
  }

  .legal-grid-layout {
    grid-template-columns: 1fr !important;
  }
  .legal-sidebar {
    position: static !important;
  }

  .blog-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .calc-grid {
    grid-template-columns: 1fr !important;
  }

  .solutions-grid,
  .blog-grid,
  .blog-archive-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .pricing-cards-grid {
    grid-template-columns: 1fr !important;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .installment-cards-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .contact-form-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-container {
    grid-template-columns: 1fr 1fr !important;
    gap: 36px;
  }

  .browser-guides-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 768px altı (Mobil Cihazlar) */
@media (max-width: 768px) {
  .header-container,
  .content-container,
  .service-detail-container,
  .pricing-container,
  .legal-container,
  .archive-hero-container,
  .page-hero-container,
  .footer-container,
  .footer-bottom-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .top-bar {
    font-size: 12px;
    padding: 7px 0;
  }

  .logo-img {
    height: 42px;
  }

  .slider-wrapper {
    height: 460px;
  }
  .slide-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .slide-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .slide-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .btn-slide {
    width: 100%;
    padding: 12px 18px;
    font-size: 13.5px;
  }
  .slider-arrow {
    display: none !important;
  }

  .solutions-grid,
  .blog-grid,
  .blog-archive-grid,
  .license-grid,
  .classes-grid-2col,
  .documents-grid,
  .maneuvers-2col-grid,
  .driving-packages-grid,
  .sim-perks-grid,
  .contact-cards-grid,
  .pricing-usp-grid,
  .article-prev-next-nav,
  .form-row,
  .service-form-card .form-grid-2col {
    grid-template-columns: 1fr !important;
  }

  .simulator-box {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding: 24px 20px;
  }
  .sim-perks-grid {
    text-align: left;
  }

  .service-hero-banner,
  .page-hero-banner,
  .archive-hero {
    padding: 36px 0 30px !important;
  }
  .service-hero-title,
  .banner-title,
  .archive-hero-title {
    font-size: 25px !important;
    line-height: 1.3 !important;
  }
  .service-hero-desc,
  .banner-subtitle,
  .archive-hero-desc {
    font-size: 14px !important;
  }

  .service-card-box,
  .legal-main-content,
  .blog-main-content,
  .official-fees-section,
  .calculator-section-card,
  .service-form-card,
  .form-inputs-pane,
  .form-info-pane {
    padding: 24px 18px !important;
  }

  .service-section-heading,
  .section-block-title,
  .article-main-title {
    font-size: 20px !important;
  }

  .pricing-nav-tabs {
    border-radius: 12px !important;
    padding: 6px !important;
    gap: 6px !important;
  }
  .price-tab-btn {
    width: 100% !important;
    justify-content: center !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 13.5px !important;
  }

  .installment-options-pills {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .table-responsive-wrapper,
  .service-table-wrap,
  .legal-info-table-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    display: block !important;
    border-radius: 8px;
  }

  .modern-fees-table,
  .service-table,
  .article-data-table,
  .legal-info-table {
    min-width: 540px !important;
  }

  .footer-container {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }
  .footer-bottom-container {
    flex-direction: column !important;
    text-align: center !important;
  }

  .archive-controls-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .filter-pills-group {
    justify-content: flex-start;
  }
  .archive-search-form {
    padding: 4px 4px 4px 16px;
  }
  .archive-search-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/* 480px altı (Küçük Telefonlar) */
@media (max-width: 480px) {
  .header-container,
  .content-container,
  .service-detail-container,
  .pricing-container,
  .legal-container,
  .archive-hero-container,
  .page-hero-container,
  .footer-container,
  .footer-bottom-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .logo-img {
    height: 36px !important;
  }

  .service-hero-title,
  .banner-title,
  .archive-hero-title,
  .slide-title {
    font-size: 22px !important;
  }

  .main-price-val {
    font-size: 28px !important;
  }
  .main-price-val .currency {
    font-size: 18px !important;
  }

  .pricing-card {
    padding: 28px 16px !important;
  }

  .service-badge-pill {
    font-size: 11.5px !important;
    padding: 5px 12px !important;
  }

  .installment-options-pills {
    grid-template-columns: 1fr 1fr !important;
  }

  .license-card {
    padding: 24px 16px 20px 32px !important;
  }
  .card-diamond-badge {
    left: -16px !important;
    width: 34px !important;
    height: 34px !important;
  }
  .card-diamond-badge i {
    font-size: 13px !important;
  }
}
