@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* =========================================================
   CONTENTXPRTZ HEADER + FOOTER ONLY
   Scoped to .cx-header-scope and .cx-footer-scope.
   Does not style page/article/service content outside header/footer.
   ========================================================= */

:root{
  --cx-hf-layout-width:1400px;
  --cx-hf-layout-gutter:32px;
}

.cx-body-width,
.cx-page-width,
.cx-content-width{
  width:min(calc(100% - var(--cx-hf-layout-gutter)), var(--cx-hf-layout-width)) !important;
  max-width:var(--cx-hf-layout-width) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* ======================== SHARED SCOPE ======================== */
.cx-hf,
.cx-hf *{
  box-sizing:border-box;
}

.cx-hf{
  --cx-primary:#061157;
  --cx-navy:#02075d;
  --cx-blue:#092f94;
  --cx-blue-2:#2157c8;
  --cx-soft:#eef3f7;
  --cx-soft-2:#f8fbff;
  --cx-accent:#f7b84b;
  --cx-text:#17213a;
  --cx-muted:#647086;
  --cx-border:rgba(6,17,87,.12);
  --cx-shadow:0 14px 34px rgba(17,34,70,.08);
  width:100%;
  max-width:100%;
  color:var(--cx-text);
  font-family:"Poppins", Arial, Helvetica, sans-serif;
  overflow-x:hidden;
}

.cx-hf a{
  color:inherit;
  text-decoration:none;
}

.cx-hf img,
.cx-hf svg{
  display:block;
}

.cx-hf-container{
  width:min(calc(100% - var(--cx-hf-layout-gutter)), var(--cx-hf-layout-width)) !important;
  max-width:var(--cx-hf-layout-width) !important;
  margin:0 auto !important;
  padding:0 !important;
}

/* ======================== HEADER ======================== */
.cx-hf.cx-header-scope{
  background:#fff;
  color:var(--cx-primary);
}

.cx-hf.cx-header-scope .cx-header{
  width:100%;
  background:#fff;
  position:relative;
  z-index:999;
}

.cx-hf.cx-header-scope .cx-topbar{
  min-height:56px;
  padding:0 2px;
  background:#fff;
  border-bottom:1px solid var(--cx-border);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.cx-hf.cx-header-scope .cx-top-left,
.cx-hf.cx-header-scope .cx-top-right{
  display:flex;
  align-items:center;
  min-width:0;
}

.cx-hf.cx-header-scope .cx-top-left{
  gap:15px;
  flex:1 1 auto;
}

.cx-hf.cx-header-scope .cx-top-right{
  gap:0;
  flex:0 0 auto;
}

.cx-hf.cx-header-scope .cx-follow{
  font-size:18px;
  font-weight:650;
  line-height:1;
  color:var(--cx-primary);
  white-space:nowrap;
}

.cx-hf.cx-header-scope .cx-social-icons{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:nowrap;
  white-space:nowrap;
}

.cx-hf.cx-header-scope .cx-social-icons a{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--cx-border);
  color:var(--cx-primary);
  font-size:18px;
  line-height:1;
  box-shadow:0 8px 20px rgba(17,34,70,.05);
  transition:background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.cx-hf.cx-header-scope .cx-top-icon,
.cx-hf.cx-header-scope .cx-top-contact{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--cx-primary);
  line-height:1;
  white-space:nowrap;
  transition:color .22s ease, transform .22s ease;
}

.cx-hf.cx-header-scope .cx-top-icon{
  width:64px;
  border-right:1px solid var(--cx-border);
}

.cx-hf.cx-header-scope .cx-top-contact{
  gap:10px;
  padding:0 24px;
  border-right:1px solid var(--cx-border);
  font-size:17px;
  font-weight:600;
}

.cx-hf.cx-header-scope .cx-top-contact:last-child{
  padding-right:0;
  border-right:0;
}

.cx-hf.cx-header-scope .cx-header-svg-icon{
  width:26px;
  height:26px;
  min-width:26px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.cx-hf.cx-header-scope .cx-main-header-wrap{
  padding:0 0 12px;
  background:#fff;
}

.cx-hf.cx-header-scope .cx-main-header{
  min-height:118px;
  padding:20px 14px 20px 26px;
  background:linear-gradient(180deg, #eef3f7 0%, #e7eef4 100%);
  border:1px solid rgba(6,17,87,.06);
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 10px 24px rgba(17,34,70,.05);
}

.cx-hf.cx-header-scope .cx-logo-wrap{
  flex:0 0 345px;
  min-width:345px;
  display:flex;
  align-items:center;
}

.cx-hf.cx-header-scope .cx-logo{
  width:345px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
}

.cx-hf.cx-header-scope .cx-logo-img{
  width:300px;
  max-width:345px;
  height:auto;
}

.cx-hf.cx-header-scope .cx-main-nav{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  white-space:nowrap;
}

.cx-hf.cx-header-scope .cx-nav-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#00085d !important;
  font-size:16px;
  font-weight:500;
  line-height:1;
  white-space:nowrap;
  opacity:.86;
  transition:color .22s ease, opacity .22s ease, transform .22s ease;
}

.cx-hf.cx-header-scope .cx-nav-link .cx-header-svg-icon{
  width:22px;
  height:22px;
  min-width:22px;
}

.cx-hf.cx-header-scope .cx-header-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  white-space:nowrap;
}

.cx-hf.cx-header-scope .cx-outline-btn,
.cx-hf.cx-header-scope .cx-solid-btn{
  min-height:58px;
  border-radius:6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-size:18px;
  font-weight:650;
  line-height:1;
  white-space:nowrap;
  transition:background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.cx-hf.cx-header-scope .cx-outline-btn{
  min-width:220px;
  padding:0 18px;
  color:var(--cx-primary) !important;
  background:rgba(255,255,255,.34);
  border:2px solid rgba(247,184,75,.9);
}

.cx-hf.cx-header-scope .cx-solid-btn{
  min-width:136px;
  padding:0 20px;
  color:#fff !important;
  background:var(--cx-navy);
  border:2px solid var(--cx-navy) !important;
}

.cx-hf.cx-header-scope .cx-social-icons a:hover{
  background:var(--cx-primary);
  border-color:var(--cx-primary);
  color:#fff !important;
  box-shadow:0 10px 24px rgba(6,17,87,.12);
  transform:translateY(-2px);
}

.cx-hf.cx-header-scope .cx-top-icon:hover,
.cx-hf.cx-header-scope .cx-top-contact:hover,
.cx-hf.cx-header-scope .cx-nav-link:hover{
  color:var(--cx-accent) !important;
  opacity:1;
  transform:translateY(-1px);
}

.cx-hf.cx-header-scope .cx-outline-btn:hover,
.cx-hf.cx-header-scope .cx-solid-btn:hover{
  background:var(--cx-accent);
  border-color:var(--cx-accent) !important;
  color:var(--cx-primary) !important;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(17,34,70,.10);
}

/* ======================== FOOTER ======================== */
.cx-hf.cx-footer-scope{
  background:#fff;
}

.cx-hf.cx-footer-scope .cx-footer{
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  padding:64px 0 30px;
}

.cx-hf.cx-footer-scope .cx-help-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px;
  margin-bottom:24px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--cx-border);
  box-shadow:var(--cx-shadow);
}

