/* css/about-improvements.css */

/* Page scope */
.about-page .ta-about-hero {
  position: relative;
  padding: 82px 0 64px;
  background:
    linear-gradient(180deg, rgba(2,6,23,.35), rgba(2,6,23,.55)),
    url('../images/hakkimizda-bg.png') center/cover no-repeat;
}

.about-page .ta-about-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 420px at 20% 0%, rgba(231,76,60,.18), transparent),
              radial-gradient(900px 420px at 80% 0%, rgba(52,152,219,.18), transparent);
  opacity: .9;
}

.about-page .ta-about-hero-content {
  position: relative;
  z-index: 2;
}

.about-page .ta-about-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
  margin-bottom: 14px;
}

.about-page .ta-about-breadcrumb a {
  color: rgba(255,255,255,.92);
  text-decoration: none;
}

.about-page .ta-about-breadcrumb a:hover {
  text-decoration: underline;
}

.about-page .ta-about-title {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: .3px;
  margin: 0 0 10px;
}

.about-page .ta-about-subtitle {
  margin: 0 auto;
  max-width: 920px;
  color: rgba(255,255,255,.92);
  font-size: 18px;
}

.about-page .ta-about-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 18px;
}

.about-page .ta-btn-ghost {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  color: #fff;
}

.about-page .ta-btn-ghost:hover {
  background: rgba(255,255,255,.16);
  color: #fff;
}

.about-page .ta-about-hero-note {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(15,23,42,.35);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.92);
  max-width: 980px;
}

.about-page .ta-about-main {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 72%);
}

/* Page navigation */
.about-page .ta-about-nav {
  position: sticky;
  top: 0;
  z-index: 9;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e7eb;
}

.about-page .ta-about-nav-inner {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 0;
}

.about-page .ta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
}

.about-page .ta-pill:hover {
  border-color: #cbd5e1;
  text-decoration: none;
}

/* Sections */
.about-page .ta-section {
  padding: 52px 0;
}

.about-page .ta-section--light {
  background: rgba(255,255,255,.75);
}

.about-page .ta-section-head {
  margin-bottom: 18px;
}

.about-page .ta-h2 {
  font-weight: 900;
  letter-spacing: .2px;
  margin: 0 0 10px;
}

.about-page .ta-h3 {
  font-weight: 800;
  margin: 0 0 8px;
}

.about-page .ta-muted {
  color: #6b7280;
}

/* Who */
.about-page .ta-about-img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 40px rgba(2,6,23,.08);
}

.about-page .ta-mini-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0 10px;
}

.about-page .ta-mini-actions .btn {
  border-radius: 999px;
}

.about-page .ta-about-quickfacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.about-page .ta-qf {
  display: flex;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 30px rgba(2,6,23,.06);
}

.about-page .ta-qf i {
  font-size: 22px;
  color: #ef4444;
  margin-top: 2px;
}

.about-page .ta-qf-title {
  font-weight: 800;
  color: #0f172a;
}

.about-page .ta-qf-text {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}

/* Cards */
.about-page .ta-cards {
  margin-top: 10px;
}

.about-page .ta-card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 40px rgba(2,6,23,.08);
  margin-bottom: 16px;
}

.about-page .ta-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(231,76,60,.10);
  border: 1px solid rgba(231,76,60,.20);
  color: #ef4444;
  flex: 0 0 auto;
}

.about-page .ta-card-icon i {
  font-size: 22px;
}

/* Values */
.about-page .ta-values-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.about-page .ta-value {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 36px rgba(2,6,23,.06);
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.about-page .ta-value-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59,130,246,.10);
  border: 1px solid rgba(59,130,246,.18);
  color: #2563eb;
  flex: 0 0 auto;
}

.about-page .ta-value-text {
  font-weight: 800;
  color: #0f172a;
}

/* Timeline */
.about-page .ta-timeline {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.about-page .ta-timeline:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e7eb;
}

.about-page .ta-timeline-item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
}

.about-page .ta-timeline-item.is-last {
  padding-bottom: 0;
}

.about-page .ta-timeline-year {
  width: 70px;
  text-align: center;
  font-weight: 900;
  color: #0f172a;
  position: relative;
}

.about-page .ta-timeline-year:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid #ef4444;
  box-shadow: 0 10px 22px rgba(239,68,68,.18);
}

.about-page .ta-timeline-card {
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 40px rgba(2,6,23,.08);
  padding: 16px;
}

.about-page .ta-timeline-title {
  font-weight: 900;
  margin-bottom: 6px;
}

/* Partners */
.about-page .ta-partners {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.about-page .ta-partner {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(2,6,23,.06);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
}

.about-page .ta-partner-img {
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
}

/* CTA */
.about-page .ta-cta {
  max-width: 1120px;
  margin: 18px auto 0;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 40px rgba(2,6,23,.08);
}

.about-page .ta-cta-title {
  font-weight: 900;
  color: #0f172a;
}

.about-page .ta-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.about-page .ta-cta-actions .btn {
  border-radius: 999px;
}

/* Toast (copy link) */
.about-page .ta-toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(15,23,42,.92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 18px 40px rgba(2,6,23,.24);
  z-index: 9999;
  transition: opacity .14s, transform .14s;
  pointer-events: none;
}

.about-page .ta-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .about-page .ta-about-title { font-size: 36px; }
  .about-page .ta-about-quickfacts { grid-template-columns: 1fr; }
  .about-page .ta-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-page .ta-partners { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .about-page .ta-about-title { font-size: 30px; }
  .about-page .ta-values-grid { grid-template-columns: 1fr; }
  .about-page .ta-partners { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
