/* LEKBOT Global Footer — v6.3.20 */
.footer {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0;
  padding: 64px 0 26px;
  border-top: 1px solid rgba(143,255,210,.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(51,222,159,.055), transparent 34%),
    linear-gradient(180deg, rgba(3,12,9,.98), #020806 100%);
  color: #f2f8f5;
  font-family: Inter, "Noto Sans Thai", system-ui, sans-serif;
  isolation: isolate;
}
.footer *, .footer *::before, .footer *::after { box-sizing: border-box; }
.footer .container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) repeat(3, minmax(150px, 1fr));
  gap: 44px;
  align-items: start;
}
.footer-grid > div { min-width: 0; }
.footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  margin: 0 0 17px;
  color: #f7fbf9;
  text-decoration: none;
}
.footer .brand-symbol {
  display: inline-grid;
  place-items: center;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  border-radius: 11px;
  background: linear-gradient(135deg, #43e8ba, #4bc7e5);
  color: #04120d;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(45,220,163,.14);
}
.footer .brand-word {
  color: #f7fbf9;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -.02em;
  line-height: 1;
}
.footer-grid p {
  max-width: 310px;
  margin: 0;
  color: #84978e;
  font-size: 14px;
  line-height: 1.75;
}
.footer-grid strong {
  display: block;
  margin: 4px 0 16px;
  color: #eef7f2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.3;
  text-transform: uppercase;
}
.footer-grid a:not(.brand) {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 10px 0;
  color: #84978e;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.footer-grid a:not(.brand):hover {
  color: #52e2b0;
  transform: translateX(3px);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid rgba(143,255,210,.1);
  color: #65776e;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .footer { padding-top: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 48px; }
}
@media (max-width: 620px) {
  .footer { padding: 44px 0 24px; }
  .footer .container { width: min(100% - 28px, 1180px); }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .footer-grid strong { margin-bottom: 12px; }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    margin-top: 32px;
  }
}