.cx-hf.cx-footer-scope .cx-help-card h2{
  margin:0 0 8px;
  font-size:clamp(25px,3vw,38px);
  font-weight:650;
  line-height:1.12;
  color:var(--cx-blue);
  letter-spacing:-.025em;
}

.cx-hf.cx-footer-scope .cx-help-card h2 mark{
  background:linear-gradient(180deg,transparent 55%,rgba(247,184,75,.55) 55%);
  color:inherit;
  padding:0 .08em;
}

.cx-hf.cx-footer-scope .cx-help-card p,
.cx-hf.cx-footer-scope .cx-cta-card p,
.cx-hf.cx-footer-scope .cx-footer-about p{
  margin:0;
  color:var(--cx-muted);
  font-size:15px;
  font-weight:400;
  line-height:1.75;
}

.cx-hf.cx-footer-scope .cx-help-card p{
  max-width:760px;
}

.cx-hf.cx-footer-scope .cx-solid-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:146px;
  padding:13px 20px;
  border-radius:999px;
  background:var(--cx-accent);
  color:#111827 !important;
  font-size:15px;
  font-weight:650;
  box-shadow:0 12px 26px rgba(247,184,75,.26);
  transition:.22s ease;
  white-space:nowrap;
}

.cx-hf.cx-footer-scope .cx-solid-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 32px rgba(247,184,75,.34);
}

