/* AVANIA simplified footer — shared across site */
.landing-footer {
  background: linear-gradient(135deg, #020617, #0f172a) !important;
  border-top: none;
  margin-top: 0;
  width: 100%;
}

.landing-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 52px 5%;
}

.landing-footer-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.1rem, 4.8vw, 2.7rem);
  font-weight: 800;
  color: inherit !important;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  line-height: 1.1;
}

.brand-line--main {
  display: block;
}

.brand-kids {
  color: #00aeef;
}

.brand-play {
  color: #8cc63f;
}

.brand-fun {
  color: #ec008c;
}

.brand-line--shop {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-shop {
  color: #f7941d;
  letter-spacing: 0.12em;
}

.brand-shop-line {
  display: inline-block;
  width: clamp(36px, 8vw, 56px);
  height: 3px;
  background: #f7941d;
  border-radius: 999px;
}

.landing-footer-tagline {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 500;
  color: #ffffff !important;
  margin: 0;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  opacity: 0.95;
}
