/* =========================================================
   PANEL SELF CHECK TOOL
   CLEAN PREMIUM DESIGN
   BRAND COLORS:
   #00b0f0
   #92d050
   ========================================================= */

.panel-check-tool{
  max-width:920px;
  margin:0 auto;
  padding:50px 20px;
  font-family:Arial,sans-serif;
}

/* =========================================================
   QUESTIONS
   ========================================================= */

.pct-question{
  display:none;
  background:#fff;
  border-radius:28px;
  padding:50px;
  border:1px solid #e7f7fd;
  box-shadow:
    0 4px 12px rgba(0,0,0,.03),
    0 18px 40px rgba(0,176,240,.06);
}

.pct-question.active{
  display:block;
}

/* =========================================================
   PROGRESS
   ========================================================= */

.pct-progress-wrap{
  margin-bottom:40px;
}

.pct-progress{
  width:100%;
  height:8px;
  background:#eef9fd;
  border-radius:50px;
  overflow:hidden;
}

.pct-progress-fill{
  height:100%;
  background:#00b0f0;
  border-radius:50px;
}

.pct-step-count{
  margin-top:14px;
  font-size:14px;
  font-weight:700;
  color:#00b0f0;
  letter-spacing:.3px;
}

/* =========================================================
   HEADINGS
   ========================================================= */

.pct-question h2{
  font-size:42px;
  line-height:1.15;
  margin-bottom:35px;
  color:#111;
  font-weight:800;
  letter-spacing:-1px;
}

/* =========================================================
   OPTIONS
   ========================================================= */

.pct-options{
  display:grid;
  gap:18px;
}

.pct-option{
  position:relative;
  border:2px solid #e8f7fc;
  border-radius:20px;
  padding:22px 24px;
  cursor:pointer;
  transition:.22s ease;
  background:#fff;
  font-size:18px;
  line-height:1.5;
  font-weight:600;
  color:#222;
}

.pct-option:hover{
  border-color:#00b0f0;
  background:#f8fdff;
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(0,176,240,.08);
}

.pct-option.selected{
  background:#f3fbfe;
  border-color:#00b0f0;
  color:#111;
  box-shadow:0 10px 25px rgba(0,176,240,.08);
}

.pct-option.selected::after{
  content:"";
  position:absolute;
  right:22px;
  top:50%;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#92d050;
  transform:translateY(-50%);
}

/* =========================================================
   BUTTON
   ========================================================= */

.pct-next-btn{
  margin-top:35px;
  background:#00b0f0;
  color:#fff;
  border:none;
  border-radius:16px;
  padding:18px 34px;
  font-size:17px;
  font-weight:700;
  cursor:pointer;
  transition:.22s ease;
  box-shadow:0 10px 24px rgba(0,176,240,.18);
}

.pct-next-btn:hover{
  background:#0099d1;
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(0,176,240,.22);
}

/* =========================================================
   RESULTS
   ========================================================= */

.pct-results{
  opacity:0;
  visibility:hidden;
  height:0;
  overflow:hidden;
}

.pct-results.active{
  opacity:1;
  visibility:visible;
  height:auto;
  overflow:visible;
  margin-top:35px;
}

/* =========================================================
   RESULT CARD
   ========================================================= */

.pct-result-card{
  background:#fff;
  border-radius:28px;
  padding:55px;
  border:1px solid #e7f7fd;
  box-shadow:
    0 4px 12px rgba(0,0,0,.03),
    0 18px 40px rgba(0,176,240,.06);
}

/* =========================================================
   RESULT STATES
   ========================================================= */

.low-risk .pct-result-card{
  border-top:8px solid #92d050;
}

.medium-risk .pct-result-card{
  border-top:8px solid #00b0f0;
}

.high-risk .pct-result-card{
  border-top:8px solid #ff5b5b;
}

/* =========================================================
   RESULT TEXT
   ========================================================= */

.pct-score{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#f3fbfe;
  color:#00b0f0;
  font-size:16px;
  font-weight:800;
  padding:10px 18px;
  border-radius:50px;
  margin-bottom:24px;
}

.pct-result-card h2{
  font-size:40px;
  line-height:1.08;
  margin-bottom:22px;
  color:#111;
  font-weight:800;
  letter-spacing:-1.5px;
}

.pct-result-card p{
  font-size:19px;
  line-height:1.8;
  color:#555;
}

/* =========================================================
   FORM HEADING
   ========================================================= */

.pct-form-heading{
  margin-top:50px;
  margin-bottom:30px;
  padding-top:40px;
  border-top:1px solid #eaf7fb;
}

.pct-form-heading h3{
  font-size:30px;
  margin-bottom:14px;
  color:#111;
  font-weight:800;
  letter-spacing:-1px;
}

.pct-form-heading p{
  font-size:18px;
  line-height:1.8;
  color:#666;
}

/* =========================================================
   HUBSPOT FORM
   ========================================================= */

#hubspotFormWrapper{
  margin-top:25px;
}

#hubspotFormWrapper form{
  display:grid;
  gap:22px;
}

#hubspotFormWrapper .hs-form-field{
  margin-bottom:0 !important;
}

#hubspotFormWrapper label{
  display:block;
  margin-bottom:10px;
  font-weight:700;
  color:#222;
  font-size:15px;
}

#hubspotFormWrapper input,
#hubspotFormWrapper textarea,10
#hubspotFormWrapper select{
  width:100% !important;
  border:2px solid #e7f7fd !important;
  border-radius:16px !important;
  padding:18px !important;
  font-size:16px !important;
  background:#fff !important;
  box-sizing:border-box !important;
  transition:.2s ease;
  color:#222 !important;
}

#hubspotFormWrapper input:focus,
#hubspotFormWrapper textarea:focus,
#hubspotFormWrapper select:focus{
  border-color:#00b0f0 !important;
  outline:none !important;
  box-shadow:0 0 0 5px rgba(0,176,240,.08);
}

#hubspotFormWrapper textarea{
  min-height:140px !important;
}

#hubspotFormWrapper .hs-button{
  width:100%;
  background:#92d050 !important;
  color:#fff !important;
  border:none !important;
  border-radius:16px !important;
  padding:20px !important;
  font-size:18px !important;
  font-weight:800 !important;
  cursor:pointer;
  transition:.22s ease;
  box-shadow:0 10px 24px rgba(146,208,80,.18);
}

#hubspotFormWrapper .hs-button:hover{
  background:#7eb840 !important;
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(146,208,80,.22);
}

/* =========================================================
   DISCLAIMER
   ========================================================= */

.pct-disclaimer{
  margin-top:40px;
  padding-top:28px;
  border-top:1px solid #eef7fb;
  font-size:14px !important;
  line-height:1.8 !important;
  color:#777 !important;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:768px){

  .panel-check-tool{
    padding:20px 15px;
  }

  .pct-question,
  .pct-result-card{
    padding:28px;
    border-radius:22px;
  }

  .pct-question h2{
    font-size:30px;
    line-height:1.2;
  }

  .pct-result-card h2{
    font-size:30px;
  }

  .pct-form-heading h3{
    font-size:25px;
  }

  .pct-option{
    font-size:16px;
    padding:18px;
  }

  .pct-next-btn{
    width:100%;
  }

}z