.cx-hf.cx-footer-scope .cx-contact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:0 0 30px;
}

.cx-hf.cx-footer-scope .cx-contact-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--cx-border);
  box-shadow:0 10px 24px rgba(17,34,70,.055);
  transition:.22s ease;
}

.cx-hf.cx-footer-scope .cx-contact-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(17,34,70,.09);
}

.cx-hf.cx-footer-scope .cx-contact-card i{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:#fff;
  background:linear-gradient(135deg,var(--cx-blue),var(--cx-blue-2));
  font-size:17px;
  flex:0 0 auto;
}

.cx-hf.cx-footer-scope .cx-contact-card strong{
  display:block;
  font-size:14px;
  color:var(--cx-blue);
  margin-bottom:3px;
  font-weight:650;
}

.cx-hf.cx-footer-scope .cx-contact-card span,
.cx-hf.cx-footer-scope .cx-contact-card a{
  color:var(--cx-text);
  font-weight:500;
  font-size:14px;
}

.cx-hf.cx-footer-scope .cx-cta-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:28px;
  border-radius:22px;
  background:linear-gradient(135deg,#092f94 0%,#2157c8 100%);
  color:#fff;
  margin:0 0 36px;
  overflow:hidden;
  position:relative;
}

.cx-hf.cx-footer-scope .cx-cta-card:after{
  content:"";
  position:absolute;
  right:-80px;
  top:-90px;
  width:250px;
  height:250px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
}

.cx-hf.cx-footer-scope .cx-cta-card h2{
  margin:0 0 8px;
  font-size:clamp(23px,2.8vw,32px);
  font-weight:650;
  line-height:1.15;
  letter-spacing:-.015em;
}

.cx-hf.cx-footer-scope .cx-cta-card p{
  max-width:780px;
  color:rgba(255,255,255,.86);
}

.cx-hf.cx-footer-scope .cx-cta-card .cx-solid-btn{
  background:#fff;
  color:#092f94 !important;
  box-shadow:none;
  position:relative;
  z-index:2;
}

.cx-hf.cx-footer-scope .cx-footer-grid{
  display:grid;
  grid-template-columns:minmax(260px,1.35fr) repeat(4,minmax(0,1fr));
  gap:28px;
  align-items:start;
}

.cx-hf.cx-footer-scope .cx-footer-about p{
  margin:14px 0 18px;
  font-size:14px;
}

.cx-hf.cx-footer-scope .cx-footer-logo{
  width:min(300px,100%);
  max-height:86px;
  object-fit:contain;
  object-position:left center;
}

.cx-hf.cx-footer-scope .cx-logo-link{
  display:inline-flex;
  align-items:center;
  margin-bottom:4px;
}

.cx-hf.cx-footer-scope .cx-sidebar-banner{
  display:block;
  margin:18px 0;
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--cx-border);
  background:#fff;
}

.cx-hf.cx-footer-scope .cx-sidebar-banner img{
  width:100%;
  height:auto;
}

.cx-hf.cx-footer-scope .cx-footer-column h3{
  margin:0 0 12px;
  padding-top:2px;
  color:var(--cx-blue);
  font-size:15px;
  line-height:1.25;
  font-weight:650;
}

.cx-hf.cx-footer-scope .cx-footer-column h3:not(:first-child){
  margin-top:28px;
}

.cx-hf.cx-footer-scope .cx-footer-column ul{
  list-style:none;
  padding:0;
  margin:0;
}

.cx-hf.cx-footer-scope .cx-footer-column li{
  margin:0;
}

.cx-hf.cx-footer-scope .cx-footer-column a{
  display:inline-block;
  padding:5px 0;
  color:#334155;
  font-size:13.5px;
  font-weight:400;
  line-height:1.38;
  transition:.22s ease;
  overflow-wrap:anywhere;
}

.cx-hf.cx-footer-scope .cx-footer-column a:hover{
  color:var(--cx-blue);
  transform:translateX(3px);
}

.cx-hf.cx-footer-scope .cx-bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:28px;
  margin-top:34px;
  padding-top:24px;
  border-top:1px solid rgba(0,0,0,.07);
}

.cx-hf.cx-footer-scope .cx-policy-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin-bottom:12px;
}

