

.gh-footer-wrapper *, .gh-footer-wrapper *::before, .gh-footer-wrapper *::after { 

  box-sizing: border-box; margin: 0; padding: 0; 

}



.gh-footer-wrapper {

  --blue: #00BDFF; --text-main: #FFFFFF; --text-dim: rgba(255, 255, 255, 0.7);

  font-family: 'Montserrat', sans-serif;

  background: #0A0A0A; padding: 80px 5% 40px; color: var(--text-main);

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.gh-footer-container {

  max-width: 1200px; margin: 0 auto;

  display: grid; grid-template-columns: 1.2fr 1fr 1fr 0.8fr; gap: 40px;

}



.gh-footer-brand .main-logo { 

  max-width: 220px; 

  margin-bottom: 25px; 

  display: block; 

  filter: brightness(0) invert(1); 

}



.gh-footer-brand p { font-size: 14px; line-height: 1.6; color: var(--text-dim); margin-bottom: 25px; }



.gh-footer-social { display: flex; gap: 15px; }

.gh-footer-social a { color: var(--text-dim); transition: 0.3s; font-size: 22px; }

.gh-footer-social a:hover { color: var(--blue); transform: translateY(-3px); }



.gh-footer-col h4 { font-size: 13px; font-weight: 800; text-transform: uppercase; color: var(--blue); margin-bottom: 25px; }



/* Grid de Escolas Ajustada para 5 itens */

.gh-logo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }

.gh-logo-item { background: rgba(255, 255, 255, 0.05); padding: 12px; border-radius: 12px; display: flex; align-items: center; justify-content: center; min-height: 90px; border: 1px solid rgba(255, 255, 255, 0.1); }

.gh-logo-item img { max-width: 100%; max-height: 55px; object-fit: contain; filter: brightness(0) invert(1); }



.gh-trust-flex { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }



.gh-trust-item img { 

  max-width: 180px; 

  border-radius: 12px; 

  display: block; 

}



/* --- RECLAME AQUI DINÂMICO --- */

.ra-container-fix {

  display: inline-block;

  border-radius: 10px;

  overflow: hidden;

}



#ra-verified-seal img {

  filter: none !important;

}



.gh-footer-list { list-style: none; }

.gh-footer-list li { margin-bottom: 12px; font-size: 14px; color: var(--text-dim); }

.gh-footer-list a { color: inherit; text-decoration: none; transition: 0.3s; }

.gh-footer-list a:hover { color: var(--blue); padding-left: 5px; }



.gh-footer-bottom { margin-top: 60px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); text-align: center; font-size: 12px; color: var(--text-dim); }



@media (max-width: 991px) { .gh-footer-container { grid-template-columns: 1fr 1fr; } }

@media (max-width: 600px) { .gh-footer-container { grid-template-columns: 1fr; text-align: center; } .gh-trust-flex { align-items: center; } }

