#footer-placeholder {
  min-height: 72px;
  border-top: 1px solid #dce4ef;
  background: #ffffff;
}

.about-footer {
  background: #1b2a67;
  color: #cfd7ea;
  margin-top: 0;
  border-top: 1px solid rgba(202, 214, 240, 0.12);
}

.about-footer-main {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.8rem;
  padding: 2.6rem 0 2.2rem;
}

.about-footer h4 {
  margin: 0 0 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.12rem;
  font-weight: 800;
  color: #ffffff;
}

.about-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.about-footer a {
  color: #aeb8d1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.about-footer li a {
  font-size: 1.02rem;
  line-height: 1.35;
}

.about-footer a:hover {
  color: #f7a63a;
  transform: translateX(2px);
}

.about-footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.about-footer-social a {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #f7a63a;
  border: 1px solid rgba(247, 166, 58, 0.35);
  background: rgba(255, 255, 255, 0.02);
  font-size: 1.7rem;
  line-height: 1;
}

.about-footer-note {
  margin: 0 0 1rem;
  color: #aeb8d1;
  font-size: 1.02rem;
  line-height: 1.45;
}

.about-footer-cta {
  display: inline-block;
  padding: 0.9rem 1.6rem;
  border-radius: 0.5rem;
  background: #f6a23a;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.05rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-footer-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(246, 162, 58, 0.35);
}

.about-footer-bottom {
  border-top: 1px solid rgba(202, 214, 240, 0.24);
  padding: 1.4rem 0;
}

.about-footer-bottom p {
  margin: 0;
  color: #aeb8d1;
  text-align: center;
  font-size: 0.95rem;
}

@media (min-width: 900px) {
  .about-footer-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
    padding: 3.2rem 0 2.5rem;
  }
}

@media (max-width: 640px) {
  .about-footer-main {
    gap: 2rem;
  }

  .about-footer h4 {
    font-size: 1.02rem;
  }

  .about-footer li a {
    font-size: 0.98rem;
  }

  .about-footer-note {
    font-size: 0.95rem;
  }
}

.home-footer {
  background: #212842;
  border-top: 1px solid rgba(240, 231, 213, 0.26);
}

.home-footer .text-slate-900,
.home-footer h4 {
  color: #f0e7d5;
}

.home-footer .text-slate-500,
.home-footer .text-slate-600,
.home-footer p,
.home-footer span {
  color: #cfd7ea;
}

.home-footer .text-brand-600 {
  color: #f0e7d5;
}

.home-footer .bg-brand-600 {
  background: #f0e7d5;
  color: #212842;
}

.home-footer .border-slate-200,
.home-footer .border-slate-100 {
  border-color: rgba(240, 231, 213, 0.18);
}

.home-footer a {
  transition: color 0.2s ease;
}

.home-footer a:hover {
  color: #f0e7d5;
}

.home-footer-social a {
  background: rgba(240, 231, 213, 0.08);
  border-color: rgba(240, 231, 213, 0.26);
  color: #f0e7d5;
}

.home-footer-social a:hover {
  background: #f0e7d5;
  border-color: #f0e7d5;
  color: #212842;
}

.home-footer-bottom {
  border-top: 1px solid rgba(240, 231, 213, 0.2);
}
