.home-footer {
  position: relative;
  overflow: hidden;
  padding: 3.25rem 0 3rem;
  scroll-margin-top: 5rem;
  border: 1px solid rgba(153, 153, 153, 0.24);
  border-top-color: rgba(153, 153, 153, 0.48);
  border-radius: 0.75rem 0.75rem 1.35rem 1.35rem;
  background: radial-gradient(circle at 12% 24%, rgba(132, 141, 171, 0.08), transparent 24rem), linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 245, 242, 0.96) 100%);
  color: #070d1a;
  isolation: isolate;
}

.home-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(153, 153, 153, 0.18) 1px, transparent 1px), linear-gradient(rgba(153, 153, 153, 0.14) 1px, transparent 1px), url(../img/noise.webp);
  background-size: 5.25rem 5.25rem, 5.25rem 5.25rem, auto;
  opacity: 0.22;
  pointer-events: none;
  z-index: -1;
}

.home-footer::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 8%;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132, 141, 171, 0.12), transparent 68%);
  filter: blur(0.25rem);
  pointer-events: none;
  z-index: -1;
}

.home-footer-grid { display: grid; grid-template-columns: minmax(11rem, 0.55fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: stretch; }
.home-footer-aside { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; min-height: 100%; }
.home-footer-socials { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 1.25rem; margin: 0 0 2rem; padding: 0 !important; list-style: none; }
.home-footer-socials a { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border: 1px solid rgba(153, 153, 153, 0.22); border-radius: 50%; background: rgba(255, 255, 255, 0.68); box-shadow: 0 0.75rem 1.5rem rgba(7, 13, 26, 0.045), inset 0 0 0 1px rgba(255, 255, 255, 0.72); opacity: 0.86; text-decoration: none; transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.home-footer-socials a:hover { border-color: rgba(132, 141, 171, 0.48); opacity: 1; transform: translateY(-3px); box-shadow: 0 1rem 1.875rem rgba(132, 141, 171, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.84); }
.home-footer-socials img { width: 1.35rem; height: 1.35rem; filter: grayscale(1); }
.home-footer-brand { display: grid; gap: 0.65rem; max-width: 20rem; }
.home-footer-brand .navbar-brand { display: inline-flex; width: fit-content; transition: opacity 0.2s ease, transform 0.2s ease; }
.home-footer-brand .navbar-brand:hover { opacity: 0.84; transform: translateY(-1px); }
.home-footer-brand img { width: 7.25rem; height: auto; }
.home-footer-brand p { margin: 0 !important; color: rgba(7, 13, 26, 0.72); font-size: 0.98rem; line-height: 1.34; }
.home-footer-columns { display: grid; width: min(100%, 28rem); grid-template-columns: repeat(2, max-content); gap: clamp(3rem, 4vw, 4rem); justify-content: space-between; justify-items: start; align-items: start; padding-top: 0.2rem; }
.home-footer-column h3 { position: relative; margin-bottom: 1.05rem; color: #070d1a; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif; font-size: 1rem; font-weight: 500; line-height: 1.1; }
.home-footer-column h3::after { content: ""; display: block; width: 1.75rem; height: 2px; margin-top: 0.55rem; border-radius: 999px; background: rgba(132, 141, 171, 0.44); }
.home-footer-column ul { display: grid; gap: 0.8rem; margin: 0; padding: 0 !important; list-style: none; }
.home-footer-column li { margin: 0; padding: 0; }
.home-footer-column a { position: relative; display: block; color: #848dab !important; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif; font-size: 0.92rem; font-weight: 500; line-height: 1.24; text-decoration: none; text-transform: none; transition: color 0.2s ease, transform 0.2s ease; }
.home-footer-column a::before { content: ""; position: absolute; top: 50%; left: -0.9rem; width: 0.34rem; height: 0.34rem; border-radius: 50%; background: currentColor; opacity: 0; transform: translateY(-50%) scale(0.4); transition: opacity 0.2s ease, transform 0.2s ease; }
.home-footer-column a:hover { color: #070d1a !important; transform: translateX(0.35rem); }
.home-footer-column a:hover::before { opacity: 1; transform: translateY(-50%) scale(1); }
.home-footer-copyright { margin: 1.25rem 0 0 !important; color: rgba(7, 13, 26, 0.46) !important; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif; font-size: 0.78rem !important; font-weight: 500; line-height: 1.3; text-transform: uppercase; }

@media (max-width: 991px) {
  .home-footer-grid { grid-template-columns: 1fr; min-height: auto; }
  .home-footer-aside { gap: 2rem; }
  .home-footer-columns { max-width: 35rem; }
}

@media (max-width: 576px) {
  .home-footer { padding-top: 3rem; padding-bottom: 2.25rem; border-radius: 1.1rem 1.1rem 0 0; }
  .home-footer-grid { gap: 2rem; }
  .home-footer-columns { grid-template-columns: 1fr; gap: 1.5rem; }
  .home-footer-column h3 { margin-bottom: 0.85rem; }
  .home-footer-column ul { gap: 0.65rem; }
}
