#qodef-page-footer,
.qodef-page-footer,
footer.qodef-page-footer,
#qodef-page-footer-top-area,
#qodef-page-footer-bottom-area{
  display:none!important;
}

.gcp-global-footer,
.gcp-global-footer *{box-sizing:border-box;}

.gcp-global-footer{
  position:relative;
  width:100%;
  margin-top:0;
  background:
    radial-gradient(circle at 78% 0%, rgba(2,174,231,.08), transparent 27%),
    linear-gradient(135deg,#08131E 0%,#0B1723 48%,#10253D 100%);
  color:#FFFFFF;
  font-family:Montserrat,Arial,sans-serif;
  border-top:1px solid rgba(255,255,255,.08);
}

.gcp-footer-accent{
  width:100%;
  height:3px;
  background:linear-gradient(90deg,#02AEE7 0%,#18B9EE 45%,rgba(24,185,238,.15) 100%);
}

.gcp-footer-inner{
  width:100%;
  max-width:1480px;
  margin:0 auto;
  padding:52px 28px 20px;
}

.gcp-footer-grid{
  display:grid;
  grid-template-columns:1.55fr .8fr .9fr .8fr 1.2fr;
  gap:44px;
  align-items:start;
}

.gcp-footer-brand{max-width:330px;}

.gcp-footer-logo{
  display:inline-block;
  text-decoration:none!important;
  margin-bottom:18px;
}

.gcp-footer-logo img{
  display:block;
  width:285px;
  max-width:100%;
  height:auto;
  max-height:82px;
  object-fit:contain;
  object-position:left center;
}

.gcp-footer-brand p{
  margin:0;
  max-width:310px;
  color:#AEBCCD;
  font-size:13px;
  line-height:1.75;
}

.gcp-footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.gcp-footer-socials a{
  width:50px;
  height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(2,174,231,.35);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.02) 100%);
  box-shadow:0 6px 18px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.02);
  color:#F1F7FD!important;
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease;
}

.gcp-footer-socials a:hover{
  transform:translateY(-2px);
  border-color:#02AEE7;
  color:#02AEE7!important;
  background:linear-gradient(180deg, rgba(2,174,231,.15) 0%, rgba(2,174,231,.07) 100%);
  box-shadow:0 10px 24px rgba(0,0,0,.24), 0 0 0 1px rgba(2,174,231,.12), 0 0 18px rgba(2,174,231,.12);
}

