:root{
  --hbj-service-green:#0B5E4F;
  --hbj-service-green-dark:#06483D;
  --hbj-service-green-light:#EAF3F0;
  --hbj-service-gold:#FDB913;
  --hbj-service-gold-dark:#EAAA00;
  --hbj-service-navy:#071A33;
  --hbj-service-text:#1F2937;
  --hbj-service-muted:#5B6472;
  --hbj-service-border:#E1E5E2;
  --hbj-service-light:#F8F6F2;
  --hbj-service-white:#FFFFFF;
}

.hbj-service-page,
.hbj-service-page *{
  box-sizing:border-box;
}

.hbj-service-page{
  width:100%;
  overflow:hidden;
  color:var(--hbj-service-text);
  background:#fff;
  font-family:Arial,Helvetica,sans-serif;
}

.hbj-service-container{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
}

/* HERO */

.hbj-service-hero{
  position:relative;
  min-height:640px;
}

.hbj-flooring-hero{
  background:
    url("https://images.unsplash.com/photo-1581858726788-75bc0f6a952d?auto=format&fit=crop&w=1800&q=85")
    center/cover no-repeat;
}

.hbj-service-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(6,72,61,.96) 0%,
      rgba(6,72,61,.86) 52%,
      rgba(7,26,51,.55) 100%
    );
}

.hbj-service-hero-grid{
  position:relative;
  z-index:2;
  min-height:640px;
  display:grid;
  grid-template-columns:1.45fr .7fr;
  gap:70px;
  align-items:center;
}

.hbj-service-kicker,
.hbj-service-label,
.hbj-service-heading > span,
.hbj-service-final-inner > div > span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--hbj-service-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.hbj-service-kicker::before,
.hbj-service-label::before{
  content:"";
  width:34px;
  height:3px;
  background:var(--hbj-service-gold);
}

.hbj-service-hero h1{
  max-width:800px;
  margin:17px 0 21px;
  color:#fff;
  font-size:64px;
  line-height:1.05;
  letter-spacing:-2px;
}

.hbj-service-hero-copy > p{
  max-width:730px;
  margin:0;
  color:#E4EFEC;
  font-size:18px;
  line-height:1.75;
}

.hbj-service-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.hbj-service-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-service-btn-gold{
  background:var(--hbj-service-gold);
  color:var(--hbj-service-navy);
}

.hbj-service-btn-gold:hover{
  background:var(--hbj-service-gold-dark);
  transform:translateY(-2px);
}

.hbj-service-btn-outline{
  border:1px solid rgba(255,255,255,.8);
  color:#fff;
}

.hbj-service-btn-outline:hover{
  background:#fff;
  color:var(--hbj-service-green-dark);
}

.hbj-service-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px 20px;
  margin-top:26px;
}

.hbj-service-trust span{
  color:#D7E8E4;
  font-size:13px;
}

/* HERO CARD */

.hbj-service-hero-card{
  padding:34px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:7px;
  background:rgba(7,26,51,.88);
  box-shadow:0 22px 55px rgba(0,0,0,.2);
}

.hbj-service-hero-card > span{
  color:var(--hbj-service-gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.1px;
}

.hbj-service-hero-card h2{
  margin:13px 0;
  color:#fff;
  font-size:29px;
  line-height:1.25;
}

.hbj-service-hero-card p{
  margin:0 0 21px;
  color:#D7E1EA;
  font-size:14px;
  line-height:1.7;
}

.hbj-service-hero-card a{
  display:inline-flex;
  align-items:center;
  min-height:48px;
  padding:0 18px;
  border-radius:4px;
  background:var(--hbj-service-gold);
  color:var(--hbj-service-navy);
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}

/* GLOBAL */

.hbj-service-section{
  padding:90px 0;
}

.hbj-service-white{
  background:#fff;
}

.hbj-service-light{
  background:var(--hbj-service-light);
}

.hbj-service-heading{
  max-width:780px;
  margin:0 auto 45px;
  text-align:center;
}

.hbj-service-heading > span{
  color:var(--hbj-service-green);
}

.hbj-service-heading h2{
  margin:12px 0 14px;
  color:var(--hbj-service-navy);
  font-size:43px;
  line-height:1.17;
  letter-spacing:-1px;
}

.hbj-service-heading p{
  margin:0;
  color:var(--hbj-service-muted);
  font-size:16px;
  line-height:1.75;
}

/* INTRO */

.hbj-service-intro-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  align-items:start;
}

.hbj-service-intro-grid h2{
  margin:14px 0 0;
  color:var(--hbj-service-navy);
  font-size:43px;
  line-height:1.18;
}

.hbj-service-intro-grid > div:last-child p{
  margin:0 0 18px;
  color:var(--hbj-service-muted);
  font-size:16px;
  line-height:1.85;
}

