/* Footer styling */
body {
  margin: 0;
  padding: 0;
}

body footer {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
}

.taa-footer {
  background: #1e2a38;
  color: #fff;
  padding: 10px;
}

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

/* Enterprise Partner Section */
.enterprise-partner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 17px;
  padding-top: 20px;
  flex-wrap: wrap;
  text-align: center;
  height: 100px;
}

.enterprise-logo img {
  width: 120px;
  height: 120px;
}

.enterprise-logo img:hover {
  transform: scale(1.07);
  opacity: 1;
}

.partner-statement {
  font-size: 1.05em;
  font-weight: 600;
  color: #e8edf4;
  letter-spacing: 0.4px;
  margin: 0;
}

.alliance-logo img {
  width: 240px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.alliance-logo img:hover {
  transform: scale(1.07);
  opacity: 1;
}

/* Voltaire Quote Section */
.voltaire-quote {
  text-align: center;
  padding: 10px 10px;
}

.voltaire-quote blockquote {
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 6px;
  line-height: 1.5;
  color: #f8f9fa;
  border: 0;
}

.voltaire-quote cite {
  padding-left: 560px;
  font-size: 0.9em;
  font-style: normal;
  color: #ffff;
  font-weight: 500;
}

/* Privacy Section */
.privacy-section {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 18px 22px;
  margin: 20px 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.privacy-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.logofooter {
  color: #f6f9fc;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.privacy-section h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 8px;
  color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2px;
}

.privacy-icon {
  margin-right: 8px;
  font-size: 1em;
  color: #f39c12;
}

.privacy-section p {
  font-size: 0.9em;
  line-height: 1.6;
  color: #e0e6eb;
  margin-bottom: 15px;
  text-align: center;
}

.privacy-link {
  display: inline-block;
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(243, 156, 18, 0.35);
}

.privacy-link:hover {
  background: linear-gradient(135deg, #f1c40f 0%, #e67e22 100%);
  transform: translateY(-1.5px);
  box-shadow: 0 5px 14px rgba(243, 156, 18, 0.45);
}

/* Alliance Information Grid */
.alliance-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.info-card {
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 13px;
  color: #ddd;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.info-card h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}

.info-card h4 {
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
  color: #ccc;
}

.info-card p,
.info-card ul li {
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
}

.info-card ul {
  margin-top: 6px;
}

.info-card li {
  margin-bottom: 4px;
}

.learn-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.learn-more:hover {
  text-decoration: underline;
  color: yellow;
}

/* Enterprises Section Heading */
.enterprises-heading {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  color: #b0b8c1;
  margin-top: 40px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}

/* Footer Columns */
.footer-columns {
  padding: 20px 40px 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.footer-column {
  padding: 25px 50px 50px 50px;
}

.footer-column h4 {
  padding: 0 0 20px 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #b0b8c1;
  margin: 0;
  letter-spacing: 0.5px;
}

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

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

.footer-column li:last-child {
  margin-bottom: 0;
}

.footer-column a {
  color: #b0b8c1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 0;
}

.footer-column a:hover {
  color: #fff;
  padding-left: 5px;
  text-decoration: underline;
}

.footer-column p {
  font-size: 0.95rem;
  color: #b0b8c1;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.6;
}

/* Footer Bottom */
.footer-bottom {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
}

.copyright {
  font-size: 0.9rem;
  color: #b0b8c1;
}

.copyright a {
  color: #f39c12;
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright a:hover {
  color: #005a9e;
}

/* Responsive Design */
@media (max-width: 768px) {
  .taa-footer {
    padding: 20px 15px 20px;
  }

  .alliance-info-grid {
    grid-template-columns: 1fr;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }

  .voltaire-quote blockquote {
    font-size: 1.2em;
  }

  .voltaire-quote cite {
    padding-left: 0;
  }
}
