/* ================================================
   MEKON ENERJİ — Hakkımızda Sayfası
   Premium + Sıradışı Etkileşimler
   ================================================ */

/* ========== PAGE HERO ========== */
.about-hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  max-height: 900px;
  overflow: hidden;
  background: var(--dark);
}

#aboutHeroParticles {
  position: absolute; inset: 0;
  z-index: 3;
  pointer-events: none;
}

.about-hero-bg {
  position: absolute; inset: 0;
}

.about-hero-bg-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: aboutHeroZoom 20s ease-in-out infinite alternate;
}

@keyframes aboutHeroZoom {
  0% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

.about-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(10,18,36,0.78) 0%, rgba(10,18,36,0.45) 50%, rgba(10,18,36,0.2) 100%);
  z-index: 1;
}

.about-hero-shapes {
  position: absolute; inset: 0;
  z-index: 2; pointer-events: none;
}
.about-hero-shape {
  position: absolute; border-radius: 50%;
  opacity: 0.06;
}
.about-hero-shape.shape-a {
  width: 500px; height: 500px;
  background: radial-gradient(circle, var(--primary), transparent 70%);
  top: -150px; right: -100px;
  animation: ctaFloat1 10s ease-in-out infinite;
}
.about-hero-shape.shape-b {
  width: 300px; height: 300px;
  background: radial-gradient(circle, var(--accent), transparent 70%);
  bottom: -100px; left: -80px;
  animation: ctaFloat2 12s ease-in-out infinite;
}
.about-hero-shape.shape-c {
  width: 200px; height: 200px;
  background: radial-gradient(circle, #6366f1, transparent 70%);
  top: 40%; left: 35%;
  animation: ctaFloat3 14s ease-in-out infinite;
}

.about-hero-inner {
  position: relative;
  z-index: 5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}

.about-hero-content {
  max-width: 720px;
}

.about-hero .hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 10px 22px; border-radius: 50px;
  color: rgba(255,255,255,0.95); font-weight: 600; font-size: 0.82rem;
  width: fit-content; letter-spacing: 0.03em; text-transform: uppercase;
  opacity: 0; transform: translateY(20px);
  animation: aboutFadeUp 0.7s 0.3s ease forwards;
}
.about-hero .hero-badge i { color: var(--accent); }

.about-hero h1 {
  color: #fff; font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.08; margin-top: 24px; font-weight: 800;
  letter-spacing: -0.03em;
}
.about-hero h1 span {
  color: var(--accent);
  position: relative;
}
.about-hero h1 span::after {
  content: '';
  position: absolute; bottom: -2px; left: 0;
  width: 100%; height: 4px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  animation: aboutUnderline 0.8s 1.2s ease forwards;
}

@keyframes aboutUnderline {
  to { transform: scaleX(1); }
}

.about-hero h1 .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px) rotateX(-50deg);
  animation: charDrop 0.6s ease forwards;
}

.about-hero .hero-desc {
  color: rgba(255,255,255,0.85); font-size: 1.08rem;
  max-width: 560px; margin-top: 22px; line-height: 1.75;
  opacity: 0; transform: translateY(20px);
  animation: aboutFadeUp 0.7s 0.7s ease forwards;
}

.about-hero .hero-btns {
  display: flex; gap: 14px; margin-top: 34px;
  opacity: 0; transform: translateY(20px);
  animation: aboutFadeUp 0.7s 0.9s ease forwards;
}

@keyframes aboutFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Stats card */
.about-hero-stats {
  position: absolute;
  right: max(calc((100% - 1240px) / 2), 4%);
  bottom: 80px;
  z-index: 10;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 24px 28px;
  display: flex;
  gap: 0;
  opacity: 0;
  transform: translateY(30px);
  animation: aboutFadeUp 0.8s 1.2s ease forwards;
}

.about-hero-stat-item {
  display: flex; align-items: center; gap: 12px;
  padding: 8px 16px;
}
.about-hero-stat-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--accent);
  flex-shrink: 0;
}
.about-hero-stat-item strong {
  display: block; color: #fff; font-size: 1.3rem; font-weight: 800;
  line-height: 1.2;
}
.about-hero-stat-item > div > span {
  display: block; color: rgba(255,255,255,0.5); font-size: 0.78rem;
  font-weight: 500; margin-top: 2px;
}
.about-hero-stat-divider {
  width: 1px; height: 40px;
  background: rgba(255,255,255,0.12);
  margin: auto 4px;
}

.about-scroll-hint {
  position: absolute; bottom: 30px; left: 50%;
  transform: translateX(-50%);
  z-index: 10; display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  color: rgba(255,255,255,0.5); font-size: 0.72rem;
  font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  animation: aboutFadeUp 0.7s 1.5s ease forwards;
}

/* ========== OUR STORY ========== */
.our-story {
  padding: 100px 0;
  background: var(--bg);
  overflow: hidden;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}

.story-images {
  position: relative;
  min-height: 560px;
}

.story-img-main {
  position: relative;
  width: 75%; height: 420px;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
  z-index: 2;
}
.story-img-main img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 6s ease;
}
.story-img-main:hover img { transform: scale(1.08); }

.story-img-secondary {
  position: absolute; bottom: 0; right: 0;
  width: 55%; height: 300px;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 5px solid var(--white);
  z-index: 3;
}
.story-img-secondary img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 6s ease;
}
.story-img-secondary:hover img { transform: scale(1.08); }

.story-experience-badge {
  position: absolute; top: 60%; left: 62%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: var(--primary);
  color: #fff;
  width: 130px; height: 130px;
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0,82,204,0.35), 0 0 0 6px rgba(0,82,204,0.15);
}
.story-exp-number span {
  font-size: 2.6rem; font-weight: 800;
}
.story-experience-badge p {
  font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-top: 4px; line-height: 1.3; opacity: 0.9;
}

