/* ============================================================
   Sobre Nós — Estilos específicos
   ============================================================ */

/* --- Hero -------------------------------------------------- */
.ab-hero {
  background: url('../images/about/banner.png') center/cover no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}
.ab-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,15,40,.55);
}
.ab-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  color: #fff;
}
.ab-hero__title-block h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}
.ab-hero__title-block p {
  font-size: 17px;
  opacity: .85;
}

/* --- Label de seção --------------------------------------- */
.ab-section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #e53935;
  margin-bottom: 16px;
}
.ab-section-label--white { color: #fff; }

/* --- Quem somos ------------------------------------------- */
.ab-whowe__grid {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}
.ab-whowe__text {
  flex: 1;
  min-width: 260px;
}
.ab-whowe__text p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 16px;
}
.ab-whowe__img {
  flex: 1;
  min-width: 260px;
  text-align: center;
}
.ab-whowe__img img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0,0,0,.1);
}

/* --- O que temos (fundo azul escuro) ---------------------- */
.ab-havesection {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  padding: 80px 0;
}
.ab-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.ab-stat {
  text-align: center;
  min-width: 120px;
  flex: 1;
  max-width: 160px;
}
.ab-stat img { width: 48px; margin: 0 auto 12px; }
.ab-stat__num {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.ab-stat__label {
  font-size: 12px;
  color: rgba(255,255,255,.65);
  margin-top: 4px;
  line-height: 1.4;
}

/* --- Serviços principais ---------------------------------- */
.ab-services { display: flex; flex-direction: column; gap: 64px; margin-top: 48px; }
.ab-service {
  display: flex;
  gap: 60px;
  align-items: center;
  flex-wrap: wrap;
}
.ab-service--reverse { flex-direction: row-reverse; }
.ab-service__img { flex: 1; min-width: 260px; text-align: center; }
.ab-service__img img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.ab-service__text { flex: 1; min-width: 260px; }
.ab-service__text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 14px;
}
.ab-service__text p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
}

/* --- Missão / Propósito / Visão --------------------------- */
.ab-mvv {
  background: #f8f9fb;
  padding: 80px 0;
}
.ab-mvv__top {
  text-align: center;
  margin-bottom: 48px;
}
.ab-mvv__lead {
  font-size: 16px;
  color: #444;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.8;
  font-style: italic;
}
.ab-mvv__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.ab-mvv__card {
  background: #fff;
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
  transition: transform .3s;
}
.ab-mvv__card:hover { transform: translateY(-4px); }
.ab-mvv__card img { width: 48px; margin: 0 auto 16px; }
.ab-mvv__card h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #e53935;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.ab-mvv__card p { font-size: 14px; color: #666; line-height: 1.7; }

/* --- Equipe ----------------------------------------------- */
.ab-team {
  background: url('../images/about/teamBg.jpg') center/cover no-repeat;
  padding: 80px 0;
  position: relative;
}
.ab-team::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10,15,40,.75);
}
.ab-team .ts-container { position: relative; z-index: 1; }

.ab-team__founder-label,
.ab-team__consultants-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 20px;
}
.ab-team__consultants-label { margin-top: 48px; }

.ab-team__founder {
  display: flex;
  gap: 40px;
  align-items: center;
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 32px;
  flex-wrap: wrap;
}
.ab-team__founder img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid rgba(255,255,255,.3);
}
.ab-team__founder-info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.ab-team__founder-info p {
  font-size: 14px;
  color: rgba(255,255,255,.75);
  line-height: 1.75;
  margin-top: 12px;
}

.ab-team__consultants {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ab-team__card {
  background: rgba(255,255,255,.1);
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  transition: background .3s;
}
.ab-team__card:hover { background: rgba(255,255,255,.16); }
.ab-team__card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  border: 2px solid rgba(255,255,255,.25);
}
.ab-team__card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.ab-team__card p {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  line-height: 1.65;
  margin-top: 10px;
}
.ab-team__role {
  font-size: 12px;
  color: #ff6b6b;
  font-weight: 600;
  letter-spacing: .5px;
}

/* Parceiros de investimento */
.ab-invest { display: flex; justify-content: center; }
.ab-invest__item img { max-width: 100%; border-radius: 8px; }

/* --- Rodapé cards ----------------------------------------- */
.ab-footer-cards {
  display: flex;
  min-height: 320px;
}
.ab-footer-left {
  flex: 1;
  background: url('../images/about/footbg.png') center/cover no-repeat;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.ab-footer-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20,30,80,.82);
}
.ab-footer-card {
  position: relative;
  z-index: 1;
  color: #fff;
}
.ab-footer-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
.ab-footer-card p {
  font-size: 13px;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
}
.ab-footer-right {
  width: 380px;
  flex-shrink: 0;
  background: url('../images/about/rihgtBg.png') center/cover no-repeat;
}

/* --- Responsivo ------------------------------------------- */
@media (max-width: 992px) {
  .ab-mvv__cards { grid-template-columns: 1fr; }
  .ab-team__consultants { grid-template-columns: repeat(2,1fr); }
  .ab-footer-right { display: none; }
  .ab-service, .ab-service--reverse { flex-direction: column; }
}
@media (max-width: 576px) {
  .ab-team__consultants { grid-template-columns: 1fr; }
  .ab-stats { gap: 16px; }
  .ab-hero__title-block h1 { font-size: 28px; }
}
