:root{
  --hbj-quote-green:#0B5E4F;
  --hbj-quote-green-dark:#06483D;
  --hbj-quote-green-light:#EAF3F0;
  --hbj-quote-gold:#FDB913;
  --hbj-quote-gold-dark:#EAAA00;
  --hbj-quote-navy:#071A33;
  --hbj-quote-text:#1F2937;
  --hbj-quote-muted:#5B6472;
  --hbj-quote-border:#E1E5E2;
  --hbj-quote-light:#F8F6F2;
  --hbj-quote-white:#FFFFFF;
}

.hbj-quote-page,
.hbj-quote-page *{
  box-sizing:border-box;
}

.hbj-quote-page{
  width:100%;
  overflow:hidden;
  background:#fff;
  color:var(--hbj-quote-text);
  font-family:Arial,Helvetica,sans-serif;
}

.hbj-quote-container{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
}


/* =========================
   HERO
========================= */

.hbj-quote-hero{
  position:relative;
  padding:88px 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(253,185,19,.10),
      transparent 26%
    ),
    linear-gradient(
      125deg,
      var(--hbj-quote-green-dark) 0%,
      var(--hbj-quote-green) 58%,
      var(--hbj-quote-navy) 100%
    );
}

.hbj-quote-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:65px;
  align-items:start;
}

.hbj-quote-hero-copy{
  padding-top:70px;
}

.hbj-quote-kicker,
.hbj-quote-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--hbj-quote-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.hbj-quote-kicker::before,
.hbj-quote-label::before{
  content:"";
  width:34px;
  height:3px;
  background:var(--hbj-quote-gold);
}

.hbj-quote-hero-copy h1{
  max-width:720px;
  margin:18px 0 22px;
  color:#fff;
  font-size:60px;
  line-height:1.07;
  letter-spacing:-2px;
}

.hbj-quote-hero-copy > p{
  max-width:700px;
  margin:0;
  color:#DDECE8;
  font-size:17px;
  line-height:1.8;
}


/* HERO BENEFITS */

.hbj-quote-benefits{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:13px 18px;
  margin-top:28px;
}

.hbj-quote-benefits > div{
  display:flex;
  align-items:center;
  gap:10px;
}

.hbj-quote-benefits span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:27px;
  height:27px;
  flex:0 0 27px;
  border-radius:50%;
  background:var(--hbj-quote-gold);
  color:var(--hbj-quote-navy);
  font-size:12px;
  font-weight:800;
}

.hbj-quote-benefits p{
  margin:0;
  color:#fff;
  font-size:13px;
}


/* HERO NOTE */

.hbj-quote-help{
  max-width:620px;
  margin-top:28px;
  padding:18px 20px;
  border-left:3px solid var(--hbj-quote-gold);
  background:rgba(7,26,51,.25);
}

.hbj-quote-help strong{
  color:#fff;
  font-size:14px;
}

.hbj-quote-help p{
  margin:5px 0 0;
  color:#CEDCD9;
  font-size:13px;
  line-height:1.6;
}


/* =========================
   FORM CARD
========================= */

.hbj-quote-form-card{
  padding:34px;
  border-top:4px solid var(--hbj-quote-gold);
  border-radius:7px;
  background:#fff;
  box-shadow:0 22px 55px rgba(0,0,0,.18);
}

