/*
 * About page — page-templates/page-about.php
 */

body.baat-about-page {
  background: #0B1120;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #fff;
  overflow-x: hidden;
}
body.baat-about-page * { box-sizing: border-box; }
body.baat-about-page a { text-decoration: none; }
body.baat-about-page p { color: inherit; }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.ab-hero {
  padding: 130px 40px 80px;
  background: #0B1120;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ab-hero-bg-grid {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}
.ab-hero-bg-orb {
  position: absolute;
  width: 600px; height: 600px;
  top: -180px; left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0,87,255,.18) 0%, transparent 70%);
  pointer-events: none;
}
.ab-hero-inner {
  position: relative; z-index: 1;
  max-width: 760px; margin: 0 auto;
}
.ab-pill {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #0057FF; background: rgba(0,87,255,.12);
  border: 1px solid rgba(0,87,255,.25); border-radius: 100px;
  padding: 5px 14px; margin-bottom: 24px;
}
.ab-hero-h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -.04em;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 20px;
}
.ab-hero-sub {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(255,255,255,.55);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════
   SHARED SECTION LABELS / HEADINGS
═══════════════════════════════════════════ */
.ab-sec-label {
  display: block;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #0057FF; margin-bottom: 14px;
}
.ab-sec-h {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}

/* ═══════════════════════════════════════════
   MISSION
═══════════════════════════════════════════ */
.ab-mission {
  padding: 80px 40px;
  background: #0B1120;
  border-top: 1px solid rgba(255,255,255,.06);
}
.ab-mission-inner {
  max-width: 1060px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center;
}
.ab-mission-text p {
  font-size: 15px; color: rgba(255,255,255,.6);
  line-height: 1.8; margin: 0 0 14px;
}
.ab-mission-text p:last-child { margin-bottom: 0; }

.ab-mission-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  border-radius: 16px; overflow: hidden;
}
.ab-ms {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  padding: 28px 24px;
}
.ab-ms-num {
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.04em;
  color: #fff;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #fff 60%, rgba(0,87,255,.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ab-ms-label {
  font-size: 13px; color: rgba(255,255,255,.4);
  font-weight: 500;
}

/* ═══════════════════════════════════════════
   VALUES
═══════════════════════════════════════════ */
.ab-values {
  padding: 80px 40px;
  background: #0D1527;
  border-top: 1px solid rgba(255,255,255,.06);
}
.ab-values-inner { max-width: 1060px; margin: 0 auto; }
.ab-values-header { margin-bottom: 48px; }

.ab-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ab-value-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  padding: 28px;
  transition: border-color .2s, background .2s;
}
.ab-value-card:hover {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
}
.ab-value-icon {
  width: 40px; height: 40px;
  background: rgba(0,87,255,.12);
  border: 1px solid rgba(0,87,255,.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #4d8fff;
  margin-bottom: 18px;
}
.ab-value-card h3 {
  font-size: 16px; font-weight: 700;
  color: #fff; margin: 0 0 10px;
  letter-spacing: -.02em;
}
.ab-value-card p {
  font-size: 14px; color: rgba(255,255,255,.5);
  line-height: 1.7; margin: 0;
}

/* ═══════════════════════════════════════════
   FOUNDERS
═══════════════════════════════════════════ */
.ab-team {
  padding: 80px 40px;
  background: #0B1120;
  border-top: 1px solid rgba(255,255,255,.06);
}
.ab-team-inner { max-width: 1060px; margin: 0 auto; }
.ab-team-header { margin-bottom: 48px; }

.ab-founders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ab-founder-card {
  display: flex; gap: 24px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 28px;
  align-items: flex-start;
  transition: border-color .2s;
}
.ab-founder-card:hover { border-color: rgba(255,255,255,.14); }

.ab-founder-avatar {
  flex-shrink: 0;
  width: 72px; height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0,87,255,.15);
  border: 2px solid rgba(0,87,255,.25);
  display: flex; align-items: center; justify-content: center;
}
.ab-founder-initials {
  font-size: 20px; font-weight: 800;
  color: #4d8fff;
  letter-spacing: -.02em;
}
.ab-founder-avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.ab-founder-info { flex: 1; min-width: 0; }
.ab-founder-name {
  font-size: 17px; font-weight: 700;
  color: #fff; margin-bottom: 4px;
  letter-spacing: -.02em;
}
.ab-founder-role {
  font-size: 13px; color: #4d8fff;
  font-weight: 600; margin-bottom: 12px;
}
.ab-founder-bio {
  font-size: 14px; color: rgba(255,255,255,.5);
  line-height: 1.7; margin: 0 0 16px;
}
.ab-founder-links { display: flex; gap: 10px; }
.ab-founder-link {
  width: 32px; height: 32px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5);
  transition: background .15s, color .15s, border-color .15s;
}
.ab-founder-link:hover {
  background: rgba(255,255,255,.1);
  color: #fff;
  border-color: rgba(255,255,255,.2);
}

/* ═══════════════════════════════════════════
   BOTTOM CTA
═══════════════════════════════════════════ */
.ab-cta {
  padding: 80px 40px;
  background: #0B1120;
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ab-cta::before {
  content: '';
  position: absolute;
  width: 600px; height: 400px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(0,87,255,.18) 0%, transparent 70%);
  pointer-events: none;
}
.ab-cta-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.ab-cta-h {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.04em;
  color: #fff; margin: 0 0 14px;
}
.ab-cta-sub {
  font-size: 16px; color: rgba(255,255,255,.55);
  line-height: 1.7; margin: 0 0 32px;
}
.ab-cta-btns {
  display: flex; gap: 12px;
  justify-content: center; flex-wrap: wrap;
}
.ab-cta-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 28px;
  background: #0057FF; color: #fff;
  font-size: 15px; font-weight: 600;
  border-radius: 10px;
  transition: background .15s, box-shadow .15s;
}
.ab-cta-primary:hover {
  background: #0046CC;
  box-shadow: 0 0 24px rgba(0,87,255,.4);
}
.ab-cta-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 28px;
  background: transparent; color: rgba(255,255,255,.75);
  font-size: 15px; font-weight: 600;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  transition: background .15s, color .15s, border-color .15s;
}
.ab-cta-ghost:hover {
  background: rgba(255,255,255,.06);
  color: #fff;
  border-color: rgba(255,255,255,.35);
}

/* ═══════════════════════════════════════════
   REVEAL ANIMATION
═══════════════════════════════════════════ */
.baat-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.baat-reveal.baat-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════
   MOBILE
═══════════════════════════════════════════ */
@media (max-width: 860px) {
  .ab-hero { padding: 110px 24px 60px; }
  .ab-mission { padding: 60px 24px; }
  .ab-mission-inner { grid-template-columns: 1fr; gap: 48px; }
  .ab-values { padding: 60px 24px; }
  .ab-values-grid { grid-template-columns: 1fr; }
  .ab-team { padding: 60px 24px; }
  .ab-founders-grid { grid-template-columns: 1fr; }
  .ab-cta { padding: 60px 24px; }
}
@media (max-width: 600px) {
  .ab-founder-card { flex-direction: column; }
  .ab-mission-stats { grid-template-columns: 1fr 1fr; }
}
