:root{
  --hbj-green:#0b5e4f;
  --hbj-dark-green:#06483d;
  --hbj-gold:#fdb913;
  --hbj-gold-dark:#eaaa00;
  --hbj-navy:#071a33;
  --hbj-text:#344154;
  --hbj-muted:#5d6878;
  --hbj-light:#f8f6f2;
  --hbj-green-light:#edf5f2;
  --hbj-border:#e0e5e2;
  --hbj-white:#ffffff;
}

.hbj-services-page,
.hbj-services-page *{
  box-sizing:border-box;
}

.hbj-services-page{
  width:100%;
  overflow:hidden;
  background:#fff;
  color:var(--hbj-text);
  font-family:Arial,Helvetica,sans-serif;
}

.hbj-services-container{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
}


/* HERO */

.hbj-services-hero{
  position:relative;
  padding:105px 0;
  background:
    radial-gradient(circle at 90% 15%,rgba(253,185,19,.12),transparent 28%),
    linear-gradient(125deg,#06483d 0%,#0b5e4f 58%,#071a33 100%);
}

.hbj-services-hero .hbj-services-container{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:75px;
  align-items:center;
}

.hbj-services-eyebrow,
.hbj-services-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--hbj-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.hbj-services-eyebrow:before,
.hbj-services-label:before{
  content:"";
  width:35px;
  height:3px;
  background:var(--hbj-gold);
}

.hbj-services-hero-content h1{
  max-width:800px;
  margin:17px 0 22px;
  color:#fff;
  font-size:62px;
  line-height:1.06;
  letter-spacing:-2px;
}

.hbj-services-hero-content > p{
  max-width:760px;
  margin:0;
  color:#dcebe7;
  font-size:18px;
  line-height:1.75;
}

.hbj-services-hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:31px;
}

.hbj-services-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 25px;
  border-radius:4px;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  transition:.2s ease;
}

.hbj-services-btn-gold{
  background:var(--hbj-gold);
  color:var(--hbj-navy);
}

.hbj-services-btn-gold:hover{
  background:var(--hbj-gold-dark);
  transform:translateY(-2px);
}

.hbj-services-btn-outline{
  border:1px solid rgba(255,255,255,.75);
  color:#fff;
}

.hbj-services-btn-outline:hover{
  background:#fff;
  color:var(--hbj-dark-green);
}


/* HERO PANEL */

.hbj-services-hero-panel{
  padding:35px;
  border:1px solid rgba(255,255,255,.13);
  border-top:3px solid var(--hbj-gold);
  border-radius:7px;
  background:rgba(7,26,51,.88);
  box-shadow:0 25px 55px rgba(0,0,0,.18);
}

.hbj-services-hero-panel > span{
  color:var(--hbj-gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.3px;
}

.hbj-services-hero-panel h2{
  margin:13px 0;
  color:#fff;
  font-size:28px;
  line-height:1.25;
}

.hbj-services-hero-panel p{
  margin:0 0 18px;
  color:#d1dce4;
  font-size:14px;
  line-height:1.7;
}

.hbj-services-hero-panel ul{
  margin:0 0 25px;
  padding:0;
  list-style:none;
}

.hbj-services-hero-panel li{
  position:relative;
  margin:10px 0;
  padding-left:20px;
  color:#fff;
  font-size:13px;
}

.hbj-services-hero-panel li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--hbj-gold);
  font-weight:800;
}

.hbj-services-hero-panel > a{
  display:inline-flex;
  align-items:center;
  min-height:47px;
  padding:0 18px;
  border-radius:4px;
  background:var(--hbj-gold);
  color:var(--hbj-navy);
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}


/* INTRO */

.hbj-services-intro{
  padding:85px 0;
  background:#fff;
}

.hbj-services-intro-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:75px;
}

.hbj-services-intro-title h2{
  margin:14px 0 0;
  color:var(--hbj-navy);
  font-size:43px;
  line-height:1.18;
  letter-spacing:-1px;
}