.hbj-quote-form-label{
  color:var(--hbj-quote-green);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.hbj-quote-form-card h2{
  margin:10px 0 9px;
  color:var(--hbj-quote-navy);
  font-size:30px;
  line-height:1.2;
}

.hbj-quote-form-card > p{
  margin:0 0 22px;
  color:var(--hbj-quote-muted);
  font-size:14px;
  line-height:1.65;
}


/* =========================
   WPFORMS
========================= */

.hbj-quote-wpforms .wpforms-container{
  margin:0 !important;
  padding:0 !important;
}

.hbj-quote-wpforms .wpforms-field{
  margin:0 !important;
  padding:0 0 15px !important;
}

.hbj-quote-wpforms .wpforms-field-label{
  display:block !important;
  margin:0 0 7px !important;
  padding:0 !important;
  color:var(--hbj-quote-navy) !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
}


/* NORMAL INPUTS */

.hbj-quote-wpforms input[type="text"],
.hbj-quote-wpforms input[type="email"],
.hbj-quote-wpforms input[type="tel"],
.hbj-quote-wpforms input[type="number"],
.hbj-quote-wpforms input[type="url"],
.hbj-quote-wpforms select,
.hbj-quote-wpforms textarea{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-height:48px !important;
  margin:0 !important;
  padding:11px 13px !important;
  border:1px solid #D5DCDA !important;
  border-radius:4px !important;
  background:#fff !important;
  color:var(--hbj-quote-text) !important;
  font-size:14px !important;
  box-shadow:none !important;
  outline:none !important;
}

.hbj-quote-wpforms textarea{
  min-height:120px !important;
  resize:vertical !important;
}

.hbj-quote-wpforms input[type="text"]:focus,
.hbj-quote-wpforms input[type="email"]:focus,
.hbj-quote-wpforms input[type="tel"]:focus,
.hbj-quote-wpforms input[type="number"]:focus,
.hbj-quote-wpforms input[type="url"]:focus,
.hbj-quote-wpforms select:focus,
.hbj-quote-wpforms textarea:focus{
  border-color:var(--hbj-quote-green) !important;
  box-shadow:0 0 0 2px rgba(11,94,79,.08) !important;
}


/* =========================
   RADIO + CHECKBOX
========================= */

.hbj-quote-wpforms ul.wpforms-field-radio,
.hbj-quote-wpforms ul.wpforms-field-checkbox{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px 12px !important;
  width:100% !important;
  margin:8px 0 0 !important;
  padding:0 !important;
  list-style:none !important;
}

.hbj-quote-wpforms ul.wpforms-field-radio li,
.hbj-quote-wpforms ul.wpforms-field-checkbox li{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  width:100% !important;
  margin:0 !important;
  padding:10px 11px !important;
  border:1px solid #E0E5E3 !important;
  border-radius:4px !important;
  background:#F8FAF9 !important;
  list-style:none !important;
  line-height:1.3 !important;
}

.hbj-quote-wpforms ul.wpforms-field-radio li::before,
.hbj-quote-wpforms ul.wpforms-field-radio li::after,
.hbj-quote-wpforms ul.wpforms-field-checkbox li::before,
.hbj-quote-wpforms ul.wpforms-field-checkbox li::after{
  display:none !important;
  content:none !important;
}


/* RADIO */

.hbj-quote-wpforms input[type="radio"]{
  appearance:none !important;
  -webkit-appearance:none !important;
  position:relative !important;
  display:inline-block !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  flex:0 0 18px !important;
  margin:0 !important;
  padding:0 !important;
  border:2px solid #AEB8B5 !important;
  border-radius:50% !important;
  background:#fff !important;
  cursor:pointer !important;
}

.hbj-quote-wpforms input[type="radio"]:checked{
  border-color:var(--hbj-quote-green) !important;
  background:var(--hbj-quote-green) !important;
  box-shadow:inset 0 0 0 4px #fff !important;
}


/* CHECKBOX */

.hbj-quote-wpforms input[type="checkbox"]{
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  flex:0 0 18px !important;
  margin:0 !important;
  padding:0 !important;
  accent-color:var(--hbj-quote-green) !important;
}


/* OPTION LABELS */

.hbj-quote-wpforms ul.wpforms-field-radio li label,
.hbj-quote-wpforms ul.wpforms-field-checkbox li label{
  display:inline-block !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  color:var(--hbj-quote-navy) !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1.35 !important;
  cursor:pointer !important;
}

.hbj-quote-wpforms ul.wpforms-field-radio li:hover,
.hbj-quote-wpforms ul.wpforms-field-checkbox li:hover{
  border-color:var(--hbj-quote-green) !important;
  background:#F2F7F5 !important;
}


/* SUBMIT */

.hbj-quote-wpforms .wpforms-submit-container{
  margin:5px 0 0 !important;
  padding:0 !important;
}

.hbj-quote-wpforms button.wpforms-submit{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:52px !important;
  margin:0 !important;
  padding:14px 20px !important;
  border:0 !important;
  border-radius:4px !important;
  background:var(--hbj-quote-gold) !important;
  color:var(--hbj-quote-navy) !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.4px !important;
  text-transform:uppercase !important;
  cursor:pointer !important;
  transition:.2s ease !important;
}

.hbj-quote-wpforms button.wpforms-submit:hover{
  background:var(--hbj-quote-gold-dark) !important;
  transform:translateY(-1px);
}


/* =========================
   SECTIONS
========================= */

.hbj-quote-section{
  padding:90px 0;
}

.hbj-quote-heading{
  max-width:790px;
  margin:0 auto 47px;
  text-align:center;
}

.hbj-quote-heading > span{
  color:var(--hbj-quote-green);
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.hbj-quote-heading h2{
  margin:11px 0 14px;
  color:var(--hbj-quote-navy);
  font-size:43px;
  line-height:1.17;
  letter-spacing:-1px;
}

.hbj-quote-heading p{
  margin:0;
  color:var(--hbj-quote-muted);
  font-size:16px;
  line-height:1.75;
}


/* =========================
   SERVICES
========================= */

.hbj-quote-services{
  background:var(--hbj-quote-light);
}

.hbj-quote-service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.hbj-quote-service-grid article{
  padding:25px;
  border:1px solid var(--hbj-quote-border);
  border-radius:7px;
  background:#fff;
  transition:.25s ease;
}

.hbj-quote-service-grid article:hover{
  transform:translateY(-5px);
  border-color:rgba(253,185,19,.7);
  box-shadow:0 15px 35px rgba(7,26,51,.07);
}

.hbj-quote-service-grid article > div{
  display:flex;
  align-items:center;
  justify-content:center;
  width:47px;
  height:47px;
  margin-bottom:18px;
  border-radius:5px;
  background:var(--hbj-quote-green-dark);
  color:var(--hbj-quote-gold);
  font-size:19px;
}

.hbj-quote-service-grid h3{
  margin:0 0 9px;
  color:var(--hbj-quote-navy);
  font-size:18px;
}

.hbj-quote-service-grid p{
  margin:0;
  color:var(--hbj-quote-muted);
  font-size:13px;
  line-height:1.7;
}


/* =========================
   PROCESS
========================= */

.hbj-quote-process-section{
  background:#fff;
}

.hbj-quote-process{
  display:flex;
  justify-content:center;
  align-items:flex-start;
}

.hbj-quote-process article{
  width:220px;
  text-align:center;
}

.hbj-quote-step{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin:0 auto 17px;
  border-radius:50%;
  background:var(--hbj-quote-gold);
  color:var(--hbj-quote-navy);
  font-size:18px;
  font-weight:800;
}

.hbj-quote-process h3{
  margin:0 0 9px;
  color:var(--hbj-quote-navy);
  font-size:17px;
}

.hbj-quote-process p{
  margin:0;
  color:var(--hbj-quote-muted);
  font-size:13px;
  line-height:1.65;
}

.hbj-quote-line{
  width:70px;
  height:1px;
  margin-top:28px;
  background:#CBD4D1;
}


/* =========================
   INFO
========================= */

.hbj-quote-info{
  background:var(--hbj-quote-green-light);
}

.hbj-quote-info-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:center;
}

.hbj-quote-info-grid h2{
  margin:14px 0 18px;
  color:var(--hbj-quote-navy);
  font-size:43px;
  line-height:1.18;
}

.hbj-quote-info-grid > div > p{
  max-width:720px;
  margin:0 0 25px;
  color:var(--hbj-quote-muted);
  font-size:16px;
  line-height:1.8;
}

.hbj-quote-check-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:13px 20px;
}

