footer {
  background:
    radial-gradient(circle at 12% -20%, rgba(37, 99, 235, .09), transparent 34%),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 48%, #edf4fb 100%) !important;
  border-top: 1px solid rgba(15, 23, 42, .08) !important;
  color: #334155 !important;
}

.footer-main {
  grid-template-columns: 1.12fr .62fr .86fr 1fr !important;
  gap: 30px !important;
  align-items: start !important;
  padding: 34px 0 26px !important;
  color: #334155 !important;
}

.footer-main > div:first-child img {
  width: 176px !important;
  height: 78px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.footer-main p {
  max-width: 360px !important;
  margin: 0 0 8px !important;
  color: #475569 !important;
  font-size: .86rem !important;
  line-height: 1.5 !important;
}

.footer-main h3 {
  margin: 0 0 10px !important;
  color: #0f172a !important;
  font-size: 1rem !important;
  letter-spacing: -.01em !important;
}

.footer-main a {
  display: block !important;
  margin: 4px 0 !important;
  color: #334155 !important;
  font-size: .85rem !important;
  font-weight: 600 !important;
  line-height: 1.34 !important;
  text-decoration: none !important;
}

.footer-main a:hover {
  color: #2563eb !important;
}

.footer-bottom {
  padding: 12px 0 !important;
  background: #0f172a !important;
  border-top: 0 !important;
  color: #cbd5e1 !important;
  font-size: .76rem !important;
  line-height: 1.45 !important;
}

.footer-bottom .ogtaya-link {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.footer-bottom .ogtaya-link:hover {
  color: #e2e8f0 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px 34px !important;
    padding: 32px 0 26px !important;
  }
}

@media (max-width: 560px) {
  .footer-main {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 25px 0 20px !important;
  }

  .footer-main > div:first-child img {
    width: 146px !important;
    height: 66px !important;
    margin-bottom: 4px !important;
  }

  .footer-main h3 {
    margin-bottom: 7px !important;
    font-size: .98rem !important;
  }

  .footer-main p {
    margin-bottom: 7px !important;
    font-size: .84rem !important;
    line-height: 1.45 !important;
  }

  .footer-main a {
    margin: 3px 0 !important;
    font-size: .84rem !important;
    line-height: 1.34 !important;
  }

  .footer-bottom {
    padding: 10px 0 !important;
    font-size: .73rem !important;
  }
}

/* Compact mobile link grouping for 4-column footer */
@media (max-width: 560px) {
  .footer-menu,
  .footer-courses {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 18px !important;
    row-gap: 2px !important;
  }

  .footer-menu h3,
  .footer-courses h3 {
    grid-column: 1 / -1 !important;
  }

  .footer-contact p {
    margin-bottom: 5px !important;
  }
}


/* Footer lighter typography tuning */
.footer-main h3{font-weight:650 !important}.footer-main p{font-weight:400 !important;line-height:1.56 !important}.footer-main a{font-weight:450 !important;letter-spacing:0 !important}.footer-bottom{font-weight:400 !important}.footer-bottom .ogtaya-link{font-weight:400 !important}@media(max-width:560px){.footer-main p{line-height:1.5 !important}.footer-main a{font-weight:430 !important}.footer-main h3{font-weight:630 !important}}


/* Footer natural link tone */
.footer-main a{color:#475569 !important;font-weight:400 !important;text-decoration:none !important}.footer-main a:hover{color:#2563eb !important;text-decoration:underline !important;text-underline-offset:3px !important}.footer-main h3{font-weight:600 !important}.footer-main p{font-weight:400 !important}.footer-bottom .ogtaya-link{color:inherit !important;font-weight:400 !important;text-decoration:none !important}.footer-bottom .ogtaya-link:hover{color:#e2e8f0 !important;text-decoration:underline !important;text-underline-offset:3px !important}@media(max-width:560px){.footer-main a{font-weight:400 !important}}