.hbj-services-intro-copy p{
  margin:0 0 18px;
  color:var(--hbj-muted);
  font-size:16px;
  line-height:1.85;
}


/* SERVICES */

.hbj-services-list-section{
  padding:90px 0;
  background:var(--hbj-light);
}

.hbj-services-heading{
  max-width:790px;
  margin:0 auto 48px;
  text-align:center;
}

.hbj-services-heading > span{
  color:var(--hbj-green);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
}

.hbj-services-heading h2{
  margin:12px 0 14px;
  color:var(--hbj-navy);
  font-size:43px;
  line-height:1.18;
  letter-spacing:-1px;
}

.hbj-services-heading p{
  margin:0;
  color:var(--hbj-muted);
  font-size:16px;
  line-height:1.75;
}

.hbj-services-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.hbj-service-box{
  position:relative;
  padding:32px;
  overflow:hidden;
  border:1px solid var(--hbj-border);
  border-radius:8px;
  background:#fff;
  transition:.25s ease;
}

.hbj-service-box:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:4px;
  background:var(--hbj-gold);
  transition:.3s ease;
}

.hbj-service-box:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 45px rgba(7,26,51,.08);
}

.hbj-service-box:hover:before{
  width:100%;
}

.hbj-service-box-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:23px;
}

.hbj-service-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:55px;
  height:55px;
  border-radius:6px;
  background:var(--hbj-dark-green);
  color:var(--hbj-gold);
}

.hbj-service-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.hbj-service-number{
  color:#e1e5e4;
  font-size:37px;
  font-weight:800;
}

.hbj-service-box h3{
  margin:0 0 12px;
  color:var(--hbj-navy);
  font-size:24px;
}

.hbj-service-box > p{
  margin:0 0 18px;
  color:var(--hbj-muted);
  font-size:14px;
  line-height:1.75;
}

.hbj-service-box ul{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 23px;
  padding:0;
  list-style:none;
}

.hbj-service-box li{
  padding:7px 10px;
  border-radius:3px;
  background:var(--hbj-green-light);
  color:var(--hbj-dark-green);
  font-size:11px;
  font-weight:700;
}

.hbj-service-box > a{
  color:var(--hbj-green);
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}

.hbj-service-box > a:hover{
  color:var(--hbj-gold-dark);
}


/* WHY */

.hbj-services-why{
  padding:90px 0;
  background:var(--hbj-dark-green);
}

.hbj-services-heading-white > span{
  color:var(--hbj-gold);
}

.hbj-services-heading-white h2{
  color:#fff;
}

.hbj-services-heading-white p{
  color:#cbdcd7;
}

.hbj-services-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.hbj-services-benefits article{
  padding:28px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:7px;
  background:rgba(255,255,255,.04);
}

.hbj-services-benefits strong{
  display:block;
  margin-bottom:18px;
  color:var(--hbj-gold);
  font-size:28px;
}

.hbj-services-benefits h3{
  margin:0 0 10px;
  color:#fff;
  font-size:19px;
}

.hbj-services-benefits p{
  margin:0;
  color:#cbdad6;
  font-size:14px;
  line-height:1.7;
}


/* PROCESS */

.hbj-services-process-section{
  padding:90px 0;
  background:#fff;
}

.hbj-services-process{
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.hbj-services-process article{
  width:220px;
  text-align:center;
}

.hbj-services-process article > div{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin:0 auto 17px;
  border-radius:50%;
  background:var(--hbj-gold);
  color:var(--hbj-navy);
  font-size:18px;
  font-weight:800;
}

.hbj-services-process h3{
  margin:0 0 9px;
  color:var(--hbj-navy);
  font-size:17px;
}

.hbj-services-process p{
  margin:0;
  color:var(--hbj-muted);
  font-size:13px;
  line-height:1.65;
}

.hbj-process-line{
  width:75px;
  height:1px;
  margin-top:28px;
  background:#ccd4d1;
}


/* LOCAL */

.hbj-services-local{
  padding:90px 0;
  background:var(--hbj-green-light);
}

.hbj-services-local-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:center;
}