.story-dot-grid {
  position: absolute; top: -20px; right: 20px;
  width: 100px; height: 100px;
  z-index: 1;
  background-image: radial-gradient(circle, var(--primary) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.15;
}

.story-text .section-tag { margin-bottom: 14px; }
.story-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800; line-height: 1.15;
  color: var(--dark); margin-bottom: 18px;
}
.story-text h2 span { color: var(--primary); }

.story-divider {
  width: 60px; height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  margin-bottom: 20px;
}

.story-lead {
  color: var(--text); font-size: 1.05rem;
  line-height: 1.8; margin-bottom: 14px;
}
.story-lead strong { color: var(--primary); }
.story-text > p {
  color: var(--text-light); line-height: 1.75; margin-bottom: 14px;
  font-size: 0.95rem;
}

/* ========== MISSION & VISION ========== */
.mission-vision {
  padding: 100px 0;
  background: var(--dark);
  color: #fff;
  overflow: hidden;
}

.mission-vision .section-tag {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
}
.mission-vision .section-header h2 { color: #fff; }
.mission-vision .section-header h2 span { color: var(--accent); }

.mv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 52px;
}

.mv-card {
  padding: 40px 32px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 800px;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.mv-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(0,123,255,0.3);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.mv-card .shimmer-effect {
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg, transparent 40%,
    rgba(255,255,255,0.04) 45%,
    rgba(255,255,255,0.08) 50%,
    rgba(255,255,255,0.04) 55%,
    transparent 60%
  );
  background-size: 250% 100%;
  background-position: 200% 0;
  pointer-events: none; z-index: 0;
}
.mv-card:hover .shimmer-effect {
  animation: shimmerSweep 0.8s ease forwards;
}

.mv-icon {
  width: 80px; height: 80px;
  margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(0,123,255,0.2), rgba(0,123,255,0.08));
  color: var(--accent);
  border-radius: 20px;
  font-size: 2rem;
  transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
  position: relative; z-index: 1;
}
.mv-card:hover .mv-icon {
  transform: scale(1.12) rotate(4deg);
  background: linear-gradient(135deg, var(--primary), #3b82f6);
  color: #fff;
  box-shadow: 0 8px 25px rgba(0,82,204,0.4);
}

.mv-card h3 {
  font-size: 1.35rem; font-weight: 700;
  color: #fff; margin-bottom: 14px;
  position: relative; z-index: 1;
}
.mv-card > p {
  font-size: 0.94rem; line-height: 1.75;
  color: rgba(255,255,255,0.6);
  position: relative; z-index: 1;
  margin-bottom: 24px;
}

.mv-accent-line {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  margin: 0 auto;
  position: relative; z-index: 1;
  transition: width 0.4s ease;
}
.mv-card:hover .mv-accent-line {
  width: 100px;
}

/* ========== WHY US ========== */
.why-us {
  padding: 100px 0;
  background: var(--bg);
  overflow: hidden;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.why-card {
  padding: 36px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 800px;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.why-card:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-lg);
}

.why-icon {
  width: 72px; height: 72px;
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 18px;
  font-size: 1.8rem;
  transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
  position: relative; z-index: 1;
}
.why-card:hover .why-icon {
  transform: scale(1.12) rotate(4deg);
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 25px rgba(0,82,204,0.3);
}

.why-card h4 {
  font-size: 1.15rem; font-weight: 700;
  color: var(--dark); margin-bottom: 10px;
  position: relative; z-index: 1;
}
.why-card > p {
  font-size: 0.92rem; line-height: 1.7;
  color: var(--text-light);
  position: relative; z-index: 1;
}

/* ========== ABOUT STATS ========== */
.about-stats {
  padding: 100px 0;
  background: var(--white);
  overflow: hidden;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.stat-card {
  padding: 40px 30px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 800px;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.stat-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-lg);
}

.stat-card-icon {
  width: 68px; height: 68px;
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 50%;
  font-size: 1.6rem;
  transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease;
}
.stat-card:hover .stat-card-icon {
  transform: scale(1.12);
  background: var(--primary);
  color: #fff;
}

.stat-card-number {
  font-size: 2.8rem; font-weight: 800;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-card > p {
  font-size: 0.92rem;
  color: var(--text-light);
  font-weight: 600;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1100px) {
  .about-hero-stats {
    position: relative;
    right: auto; bottom: auto;
    margin-top: 40px;
    animation-delay: 1s;
  }
  .about-hero-inner { padding-bottom: 40px; }
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-images { min-height: 460px; }
  .mv-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .about-hero {
    min-height: 580px;
    max-height: none;
    height: auto;
    padding-bottom: 40px;
  }
  .about-hero-inner { padding-top: 120px; }
  .about-hero h1 { font-size: clamp(1.8rem, 7vw, 2.6rem); }
  .about-hero .hero-btns { flex-direction: column; }
  .about-scroll-hint { display: none; }
  .about-hero-stats {
    position: relative;
    right: auto; bottom: auto;
    margin-top: 30px;
    flex-direction: column;
    gap: 0; padding: 20px;
  }
  .about-hero-stat-divider {
    width: 100%; height: 1px;
    margin: 8px 0;
  }
  .why-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .story-img-main { width: 70%; height: 340px; }
  .story-img-secondary { width: 55%; height: 240px; }
  .story-experience-badge { width: 110px; height: 110px; }
  .story-exp-number span { font-size: 2rem; }
}

@media (max-width: 480px) {
  .about-hero h1 { font-size: 1.8rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .mv-icon { width: 68px; height: 68px; font-size: 1.75rem; }
}
