/* Modern Footer Styles */
.modern-footer {
  background: #111;
  color: #bbb;
  padding: 48px 0 0 0;
  font-family: 'Inter', Arial, sans-serif;
  border-top: 1px solid #222;
}
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: 100px;
  margin-right: 0;
  padding: 0 32px;
  gap: 12px;
  justify-content: space-between;
}
.footer-col {
  min-width: 180px;
  max-width: 240px;
  flex: 1 1 0;
  margin-bottom: 32px;
}
.footer-col h4 {
  color: #fff;
  font-size: 1.08rem;
  margin-bottom: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-variant: small-caps;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  color: #bbb;
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
  padding: 2px 0;
  display: inline-block;
}
.footer-col ul li a:hover,
.footer-col ul li a:focus {
  color: #fff;
}
.footer-flags img {
  margin-right: 8px;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  vertical-align: middle;
}
.footer-bottom-row {
  border-top: 1px solid #222;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #888;
  font-size: 0.97rem;
  padding: 12px 0 12px 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 12px;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: -10px;
  background: #111;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.footer-bottom-row-copy {
  border-top: 1px solid #222;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #888;
  font-size: 0.97rem;
  padding: 18px 0 12px 0;
  margin-top: 12px;
  margin-left: 20px;
  margin-right: 40px;
  margin-bottom: 0 !important;
  background: #111;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.footer-bottom-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: 24px;
  gap: 18px;
}
.footer-logo {
  height: 28px;
  width: auto;
  margin-right: 14px;
  margin-bottom: -8px;
  border-radius: 6px;
  padding: 2px 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-social-icon {
  color: #bbb;
  font-size: 1.2rem;
  transition: color 0.2s;
  text-decoration: none;
}
.footer-social-icon:hover,
.footer-social-icon:focus {
  color: #b50202;
}
.footer-bottom-copyright {
  flex: 1 1 0;
  text-align: center;
}
.footer-bottom-links {
  display: flex;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.footer-bottom-links li {
  display: inline-block;
}
.footer-bottom-links a {
  color: #bbb;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
  padding: 2px 0;
  display: inline-block;
}
.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
  color: #fff;
}

/* Footer Dropdown */
.footer-has-dropdown {
  position: relative;
}
.footer-dropdown {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  top: auto;
  min-width: 180px;
  background: #0a2236;
  box-shadow: 0 8px 24px rgba(10,34,54,0.10);
  z-index: 1000;
  padding: 0.5rem 0;
  border-radius: 8px 8px 0 0;
}
.footer-has-dropdown:hover > .footer-dropdown,
.footer-has-dropdown.open > .footer-dropdown {
  display: block;
}
.footer-dropdown li {
  width: 100%;
}
.footer-dropdown a {
  display: block;
  padding: 0.6rem 1.2rem;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s;
}
.footer-dropdown a:hover {
  background: #b50202;
  color: #0a2236;
}

/* Responsive Footer */
@media (max-width: 900px) {
  .footer-columns {
    flex-direction: column;
    margin-left: 0;
    padding: 0 10px;
    gap: 0.5rem;
  }
  .footer-col {
    max-width: 100%;
    min-width: 0;
    margin-bottom: 18px;
  }
  .footer-bottom-row,
  .footer-bottom-row-copy {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    gap: 0.5rem;
    padding: 10px 0;
  }
  .footer-bottom-logo {
    margin-left: 12px !important;
    gap: 8px;
  }
  .footer-social {
    margin-right: 0 !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 600px) {
  .footer-col {
    margin-bottom: 10px;
  }
  .footer-bottom-row,
  .footer-bottom-row-copy {
    font-size: 0.85rem;
    padding: 6px 0;
  }
  .footer-bottom-logo {
    margin-left: 8px !important;
  }
  .footer-social {
    padding-right: 10px !important;
  }
}
@media (max-width: 400px) {
  .footer-col {
    margin-bottom: 10px !important;
  }
  .footer-bottom-row,
  .footer-bottom-row-copy {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    gap: 0.5rem;
    padding: 10px 0;
    font-size: 0.7rem !important;
  }
  .footer-bottom-logo {
    margin-left: 8px !important;
  }
  .footer-social {
    padding-right: 10px !important;
  }
}