/* ==========================================================================
   YABIZ ABOUT SECTION (HAKKIMIZDA) - STYLESHEET
   Birebir Referans Tasarımı + Cilalı Ben Dili + Vektörel İkonlar
   ========================================================================== */

.yabiz-about-wrapper {
  max-width: 1320px;
  margin: 2rem auto 4rem auto;
  padding: 0 1.25rem;
}

.yabiz-about-card {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 2.5rem 1.5rem;
}

@media (min-width: 992px) {
  .yabiz-about-card {
    padding: 3.5rem 4rem;
  }
}

.yabiz-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 992px) {
  .yabiz-about-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 4rem;
  }
}

/* Sol İçerik */
.yabiz-about-content {
  display: flex;
  flex-direction: column;
}

.yabiz-about-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b39243;
  margin-bottom: 0.75rem;
}

.yabiz-about-title {
  font-family: var(--nav-font, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  color: #431f28; /* Referanstaki zarif koyu bordo/mürdüm tonu */
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.yabiz-about-desc {
  font-size: clamp(0.92rem, 1.1vw, 1.02rem);
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.15rem;
  font-weight: 450;
}

.yabiz-about-desc strong {
  color: #1f2937;
  font-weight: 600;
}

.yabiz-about-desc:last-of-type {
  margin-bottom: 1.75rem;
}

/* Hızlı Değer Rozetleri */
.yabiz-about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.yabiz-about-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  background-color: #fafaf9;
  border: 1px solid #e7e5e4;
  font-size: 0.84rem;
  font-weight: 600;
  color: #44403c;
  transition: all 0.2s ease;
}

.yabiz-about-chip i {
  color: #b39243;
  font-size: 1rem;
}

.yabiz-about-chip:hover {
  background-color: #fefce8;
  border-color: #fde047;
  color: #854d0e;
  transform: translateY(-1px);
}

/* Buton */
.yabiz-about-btn {
  align-self: flex-start;
}

/* Sağ Görsel Alanı */
.yabiz-about-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.12);
}

.yabiz-about-img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.yabiz-about-visual:hover .yabiz-about-img {
  transform: scale(1.025);
}

/* Görsel Üzerindeki Yüzen Rozet (Floating Badge) */
.yabiz-about-floating-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.85rem 1.25rem;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.yabiz-about-floating-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #c5a85c 0%, #b39243 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.yabiz-about-floating-text h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1c1917;
  margin: 0;
  line-height: 1.2;
}

.yabiz-about-floating-text p {
  font-size: 0.78rem;
  color: #78716c;
  margin: 0;
}

@media (max-width: 768px) {
  .yabiz-about-card {
    padding: 2rem 1.25rem;
  }
  
  .yabiz-about-floating-badge {
    bottom: 0.75rem;
    left: 0.75rem;
    padding: 0.6rem 0.9rem;
  }

  .yabiz-about-floating-icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .yabiz-about-floating-text h4 {
    font-size: 0.82rem;
  }

  .yabiz-about-floating-text p {
    font-size: 0.72rem;
  }
}
