@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --brand-color: #e61b23; 
  --text-dark: #0f0f12;
}

.blog-hero { 
    background-image: url('~/img/Loading.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    text-align: center;
    padding: 150px 0 120px; 
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(43, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.blog-hero .container {
    position: relative;
    z-index: 2;
}
.blog-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 56px;
    line-height: 100%;
    color: #fff;
    margin: 0;
}

.feature-detail {
  background: white;
  padding: 80px 0 120px;
}
.fd-inner {
    display: flex;
    flex-wrap: wrap; 
}

.fd-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 32px; 
  border: none;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 24px; 
  text-align: left;
}

.fd-item-left { display: flex; align-items: center; gap: 20px; }

.fd-item .fd-icon { width: 32px; height: 32px; flex-shrink: 0; }
.fd-item .fd-icon img { width: 100%; height: 100%; object-fit: contain; }

/* İkon Rengi Ayarı (SVG Filter) */
.fd-item:not(.active) .fd-icon img { filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(7500%) hue-rotate(355deg) brightness(103%) contrast(103%); }
.fd-item.active .fd-icon img { filter: brightness(0) invert(1); }

/* Buton Yazısı Büyütüldü */
.fd-item .fd-text { 
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #333; 
}

.fd-item.active { background: var(--brand-color); color: #fff; transform: translateX(5px); }
.fd-item.active .fd-text { color: #fff; font-weight: 500; }

.fd-content {
  background: #fff;
  padding: 10px 0 0 40px; 
  margin-left: 0;
  border: none;
}

@media (min-width: 992px) {
  .fd-content {
    padding-left: 80px;
    margin-left: 60px;
  }
}

.fd-content h3 {
  margin: 0 0 30px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.3;
  color: var(--text-dark);
  position: relative;
  padding-left: 30px; 
}

.fd-content h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background: var(--brand-color);
}

.fd-content p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.8;
  color: var(--text-dark);
}

.fd-arrow { 
  display: none;
  position: relative;
  width: 12px;
  height: 12px;
}
.fd-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid #333;
    border-top: none;
    border-left: none;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.3s ease;
}
.fd-item.active .fd-arrow::before {
    border-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 991px) {
  
  .blog-hero h1 { font-size: 36px; }
  .feature-detail { padding: 40px 0; }
  /* DÜZELTME: Padding 0 !important kaldırıldı, yerine 20px eklendi */
  .feature-detail .container { 
      padding-left: 24px !important; 
      padding-right: 24px !important; 
  }
  .page-features .feature-detail .container {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
  }
  .feature-detail .row.fd-inner { margin-left: 0; margin-right: 0; }
  .fd-item .fd-arrow { display: block; }

  .fd-sidebar { 
    order: 1; 
    padding: 0;
    width: 100%;
  }
  .page-features .fd-sidebar {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
  }

  .fd-item { 
      padding: 14px 18px;
      margin-bottom: 10px;
  }
  .page-features .fd-item {
      border-radius: 14px;
      width: 100%;
  }
  .fd-item .fd-icon { width: 22px; height: 22px; }
  .fd-item .fd-text { font-size: 15px; font-weight: 500; }

  .fd-content { 
      order: 2; 
      margin-bottom: 10px;
      padding: 22px 18px 32px 22px; 
      width: 100%;
      display: none; 
  }
  .page-features .fd-content {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 18px;
      background: #fff;
  }

  .fd-content h3 { 
      font-size: 22px;
      padding-left: 15px; 
      margin-bottom: 15px;
  }
  .fd-content h3::before { width: 3px; }

  .fd-content p { 
      font-size: 15px;
      line-height: 1.6;
  }

  .fd-content[style*="display: block"] { display: block !important; }
}