.hbj-services-local-grid h2{
  margin:14px 0 19px;
  color:var(--hbj-navy);
  font-size:43px;
  line-height:1.18;
}

.hbj-services-local-grid > div p{
  margin:0 0 17px;
  color:var(--hbj-muted);
  font-size:16px;
  line-height:1.8;
}

.hbj-services-local-grid .hbj-services-btn{
  margin-top:10px;
}

.hbj-services-local-card{
  padding:34px;
  border-top:4px solid var(--hbj-gold);
  border-radius:7px;
  background:#fff;
  box-shadow:0 18px 42px rgba(7,26,51,.08);
}

.hbj-services-local-card > span{
  color:var(--hbj-green);
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
}

.hbj-services-local-card h3{
  margin:10px 0 12px;
  color:var(--hbj-navy);
  font-size:29px;
}

.hbj-services-local-card p{
  margin:0 0 20px;
  color:var(--hbj-muted);
  font-size:14px;
  line-height:1.7;
}

.hbj-local-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.hbj-local-list span{
  color:var(--hbj-text);
  font-size:13px;
}

.hbj-local-list span::first-letter{
  color:var(--hbj-green);
}


/* CTA */

.hbj-services-cta{
  padding:65px 0;
  background:var(--hbj-navy);
}

.hbj-services-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}

.hbj-services-cta-inner > div > span{
  color:var(--hbj-gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.4px;
}

.hbj-services-cta h2{
  margin:9px 0 9px;
  color:#fff;
  font-size:37px;
}

.hbj-services-cta p{
  max-width:700px;
  margin:0;
  color:#ccd6df;
  font-size:15px;
  line-height:1.7;
}

.hbj-services-cta-inner > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:205px;
  min-height:55px;
  padding:0 25px;
  border-radius:4px;
  background:var(--hbj-gold);
  color:var(--hbj-navy);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}


/* TABLET */

@media(max-width:950px){

  .hbj-services-hero .hbj-services-container{
    grid-template-columns:1fr;
    gap:45px;
  }

  .hbj-services-hero-content h1{
    font-size:52px;
  }

  .hbj-services-intro-grid,
  .hbj-services-local-grid{
    grid-template-columns:1fr;
    gap:45px;
  }

  .hbj-services-benefits{
    grid-template-columns:repeat(2,1fr);
  }

  .hbj-services-process{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
  }

  .hbj-services-process article{
    width:auto;
  }

  .hbj-process-line{
    display:none;
  }

}


/* MOBILE */

@media(max-width:650px){

  .hbj-services-container{
    width:min(100% - 28px,1240px);
  }

  .hbj-services-hero{
    padding:65px 0;
  }

  .hbj-services-hero-content h1{
    font-size:39px;
    letter-spacing:-1px;
  }

  .hbj-services-hero-content > p{
    font-size:16px;
  }

  .hbj-services-hero-buttons{
    flex-direction:column;
  }

  .hbj-services-btn{
    width:100%;
  }

  .hbj-services-hero-panel{
    padding:27px 22px;
  }

  .hbj-services-intro,
  .hbj-services-list-section,
  .hbj-services-why,
  .hbj-services-process-section,
  .hbj-services-local{
    padding:62px 0;
  }

  .hbj-services-intro-title h2,
  .hbj-services-heading h2,
  .hbj-services-local-grid h2{
    font-size:34px;
  }

  .hbj-services-grid,
  .hbj-services-benefits,
  .hbj-services-process,
  .hbj-local-list{
    grid-template-columns:1fr;
  }

  .hbj-service-box{
    padding:26px 22px;
  }

  .hbj-services-cta-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .hbj-services-cta h2{
    font-size:31px;
  }

  .hbj-services-cta-inner > a{
    width:100%;
  }

}