/* =========================================================================
   About Us — production redesign (GameOn)
   Self-contained, uses shared foundation tokens (theme/foundation.css).
   ========================================================================= */

.about-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  font-family: "Poppins", sans-serif;
}

/* Shared bits ------------------------------------------------------------- */
.about-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--go-primary-dark);
  background: var(--go-primary-light);
  padding: 0.4rem 0.95rem;
  border-radius: var(--go-radius-pill);
  margin-bottom: 1rem;
}

.about-heading {
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--go-dark);
  margin: 0 0 0.85rem;
}
.about-heading span { color: var(--go-primary); }

.about-subtitle {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--go-muted);
  margin: 0;
}

.about-text {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--go-muted);
  margin: 0 0 1rem;
}

.about-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

/* Buttons ---------------------------------------------------------------- */
.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.8rem;
  border-radius: var(--go-radius-pill);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--go-ease), box-shadow 0.2s var(--go-ease), background 0.2s var(--go-ease), color 0.2s var(--go-ease);
}
.about-btn:hover { transform: translateY(-2px); text-decoration: none; }
.about-btn--primary {
  background: var(--go-grad-primary);
  color: #fff;
  box-shadow: 0 8px 22px rgba(13, 151, 233, 0.4);
}
.about-btn--primary:hover { color: #fff; box-shadow: 0 12px 30px rgba(13, 151, 233, 0.5); }
.about-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.about-btn--ghost:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
.about-btn--light { background: #fff; color: var(--go-primary-dark); }
.about-btn--light:hover { color: var(--go-primary-dark); }
.about-btn--outline-light { background: transparent; border-color: rgba(255, 255, 255, 0.6); color: #fff; }
.about-btn--outline-light:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }

/* ============================== HERO ==================================== */
.about-hero {
  position: relative;
  overflow: hidden;
  background: var(--go-grad-hero);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(6rem, 11vw, 9rem);
  font-family: "Poppins", sans-serif;
}
.about-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
}
.about-hero__glow--1 {
  width: 460px; height: 460px;
  top: -160px; right: -120px;
  background: radial-gradient(circle, rgba(13, 151, 233, 0.75) 0%, transparent 70%);
}
.about-hero__glow--2 {
  width: 380px; height: 380px;
  bottom: -140px; left: -100px;
  background: radial-gradient(circle, rgba(255, 206, 0, 0.28) 0%, transparent 70%);
}
.about-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.about-hero__eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.4rem 0.95rem;
  border-radius: var(--go-radius-pill);
  margin-bottom: 1.15rem;
}
.about-hero__title {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 1.1rem;
}
.about-hero__title span { color: var(--go-accent); }
.about-hero__lead {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 560px;
  margin: 0 0 1.75rem;
}
.about-hero__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }

.about-hero__media { position: relative; }
.about-hero__frame {
  position: relative;
  border-radius: var(--go-radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  aspect-ratio: 4 / 3.2;
  background: rgba(255, 255, 255, 0.05);
}
.about-hero__image { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-hero__badge {
  position: absolute;
  left: -14px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: #fff;
  color: var(--go-dark);
  padding: 0.7rem 1.05rem;
  border-radius: var(--go-radius);
  box-shadow: var(--go-shadow-md);
}
.about-hero__badge .material-symbols-outlined {
  font-size: 1.9rem;
  color: var(--go-primary);
}
.about-hero__badge strong { display: block; font-size: 0.95rem; line-height: 1.1; }
.about-hero__badge small { color: var(--go-muted); font-size: 0.8rem; }

/* ============================== STATS =================================== */
.about-stats-wrap {
  position: relative;
  z-index: 2;
  margin-top: clamp(-5.5rem, -7vw, -4rem);
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border: 1px solid var(--go-border);
  border-radius: var(--go-radius-lg);
  box-shadow: var(--go-shadow-md);
  padding: clamp(1.25rem, 3vw, 2rem) 1rem;
}
.about-stat {
  text-align: center;
  padding: 0.5rem 0.85rem;
  border-right: 1px solid var(--go-line);
}
.about-stat:last-child { border-right: none; }
.about-stat__num {
  display: block;
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  background: var(--go-grad-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-stat__label {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--go-muted);
}

/* ============================== STORY ================================== */
.about-story__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.about-story__image {
  width: 100%;
  border-radius: var(--go-radius-xl);
  box-shadow: var(--go-shadow-md);
  display: block;
  object-fit: cover;
}
.about-checks { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.about-checks li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 0;
  font-weight: 600;
  color: var(--go-ink);
}
.about-checks .material-symbols-outlined { color: var(--go-success); font-size: 1.35rem; }

/* ============================ FEATURES ================================= */
.about-offer { background: var(--go-surface-alt); }
.about-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.about-feature {
  background: #fff;
  border: 1px solid var(--go-border);
  border-radius: var(--go-radius-lg);
  padding: 1.75rem 1.6rem;
  box-shadow: var(--go-shadow);
  transition: transform 0.3s var(--go-ease), box-shadow 0.3s var(--go-ease), border-color 0.3s var(--go-ease);
}
.about-feature:hover {
  transform: translateY(-6px);
  box-shadow: var(--go-shadow-hover);
  border-color: rgba(13, 151, 233, 0.3);
}
.about-feature__icon {
  width: 54px; height: 54px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--go-grad-primary);
  color: #fff;
  margin-bottom: 1.1rem;
  box-shadow: 0 8px 18px rgba(13, 151, 233, 0.32);
}
.about-feature__icon .material-symbols-outlined { font-size: 1.65rem; }
.about-feature__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--go-dark);
  margin: 0 0 0.5rem;
}
.about-feature__text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--go-muted);
  margin: 0;
}

/* ========================= MISSION & VISION ============================ */
.about-mv__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.about-mv__card {
  position: relative;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: var(--go-radius-lg);
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid var(--go-border);
  box-shadow: var(--go-shadow);
  transition: transform 0.3s var(--go-ease), box-shadow 0.3s var(--go-ease);
}
.about-mv__card:hover { transform: translateY(-5px); box-shadow: var(--go-shadow-hover); }
.about-mv__card--mission { border-top: 4px solid var(--go-primary); }
.about-mv__card--vision { border-top: 4px solid var(--go-accent); }
.about-mv__icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 1.1rem;
}
.about-mv__card--mission .about-mv__icon { background: var(--go-grad-primary); box-shadow: 0 8px 18px rgba(13, 151, 233, 0.32); }
.about-mv__card--vision .about-mv__icon { background: linear-gradient(135deg, #ffce00 0%, #f5b800 100%); box-shadow: 0 8px 18px rgba(255, 206, 0, 0.4); color: #4a3b00; }
.about-mv__icon .material-symbols-outlined { font-size: 1.75rem; }
.about-mv__title { font-size: 1.4rem; font-weight: 700; color: var(--go-dark); margin: 0 0 0.6rem; }
.about-mv__text { font-size: 1rem; line-height: 1.7; color: var(--go-muted); margin: 0; }

/* ============================ ACADEMIES =============================== */
.about-academies { background: var(--go-surface-alt); }
.about-academy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.5rem;
}
.about-academy {
  background: #fff;
  border: 1px solid var(--go-border);
  border-radius: var(--go-radius-lg);
  overflow: hidden;
  box-shadow: var(--go-shadow);
  transition: transform 0.3s var(--go-ease), box-shadow 0.3s var(--go-ease), border-color 0.3s var(--go-ease);
}
.about-academy:hover {
  transform: translateY(-6px);
  box-shadow: var(--go-shadow-hover);
  border-color: rgba(13, 151, 233, 0.3);
}
.about-academy__media { height: 180px; overflow: hidden; background: var(--go-primary-light); }
.about-academy__image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--go-ease); }
.about-academy:hover .about-academy__image { transform: scale(1.06); }
.about-academy__body { padding: 1.35rem 1.4rem 1.5rem; }
.about-academy__name { font-size: 1.2rem; font-weight: 700; color: var(--go-dark); margin: 0 0 0.5rem; }
.about-academy__location {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--go-primary-dark);
  background: var(--go-primary-light);
  padding: 0.25rem 0.65rem;
  border-radius: var(--go-radius-pill);
  margin: 0 0 0.75rem;
}
.about-academy__location .material-symbols-outlined { font-size: 1rem; }
.about-academy__text { font-size: 0.92rem; line-height: 1.6; color: var(--go-muted); margin: 0 0 1rem; }
.about-academy__sports { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.about-academy__sport {
  width: 34px; height: 34px;
  padding: 5px;
  border-radius: 10px;
  background: var(--go-surface-alt);
  border: 1px solid var(--go-line);
  object-fit: contain;
}

/* ============================== TEAM ================================== */
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}
.about-team-card {
  background: #fff;
  border: 1px solid var(--go-border);
  border-radius: var(--go-radius-lg);
  overflow: hidden;
  box-shadow: var(--go-shadow);
  text-align: center;
  transition: transform 0.3s var(--go-ease), box-shadow 0.3s var(--go-ease), border-color 0.3s var(--go-ease);
}
.about-team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--go-shadow-hover);
  border-color: rgba(13, 151, 233, 0.3);
}
.about-team-card__media { aspect-ratio: 1 / 1; overflow: hidden; background: var(--go-primary-light); }
.about-team-card__image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--go-ease); }
.about-team-card:hover .about-team-card__image { transform: scale(1.06); }
.about-team-card__avatar {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  background: var(--go-grad-primary);
  letter-spacing: 0.02em;
}
.about-team-card__body { padding: 1.1rem 1rem 1.35rem; }
.about-team-card__name { font-size: 1.1rem; font-weight: 700; color: var(--go-dark); margin: 0 0 0.4rem; }
.about-team-card__role {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--go-primary-dark);
  background: var(--go-primary-light);
  padding: 0.22rem 0.7rem;
  border-radius: var(--go-radius-pill);
}