.gcp-footer-socials svg{
  width:24px;
  height:24px;
  fill:currentColor;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.gcp-footer-column h3{
  margin:3px 0 17px;
  color:#FFFFFF;
  font-size:14px;
  font-weight:800;
  letter-spacing:.01em;
}

.gcp-footer-column > a{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 11px;
  color:#AEBCCD!important;
  text-decoration:none!important;
  font-size:13px;
  line-height:1.45;
  transition:.2s ease;
}

.gcp-footer-column > a:hover{color:#02AEE7!important;}

.gcp-footer-contact{display:grid;gap:4px;margin-bottom:12px;}
.gcp-footer-contact strong{font-size:13px;color:#FFFFFF;}
.gcp-footer-contact span{color:#AEBCCD;font-size:12px;line-height:1.45;}

.gcp-footer-phone{
  display:inline-block!important;
  margin:0 0 18px!important;
  color:#02AEE7!important;
  font-weight:800;
}

.gcp-footer-hours-list{
  display:grid;
  gap:9px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
}

.gcp-footer-hours-list div{
  display:flex;
  justify-content:space-between;
  gap:14px;
  color:#8FA2B4;
  font-size:11px;
}

.gcp-footer-hours-list strong{color:#FFFFFF;font-size:11px;text-align:right;}

.gcp-footer-bottom{
  margin-top:38px;
  padding:19px 0 0;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#8195A9;
  font-size:11px;
}

.gcp-footer-legal{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px 18px;
}

.gcp-footer-legal a{color:#AEBCCD!important;text-decoration:none!important;}
.gcp-footer-legal a:hover{color:#02AEE7!important;}

@media(max-width:1180px){
  .gcp-footer-grid{grid-template-columns:1.4fr repeat(2,1fr);}
  .gcp-footer-hours{grid-column:auto;}
}

@media(max-width:760px){
  .gcp-footer-inner{padding:42px 20px 22px;}
  .gcp-footer-grid{grid-template-columns:1fr 1fr;gap:34px 26px;}
  .gcp-footer-brand{grid-column:1 / -1;max-width:none;}
  .gcp-footer-brand p{max-width:480px;}
  .gcp-footer-socials a{width:48px;height:48px;border-radius:13px;}
  .gcp-footer-bottom{align-items:flex-start;flex-direction:column;}
  .gcp-footer-legal{justify-content:flex-start;}
}

@media(max-width:520px){
  .gcp-footer-grid{grid-template-columns:1fr;}
  .gcp-footer-brand{grid-column:auto;}
  .gcp-footer-logo img{width:245px;}
  .gcp-footer-socials{gap:10px;}
  .gcp-footer-socials a{width:46px;height:46px;}
  .gcp-footer-socials svg{width:22px;height:22px;}
  .gcp-footer-hours-list div{justify-content:flex-start;flex-direction:column;gap:2px;}
  .gcp-footer-hours-list strong{text-align:left;}
}


/* =========================================================
   v1.2 - Compact footer refinement
========================================================= */

.gcp-footer-inner{
  padding:34px 28px 16px !important;
}

.gcp-footer-grid{
  gap:30px !important;
}

.gcp-footer-brand{
  max-width:300px !important;
}

.gcp-footer-logo{
  margin-bottom:12px !important;
}

.gcp-footer-logo img{
  width:255px !important;
  max-height:66px !important;
}

.gcp-footer-brand p{
  max-width:285px !important;
  font-size:12px !important;
  line-height:1.55 !important;
}

.gcp-footer-socials{
  gap:9px !important;
  margin-top:16px !important;
}

.gcp-footer-socials a{
  width:43px !important;
  height:43px !important;
  border-radius:11px !important;
}

.gcp-footer-socials svg{
  width:21px !important;
  height:21px !important;
}

.gcp-footer-column h3{
  margin:1px 0 12px !important;
  font-size:13px !important;
}

.gcp-footer-column > a{
  margin-bottom:8px !important;
  font-size:12px !important;
}

.gcp-footer-contact{
  gap:2px !important;
  margin-bottom:8px !important;
}

.gcp-footer-contact strong{
  font-size:12px !important;
}

.gcp-footer-contact span{
  font-size:11px !important;
}

.gcp-footer-phone{
  margin-bottom:12px !important;
  font-size:12px !important;
}

.gcp-footer-hours-list{
  gap:6px !important;
  padding-top:10px !important;
}

.gcp-footer-hours-list div,
.gcp-footer-hours-list strong{
  font-size:10px !important;
}

.gcp-footer-bottom{
  margin-top:24px !important;
  padding-top:14px !important;
  font-size:10px !important;
}

@media(max-width:760px){
  .gcp-footer-inner{
    padding:32px 20px 18px !important;
  }

  .gcp-footer-grid{
    gap:26px 22px !important;
  }
}

@media(max-width:520px){
  .gcp-footer-logo img{
    width:230px !important;
  }

  .gcp-footer-socials a{
    width:42px !important;
    height:42px !important;
  }
}

/* =========================================================
   v1.3 - Mobile footer layout refinement
   Keeps desktop unchanged. On phones/tablets the brand spans
   the full width, social icons stay compact, and footer links
   use a clean two-column layout instead of tall narrow stacks.
========================================================= */

@media(max-width:900px){
  .gcp-footer-inner{
    padding:26px 16px 16px !important;
  }

  .gcp-footer-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) !important;
    gap:24px 22px !important;
  }

  .gcp-footer-brand{
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:none !important;
  }

  .gcp-footer-logo{
    margin-bottom:9px !important;
  }

  .gcp-footer-logo img{
    width:205px !important;
    max-height:54px !important;
  }

  .gcp-footer-brand p{
    max-width:520px !important;
    font-size:11px !important;
    line-height:1.5 !important;
  }

  .gcp-footer-socials{
    flex-wrap:nowrap !important;
    gap:7px !important;
    margin-top:13px !important;
  }

  .gcp-footer-socials a{
    width:38px !important;
    height:38px !important;
    flex:0 0 38px !important;
    border-radius:10px !important;
  }

  .gcp-footer-socials svg{
    width:19px !important;
    height:19px !important;
  }

  .gcp-footer-column h3{
    margin:0 0 10px !important;
    font-size:12px !important;
  }

  .gcp-footer-column > a{
    margin-bottom:7px !important;
    font-size:11px !important;
    line-height:1.4 !important;
  }

  .gcp-footer-contact strong,
  .gcp-footer-phone{
    font-size:11px !important;
  }

  .gcp-footer-contact span{
    font-size:10px !important;
    line-height:1.4 !important;
  }

  .gcp-footer-hours-list{
    gap:6px !important;
    padding-top:9px !important;
  }

  .gcp-footer-hours-list div{
    flex-direction:row !important;
    justify-content:space-between !important;
    align-items:flex-start !important;
    gap:10px !important;
  }

  .gcp-footer-hours-list div,
  .gcp-footer-hours-list strong{
    font-size:9px !important;
  }

  .gcp-footer-hours-list strong{
    text-align:right !important;
    white-space:nowrap !important;
  }

  .gcp-footer-bottom{
    margin-top:22px !important;
    padding-top:13px !important;
    gap:10px !important;
    align-items:flex-start !important;
    flex-direction:column !important;
    font-size:9px !important;
  }

  .gcp-footer-legal{
    width:100% !important;
    justify-content:flex-start !important;
    gap:7px 14px !important;
  }

  .gcp-footer-legal a{
    font-size:9px !important;
  }
}

@media(max-width:560px){
  .gcp-footer-grid{
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr) !important;
    gap:22px 18px !important;
  }

  .gcp-footer-brand{
    grid-column:1 / -1 !important;
  }

  .gcp-footer-socials{
    flex-wrap:wrap !important;
    max-width:275px !important;
  }

  .gcp-footer-socials a{
    width:37px !important;
    height:37px !important;
    flex-basis:37px !important;
  }

  .gcp-footer-hours-list div{
    flex-direction:column !important;
    gap:1px !important;
  }

  .gcp-footer-hours-list strong{
    text-align:left !important;
    white-space:normal !important;
  }
}

@media(max-width:380px){
  .gcp-footer-inner{
    padding-left:13px !important;
    padding-right:13px !important;
  }

  .gcp-footer-grid{
    gap:20px 14px !important;
  }

  .gcp-footer-logo img{
    width:188px !important;
  }

  .gcp-footer-column h3{
    font-size:11px !important;
  }

  .gcp-footer-column > a{
    font-size:10px !important;
  }
}
