


.aff-footer {
  margin-top: 20px;
  padding: 18px 12px 30px;
}

.aff-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.18);
  box-shadow: 0 12px 24px rgba(0,0,0,0.20);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(234,243,255,0.85);
}

.aff-footer-inner strong {
  color: #ffffff;
  font-weight: 900;
}

.aff-footer-inner p {
  margin-top: 6px;
  color: rgba(234,243,255,0.70);
  line-height: 1.35;
}

.aff-footer-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-end;
}

.aff-footer-links a {
  color: rgba(234,243,255,0.85);
  font-weight: 800;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.aff-footer-links a:hover {
  background: rgba(255,255,255,0.10);
}

  
.footer {
    background: #042038;
    border-top: 1px solid #e5e7eb;
    margin-top: 60px;
    font-size: 14px;
    color: #ffffff;
}

.footer-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 36px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer-brand .brand {
  font-size: 20px;
  font-weight: 700;
  color: #e1edff;
}

.footer-brand p {
    margin-top: 8px;
    line-height: 1.5;
    color: #6087a0;
}

.footer-col h4 {
    font-size: 15px;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-col a {
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    color: #6087a0;
}

.footer-col a:hover {
  color: #1c77ff;
}

.footer-social .social-icons {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-social img {
  width: 28px;
  height: 28px;
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-social a:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  padding: 14px;
  text-align: center;
  font-size: 13px;
  color: #9ca3af;
}

@media (max-width: 768px) {
  .footer-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-social .social-icons {
    margin-top: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