/* ============================ SPORTS STRIP ============================ */
.about-sports { background: var(--go-surface-alt); }
.about-sports-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}
.about-sport-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 1.1rem;
  background: #fff;
  border: 1px solid var(--go-border);
  border-radius: var(--go-radius-pill);
  box-shadow: var(--go-shadow-xs);
  font-weight: 600;
  color: var(--go-ink);
  transition: transform 0.2s var(--go-ease), box-shadow 0.2s var(--go-ease), border-color 0.2s var(--go-ease), color 0.2s var(--go-ease);
}
.about-sport-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 151, 233, 0.4);
  box-shadow: var(--go-shadow);
  color: var(--go-primary-dark);
}
.about-sport-chip img { width: 24px; height: 24px; object-fit: contain; }

/* =============================== CTA ================================== */
.about-cta-wrap { padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3.5rem, 6vw, 5.5rem); }
.about-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: var(--go-grad-hero);
  border-radius: var(--go-radius-xl);
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 24px 60px rgba(13, 61, 92, 0.35);
}
.about-cta__glow {
  position: absolute;
  width: 420px; height: 420px;
  top: -180px; right: -80px;
  border-radius: 50%;
  filter: blur(90px);
  background: radial-gradient(circle, rgba(13, 151, 233, 0.7) 0%, transparent 70%);
  pointer-events: none;
}
.about-cta__title {
  position: relative;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}
.about-cta__text {
  position: relative;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto 1.75rem;
  max-width: 480px;
}
.about-cta__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

/* ============================ RESPONSIVE ============================== */
@media (max-width: 991px) {
  .about-hero__grid { grid-template-columns: 1fr; }
  .about-hero__media { order: -1; max-width: 520px; }
  .about-story__grid { grid-template-columns: 1fr; }
  .about-story__media { order: -1; }
  .about-features { grid-template-columns: repeat(2, 1fr); }
  .about-stats { grid-template-columns: repeat(3, 1fr); gap: 0.5rem 0; }
  .about-stat:nth-child(3) { border-right: none; }
  .about-stat:nth-child(n+4) { border-top: 1px solid var(--go-line); padding-top: 1rem; }
}

@media (max-width: 575px) {
  .about-features { grid-template-columns: 1fr; }
  .about-mv__grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .about-stat { border-right: none; }
  .about-stat:nth-child(odd) { border-right: 1px solid var(--go-line); }
  .about-stat:nth-child(n+3) { border-top: 1px solid var(--go-line); padding-top: 1rem; }
  .about-hero__badge { left: 10px; }
}