.hbj-quote-check-list > div{
  display:flex;
  align-items:center;
  gap:10px;
}

.hbj-quote-check-list span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  flex:0 0 28px;
  border-radius:50%;
  background:var(--hbj-quote-gold);
  color:var(--hbj-quote-navy);
  font-size:12px;
  font-weight:800;
}

.hbj-quote-check-list p{
  margin:0;
  color:var(--hbj-quote-text);
  font-size:13px;
}


/* CONTACT CARD */

.hbj-quote-contact-card{
  padding:33px;
  border-top:4px solid var(--hbj-quote-gold);
  border-radius:7px;
  background:var(--hbj-quote-navy);
  color:#fff;
  box-shadow:0 18px 42px rgba(7,26,51,.13);
}

.hbj-quote-contact-card > span{
  color:var(--hbj-quote-gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.1px;
}

.hbj-quote-contact-card h3{
  margin:11px 0 12px;
  color:#fff;
  font-size:27px;
}

.hbj-quote-contact-card > p{
  margin:0 0 23px;
  color:#CDD7E2;
  font-size:14px;
  line-height:1.7;
}

.hbj-quote-contact-row{
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.12);
}

.hbj-quote-contact-row strong{
  display:block;
  margin-bottom:4px;
  color:var(--hbj-quote-gold);
  font-size:11px;
  text-transform:uppercase;
}

.hbj-quote-contact-row a,
.hbj-quote-contact-row span{
  color:#fff;
  font-size:14px;
  text-decoration:none;
}

.hbj-quote-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:49px;
  margin-top:17px;
  border-radius:4px;
  background:var(--hbj-quote-gold);
  color:var(--hbj-quote-navy);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}


/* =========================
   FAQ
========================= */

.hbj-quote-faq{
  background:var(--hbj-quote-light);
}

.hbj-quote-faq-list{
  max-width:900px;
  margin:0 auto;
}

