/* GSU Theme Footer Styles — Generated from Theme Manager */
.site-footer {
  background-color: #0039A6;
  color: #FFFFFF;
  padding: 48px 0 0;
  font-size: 15px;
  line-height: 1.6;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-widgets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .footer-widgets { grid-template-columns: 1fr; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer-widgets { grid-template-columns: repeat(2, 1fr); }
}
.footer-widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-widget a {
  color: #8BB8FF;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-widget a:hover, .footer-widget a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-contact-info p {
  margin: 0 0 6px;
  opacity: 0.9;
}
.footer-social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.footer-social-link:hover {
  background: rgba(255,255,255,0.3);
  color: #FFFFFF;
}
.footer-newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.footer-newsletter-form input[type="email"] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  background: rgba(255,255,255,0.1);
  color: #FFFFFF;
  font-size: 14px;
}
.footer-newsletter-form input[type="email"]::placeholder {
  color: rgba(255,255,255,0.6);
}
.footer-newsletter-form button {
  padding: 8px 16px;
  background: #FFFFFF;
  color: #0039A6;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.footer-newsletter-form button:hover { opacity: 0.9; }
.footer-tagline {
  opacity: 0.8;
  margin-top: 8px;
  font-size: 14px;
}
.footer-nav {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.footer-nav a { color: #8BB8FF; text-decoration: none; font-size: 14px; }
.footer-nav a:hover { color: #FFFFFF; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 13px;
  opacity: 0.85;
}
.footer-bottom-right {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-bottom-right a {
  color: #8BB8FF;
  text-decoration: none;
}
.footer-bottom-right a:hover { color: #FFFFFF; }
.footer-version { opacity: 0.6; }
