.elementor-9692 .elementor-element.elementor-element-79564a3{--display:flex;--min-height:4px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9692 .elementor-element.elementor-element-79564a3:not(.elementor-motion-effects-element-type-background), .elementor-9692 .elementor-element.elementor-element-79564a3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #FF2D78 0%, #FFD600 100%);}.elementor-9692 .elementor-element.elementor-element-f3ddc68{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:28px;--padding-left:48px;--padding-right:48px;}.elementor-9692 .elementor-element.elementor-element-f3ddc68:not(.elementor-motion-effects-element-type-background), .elementor-9692 .elementor-element.elementor-element-f3ddc68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1040;}.elementor-9692 .elementor-element.elementor-element-2855e5c.elementor-element{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-f3ddc68 *//* ── FOOTER ── */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 44px;
}
.footer-logo {
  font-family: 'Fredoka One', cursive;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
}
.footer-logo em { color: #FFD600; font-style: normal; }
.footer-desc {
  font-size: .86rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.55);
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  max-width: 240px;
}
.footer-col h4 {
  font-family: 'Fredoka One', cursive;
  font-size: .95rem;
  color: rgba(255,255,255,0.35);
  letter-spacing: 1px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.footer-col a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  transition: color .2s;
}
.footer-col a:hover { color: #FFD600; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.07);
  flex-wrap: wrap;
  gap: 14px;
}
.footer-copy {
  font-size: .8rem;
  color: rgba(255,255,255,0.35);
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}
.footer-socials { display: flex; gap: 8px; }
.footer-soc {
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 9px;
  display: flex; align-items: center;
  justify-content: center;
  font-size: .9rem;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.footer-soc:hover {
  background: rgba(255,214,0,0.14);
  transform: translateY(-2px);
}
.footer-links {
  display: flex; gap: 18px; flex-wrap: wrap;
}
.footer-links a {
  font-size: .78rem;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  transition: color .2s;
}
.footer-links a:hover { color: #FFD600; }

/* Mobile */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}/* End custom CSS */