.elementor-748 .elementor-element.elementor-element-b02865d{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-748 .elementor-element.elementor-element-b18932b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.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-b02865d *//* =========================
   Footer – EGO Unplugged
   Wrapper class: .site-footer
   ========================= */

.site-footer{
  width: 100%;
  margin-top: clamp(40px, 6vw, 90px);

  padding: clamp(18px, 3vw, 28px) 16px;
  text-align: center;

  /* subtle separation from content */
  border-top: 1px solid rgba(233,233,233,0.08);

  /* slight dark plate so it reads on the texture */
  background: linear-gradient(180deg, rgba(0,0,0,0.00), rgba(0,0,0,0.18));
}

/* footer links row */
.site-footer .footer-links{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;

  margin-bottom: 10px;
}

/* base link look */
.site-footer a{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;

  color: #b3bac2;            /* muted */
  text-decoration: none;
  position: relative;

  transition:
    color .2s ease,
    filter .25s ease,
    transform .2s ease;
}

/* separator dot (if you use a dot in text, you can skip this) */
.site-footer .footer-sep{
  color: rgba(233,233,233,0.22);
  font-size: 12px;
}

/* hover: white text + cyan glow underline */
.site-footer a:hover{
  color: #E9E9E9;
  transform: translateY(-1px);
  filter:
    drop-shadow(0 0 4px rgba(255,255,255,0.20))
    drop-shadow(0 0 10px rgba(0,248,247,0.35))
    drop-shadow(0 0 18px rgba(0,248,247,0.18));
}

/* underline glow */
.site-footer a::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;

  background: rgba(0,248,247,0.0);
  box-shadow: 0 0 0 rgba(0,248,247,0.0);
  transform: scaleX(0.6);
  opacity: 0;

  transition: transform .2s ease, opacity .2s ease, background .2s ease, box-shadow .25s ease;
}

.site-footer a:hover::after{
  opacity: 1;
  transform: scaleX(1);
  background: rgba(0,248,247,0.55);
  box-shadow:
    0 0 10px rgba(0,248,247,0.35),
    0 0 22px rgba(0,248,247,0.22);
}

/* keyboard focus */
.site-footer a:focus-visible{
  outline: 2px solid rgba(0,248,247,.7);
  outline-offset: 4px;
  border-radius: 8px;
}

/* copyright line */
.site-footer .footer-copy{
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(179,186,194,0.70);
}

/* CANFX link: slightly brighter, same hover system */
.site-footer .footer-copy a{
  color: rgba(179,186,194,0.92);
  font-weight: 600;
}
.site-footer {
    backdrop-filter: blur(1px);
}/* End custom CSS */