﻿/* ============================================
   KURUMSAL (ABOUT) PAGE
   ============================================ */

.about-page {
  padding-top: 22px;
  padding-bottom: 80px;
}



/* ── Page heading ── */
.about-page-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebeb;
}

.about-page-head-text h1 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 0 14px;
}

.about-page-head-text h1 em {
  font-style: normal;
  color: #e8a50f;
}

.about-page-head-text p {
  font-size: 15.5px;
  color: #666666;
  line-height: 1.75;
  margin: 0;
}

/* Highlights list on the right of the heading */
.about-head-highlights {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.about-head-highlight {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid #f3f3f3;
}

.about-head-highlight:last-child { border-bottom: none; }

.about-head-highlight i {
  font-size: 18px;
  color: #e8a50f;
  flex-shrink: 0;
  margin-top: 1px;
}

.about-head-highlight strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 2px;
}

.about-head-highlight span {
  font-size: 12.5px;
  color: #888888;
  line-height: 1.5;
}

/* ── Intro split ── */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 52px;
}

.about-intro-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-intro-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 28px;
  padding: 0 12px;
  border-radius: 7px;
  background: rgba(232, 165, 15, 0.1);
  color: #c48c00;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: fit-content;
}

.about-intro-label i { font-size: 12px; }

.about-intro-text h2 {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.3px;
  line-height: 1.25;
  margin: 0;
}

.about-intro-text p {
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
  margin: 0;
}

.about-intro-text p strong {
  color: #111111;
  font-weight: 700;
}

.about-intro-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 20px;
  border-radius: 9px;
  background: #111111;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  margin-top: 4px;
  transition: background 0.15s;
}

.about-intro-cta:hover { background: #e8a50f; color: #ffffff; }
.about-intro-cta i { font-size: 14px; }

.about-intro-media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #111111;
  position: relative;
}

.about-intro-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-intro-media-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 32px;
  padding: 0 13px;
  border-radius: 8px;
  background: rgba(255,255,255,0.95);
  color: #111111;
  font-size: 12.5px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.about-intro-media-badge i { color: #e8a50f; font-size: 13px; }

/* ── Stats strip ── */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 56px;
}

.about-stat {
  background: #ffffff;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-stat-number {
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -1px;
  line-height: 1;
}

.about-stat-number span {
  color: #e8a50f;
}

.about-stat-label {
  font-size: 13px;
  color: #888888;
  font-weight: 500;
  line-height: 1.4;
}

/* ── Story section ── */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #ebebeb;
}

.about-story-sticky {
  position: sticky;
  top: 90px;
}

.about-section-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #e8a50f;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}

.about-story-sticky h2 {
  font-size: clamp(22px, 2.3vw, 28px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin: 0 0 20px;
}

.about-story-sticky p {
  font-size: 14.5px;
  color: #666666;
  line-height: 1.75;
  margin: 0 0 24px;
}

/* Mini image inside sticky column */
.about-story-img {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f0f0f0;
  margin-bottom: 20px;
}

.about-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Feature bullets in sticky column */
.about-story-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-story-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: #333333;
}

.about-story-feature i {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(232, 165, 15, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #e8a50f;
  flex-shrink: 0;
}

.about-story-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-story-content p {
  font-size: 15px;
  color: #444444;
  line-height: 1.85;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}

.about-story-content p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-story-content p strong {
  color: #111111;
}

/* ── Values grid ── */
.about-values {
  margin-bottom: 56px;
}

.about-values-head {
  margin-bottom: 24px;
}

.about-values-head h2 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.3px;
  margin: 0;
}

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

.about-value-card {
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 26px 24px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.18s, border-color 0.18s;
}

.about-value-card:hover {
  border-color: #cccccc;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.about-value-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(232, 165, 15, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #e8a50f;
  flex-shrink: 0;
}

.about-value-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  margin: 0;
  letter-spacing: -0.1px;
}

.about-value-card p {
  font-size: 13.5px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* ── Export countries ── */
.about-exports {
  margin-bottom: 48px;
}

.about-exports-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.about-exports-head h2 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: #111111;
  letter-spacing: -0.3px;
  margin: 0;
}

.about-exports-head span {
  font-size: 13px;
  color: #aaaaaa;
  font-weight: 500;
}

.about-exports-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-export-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 1;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.about-export-chip:hover {
  border-color: #cccccc;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.about-export-chip-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
  border-radius: 4px;
  background: #f0f0f0;
  font-size: 10px;
  font-weight: 800;
  color: #555555;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  line-height: 1;
}

/* ── CTA band ── */
.about-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 36px;
  background: #111111;
  border-radius: 16px;
}

.about-cta-text strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
  letter-spacing: -0.2px;
}

.about-cta-text span {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

.about-cta-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.about-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  background: #e8a50f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
}

.about-cta-primary:hover { background: #cf9108; color: #ffffff; }

.about-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  border: 1.5px solid rgba(255,255,255,0.2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
  white-space: nowrap;
}

.about-cta-secondary:hover {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
  color: #ffffff;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .about-story { grid-template-columns: 1fr; gap: 32px; }
  .about-story-sticky { position: static; }
  .about-page-head { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 767px) {
  .about-intro { grid-template-columns: 1fr; gap: 24px; }
  .about-values-grid { grid-template-columns: 1fr; gap: 10px; }
  .about-cta-band { flex-direction: column; align-items: flex-start; padding: 24px 22px; }
  .about-cta-actions { flex-direction: column; width: 100%; }
  .about-cta-primary,
  .about-cta-secondary { justify-content: center; }
}

@media (max-width: 575px) {
  .about-page { padding-top: 14px; padding-bottom: 52px; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .about-page-head h1 { font-size: 26px; }
}
