/* ChanSpeed Split CSS | Footer
   Public footer and floating inquiry bar.
*/

.chanspeed-footer{
  position:relative;
  background:radial-gradient(circle at top left, rgba(24,169,87,.10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(24,169,87,.08), transparent 24%),
    var(--chanspeed-black);
  color:rgba(255,255,255,.82);
  overflow:hidden;
}

.chanspeed-footer-inner{
  padding-top:72px;
  padding-bottom:28px;
}

.chanspeed-footer-panel{
  padding:34px 34px 24px;
  background:linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  box-shadow:0 30px 80px rgba(0,0,0,.25);
}

.chanspeed-footer-grid{
  gap:34px;
  align-items:flex-start;
}

.chanspeed-footer-grid > .wp-block-column{
  min-width:0;
}

.chanspeed-footer-logo{
  margin-bottom:10px;
}

.chanspeed-footer-title{
  margin:0 0 14px;
  color:#fff;
  font-size:34px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.02em;
}

.chanspeed-footer-desc{
  margin:0 0 16px;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.8;
}

.chanspeed-footer-note{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.64);
  font-size:14px;
  line-height:1.8;
}

.chanspeed-footer h4{
  margin:4px 0 16px;
  color:#fff;
  font-size:18px;
  font-weight:700;
}

.chanspeed-footer p,
.chanspeed-footer li,
.chanspeed-footer a{
  color:rgba(255,255,255,.82);
  line-height:1.8;
}

.chanspeed-footer a{
  text-decoration:none;
  transition:all .22s ease;
}

.chanspeed-footer a:hover{
  color:#fff;
}

.chanspeed-footer-links{
  margin:0;
  padding:0;
  list-style:none;
}

.chanspeed-footer-links li{
  margin:0 0 10px;
}

.chanspeed-footer-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  opacity:.9;
}

.chanspeed-footer-links a:hover{
  opacity:1;
  transform:translateX(2px);
}

.chanspeed-footer-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:12px;
  padding:16px 16px;
  background:linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  text-decoration:none;
  transition:all .24s ease;
}

.chanspeed-footer-card:hover{
  border-color:rgba(24,169,87,.50);
  box-shadow:0 16px 34px rgba(0,0,0,.20);
  transform:translateY(-2px);
}

.chanspeed-footer-card-icon{
  flex:0 0 42px;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#dfe6ec;
}

.chanspeed-footer-card-icon svg{
  width:20px;
  height:20px;
}

.chanspeed-footer-card-content{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.chanspeed-footer-card-content strong{
  display:block;
  margin-bottom:2px;
  color:#fff;
  font-size:15px;
  font-weight:700;
}

.chanspeed-footer-card-content span:last-child{
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.7;
  word-break:break-word;
}

.chanspeed-footer-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.chanspeed-footer-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  transition:all .24s ease;
}

.chanspeed-footer-cta--primary{
  color:#fff !important;
  background:linear-gradient(90deg, #0f7b3d, #0a4526);
  border:1px solid rgba(24,169,87,.50);
  box-shadow:0 14px 32px rgba(24,169,87,.18);
}

.chanspeed-footer-cta--primary:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 36px rgba(24,169,87,.26);
}

.chanspeed-footer-cta--secondary{
  color:#fff !important;
  background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.14);
}

.chanspeed-footer-cta--secondary:hover{
  transform:translateY(-1px);
  border-color:rgba(255,255,255,.24);
}

.chanspeed-footer-bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  gap:16px;
}

.chanspeed-footer-bottom p{
  margin:0;
  color:rgba(255,255,255,.64);
  font-size:14px;
}

