/* HAKKIMIZDA BÖLÜMÜ (3D GLASS LAYERED SHOWCASE STİLLERİ) */
.about-section {
  padding: 90px 0 110px 0;
  background: transparent;
}

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

/* Ortalanmış İkonlu Üst Başlık */
.about-centered-icon-header {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-centered-icon-header .header-icon-seal {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4C233C 0%, #2A1321 100%);
  color: #EBD8B8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 24px;
  border: 1px solid rgba(235, 216, 184, 0.4);
  box-shadow: 0 12px 28px rgba(76, 35, 60, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
}

.about-centered-icon-header:hover .header-icon-seal {
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 36px rgba(76, 35, 60, 0.35);
}

.about-centered-icon-header .about-subtitle {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #4C233C;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 8px 24px;
  background: #ffffff;
  border: 1px solid rgba(76, 35, 60, 0.12);
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.about-centered-icon-header .about-subtitle::before,
.about-centered-icon-header .about-subtitle::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #EBD8B8;
  border-radius: 50%;
  display: inline-block;
}

.about-centered-icon-header .about-desc {
  font-size: 14px;
  color: #555555;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
  font-weight: 400;
}

/* 3D KATMANLI GÖRSEL VE CAM KART DÜZENİ */
.about-glass-showcase {
  position: relative;
  width: 100%;
  min-height: 540px;
  display: flex;
  align-items: center;
}

/* Ana Görsel Katmanı (Ferah, Işıklı) */
.glass-visual-main {
  position: relative;
  width: 60%;
  height: 520px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid #EAEAEA;
}

.glass-visual-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.glass-visual-main:hover img {
  transform: scale(1.04);
}

.glass-visual-glow {
  display: none;
}

/* Resim İçi Yüzen Rozetler */
.glass-floating-widget {
  position: absolute;
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #EAEAEA;
  z-index: 3;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.glass-floating-widget.widget-top-left {
  top: 24px;
  left: 24px;
}

.glass-floating-widget.widget-bottom-left {
  bottom: 24px;
  right: 60px;
  left: auto;
  top: auto;
  z-index: 5;
}

.glass-floating-widget:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.widget-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(76, 35, 60, 0.08);
  color: #4C233C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.widget-icon.gold-glow {
  background: linear-gradient(135deg, #4C233C 0%, #2A1321 100%);
  color: #EBD8B8;
  border: 1px solid rgba(235, 216, 184, 0.4);
}

.widget-info {
  display: flex;
  flex-direction: column;
}

.widget-info strong {
  font-size: 13px;
  font-weight: 700;
  color: #1C1D21;
  line-height: 1.2;
}

.widget-info span {
  font-size: 11px;
  color: #666666;
  font-weight: 500;
}

/* Üzerine Binen Yüzen Hikaye Cam Kartı */
.glass-story-card {
  position: absolute;
  right: 0;
  width: 50%;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid #EAEAEA;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  padding: 42px 46px;
  z-index: 4;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.glass-story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.09);
  border-color: #DCDCDC;
}

.glass-mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #4C233C;
  background: rgba(76, 35, 60, 0.07);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.glass-story-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1C1D21;
  line-height: 1.35;
  margin-bottom: 16px;
}

.glass-story-card .accent-gold {
  color: #4C233C;
  position: relative;
}

.glass-story-card p {
  font-size: 13px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 24px;
}

/* Şehir Rozetleri */
.glass-cities-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(76, 35, 60, 0.1);
}

.cities-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #4C233C;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cities-pills-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.city-pill {
  font-size: 12px;
  font-weight: 700;
  color: #4C233C;
  background: #F8F5F1;
  padding: 6px 16px;
  border-radius: 14px;
  border: 1px solid rgba(76, 35, 60, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.city-pill i {
  color: #EBD8B8;
  background: #4C233C;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.city-pill:hover {
  background: #4C233C;
  color: #EBD8B8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-glass-showcase {
    flex-direction: column;
    min-height: auto;
    gap: 36px;
  }

  .glass-visual-main {
    width: 100%;
    height: 380px;
  }

  .glass-story-card {
    position: static;
    width: 100%;
    padding: 44px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Yazı Aralarını Açma (Tablet) */
  .glass-mini-tag {
    margin-bottom: 24px;
    padding: 8px 22px;
  }

  .glass-story-card h3 {
    text-align: center;
    font-size: 25px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .glass-story-card p {
    text-align: center;
    font-size: 15px;
    line-height: 1.95;
    margin-bottom: 32px;
  }

  .glass-cities-row {
    align-items: center;
    width: 100%;
    padding-top: 26px;
    gap: 14px;
  }

  .cities-title {
    justify-content: center;
    margin-bottom: 6px;
  }

  .cities-pills-wrap {
    justify-content: center;
    gap: 12px;
  }

  .glass-floating-widget.widget-top-left {
    top: 24px;
    left: 24px;
  }

  .glass-floating-widget.widget-bottom-left {
    bottom: 24px;
    left: auto;
    right: 24px;
  }
}

@media (max-width: 576px) {
  .about-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .glass-visual-main {
    height: 300px;
  }

  .glass-story-card {
    padding: 40px 22px;
    border-radius: 28px;
  }

  /* Yazı Aralarını Açma (Telefon) */
  .glass-mini-tag {
    margin-bottom: 24px;
    padding: 8px 20px;
  }

  .glass-story-card h3 {
    font-size: 23px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .glass-story-card p {
    font-size: 14.5px;
    line-height: 1.95;
    margin-bottom: 34px;
  }

  .glass-cities-row {
    padding-top: 24px;
    gap: 14px;
  }

  .cities-pills-wrap {
    gap: 10px;
  }

  .city-pill {
    padding: 8px 18px;
  }

  .glass-floating-widget {
    padding: 6px 12px;
    border-radius: 14px;
    gap: 8px;
  }

  .glass-floating-widget .widget-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
    border-radius: 8px;
  }

  .glass-floating-widget strong {
    font-size: 11px;
    line-height: 1.15;
  }

  .glass-floating-widget span {
    font-size: 9.5px;
  }

  .glass-floating-widget.widget-top-left {
    top: 14px;
    left: 14px;
  }

  .glass-floating-widget.widget-bottom-left {
    display: inline-flex;
    bottom: 14px;
    right: 14px;
    left: auto;
  }
}
