/* =====================================================
   QUEM SOMOS — CSS
===================================================== */

.page-quem-somos .qs-intro{
  padding: 80px 0;
  background: #ffffff;
}

.page-quem-somos .qs-intro-head{
  max-width: 920px;
  margin-bottom: 30px;
}

.page-quem-somos .qs-kicker{
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(11,18,32,.7);
}

.page-quem-somos .qs-intro-head h2{
  margin-top: 10px;
  margin-bottom: 12px;
  font-weight: 900;
  font-size: clamp(26px,3vw,36px);
  color: #0b1220;
}

.page-quem-somos .qs-intro-head p{
  color: rgba(11,18,32,.7);
  line-height: 1.7;
}


/* =====================================================
   CARDS (Missão / Visão / Valores)
===================================================== */

.page-quem-somos .qs-intro-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 25px;
}

.page-quem-somos .qs-card{

  background: #ffffff;
  border: 1px solid rgba(15,28,46,0.10);
  border-radius: 18px;
  padding: 22px;

  box-shadow: 0 12px 35px rgba(15,28,46,.08);

  transition: all .25s ease;

}

.page-quem-somos .qs-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(15,28,46,.12);
  border-color: rgba(255,210,0,.4);
}

.page-quem-somos .qs-card h3{
  font-weight: 900;
  margin-bottom: 10px;
  color: #0b1220;
}

.page-quem-somos .qs-card h3::after{

  content:"";
  display:block;
  width:45px;
  height:3px;
  background:#FFD200;
  margin-top:10px;
  border-radius:2px;

}

.page-quem-somos .qs-card p{
  color: rgba(11,18,32,.7);
  line-height:1.7;
}


/* =====================================================
   PILARES
===================================================== */

.page-quem-somos .qs-pillars{

  padding: 70px 0;
  background: linear-gradient(180deg,#fff,#f6f7f9);

}

.page-quem-somos .qs-pillars-grid{

  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:20px;

}

.page-quem-somos .qs-pillar{

  background:#fff;
  border-radius:18px;
  padding:22px;
  border:1px solid rgba(15,28,46,.1);
  box-shadow:0 12px 35px rgba(15,28,46,.08);

  transition:all .25s ease;

}

.page-quem-somos .qs-pillar:hover{

  transform:translateY(-4px);
  box-shadow:0 20px 55px rgba(15,28,46,.12);

}

.page-quem-somos .qs-pillar-badge{

  background: rgba(255,210,0,.2);
  border:1px solid rgba(255,210,0,.4);
  border-radius:999px;
  padding:6px 12px;
  font-weight:700;
  font-size:12px;
  display:inline-block;

}

.page-quem-somos .qs-pillar h3{

  margin-top:12px;
  font-weight:900;

}

.page-quem-somos .qs-pillar p{

  color: rgba(11,18,32,.7);
  margin-top:6px;

}


/* =====================================================
   MÉTRICAS
===================================================== */

.page-quem-somos .qs-metrics{

  padding:70px 0;
  background:#fff;

}

.page-quem-somos .qs-metrics-grid{

  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;

}

.page-quem-somos .qs-metric{

  border:1px solid rgba(15,28,46,.1);
  border-radius:18px;
  padding:22px;
  text-align:center;
  background:#fff;
  box-shadow:0 12px 35px rgba(15,28,46,.08);

}

.page-quem-somos .qs-metric-number{

  font-size:32px;
  font-weight:900;
  color:#FFD200;

}

.page-quem-somos .qs-metric-label{

  margin-top:6px;
  display:block;
  font-weight:600;
  color:rgba(11,18,32,.7);

}


/* =====================================================
   RESPONSIVO
===================================================== */

@media(max-width:991px){

  .page-quem-somos .qs-intro-grid,
  .page-quem-somos .qs-pillars-grid{

    grid-template-columns:1fr;

  }

  .page-quem-somos .qs-metrics-grid{

    grid-template-columns:repeat(2,1fr);

  }

}

@media(max-width:576px){

  .page-quem-somos .qs-metrics-grid{

    grid-template-columns:1fr;

  }

}

/* =====================================================
   SECÇÃO COM ABAS — BANCO SOL
===================================================== */
.bs-tabs-section{
  padding: 90px 0;
  background: #f8f6f1;
}

.bs-tabs-header{
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.bs-tabs-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9a7b00;
}

.bs-tabs-header h2{
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  color: #111111;
  font-weight: 800;
}

.bs-tabs-header p{
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
}

.bs-tabs-box{
  background: #ffffff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
  overflow: hidden;
}

.bs-tabs-nav{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding-bottom: 18px;
}

.bs-tab-btn{
  appearance: none;
  border: 0;
  background: #f3f3f3;
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: all .25s ease;
}

.bs-tab-btn:hover{
  background: #e9e9e9;
  transform: translateY(-1px);
}

.bs-tab-btn.active{
  background: #ffd200;
  color: #111111;
  box-shadow: 0 10px 24px rgba(255,210,0,.35);
}

.bs-tab-pane{
  display: none;
}

.bs-tab-pane.active{
  display: block;
}

.bs-tab-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: center;
}

