/* Landing Page Specific Styles */
/* Centralizes all index.qmd inline styles for easier maintenance */

/* Construction Banner */
.construction-banner {
  background-color: #FFDE21;
  color: #000000;
  text-align: center;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Footer Logo */
.site-footer .footer-logo {
  height: 200px;
  width: auto;
  border-radius: 6px;
}

/* Footer Styles */
.site-footer {
  background-color: #2d3139;
  color: rgba(255, 255, 255, 0.7);
  padding: 40px 20px 30px;
  margin-top: 60px;
  border-top: 1px solid #41454E;
}

.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 30px;
}

.site-footer .footer-logo-container {
  display: flex;
  align-items: center;
}

.site-footer .footer-logo-link {
  display: inline-block;
}

.site-footer .footer-column {
  min-width: 150px;
}

.site-footer .footer-column h4 {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.site-footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .footer-column li {
  margin-bottom: 10px;
}

.site-footer .footer-column a {
  color: #A2A8B4;
  text-decoration: none;
  font-size: 14px;
}

.site-footer .footer-column a:hover {
  color: #ffffff;
}

.site-footer .footer-bottom {
  border-top: 1px solid #41454E;
  padding-top: 20px;
}

.site-footer .footer-bottom-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.site-footer .footer-copyright {
  margin: 0;
  font-size: 13px;
  color: #A2A8B4;
}

.site-footer .footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.site-footer .footer-legal-links a {
  color: #A2A8B4;
  text-decoration: none;
  font-size: 13px;
}

.site-footer .footer-legal-links a:hover {
  color: #ffffff;
}

/* Continue Reading Container */
#continue-reading-container {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
}

/* Visitor Map Container */
#visitor-map-container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}
