:root{
  --psd-azul: #0A4185;
  --psd-verde: #80C24F;
  --psd-amarelo: #FCB736;
  --psd-amarelo-2: #FFC936;

  --bg-soft: #F5F6F8;
  --text: #111111;
}

body{
  color: var(--text);
}

/* HEADER */
.gb-header{
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.gb-logo{
  height: 44px;
  width: auto;
}

.navbar .nav-link{
  font-weight: 600;
}

/* BOTÃO WHATSAPP */
.btn-whatsapp{
  background: var(--psd-azul);
  color: #fff;
  border: 0;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 16px;
}
.btn-whatsapp:hover{
  background: #08386f;
  color: #fff;
}

/* HERO */
.gb-hero{
  background: linear-gradient(120deg, var(--psd-azul), #062d5a);
  padding: 72px 0;
  color: #fff;
}

.gb-kicker{
  color: rgba(255,255,255,.75);
  margin-bottom: 10px;
  font-weight: 600;
}

.gb-title{
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 16px;
}

.gb-subtitle{
  color: rgba(255,255,255,.85);
  font-size: 18px;
  max-width: 520px;
}

.gb-btn{
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 800;
}

.gb-btn-outline{
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 800;
}

/* PRIMEIRA IMAGEM MAIS QUADRADA */
.gb-hero-card{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  padding: 14px;

  aspect-ratio: 1 / 1;
  max-width: 420px;
  margin-left: auto;
}

.gb-hero-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

/* MINI STATS */
.gb-mini-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 520px;
}

.gb-mini-card{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 12px;
}

.gb-mini-num{
  font-weight: 900;
  font-size: 20px;
}

.gb-mini-text{
  color: rgba(255,255,255,.75);
  font-size: 12px;
}

/* SEÇÕES */
.gb-section{
  padding: 56px 0;
}

.gb-section-soft{
  background: var(--bg-soft);
}

.gb-h2{
  font-weight: 900;
}

/* OBJETIVOS */
.gb-icon-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.gb-icon{
  display: inline-block;
  background: var(--psd-amarelo);
  color: #111;
  font-weight: 900;
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* NOTÍCIAS */
.gb-news-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.gb-news-thumb{
  height: 180px;
  background: linear-gradient(45deg, var(--psd-azul), var(--psd-verde));
}

.gb-news-body{
  padding: 16px;
}

.gb-news-title{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 6px;
}

.gb-news-meta{
  color: rgba(0,0,0,.55);
  font-size: 12px;
  margin-bottom: 10px;
}

.gb-news-excerpt{
  color: rgba(0,0,0,.75);
  margin-bottom: 12px;
}

/* LINKS */
.gb-link{
  color: var(--psd-azul);
  font-weight: 800;
  text-decoration: none;
}

.gb-link:hover{
  text-decoration: underline;
}

/* EMENDAS IMPOSITIVAS */
.gb-emenda-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 22px;
  padding: 16px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.gb-emenda-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.gb-emenda-badge{
  background: rgba(10,65,133,.10);
  color: var(--psd-azul);
  font-weight: 900;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
}

.gb-emenda-valor{
  font-weight: 900;
  font-size: 16px;
}

.gb-emenda-title{
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 8px;
}

.gb-emenda-desc{
  color: rgba(0,0,0,.75);
  margin-bottom: 12px;
}

.gb-emenda-meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: rgba(0,0,0,.55);
  font-size: 12px;
  margin-bottom: 10px;
}

/* DESTAQUE TOTAL EMENDAS */
.gb-total-emendas{
  background: linear-gradient(120deg, var(--psd-azul), #062d5a);
  border-radius: 22px;
  padding: 18px;
  color: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
}

.gb-total-kicker{
  color: rgba(255,255,255,.80);
  font-weight: 800;
  margin-bottom: 6px;
}

.gb-total-valor{
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 6px;
}

.gb-total-sub{
  color: rgba(255,255,255,.75);
  font-size: 13px;
}

/* VÍDEOS */
.gb-video-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.gb-video-thumb{
  height: 210px;
  background: #0b0b0b;
  color: rgba(255,255,255,.8);
  display: grid;
  place-items: center;
  font-weight: 800;
}

.gb-video-title{
  padding: 14px 16px;
  font-weight: 900;
}

/* CTA */
.gb-section-cta{
  background: linear-gradient(120deg, var(--psd-azul), #062d5a);
}

.gb-form{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  padding: 16px;
  border-radius: 22px;
}

.gb-form .form-control{
  border-radius: 14px;
  border: 0;
}

.gb-btn-warning{
  border-radius: 14px;
  font-weight: 900;
}

/* FOOTER */
.gb-footer{
  background: #0b1020;
  color: rgba(255,255,255,.75);
  padding: 22px 0;
}

.gb-footer-link{
  color: rgba(255,255,255,.75);
  text-decoration: none;
  margin-left: 12px;
  font-weight: 700;
}

.gb-footer-link:hover{
  color: #fff;
}