.bs-tab-text h3{
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: #111111;
  font-weight: 800;
}

.bs-tab-text p{
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.85;
  color: #4d4d4d;
}

.bs-tab-btn-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: all .25s ease;
}

.bs-tab-btn-link:hover{
  background: #ffd200;
  color: #111111;
}

.bs-tab-media{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.bs-tab-media img{
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

/* Responsivo */
@media (max-width: 991.98px){
  .bs-tab-grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bs-tab-media,
  .bs-tab-media img{
    min-height: 320px;
  }
}

@media (max-width: 575.98px){
  .bs-tabs-section{
    padding: 70px 0;
  }

  .bs-tabs-box{
    padding: 16px;
    border-radius: 18px;
  }

  .bs-tabs-nav{
    gap: 10px;
  }

  .bs-tab-btn{
    width: 100%;
    text-align: center;
  }
}

/* =====================================================
   VÍDEO COMPACTO — BANCO SOL
===================================================== */

.bs-video-compact{
  padding: 70px 0;
  background: #f8f6f1;
}

/* layout */
.bs-video-wrap{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}

/* texto */
.bs-video-text{
  max-width: 520px;
}

.bs-video-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #9a7b00;
}

.bs-video-text h2{
  margin: 0 0 14px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  color: #111;
}

.bs-video-text p{
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* botões */
.bs-video-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary{
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffd200;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.btn-secondary{
  padding: 14px 22px;
  border-radius: 999px;
  border: 2px solid #111;
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

/* vídeo */
.bs-video-frame{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.bs-video-frame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* responsivo */
@media (max-width: 991.98px){
  .bs-video-wrap{
    grid-template-columns: 1fr;
  }

  .bs-video-text{
    max-width: 100%;
  }
}

@media (max-width: 575.98px){
  .bs-video-compact{
    padding: 50px 0;
  }

  .bs-video-actions{
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary{
    width: 100%;
    text-align: center;
  }
}

/* =====================================================
   INDICADORES PREMIUM — BANCO SOL
   refinado | sem azul | mais suave e profissional
===================================================== */

.bs-impact-section{
  position: relative;
  padding: 96px 0;
  background:
    radial-gradient(circle at top left, rgba(255,210,0,.05), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255,210,0,.04), transparent 22%),
    linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
  overflow: hidden;
}

.bs-impact-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .18;
  pointer-events: none;
}

.bs-impact-section .container{
  position: relative;
  z-index: 2;
}

/* topo */
.bs-impact-head{
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.bs-impact-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #ffd200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.bs-impact-head h2{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 700; /* mais fino */
  letter-spacing: -0.02em;
}

.bs-impact-head p{
  margin: 0 auto;
  max-width: 720px;
  color: rgba(255,255,255,.70);
  font-size: 16px;
  line-height: 1.8;
}

/* grid */
.bs-impact-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* card */
.bs-impact-card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 26px 24px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.03) 100%);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow:
    0 14px 32px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.03);
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
  overflow: hidden;
}

.bs-impact-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffd200 0%, #e3bb00 100%);
  opacity: .95;
}

.bs-impact-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255,210,0,.24);
  box-shadow:
    0 18px 36px rgba(0,0,0,.30),
    0 0 0 1px rgba(255,210,0,.05);
}

/* topo */
.bs-impact-top{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.bs-impact-icon{
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffd200 0%, #e0b800 100%);
  box-shadow:
    0 8px 18px rgba(255,210,0,.18),
    inset 0 1px 0 rgba(255,255,255,.25);
}

.bs-impact-icon svg{
  width: 21px;
  height: 21px;
  fill: #111111;
}

.bs-impact-label{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* valor */
.bs-impact-value{
  margin-bottom: 14px;
  color: #ffd200;
  font-size: clamp(24px, 2.5vw, 34px); /* mais pequeno */
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* título card */
.bs-impact-card h3{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 700;
  text-transform: uppercase;
}

/* texto */
.bs-impact-card p{
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.78;
}

.bs-impact-card p strong{
  color: #ffffff;
  font-weight: 700;
}

.bs-impact-accent{
  width: 58px;
  height: 3px;
  margin-top: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffd200 0%, rgba(255,210,0,.16) 100%);
}

/* responsivo */
@media (max-width: 991.98px){
  .bs-impact-section{
    padding: 82px 0;
  }

  .bs-impact-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bs-impact-head{
    margin-bottom: 34px;
  }
}

@media (max-width: 575.98px){
  .bs-impact-section{
    padding: 68px 0;
  }

  .bs-impact-card{
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .bs-impact-head h2{
    font-size: 30px;
  }

  .bs-impact-value{
    font-size: 28px;
  }

  .bs-impact-card h3{
    font-size: 16px;
  }

  .bs-impact-head p,
  .bs-impact-card p{
    font-size: 14.5px;
  }
}