.chanspeed-float-inquiry{
  position:fixed;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:9998;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.chanspeed-float-link{
  width:82px;
  min-height:82px;
  padding:10px 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  border-radius:999px;
  text-decoration:none !important;
  color:#fff !important;
  background:linear-gradient(180deg, #4f565d 0%, #373d43 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 14px 28px rgba(17,19,21,.18);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.chanspeed-float-link:hover,
.chanspeed-float-link:focus,
.chanspeed-float-link:active{
  color:#fff !important;
  opacity:1 !important;
  text-decoration:none !important;
  background:linear-gradient(180deg, #444b52 0%, #2e3439 100%);
  box-shadow:0 18px 34px rgba(17,19,21,.24);
  transform:translateX(-4px);
}

.chanspeed-float-link .chanspeed-float-text,
.chanspeed-float-link:hover .chanspeed-float-text,
.chanspeed-float-link .chanspeed-float-icon,
.chanspeed-float-link:hover .chanspeed-float-icon,
.chanspeed-float-link svg,
.chanspeed-float-link:hover svg{
  color:#fff !important;
  opacity:1 !important;
}

.chanspeed-float-icon{
  width:24px;
  height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 24px;
}

.chanspeed-float-icon svg{
  width:24px;
  height:24px;
  display:block;
}

.chanspeed-float-text{
  font-size:13px;
  font-weight:700;
  line-height:1.08;
  text-align:center;
  color:#fff !important;
}

.chanspeed-float-link--whatsapp{
  background:linear-gradient(180deg, #22b455 0%, #179447 100%);
  border-color:rgba(24,169,87,.22);
  box-shadow:0 16px 30px rgba(24,169,87,.28);
}

.chanspeed-float-link--whatsapp:hover,
.chanspeed-float-link--whatsapp:focus,
.chanspeed-float-link--whatsapp:active{
  background:linear-gradient(180deg, #1faa50 0%, #14833f 100%);
  box-shadow:0 18px 34px rgba(24,169,87,.34);
}

.chanspeed-float-link--top{
  background:linear-gradient(180deg, #5a6168 0%, #41484f 100%);
}

.chanspeed-float-link--whatsapp .chanspeed-float-icon,
.chanspeed-float-link--whatsapp .chanspeed-float-icon svg{
  width:26px;
  height:26px;
}

@media (max-width: 1200px){
.chanspeed-footer-title{
    font-size:30px;
  }

.chanspeed-footer-panel{
    padding:30px 26px 24px;
  }

.chanspeed-footer-cta{
    min-width:170px;
  }

.chanspeed-float-link{
    width:76px;
    min-height:76px;
  }

.chanspeed-float-text{
    font-size:12px;
  }
}

@media (max-width: 991px){
.chanspeed-footer-inner{
    padding-top:54px;
    padding-bottom:18px;
  }

.chanspeed-footer-panel{
    padding:24px 18px 20px;
    border-radius:22px;
  }

.chanspeed-footer-grid{
    gap:18px;
  }

.chanspeed-footer-title{
    font-size:28px;
  }

.chanspeed-footer-desc{
    font-size:15px;
  }

.chanspeed-footer-card{
    padding:14px 14px;
    border-radius:16px;
  }

.chanspeed-footer-cta-row{
    gap:10px;
  }

.chanspeed-footer-cta{
    width:100%;
    min-width:0;
  }

.chanspeed-float-inquiry{
    left:12px;
    right:12px;
    top:auto;
    bottom:12px;
    transform:none;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:8px;
    padding:10px;
    background:rgba(24,27,33,.78);
    border:1px solid rgba(255,255,255,.10);
    border-radius:22px;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:0 20px 40px rgba(0,0,0,.22);
  }

.chanspeed-float-link{
    width:100%;
    min-height:52px;
    padding:0;
    border-radius:16px;
    background:linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.10) 100%);
    border:1px solid rgba(255,255,255,.06);
    box-shadow:none;
    gap:0;
  }

.chanspeed-float-link:hover,
.chanspeed-float-link:focus,
.chanspeed-float-link:active{
    transform:none;
    background:linear-gradient(180deg, rgba(255,255,255,.20) 0%, rgba(255,255,255,.12) 100%);
    box-shadow:none;
  }

.chanspeed-float-link--whatsapp{
    background:linear-gradient(180deg, #22b455 0%, #179447 100%);
    box-shadow:0 10px 22px rgba(24,169,87,.22);
  }

.chanspeed-float-link--whatsapp:hover,
.chanspeed-float-link--whatsapp:focus,
.chanspeed-float-link--whatsapp:active{
    background:linear-gradient(180deg, #1faa50 0%, #14833f 100%);
    box-shadow:0 10px 22px rgba(24,169,87,.24);
  }

.chanspeed-float-text{
    display:none;
  }

.chanspeed-float-icon{
    width:22px;
    height:22px;
    flex-basis:22px;
  }

.chanspeed-float-icon svg{
    width:22px;
    height:22px;
  }

.chanspeed-float-link--whatsapp .chanspeed-float-icon,
.chanspeed-float-link--whatsapp .chanspeed-float-icon svg{
    width:24px;
    height:24px;
  }
}

@media (max-width: 782px){
.chanspeed-footer-inner{
    padding-top:42px;
    padding-bottom:20px;
  }

.chanspeed-footer-grid{
    gap:24px;
  }

.chanspeed-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 767px){
.chanspeed-footer-title{
    font-size:26px;
  }

.chanspeed-footer h4{
    font-size:17px;
  }

.chanspeed-footer-bottom{
    justify-content:flex-start !important;
  }

.chanspeed-footer-bottom p{
    width:100%;
  }

.chanspeed-float-inquiry{
    left:10px;
    right:10px;
    bottom:10px;
    padding:8px;
    border-radius:20px;
  }

.chanspeed-float-link{
    min-height:50px;
    border-radius:14px;
  }
}
