/* =====================================================
   CONTACTOS INSTITUCIONAIS — BANCO SOL
   sem azul | amarelo + preto + branco
===================================================== */

.bs-contact-hubs{
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(circle at top left, rgba(255,210,0,.08), transparent 22%),
    linear-gradient(180deg, #faf8f2 0%, #f4efe5 100%);
}

.bs-contact-hubs .container{
  position: relative;
  z-index: 2;
}

.bs-contact-hubs__head{
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.bs-contact-hubs__kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #9a7b00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
}

.bs-contact-hubs__head h2{
  margin: 0 0 14px;
  color: #111111;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bs-contact-hubs__head p{
  margin: 0 auto;
  max-width: 760px;
  color: #5b554c;
  font-size: 16px;
  line-height: 1.85;
}

/* sede */
.bs-head-office{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  margin-bottom: 34px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at left top, rgba(255,210,0,.08), transparent 26%),
    linear-gradient(180deg, #0c0c0c 0%, #111111 100%);
  box-shadow: 0 28px 70px rgba(0,0,0,.14);
  overflow: hidden;
}

.bs-head-office__content{
  color: #ffffff;
}

.bs-head-office__content h3{
  margin: 14px 0 18px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffd200;
}

.bs-head-office__meta{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.bs-head-office__meta li{
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.7;
}

.bs-head-office__meta strong{
  color: #ffd200;
  font-weight: 800;
}

.bs-head-office__meta a{
  color: #ffffff;
  text-decoration: none;
}

.bs-head-office__meta a:hover{
  color: #ffd200;
}

.bs-head-office__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.bs-head-office__map{
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: #1b1b1b;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

/* botões */
.bs-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: all .25s ease;
  border: 0;
  cursor: pointer;
}

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

.bs-btn--gold:hover{
  transform: translateY(-2px);
  background: #e8bf00;
}

.bs-btn--outline{
  border: 1.5px solid rgba(255,255,255,.22);
  color: #ffffff;
  background: transparent;
}

.bs-btn--outline:hover{
  border-color: #ffd200;
  color: #ffd200;
}

/* badges */
.bs-badge{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f0ebe1;
  color: #111111;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bs-badge--gold{
  background: rgba(255,210,0,.14);
  color: #ffd200;
  border: 1px solid rgba(255,210,0,.18);
}

/* resumo */
.bs-agency-summary{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.bs-agency-summary__item{
  padding: 22px 24px;
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(17,17,17,.06);
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  text-align: center;
}

.bs-agency-summary__item strong{
  display: block;
  margin-bottom: 6px;
  color: #111111;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.bs-agency-summary__item span{
  color: #5b554c;
  font-size: 14px;
  line-height: 1.5;
}

/* grid */
.bs-agency-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 8px;
}

.bs-agency-card{
  padding: 24px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,17,17,.07);
  box-shadow: 0 16px 40px rgba(0,0,0,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.bs-agency-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(0,0,0,.08);
  border-color: rgba(255,210,0,.30);
}

.bs-agency-card__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.bs-agency-card__province{
  color: #9a7b00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bs-agency-card h3{
  margin: 0 0 16px;
  color: #111111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.bs-agency-card__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.bs-agency-card__list li{
  display: grid;
  gap: 4px;
}

.bs-agency-card__list strong{
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bs-agency-card__list span,
.bs-agency-card__list a{
  color: #5b554c;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
}

.bs-agency-card__list a:hover{
  color: #111111;
}

.bs-agency-card__actions{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17,17,17,.08);
}

.bs-agency-card__actions a{
  color: #111111;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.bs-agency-card__actions a:hover{
  color: #9a7b00;
}

/* mostrar/esconder */
.is-hidden-agency{
  display: none;
}

.is-visible-agency{
  display: block;
}

/* load more */
.bs-agency-loadmore{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.bs-btn--loadmore{
  min-width: 240px;
}

/* responsivo */
@media (max-width: 1199.98px){
  .bs-agency-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px){
  .bs-contact-hubs{
    padding: 82px 0;
  }

  .bs-head-office{
    grid-template-columns: 1fr;
  }

  .bs-head-office__map{
    min-height: 340px;
  }

  .bs-agency-summary{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px){
  .bs-agency-grid{
    grid-template-columns: 1fr;
  }
}

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

  .bs-head-office{
    padding: 20px;
    border-radius: 22px;
  }

  .bs-head-office__map{
    min-height: 280px;
    border-radius: 18px;
  }

  .bs-contact-hubs__head h2{
    font-size: 30px;
  }

  .bs-head-office__content h3{
    font-size: 28px;
  }

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

  .bs-agency-card h3{
    font-size: 20px;
  }
}

/* =====================================================
   FORMULÁRIO CONTACTO — BANCO SOL
===================================================== */

.bs-contact-form{
  padding: 100px 0;
  background:
    radial-gradient(circle at top left, rgba(255,210,0,.06), transparent 25%),
    linear-gradient(180deg, #f9f6ef 0%, #f2ede3 100%);
}

.bs-contact-form__header{
  max-width: 760px;
  margin-bottom: 40px;
}

.bs-contact-form__header h2{
  font-size: 40px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.bs-contact-form__header p{
  color: #5b554c;
  font-size: 16px;
}

/* FORM */
.bs-form{
  display: grid;
  gap: 22px;
}

/* linhas */
.bs-form__row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* grupos */
.bs-form__group{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bs-form__group label{
  font-size: 13px;
  font-weight: 700;
  color: #555;
}

.bs-form__group label span{
  color: #e74c3c;
}

/* inputs */
.bs-form input,
.bs-form select,
.bs-form textarea{
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: #f1f1f1;
  padding: 0 16px;
  font-size: 14px;
  outline: none;
  transition: all .2s ease;
}

.bs-form textarea{
  height: 140px;
  padding: 16px;
  resize: none;
}

/* focus premium */
.bs-form input:focus,
.bs-form select:focus,
.bs-form textarea:focus{
  border-color: #ffd200;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,210,0,.15);
}

/* erro */
.bs-error{
  font-size: 12px;
  color: #e74c3c;
}

/* footer */
.bs-form__footer{
  margin-top: 10px;
}

.bs-form__footer p{
  font-size: 13px;
  color: #666;
  margin-bottom: 18px;
}

/* botão */
.bs-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all .25s ease;
}

.bs-btn--gold{
  background: #ffd200;
  color: #111;
  box-shadow: 0 10px 24px rgba(255,210,0,.25);
}

.bs-btn--gold:hover{
  transform: translateY(-2px);
  background: #e6bf00;
}

/* RESPONSIVO */
@media (max-width: 991px){
  .bs-form__row{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px){
  .bs-form__row{
    grid-template-columns: 1fr;
  }

  .bs-contact-form__header h2{
    font-size: 28px;
  }
}

/* =====================================================
   FAQ COMPACTA — BANCO SOL
===================================================== */

.bs-faq-compact{
  padding: 72px 0;
  background:
    radial-gradient(circle at top left, rgba(255,210,0,.06), transparent 24%),
    linear-gradient(180deg, #f8f5ee 0%, #f2ece1 100%);
}

.bs-faq-compact__head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.bs-faq-compact__kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #9a7b00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bs-faq-compact__head h2{
  margin: 0 0 12px;
  color: #111111;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.bs-faq-compact__head p{
  margin: 0 auto 24px;
  max-width: 680px;
  color: #5f584f;
  font-size: 16px;
  line-height: 1.75;
}

.bs-faq-toggle{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
  box-shadow: 0 12px 24px rgba(0,0,0,.10);
}

.bs-faq-toggle:hover{
  transform: translateY(-2px);
  background: #1a1a1a;
}

.bs-faq-toggle span{
  font-size: 18px;
  line-height: 1;
}

.bs-faq-list-wrap{
  margin-top: 30px;
}

.bs-faq-list{
  display: grid;
  gap: 14px;
}

.bs-faq-item{
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,.04);
}

.bs-faq-question{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #111111;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}

.bs-faq-question i{
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
}

.bs-faq-question i::before,
.bs-faq-question i::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #111111;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform .22s ease, opacity .22s ease;
}

.bs-faq-question i::after{
  transform: translate(-50%, -50%) rotate(90deg);
}

.bs-faq-answer{
  display: none;
  padding: 0 22px 22px;
  color: #4f4941;
  font-size: 15px;
  line-height: 1.85;
}

.bs-faq-answer p{
  margin: 0;
}

.bs-faq-item.active{
  background: #ffffff;
  border-color: rgba(255,210,0,.30);
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
}

.bs-faq-item.active .bs-faq-answer{
  display: block;
}

.bs-faq-item.active .bs-faq-question i::after{
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(.6);
}

/* responsivo */
@media (max-width: 767.98px){
  .bs-faq-compact{
    padding: 60px 0;
  }

  .bs-faq-question{
    padding: 18px 18px;
    font-size: 16px;
  }

  .bs-faq-answer{
    padding: 0 18px 18px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px){
  .bs-faq-compact__head h2{
    font-size: 28px;
  }

  .bs-faq-compact__head p{
    font-size: 15px;
  }

  .bs-faq-toggle{
    width: 100%;
  }
}