.hbj-quote-faq-list details{
  border-bottom:1px solid var(--hbj-quote-border);
}

.hbj-quote-faq-list details:first-child{
  border-top:1px solid var(--hbj-quote-border);
}

.hbj-quote-faq-list summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 0;
  color:var(--hbj-quote-navy);
  font-size:16px;
  font-weight:700;
  list-style:none;
  cursor:pointer;
}

.hbj-quote-faq-list summary::-webkit-details-marker{
  display:none;
}

.hbj-quote-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-quote-gold);
  color:var(--hbj-quote-navy);
  font-size:20px;
  transition:.2s ease;
}

.hbj-quote-faq-list details[open] summary span{
  transform:rotate(45deg);
}

.hbj-quote-faq-list details > div{
  padding:0 50px 21px 0;
}

.hbj-quote-faq-list p{
  margin:0;
  color:var(--hbj-quote-muted);
  font-size:14px;
  line-height:1.8;
}


/* =========================
   FINAL CTA
========================= */

.hbj-quote-final{
  padding:65px 0;
  background:var(--hbj-quote-green);
}

.hbj-quote-final-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}

.hbj-quote-final-inner > div > span{
  color:var(--hbj-quote-gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.3px;
}

.hbj-quote-final h2{
  margin:8px 0;
  color:#fff;
  font-size:37px;
}

.hbj-quote-final p{
  margin:0;
  color:#D8E8E4;
  font-size:15px;
}

.hbj-quote-final a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  min-height:54px;
  padding:0 23px;
  border-radius:4px;
  background:var(--hbj-quote-gold);
  color:var(--hbj-quote-navy);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  text-decoration:none;
}


/* =========================
   TABLET
========================= */

@media(max-width:1000px){

  .hbj-quote-hero-grid{
    grid-template-columns:1fr;
    gap:45px;
  }

  .hbj-quote-hero-copy{
    padding-top:0;
  }

  .hbj-quote-service-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .hbj-quote-info-grid{
    grid-template-columns:1fr;
    gap:45px;
  }

}


/* =========================
   SMALL TABLET
========================= */

@media(max-width:820px){

  .hbj-quote-process{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
  }

  .hbj-quote-process article{
    width:auto;
  }

  .hbj-quote-line{
    display:none;
  }

}


/* =========================
   MOBILE
========================= */

@media(max-width:640px){

  .hbj-quote-container{
    width:min(100% - 28px,1240px);
  }

  .hbj-quote-hero{
    padding:62px 0;
  }

  .hbj-quote-hero-copy h1{
    font-size:39px;
    letter-spacing:-1px;
  }

  .hbj-quote-hero-copy > p{
    font-size:16px;
  }

  .hbj-quote-benefits{
    grid-template-columns:1fr;
  }

  .hbj-quote-form-card{
    padding:25px 19px;
  }

  .hbj-quote-wpforms ul.wpforms-field-radio,
  .hbj-quote-wpforms ul.wpforms-field-checkbox{
    grid-template-columns:1fr !important;
  }

  .hbj-quote-section{
    padding:62px 0;
  }

  .hbj-quote-heading h2,
  .hbj-quote-info-grid h2{
    font-size:34px;
  }

  .hbj-quote-service-grid{
    grid-template-columns:1fr;
  }

  .hbj-quote-process{
    grid-template-columns:1fr;
  }

  .hbj-quote-check-list{
    grid-template-columns:1fr;
  }

  .hbj-quote-faq-list details > div{
    padding-right:0;
  }

  .hbj-quote-final-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .hbj-quote-final h2{
    font-size:31px;
  }

  .hbj-quote-final a{
    width:100%;
  }

}
/* FINAL FIX: REMOVE BULLETS FROM WPFORMS RADIO OPTIONS */

.hbj-quote-wpforms .wpforms-field-radio,
.hbj-quote-wpforms .wpforms-field-radio ul,
.hbj-quote-wpforms .wpforms-field-radio li,
.hbj-quote-wpforms .wpforms-field-checkbox,
.hbj-quote-wpforms .wpforms-field-checkbox ul,
.hbj-quote-wpforms .wpforms-field-checkbox li{
  list-style:none !important;
  list-style-type:none !important;
}

.hbj-quote-wpforms .wpforms-field-radio li::marker,
.hbj-quote-wpforms .wpforms-field-checkbox li::marker{
  content:"" !important;
  font-size:0 !important;
}

.hbj-quote-wpforms .wpforms-field-radio ul,
.hbj-quote-wpforms .wpforms-field-checkbox ul{
  padding-left:0 !important;
  margin-left:0 !important;
}