.cx-hf.cx-footer-scope .cx-policy-links a{
  color:#475569;
  font-size:13px;
  font-weight:500;
}

.cx-hf.cx-footer-scope .cx-policy-links a:hover{
  color:var(--cx-blue);
}

.cx-hf.cx-footer-scope .cx-copyright{
  margin:0;
  color:#64748b;
  font-size:12.5px;
  font-weight:400;
  line-height:1.7;
  max-width:820px;
}

.cx-hf.cx-footer-scope .cx-footer-social{
  min-width:220px;
  text-align:right;
}

.cx-hf.cx-footer-scope .cx-footer-social p{
  margin:0 0 10px;
  color:var(--cx-blue);
  font-size:14px;
  font-weight:650;
}

.cx-hf.cx-footer-scope .cx-social-icons{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
}

.cx-hf.cx-footer-scope .cx-social-icons a{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--cx-border);
  color:var(--cx-blue);
  box-shadow:0 8px 20px rgba(17,34,70,.05);
  transition:.22s ease;
}

.cx-hf.cx-footer-scope .cx-social-icons a:hover{
  background:var(--cx-blue);
  color:#fff;
  transform:translateY(-2px);
}

.cx-hf.cx-footer-scope .cx-trust-logos,
.cx-hf.cx-footer-scope .cx-partner-portals{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:18px;
}

.cx-hf.cx-footer-scope .cx-trust-logo-card,
.cx-hf.cx-footer-scope .cx-partner-card{
  min-height:62px;
  min-width:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--cx-border);
  color:var(--cx-muted);
  font-size:12px;
  font-weight:500;
  box-shadow:0 8px 22px rgba(17,34,70,.05);
  transition:.22s ease;
}

.cx-hf.cx-footer-scope .cx-trust-logo-card:hover,
.cx-hf.cx-footer-scope .cx-partner-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(17,34,70,.09);
  border-color:rgba(9,47,148,.22);
}

.cx-hf.cx-footer-scope .cx-trust-logo-card img{
  width:auto;
  max-width:118px;
  height:auto;
  max-height:44px;
  object-fit:contain;
}

.cx-hf.cx-footer-scope .cx-trust-logo-card.cx-trustpilot img{
  max-width:126px;
  max-height:54px;
}

.cx-hf.cx-footer-scope .cx-partners-row{
  margin-top:30px;
  padding-top:28px;
  border-top:1px solid rgba(0,0,0,.07);
  display:grid;
  grid-template-columns:240px 1fr;
  gap:22px;
  align-items:center;
}

.cx-hf.cx-footer-scope .cx-partners-row h3{
  margin:0;
  color:var(--cx-blue);
  font-size:24px;
  font-weight:650;
  line-height:1.2;
}

/* ======================== RESPONSIVE ======================== */
@media (max-width:1400px){
  :root{
    --cx-hf-layout-gutter:28px;
  }

  .cx-hf.cx-header-scope .cx-follow{
    font-size:17px;
  }

  .cx-hf.cx-header-scope .cx-social-icons{
    gap:12px;
  }

  .cx-hf.cx-header-scope .cx-social-icons a{
    width:36px;
    height:36px;
    font-size:17px;
  }

  .cx-hf.cx-header-scope .cx-top-icon{
    width:55px;
  }

  .cx-hf.cx-header-scope .cx-top-contact{
    padding:0 16px;
    font-size:16px;
    gap:8px;
  }

  .cx-hf.cx-header-scope .cx-header-svg-icon{
    width:23px;
    height:23px;
    min-width:23px;
  }

  .cx-hf.cx-header-scope .cx-main-header{
    gap:14px;
    padding-left:22px;
    padding-right:12px;
  }

  .cx-hf.cx-header-scope .cx-logo-wrap{
    flex-basis:305px;
    min-width:305px;
  }

  .cx-hf.cx-header-scope .cx-logo,
  .cx-hf.cx-header-scope .cx-logo-img{
    width:305px;
    max-width:305px;
  }

  .cx-hf.cx-header-scope .cx-main-nav{
    gap:18px;
  }

  .cx-hf.cx-header-scope .cx-nav-link{
    font-size:16px;
    gap:7px;
  }

  .cx-hf.cx-header-scope .cx-nav-link .cx-header-svg-icon{
    width:20px;
    height:20px;
    min-width:20px;
  }

  .cx-hf.cx-header-scope .cx-outline-btn,
  .cx-hf.cx-header-scope .cx-solid-btn{
    min-height:56px;
    font-size:16px;
  }

  .cx-hf.cx-header-scope .cx-outline-btn{
    min-width:194px;
    padding:0 14px;
  }

  .cx-hf.cx-header-scope .cx-solid-btn{
    min-width:122px;
    padding:0 16px;
  }
}

