/* Footer widget area — full-width dark background */
.site-footer.grid-container {
  max-width: none;
  padding: 0;
  background-color: #111827;
}

/* Footer GB blocks — layout */
.gb-element-foot001 { padding: 3rem 1.5rem 2rem; max-width: 1200px; margin: 0 auto; }
.gb-element-foot002 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }

/* Footer GB blocks — brand column */
.gb-text-foot004 { font-size: 1.5rem; font-weight: 700; color: #ffffff; margin-bottom: 0.75rem; font-family: 'Plus Jakarta Sans', sans-serif; }
.gb-text-foot005 { font-size: 0.875rem; color: #9CA3AF; line-height: 1.7; margin-bottom: 0; }

/* Footer GB blocks — nav columns */
.gb-element-foot006, .gb-element-foot011 { display: flex; flex-direction: column; gap: 0.625rem; }
.gb-text-foot007, .gb-text-foot012 { font-size: 0.8125rem; font-weight: 600; color: #ffffff; margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.05em; }

/* Footer GB blocks — links */
a.gb-element-foot008, a.gb-element-foot009, a.gb-element-foot010,
a.gb-element-foot013, a.gb-element-foot014, a.gb-element-foot015, a.gb-element-foot016 {
  font-size: 0.875rem; color: #60A5FA; text-decoration: none;
}
a.gb-element-foot008:hover, a.gb-element-foot009:hover, a.gb-element-foot010:hover,
a.gb-element-foot013:hover, a.gb-element-foot014:hover, a.gb-element-foot015:hover, a.gb-element-foot016:hover {
  color: #93C5FD;
}

/* Footer GB blocks — separator */
.gb-element-foot017 { border-top: 1px solid #374151; margin-top: 2rem; }

/* Copyright bar */
.site-info .inside-site-info { text-align: center; padding: 1rem 1.5rem; }

/* Responsive */
@media (max-width: 768px) {
  .gb-element-foot001 { padding-top: 2rem; padding-bottom: 1.5rem; }
  .gb-element-foot002 { grid-template-columns: 1fr; gap: 2rem; }
}
