/* =========================================================
   V34 Footer Pro
   ========================================================= */

.v34-footer-pro{
  padding:54px 20px 130px;
  background:
    radial-gradient(circle at 15% 10%, rgba(0,229,255,.10), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(255,90,95,.10), transparent 34%),
    linear-gradient(180deg, rgba(7,10,18,.96), rgba(3,6,12,.99));
  border-top:1px solid rgba(255,255,255,.12);
}

.v34-footer-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1fr;
  gap:24px;
}

.v34-footer-card{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  padding:22px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 80px rgba(0,0,0,.26);
}

.v34-footer-card::before{
  content:"";
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 25% 25%, rgba(0,229,255,.12), transparent 36%),
    radial-gradient(circle at 72% 70%, rgba(255,90,95,.10), transparent 38%);
  opacity:.7;
  pointer-events:none;
}

.v34-footer-card > *{
  position:relative;
  z-index:1;
}

.v34-footer-logo{
  font-size:22px;
  font-weight:900;
  color:#fff;
  margin-bottom:12px;
}

.v34-footer-card strong{
  display:block;
  color:#fff;
  margin-bottom:12px;
  font-size:16px;
}

.v34-footer-card p,
.v34-footer-card span,
.v34-footer-card a{
  display:block;
  color:#cbd5e1;
  text-decoration:none;
  line-height:1.55;
  margin:8px 0;
  font-size:14px;
}

.v34-footer-card a:hover{
  color:#00E5FF;
}

.v34-footer-bottom{
  max-width:1180px;
  margin:22px auto 0;
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  color:#94a3b8;
  font-size:13px;
  padding:0 4px;
}

@media(max-width:900px){
  .v34-footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .v34-footer-pro{
    padding-bottom:150px;
  }

  .v34-footer-grid{
    grid-template-columns:1fr;
  }

  .v34-footer-bottom{
    display:block;
    text-align:center;
  }
}