/* CARDS */

.hbj-service-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.hbj-service-card{
  position:relative;
  padding:29px;
  overflow:hidden;
  border:1px solid var(--hbj-service-border);
  border-radius:7px;
  background:#fff;
  transition:.25s ease;
}

.hbj-service-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:3px;
  background:var(--hbj-service-gold);
  transition:width .3s ease;
}

.hbj-service-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 38px rgba(7,26,51,.08);
}

.hbj-service-card:hover::before{
  width:100%;
}

.hbj-service-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin-bottom:20px;
  border-radius:5px;
  background:var(--hbj-service-green-dark);
  color:var(--hbj-service-gold);
  font-size:21px;
}

.hbj-service-card h3{
  margin:0 0 11px;
  color:var(--hbj-service-navy);
  font-size:20px;
}

.hbj-service-card p{
  margin:0;
  color:var(--hbj-service-muted);
  font-size:14px;
  line-height:1.7;
}

/* SPLIT */

.hbj-service-split{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:70px;
  align-items:center;
}

.hbj-service-image img{
  display:block;
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:8px;
  box-shadow:0 18px 45px rgba(7,26,51,.10);
}

.hbj-service-copy h2{
  margin:14px 0 20px;
  color:var(--hbj-service-navy);
  font-size:43px;
  line-height:1.18;
}

.hbj-service-copy > p{
  margin:0 0 23px;
  color:var(--hbj-service-muted);
  font-size:16px;
  line-height:1.8;
}

.hbj-service-checks{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:13px;
}

.hbj-service-checks > div{
  display:flex;
  align-items:center;
  gap:10px;
}

.hbj-service-checks span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:50%;
  background:var(--hbj-service-gold);
  color:var(--hbj-service-navy);
  font-size:12px;
  font-weight:800;
}

.hbj-service-checks p{
  margin:0;
  color:var(--hbj-service-text);
  font-size:14px;
}

/* DARK */

.hbj-service-green-section{
  background:var(--hbj-service-green-dark);
}

.hbj-service-heading-light h2{
  color:#fff;
}

.hbj-service-heading-light > span{
  color:var(--hbj-service-gold);
}

.hbj-service-heading-light p{
  color:#C6D9D4;
}

.hbj-service-dark-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.hbj-service-dark-grid article{
  padding:27px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:6px;
  background:rgba(255,255,255,.04);
}

.hbj-service-dark-grid strong{
  display:block;
  margin-bottom:20px;
  color:var(--hbj-service-gold);
  font-size:29px;
}

.hbj-service-dark-grid h3{
  margin:0 0 10px;
  color:#fff;
  font-size:18px;
}

.hbj-service-dark-grid p{
  margin:0;
  color:#CAD9D5;
  font-size:14px;
  line-height:1.7;
}

/* PROCESS */

.hbj-service-process{
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.hbj-service-process article{
  width:210px;
  text-align:center;
}

.hbj-service-step{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  margin:0 auto 17px;
  border-radius:50%;
  background:var(--hbj-service-gold);
  color:var(--hbj-service-navy);
  font-size:18px;
  font-weight:800;
}

.hbj-service-process h3{
  margin:0 0 9px;
  color:var(--hbj-service-navy);
  font-size:17px;
}

.hbj-service-process p{
  margin:0;
  color:var(--hbj-service-muted);
  font-size:13px;
  line-height:1.65;
}

.hbj-service-process-line{
  width:75px;
  height:1px;
  margin-top:27px;
  background:#CBD3D0;
}

/* LOCAL */

.hbj-service-local{
  background:var(--hbj-service-green-light);
}

.hbj-service-local-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:65px;
  align-items:center;
}

.hbj-service-local-grid h2{
  margin:14px 0 19px;
  color:var(--hbj-service-navy);
  font-size:43px;
  line-height:1.18;
}

.hbj-service-local-grid > div:first-child p{
  margin:0 0 17px;
  color:var(--hbj-service-muted);
  font-size:16px;
  line-height:1.8;
}

.hbj-service-local-grid .hbj-service-btn{
  margin-top:10px;
}

.hbj-service-local-card{
  padding:32px;
  border-radius:7px;
  background:#fff;
  box-shadow:0 18px 42px rgba(7,26,51,.08);
}

.hbj-service-local-card > span{
  color:var(--hbj-service-green);
  font-size:11px;
  font-weight:800;
  letter-spacing:1px;
}

.hbj-service-local-card h3{
  margin:11px 0 19px;
  color:var(--hbj-service-navy);
  font-size:25px;
}

.hbj-service-local-card ul{
  display:grid;
  gap:11px;
  margin:0;
  padding:0;
  list-style:none;
}

.hbj-service-local-card li{
  position:relative;
  padding-left:22px;
  color:var(--hbj-service-muted);
  font-size:14px;
}

