/**
 * GC-102: Footer colors from Grupo Colec brand manual 1.4.1.
 * Dark forest footer: #1D3F35 fondo, texto blanco, acento verde #3f8f3a (no lima amarilla), botón #347973.
 * Colors only — layout, type and markup stay in GC-81 / style.css.
 */

.gc-footer,
.gc-site-contact {
  --gc-brand-lime: #3f8f3a;
  --gc-brand-mid: #386f6e;
  --gc-brand-teal: #347973;
  --gc-brand-forest: #1d3f35;
  --gc-header-accent: #3f8f3a;
  --gc-secondary: #3f8f3a;
  background: var(--gc-brand-forest);
  color: #fff;
}

.gc-site-footer-bar {
  background: #162e28;
  border-top: 1px solid rgba(63, 143, 58, .18);
}

.gc-site-contact__brand img,
.gc-site-contact__logo {
  /* Mid-green asset → sage on dark forest, same treatment as production. */
  filter: brightness(1.55) saturate(0.72) hue-rotate(8deg);
}

.gc-site-contact__nit {
  color: var(--gc-brand-lime);
}

.gc-site-contact__details,
.gc-site-contact__form-wrap {
  border-left-color: rgba(63, 143, 58, .22);
}

.gc-site-contact__details h3,
.gc-site-contact__form-wrap h2 {
  color: #fff;
  border-bottom-color: rgba(63, 143, 58, .28);
}

.gc-site-contact__details h3::after,
.gc-site-contact__form-wrap h2::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

.gc-site-contact__details p {
  color: rgba(255, 255, 255, .9);
}

.gc-site-contact__details a,
.gc-contact__consent a {
  color: var(--gc-brand-lime);
}

.gc-site-contact__details a:hover,
.gc-site-contact__details a:focus-visible,
.gc-contact__consent a:hover,
.gc-contact__consent a:focus-visible {
  color: #fff;
}

.gc-contact__form label,
.gc-contact__consent {
  color: #fff !important;
}

.gc-contact__consent input {
  accent-color: #fff;
}

.gc-contact__form button {
  background: var(--gc-brand-teal);
  color: #fff;
}

.gc-contact__form button:hover,
.gc-contact__form button:focus-visible {
  background: var(--gc-brand-mid);
}

.gc-site-footer-bar__copy,
.gc-site-footer-bar__legal {
  color: rgba(255, 255, 255, .72);
}

.gc-site-footer-bar__legal:hover,
.gc-site-footer-bar__legal:focus-visible {
  color: #fff;
}

.gc-site-footer-bar__social a {
  background: rgba(63, 143, 58, .16);
  color: #d7efd2;
}

.gc-site-footer-bar__social a:hover,
.gc-site-footer-bar__social a:focus-visible {
  background: #3f8f3a;
  color: #1d3f35;
}

@media (max-width: 900px) {
  .gc-site-contact__details,
  .gc-site-contact__form-wrap {
    border-left-color: rgba(63, 143, 58, .22);
  }
}
