/* Desktop footer unified glass module: one surface, multiple content zones. */
@media (min-width:901px){
  .footer-pro{
    padding-top:72px!important;
  }

  .footer-pro .footer-grid{
    position:relative!important;
    z-index:1!important;
    width:min(1500px,calc(100% - 96px))!important;
    display:grid!important;
    grid-template-columns:minmax(290px,1.08fr) repeat(4,minmax(150px,.72fr))!important;
    gap:0!important;
    align-items:stretch!important;
    padding:28px!important;
    border-radius:28px!important;
    background:
      radial-gradient(circle at 12% 10%,rgba(120,217,208,.11),transparent 30%),
      radial-gradient(circle at 82% 18%,rgba(84,160,255,.07),transparent 34%),
      linear-gradient(145deg,rgba(15,26,32,.90),rgba(6,11,17,.94))!important;
    border:1px solid rgba(219,239,243,.10)!important;
    box-shadow:
      0 28px 70px rgba(0,0,0,.30),
      inset 0 1px 0 rgba(255,255,255,.075)!important;
    overflow:hidden!important;
  }

  .footer-pro .footer-grid:before{
    content:""!important;
    position:absolute!important;
    inset:-42% auto auto -8%!important;
    width:520px!important;
    height:520px!important;
    border-radius:50%!important;
    background:radial-gradient(circle,rgba(120,217,208,.13),transparent 66%)!important;
    filter:blur(4px)!important;
    pointer-events:none!important;
    animation:vxFooterUnifiedGlow 9s ease-in-out infinite!important;
  }

  .footer-pro .footer-grid:after{
    content:""!important;
    position:absolute!important;
    left:28px!important;
    right:28px!important;
    bottom:0!important;
    height:1px!important;
    background:linear-gradient(90deg,transparent,rgba(120,217,208,.30),rgba(255,255,255,.12),transparent)!important;
    pointer-events:none!important;
  }

  .footer-pro .vx-footer-brand-column,
  .footer-pro .footer-col{
    position:relative!important;
    z-index:1!important;
    min-height:0!important;
    padding:8px 26px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
    animation:none!important;
    transform:none!important;
  }

  .footer-pro .vx-footer-brand-column{
    padding-left:4px!important;
    padding-right:34px!important;
    border-right:1px solid rgba(219,239,243,.075)!important;
  }

  .footer-pro .footer-col{
    border-left:1px solid rgba(219,239,243,.055)!important;
  }

  .footer-pro .vx-footer-brand-column + .footer-col{
    border-left:0!important;
  }

  .footer-pro .vx-footer-brand-column:before,
  .footer-pro .vx-footer-brand-column:after,
  .footer-pro .footer-col:before,
  .footer-pro .footer-col:after{
    display:none!important;
    content:none!important;
    animation:none!important;
  }

  .footer-pro .vx-footer-brand{
    margin-bottom:18px!important;
  }

  .footer-pro .footer-slogan{
    margin-bottom:24px!important;
  }

  .footer-pro .footer-col h3{
    margin-bottom:20px!important;
    padding-bottom:16px!important;
    border-bottom:1px solid rgba(219,239,243,.075)!important;
  }

  .footer-pro .footer-col a{
    min-height:34px!important;
    margin-bottom:8px!important;
    background:transparent!important;
  }

  .footer-pro .footer-col a:hover{
    background:
      linear-gradient(90deg,rgba(120,217,208,.075),rgba(255,255,255,.025))!important;
  }

  .footer-pro .footer-bottom{
    margin-top:22px!important;
  }
}

@keyframes vxFooterUnifiedGlow{
  0%,100%{
    opacity:.68;
    transform:translate3d(0,0,0) scale(1);
  }
  50%{
    opacity:1;
    transform:translate3d(28px,14px,0) scale(1.06);
  }
}

@media (prefers-reduced-motion:reduce){
  .footer-pro .footer-grid:before{
    animation:none!important;
  }
}