.hbj-service-local-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--hbj-service-green);
  font-weight:800;
}

/* BENEFITS */

.hbj-service-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.hbj-service-benefits-grid article{
  padding:26px;
  border:1px solid var(--hbj-service-border);
  border-radius:7px;
  background:#fff;
}

.hbj-service-benefits-grid article > div{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin-bottom:17px;
  border-radius:50%;
  background:var(--hbj-service-gold);
  color:var(--hbj-service-navy);
  font-weight:800;
}

.hbj-service-benefits-grid h3{
  margin:0 0 10px;
  color:var(--hbj-service-navy);
  font-size:18px;
}

.hbj-service-benefits-grid p{
  margin:0;
  color:var(--hbj-service-muted);
  font-size:14px;
  line-height:1.7;
}

/* FAQ */

.hbj-service-faq{
  background:var(--hbj-service-light);
}

.hbj-service-faq-list{
  max-width:900px;
  margin:0 auto;
}

.hbj-service-faq-list details{
  border-bottom:1px solid var(--hbj-service-border);
}

.hbj-service-faq-list details:first-child{
  border-top:1px solid var(--hbj-service-border);
}

.hbj-service-faq-list summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 0;
  color:var(--hbj-service-navy);
  font-size:16px;
  font-weight:700;
  list-style:none;
  cursor:pointer;
}

.hbj-service-faq-list summary::-webkit-details-marker{
  display:none;
}

.hbj-service-faq-list summary span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:50%;
  background:var(--hbj-service-gold);
  color:var(--hbj-service-navy);
  font-size:20px;
  transition:.2s ease;
}

.hbj-service-faq-list details[open] summary span{
  transform:rotate(45deg);
}

.hbj-service-faq-list details > div{
  padding:0 50px 21px 0;
}

.hbj-service-faq-list p{
  margin:0;
  color:var(--hbj-service-muted);
  font-size:14px;
  line-height:1.8;
}

/* FINAL CTA */

.hbj-service-final-cta{
  padding:65px 0;
  background:var(--hbj-service-green);
}

.hbj-service-final-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.hbj-service-final-inner h2{
  margin:8px 0 8px;
  color:#fff;
  font-size:36px;
}

.hbj-service-final-inner p{
  margin:0;
  max-width:700px;
  color:#D9E9E5;
  font-size:15px;
}

.hbj-service-final-inner > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  min-height:54px;
  padding:0 24px;
  border-radius:4px;
  background:var(--hbj-service-gold);
  color:var(--hbj-service-navy);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}

/* RESPONSIVE */

@media(max-width:1000px){

  .hbj-service-hero-grid{
    grid-template-columns:1.2fr .8fr;
    gap:40px;
  }

  .hbj-service-hero h1{
    font-size:52px;
  }

  .hbj-service-card-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .hbj-service-dark-grid,
  .hbj-service-benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:820px){

  .hbj-service-hero{
    min-height:auto;
  }

  .hbj-service-hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
    padding-top:80px;
    padding-bottom:80px;
  }

  .hbj-service-intro-grid,
  .hbj-service-split,
  .hbj-service-local-grid{
    grid-template-columns:1fr;
    gap:45px;
  }

  .hbj-service-process{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
  }

  .hbj-service-process article{
    width:auto;
  }

  .hbj-service-process-line{
    display:none;
  }

}

@media(max-width:640px){

  .hbj-service-container{
    width:min(100% - 28px,1240px);
  }

  .hbj-service-hero-grid{
    padding-top:62px;
    padding-bottom:62px;
  }

  .hbj-service-hero h1{
    font-size:38px;
    letter-spacing:-1px;
  }

  .hbj-service-hero-copy > p{
    font-size:16px;
  }

  .hbj-service-hero-actions{
    flex-direction:column;
  }

  .hbj-service-btn{
    width:100%;
  }

  .hbj-service-trust{
    flex-direction:column;
  }

  .hbj-service-hero-card{
    padding:27px 22px;
  }

  .hbj-service-section{
    padding:62px 0;
  }

  .hbj-service-heading h2,
  .hbj-service-intro-grid h2,
  .hbj-service-copy h2,
  .hbj-service-local-grid h2{
    font-size:34px;
  }

  .hbj-service-card-grid,
  .hbj-service-dark-grid,
  .hbj-service-benefits-grid,
  .hbj-service-checks{
    grid-template-columns:1fr;
  }

  .hbj-service-image img{
    height:370px;
  }

  .hbj-service-process{
    grid-template-columns:1fr;
  }

  .hbj-service-faq-list details > div{
    padding-right:0;
  }

  .hbj-service-final-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .hbj-service-final-inner h2{
    font-size:31px;
  }

  .hbj-service-final-inner > a{
    width:100%;
  }

}