/* ====================================================
   Hakkımızda Sayfası
   /assets/hakkimizda.css
   ==================================================== */

.about-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* BREADCRUMB */
.about-breadcrumb-wrap {
  padding-top: 24px;
}

.about-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #C5C9D1;
  font-size: 13px;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.2s;
}
.about-breadcrumb:hover {
  opacity: 1;
  color: #FFD60A;
}

/* HERO */
.about-hero {
  text-align: center;
  padding: 40px 0 32px;
}

.about-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 214, 10, 0.08);
  border: 1px solid rgba(255, 214, 10, 0.25);
  padding: 6px 16px;
  border-radius: 100px;
  color: #FFD60A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.about-eyebrow-pill .dot {
  width: 6px;
  height: 6px;
  background: #FFD60A;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.about-hero-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px;
  letter-spacing: -1px;
}

.yellow-italic {
  color: #FFD60A;
  font-style: italic;
}

.yellow-text {
  color: #FFD60A;
}

.about-hero-description {
  color: #C5C9D1;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
}

/* ORTAK EYEBROW */
.about-eyebrow {
  color: #FFD60A;
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* ORTAK SECTION TITLE */
.about-section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 14px;
}

.about-section-header {
  text-align: center;
  margin-bottom: 28px;
}

/* HİKAYE BÖLÜMÜ */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 28px;
  align-items: center;
  padding: 32px 0;
}

.about-story-card {
  background: #FFD60A;
  border-radius: 16px;
  padding: 32px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-story-badge {
  display: inline-block;
  background: rgba(42, 45, 51, 0.15);
  color: #2A2D33;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  align-self: flex-start;
}

.about-story-years {
  color: #2A2D33;
  font-family: 'Sora', sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 0.9;
  margin-top: 18px;
}

.about-story-years-sub {
  color: #2A2D33;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
  margin-top: 8px;
}

.about-story-quote {
  background: rgba(42, 45, 51, 0.1);
  border-radius: 12px;
  padding: 14px 16px;
  border-left: 3px solid #2A2D33;
  margin-top: 20px;
}
.about-story-quote p {
  color: #2A2D33;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  font-style: italic;
  line-height: 1.5;
}
.about-story-quote span {
  display: block;
  color: #2A2D33;
  font-size: 11px;
  opacity: 0.7;
  margin-top: 6px;
}

/* Hikaye metni */
.about-story-text {
  padding: 12px 0;
}

.about-paragraph {
  color: #C5C9D1;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.about-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.about-badge {
  background: rgba(255, 214, 10, 0.1);
  color: #FFD60A;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(255, 214, 10, 0.25);
  transition: all 0.2s;
}
.about-badge:hover {
  background: rgba(255, 214, 10, 0.2);
  transform: translateY(-1px);
}

/* MİSYON + VİZYON */
.about-mv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #40444C;
  border-radius: 16px;
  overflow: hidden;
  background: #2A2D33;
  margin: 24px 0;
}

.about-mv-card {
  padding: 28px;
  border-right: 1px solid #40444C;
  background: #34373E;
}
.about-mv-card:last-child {
  border-right: none;
}

.about-mv-icon {
  background: #FFD60A;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.about-mv-icon i {
  color: #2A2D33;
  font-size: 28px;
}

.about-mv-title {
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}

.about-mv-text {
  color: #8B8F99;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* STAT BARI */
.about-stats {
  background: linear-gradient(135deg, #FFD60A 0%, #F5BB00 100%);
  padding: 28px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 24px 0;
}

.about-stat {
  text-align: center;
}

.about-stat-num {
  color: #2A2D33;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
}

.about-stat-label {
  color: #2A2D33;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-top: 4px;
  opacity: 0.75;
}

/* 3 PRENSİP */
.about-principles {
  padding: 32px 0;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-principle {
  background: #34373E;
  border: 1px solid #40444C;
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.2s;
}
.about-principle:hover {
  border-color: #FFD60A;
  transform: translateY(-3px);
  background: #3E4148;
}

.about-principle-icon {
  background: rgba(255, 214, 10, 0.1);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.about-principle:hover .about-principle-icon {
  background: rgba(255, 214, 10, 0.18);
  transform: scale(1.05);
}
.about-principle-icon i {
  color: #FFD60A;
  font-size: 32px;
}

.about-principle-title {
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.about-principle-text {
  color: #8B8F99;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* DETAYLI HAKKIMIZDA */
.about-detail {
  padding: 32px 0;
}

.about-detail-card {
  background: #34373E;
  border: 1px solid #40444C;
  border-left: 4px solid #FFD60A;
  border-radius: 14px;
  padding: 32px;
}

.about-detail-section {
  margin-bottom: 22px;
}
.about-detail-section:last-child {
  margin-bottom: 0;
}

.about-detail-heading {
  color: #FFD60A;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
}

.about-detail-text {
  color: #C5C9D1;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

/* CTA */
.about-cta {
  text-align: center;
  padding: 48px 32px;
  background: linear-gradient(180deg, #25272D 0%, #2A2D33 100%);
  border: 1px solid #40444C;
  border-radius: 16px;
  margin: 32px 0 48px;
}

.about-cta-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 12px;
}

.about-cta-subtitle {
  color: #8B8F99;
  font-size: 14px;
  margin: 0 0 24px;
}

.about-cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}
.about-cta-btn i {
  font-size: 18px;
}
.about-cta-btn.primary {
  background: #FFD60A;
  color: #2A2D33;
}
.about-cta-btn.primary:hover {
  background: #F5BB00;
  transform: translateY(-2px);
}
.about-cta-btn.secondary {
  background: transparent;
  border: 1.5px solid #FFD60A;
  color: #FFD60A;
}
.about-cta-btn.secondary:hover {
  background: rgba(255, 214, 10, 0.08);
  transform: translateY(-2px);
}

/* MOBİL */
@media (max-width: 1024px) {
  .about-story {
    grid-template-columns: 1fr;
  }
  
  .about-story-card {
    min-height: auto;
  }
  
  .about-mv {
    grid-template-columns: 1fr;
  }
  
  .about-mv-card {
    border-right: none;
    border-bottom: 1px solid #40444C;
  }
  .about-mv-card:last-child {
    border-bottom: none;
  }
  
  .about-principles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-page {
    padding: 0 16px;
  }
  
  .about-hero {
    padding: 24px 0;
  }
  
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 22px;
  }
  
  .about-story-card,
  .about-mv-card,
  .about-detail-card {
    padding: 22px;
  }
  
  .about-detail-card {
    border-left-width: 3px;
  }
  
  .about-cta {
    padding: 32px 22px;
  }
}
