/* =========================
   ABOUT PAGE — about.css (SCOPED)
   ========================= */

/* Safety */
.about-hero,
.about-cred,
.about-section,
.about-final{
  overflow-x: hidden;
}

/* Utility surface */
.alt-surface{
  background: var(--bg2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* =========================
   1) ABOUT HERO / INTRO
   ========================= */

.about-hero{
  padding: 48px 0 32px;
  background: var(--bg);
}

.about-hero-card{
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(16,24,40,.12);
  min-height: 420px;
}

/* Copy */
.about-hero-copy{
  position: relative;
  z-index: 2;
  padding: 56px 54px;
  max-width: 680px;
}

.about-hero-copy h1{
  margin: 12px 0 12px;
  font-size: 44px;
  letter-spacing: -.6px;
}

.about-hero-copy .lead{
  color: var(--muted);
  max-width: 62ch;
}

/* Visual */
.about-hero-visual{
  position: relative;
  min-height: 420px;
}

.about-hero-media{
  position:absolute;
  inset:0;
}

.about-hero-bg{
  position:absolute;
  inset:0;
  opacity:0;
  transition: opacity 1s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02);
  will-change: opacity, transform;
}

/* Replace with real images */
.about-hero-bg[data-about-hero="0"]{ background-image: url("../img/data-about-hero1.jpg"); }
.about-hero-bg[data-about-hero="1"]{ background-image: url("../img/data-about-hero2.png"); }
.about-hero-bg[data-about-hero="2"]{ background-image: url("../img/data-about-hero3.jpg"); }

.about-hero-bg.is-active{
  opacity: 1;
  transform: scale(1.05);
  transition: opacity 1s ease, transform 8s ease;
}

.about-hero-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.40), rgba(0,0,0,.12));
}

/* =========================
   2) CREDIBILITY BAR
   ========================= */

.about-cred{
  padding: 22px 0;
  background: var(--bg2);
}

.cred-row{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.cred-item{
  padding: 14px 16px;
  border-radius: 999px;
  background:#fff;
  border:1px solid var(--line);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
  color: var(--text);
  box-shadow: 0 10px 26px rgba(16,24,40,.06);
}

/* =========================
   3) COMPANY OVERVIEW
   ========================= */

.about-section{
  padding: 56px 0;
}

.about-two-col{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.about-paragraph{
  margin-bottom: 16px;
  max-width: 72ch;
}

/* =========================
   4) MISSION & VISION
   ========================= */

.mv-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.mv-card{
  padding: 26px 28px;
  border-radius: 22px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
}

.mv-card h3{
  margin: 0 0 6px;
}

/* =========================
   5) CORE VALUES
   ========================= */

.values-grid{
  margin-top: 26px;
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.value-card{
  padding: 22px;
  border-radius: 22px;
  border:1px solid var(--line);
  background:#fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.value-card h4{
  margin: 0 0 6px;
  font-size: 15px;
}

.value-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(16,24,40,.10);
}

/* =========================
   6) DIFFERENTIATORS
   ========================= */

.diff-grid{
  margin-top: 22px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.diff-item{
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(11,42,58,.06),
    rgba(176,141,87,.06)
  );
  border:1px solid var(--line);
  font-size: 14px;
  font-weight: 650;
}

/* =========================
   7) HOW WE WORK (STEPS)
   ========================= */

.steps-grid{
  margin-top: 28px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step-card{
  padding: 22px;
  border-radius: 22px;
  border:1px solid var(--line);
  background:#fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.step-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(16,24,40,.10);
}

.step-num{
  font-size: 22px;
  font-weight: 900;
  color: var(--brand);
}

.step-body h4{
  margin: 8px 0 4px;
}

/* =========================
   8) LEADERSHIP (PHOTOS + COLOR + MOTION)
   ========================= */

.leaders-grid{
  margin-top: 24px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.leader-card{
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 36px rgba(16,24,40,.10);
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease;
}

/* Accent wash */
.leader-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    135deg,
    rgba(11,42,58,.10),
    rgba(176,141,87,.10)
  );
  opacity: .55;
  pointer-events:none;
}

.leader-inner{
  position: relative;
  z-index: 2;
  display:flex;
  align-items:center;
  gap: 14px;
}

.leader-photo{
  width: 64px;
  height: 64px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16,24,40,.12);
  background: #f3f4f6;
  flex-shrink:0;
}

.leader-photo img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.leader-name{
  font-weight: 900;
  letter-spacing: .2px;
}

.leader-title{
  font-size: 13px;
  color: var(--muted);
  margin-top: 4px;
}

.leader-pill{
  position: relative;
  z-index: 2;
  display:inline-flex;
  align-items:center;
  margin-top: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(16,24,40,.10);
  background: rgba(255,255,255,.70);
  font-size: 12px;
  color: var(--text);
  width: max-content;
}

.leader-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(16,24,40,.14);
}

/* =========================
   9) SOFT CONVERSION
   ========================= */

.soft-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
  padding: 32px 36px;
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    rgba(11,42,58,.06),
    rgba(176,141,87,.06)
  );
  border:1px solid var(--line);
}

.soft-copy{
  max-width: 640px;
}

.soft-actions{
  display:flex;
  gap:12px;
  flex-shrink:0;
}

/* About final uses the global final-cta styles already */
.about-final{
  background: var(--bg);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px){
  .about-hero-card{
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .about-hero-visual{
    min-height: 260px;
  }

  .cred-row{
    grid-template-columns: repeat(2, 1fr);
  }

  .about-two-col{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .mv-grid{
    grid-template-columns: 1fr;
  }

  .values-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .diff-grid{
    grid-template-columns: 1fr;
  }

  .steps-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .leaders-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px){
  .about-hero-copy{
    padding: 38px 26px;
  }

  .about-hero-copy h1{
    font-size: 34px;
  }

  .cred-row{
    grid-template-columns: 1fr;
  }

  .values-grid{
    grid-template-columns: 1fr;
  }

  .steps-grid{
    grid-template-columns: 1fr;
  }

  .leaders-grid{
    grid-template-columns: 1fr;
  }

  .leader-photo{
    width:58px;
    height:58px;
    border-radius:16px;
  }

  .soft-card{
    flex-direction: column;
    align-items: flex-start;
  }

  .soft-actions{
    width:100%;
    flex-direction: column;
  }

  .soft-actions .btn{
    width:100%;
    justify-content:center;
  }
}

/* =========================
   REDUCED MOTION
   ========================= */

@media (prefers-reduced-motion: reduce){
  .about-hero-bg{
    transition: none;
    transform: none;
  }
  .about-hero-bg.is-active{
    transform: none;
  }
  .value-card,
  .step-card,
  .leader-card{
    transition: none;
  }
}