@media (max-width:1100px){
  .cx-hf.cx-footer-scope .cx-footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .cx-hf.cx-footer-scope .cx-footer-about{
    grid-column:1 / -1;
  }
}

@media (max-width:1024px){
  .cx-hf.cx-header-scope .cx-topbar{
    min-height:auto;
    padding:12px 0;
    flex-direction:column;
    justify-content:center;
    gap:12px;
  }

  .cx-hf.cx-header-scope .cx-top-left,
  .cx-hf.cx-header-scope .cx-top-right{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
  }

  .cx-hf.cx-header-scope .cx-top-icon,
  .cx-hf.cx-header-scope .cx-top-contact{
    border:0;
    padding:0 8px;
    min-height:28px;
  }

  .cx-hf.cx-header-scope .cx-main-header{
    min-height:auto;
    padding:22px 16px;
    flex-direction:column;
    justify-content:center;
  }

  .cx-hf.cx-header-scope .cx-logo-wrap{
    flex:0 0 auto;
    min-width:0;
    width:100%;
    justify-content:center;
  }

  .cx-hf.cx-header-scope .cx-logo{
    justify-content:center;
  }

  .cx-hf.cx-header-scope .cx-main-nav,
  .cx-hf.cx-header-scope .cx-header-actions{
    width:100%;
    flex-wrap:wrap;
    justify-content:center;
  }
}

@media (max-width:800px){
  .cx-hf.cx-footer-scope .cx-help-card,
  .cx-hf.cx-footer-scope .cx-cta-card,
  .cx-hf.cx-footer-scope .cx-bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .cx-hf.cx-footer-scope .cx-contact-grid,
  .cx-hf.cx-footer-scope .cx-footer-grid{
    grid-template-columns:1fr;
  }

  .cx-hf.cx-footer-scope .cx-footer-social{
    text-align:left;
  }

  .cx-hf.cx-footer-scope .cx-social-icons{
    justify-content:flex-start;
  }

  .cx-hf.cx-footer-scope .cx-partners-row{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  :root{
    --cx-hf-layout-gutter:20px;
  }

  .cx-hf.cx-header-scope .cx-follow{
    font-size:15px;
  }

  .cx-hf.cx-header-scope .cx-social-icons{
    gap:10px;
  }

  .cx-hf.cx-header-scope .cx-social-icons a{
    width:34px;
    height:34px;
    font-size:16px;
  }

  .cx-hf.cx-header-scope .cx-top-contact{
    font-size:13px;
  }

  .cx-hf.cx-header-scope .cx-header-svg-icon{
    width:19px;
    height:19px;
    min-width:19px;
  }

  .cx-hf.cx-header-scope .cx-logo,
  .cx-hf.cx-header-scope .cx-logo-img{
    width:270px;
    max-width:270px;
  }

  .cx-hf.cx-header-scope .cx-main-nav,
  .cx-hf.cx-header-scope .cx-header-actions{
    flex-direction:column;
    gap:14px;
  }

  .cx-hf.cx-header-scope .cx-nav-link{
    font-size:16px;
  }

  .cx-hf.cx-header-scope .cx-outline-btn,
  .cx-hf.cx-header-scope .cx-solid-btn{
    width:100%;
    max-width:300px;
    min-width:0;
    min-height:52px;
    font-size:15px;
  }

  .cx-hf.cx-footer-scope .cx-footer{
    padding-top:42px;
  }

  .cx-hf.cx-footer-scope .cx-help-card,
  .cx-hf.cx-footer-scope .cx-cta-card{
    padding:22px;
    border-radius:20px;
  }

  .cx-hf.cx-footer-scope .cx-contact-card{
    padding:16px;
  }

  .cx-hf.cx-footer-scope .cx-policy-links{
    gap:10px 16px;
  }
}
