.elementor-104 .elementor-element.elementor-element-ea47fb9{--display:flex;}.elementor-104 .elementor-element.elementor-element-ea47fb9:not(.elementor-motion-effects-element-type-background), .elementor-104 .elementor-element.elementor-element-ea47fb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #171425 0%, #120717 100%);}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.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-ea47fb9 *//* ============================================================
   FOOTER (keeps your HTML structure)
   ============================================================ */

.site-footer{padding:28px 0 36px}
.site-footer .footer-card{padding:26px 24px}

/* grid top */
.footer-top{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:26px;
  align-items:start;
}

/* brand */
.footer-brand{min-width:0}
.footer-logo{
  font-weight:900;
  font-size:1.15rem;
  letter-spacing:.02em;
  color:var(--heading);
  margin:0 0 10px;
}
.footer-description{
  margin:0;
  color:var(--text-muted);
  line-height:1.65;
  font-size:.92rem;
  max-width:60ch;
}

/* links columns */
.footer-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start;
}
.footer-col h4{
  margin:0 0 10px;
  color:var(--heading);
  font-size:.98rem;
  letter-spacing:.01em;
}
.footer-col ul{
  margin:0;
  padding-left:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-col li{margin:0}
.footer-col a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:12px;
  color:var(--text);
  text-decoration:none;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  transition:transform .18s ease, border-color .18s ease, background .18s ease, filter .18s ease;
}
.footer-col a::after{content:"›";opacity:.8;transition:transform .18s ease}
.footer-col a:hover{
  text-decoration:none;
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  filter:brightness(1.06);
}
.footer-col a:hover::after{transform:translateX(3px)}

/* fix nested UL mess (your second column has ul inside li) */
.footer-col ul ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-col ul li[style*="list-style-type"]{padding:0;margin:0}

/* blocks */
.footer-responsible,
.footer-disclaimer{
  margin-top:18px;
  padding:16px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));
  color:var(--text);
  line-height:1.65;
  font-size:.92rem;
}
.footer-responsible h4{
  margin:0 0 8px;
  color:var(--heading);
  font-size:.98rem;
}
.footer-disclaimer{color:var(--text-muted)}

/* bottom */
.footer-bottom{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:var(--text-muted);
  font-size:.9rem;
}
.footer-age{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:999px;
  font-weight:900;
  color:var(--heading);
  background:linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 12px 26px rgba(0,0,0,.22);
}

/* responsive */
@media (max-width:900px){
  .footer-top{grid-template-columns:1fr;gap:18px}
  .footer-links{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  .site-footer .footer-card{padding:18px 14px}
  .footer-links{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;justify-content:center;text-align:center}
}/* End custom CSS */