.fc-footer {
  --fc-brand: #33003B;
  --fc-brand-dark: #26002C;
  --fc-accent: #FBD713;
  background: var(--fc-brand-dark) !important;
  color: #8FA3BE;
  padding: 56px 24px 32px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}
.fc-footer .fc-footer-logo-img {
  height: 34px;
  width: auto;
  display: block;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.fc-footer .fas,
.fc-footer .far,
.fc-footer .fa,
.fc-footer .fas::before,
.fc-footer .far::before,
.fc-footer .fa::before {
  font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}
.fc-footer .fab,
.fc-footer .fab::before {
  font-family: "Font Awesome 5 Brands" !important;
}
.fc-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: space-between;
}
.fc-footer-brand { max-width: 280px; }
.fc-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-bottom: 14px;
  text-decoration: none;
}
.fc-footer-logo:hover { color: #fff; text-decoration: none; }
.fc-footer-logo-img { height: 34px; width: auto; display: block; }
.fc-footer-desc { font-size: 13.5px; line-height: 1.6; margin: 0; }
.fc-footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.fc-footer-col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C7D3E4;
  margin-bottom: 14px;
}
.fc-footer-links { display: grid; gap: 10px; font-size: 14px; }
.fc-footer-links a { color: #8FA3BE; text-decoration: none; transition: color 0.15s; }
.fc-footer-links a:hover { color: #fff; }
.fc-footer-links span { color: #8FA3BE; }
.fc-footer-social { display: flex; gap: 10px; }
.fc-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #44104E;
  display: grid;
  place-items: center;
  color: #8FA3BE;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.15s, color 0.15s;
}
.fc-social-btn:hover { background: #5A1066; color: #fff; text-decoration: none; }
.fc-footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid #44104E;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: 12.5px;
}
.fc-footer-bottom-links { display: flex; gap: 20px; }
.fc-footer-bottom-links a { color: #8FA3BE; text-decoration: none; transition: color 0.15s; }
.fc-footer-bottom-links a:hover { color: #fff; }

@media (max-width: 767px) {
  .fc-footer-inner { flex-direction: column; align-items: center; text-align: center; gap: 32px; }
  .fc-footer-brand { max-width: 100%; }
  .fc-footer-logo { justify-content: center; }
  .fc-footer-desc { text-align: center; }
  .fc-footer-cols { justify-content: center; gap: 32px; }
  .fc-footer-col-title { text-align: center; }
  .fc-footer-links { text-align: center; }
  .fc-footer-social { justify-content: center; }
  .fc-footer-bottom { justify-content: center; text-align: center; }
}
