
/* ===== EDUKA Standard Footer — same on every page ===== */
.brand-footer,
footer.brand-footer {
  display: none !important;
}

.eduka-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(18, 60, 255, .22), transparent 330px),
    radial-gradient(circle at 88% 12%, rgba(79, 111, 255, .18), transparent 360px),
    linear-gradient(135deg, #06123e 0%, #071a4d 55%, #06123e 100%);
  color: #ffffff;
  padding: 58px 0 0;
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
}

.eduka-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .12;
  pointer-events: none;
}

.eduka-footer__inner,
.eduka-footer__bottom {
  position: relative;
  width: min(1180px, calc(100% - 112px));
  margin: 0 auto;
}

.eduka-footer__inner {
  display: grid;
  grid-template-columns: 1.5fr .9fr 1fr .9fr;
  gap: 64px;
  padding-bottom: 52px;
}

.eduka-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1.3px;
  margin-bottom: 20px;
}

.eduka-footer__logo img {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: block;
}

.eduka-footer__brand p {
  max-width: 370px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 600;
}

.eduka-footer__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.eduka-footer__primary,
.eduka-footer__secondary,
.eduka-footer__support {
  height: 46px;
  padding: 0 24px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.eduka-footer__primary {
  color: #fff;
  background: linear-gradient(135deg, #123cff, #4f6fff);
  box-shadow: 0 18px 38px rgba(18,60,255,.28);
}

.eduka-footer__secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.06);
}

.eduka-footer__support {
  margin-top: 20px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
}

.eduka-footer__primary:hover,
.eduka-footer__secondary:hover,
.eduka-footer__support:hover {
  transform: translateY(-3px);
}

.eduka-footer__col h4 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 950;
}

.eduka-footer__col a,
.eduka-footer__col span {
  display: block;
  margin: 0 0 14px;
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  transition: color .22s ease, transform .22s ease;
}

.eduka-footer__col a:hover {
  color: #fff;
  transform: translateX(4px);
}

.eduka-footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.eduka-footer__socials a {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #123cff, #4f6fff);
  box-shadow: 0 14px 28px rgba(18,60,255,.25);
  transition: transform .22s ease, box-shadow .22s ease;
}

.eduka-footer__socials a:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 20px 42px rgba(18,60,255,.34);
}

.eduka-footer__socials svg,
.eduka-footer [data-hicon] svg {
  width: 22px;
  height: 22px;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eduka-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.eduka-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  font-weight: 650;
}

.eduka-footer__bottom div {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.eduka-footer__bottom a {
  color: rgba(255,255,255,.76);
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}

.eduka-footer__bottom a:hover {
  color: #fff;
}

@media (max-width: 1050px) {
  .eduka-footer__inner,
  .eduka-footer__bottom {
    width: min(1180px, calc(100% - 32px));
  }

  .eduka-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 680px) {
  .eduka-footer {
    padding-top: 42px;
  }

  .eduka-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 38px;
  }

  .eduka-footer__bottom {
    min-height: auto;
    padding: 22px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .eduka-footer__bottom div {
    gap: 16px;
  }
}
