/* ============================================================
 * SettleHQ Contract Review Page Styles
 * Scoped under .shq-cr-page to prevent theme collisions
 * ============================================================ */

.shq-cr-page{
  --shq-navy:#09123d;
  --shq-navy-2:#243B5E;
  --shq-teal:#59c0ab;
  --shq-teal-dark:#00695C;
  --shq-gold:#C8922A;
  --shq-off-white:#F8F9FA;
  --shq-cream:#FAF7F1;
  --shq-slate:#444444;
  --shq-slate-2:#6B6B6B;
  --shq-line:#E5E1D8;
  --shq-white:#ffffff;
  --shq-warning:#C25D2D;

/*  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;*/
	font-family: "Geist", sans-serif;
  color:var(--shq-slate);
  background:var(--shq-off-white);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
.shq-cr-page *{box-sizing:border-box;}

.shq-cr-container{max-width:1240px;margin:0 auto;padding:0 32px;}
.shq-cr-container-narrow{max-width:1080px;margin:0 auto;padding:0 32px;}
.shq-cr-container-tight{max-width:900px;margin:0 auto;padding:0 32px;}

/* ───────── HERO ───────── */
.shq-cr-hero{
  background:var(--shq-navy);
  color:var(--shq-white);

  position:relative;overflow:hidden;
}
.shq-cr-hero::before{
  content:"";position:absolute;
  top:-150px;right:-150px;
  width:600px;height:600px;
  background:radial-gradient(circle, rgba(200,146,42,.16) 0%, transparent 60%);
  pointer-events:none;
}
.shq-cr-hero::after{
  content:"";position:absolute;
  bottom:-200px;left:-150px;
  width:500px;height:500px;
  background:radial-gradient(circle, rgba(0,137,123,.14) 0%, transparent 60%);
  pointer-events:none;
}
.shq-cr-hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;gap:56px;}
.shq-cr-hero-content{max-width:880px;}
.shq-cr-eyebrow{
  display:inline-block;
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;
      color: var(--shq-teal);font-weight:600;
  padding-bottom:14px;
  border-bottom:1px solid rgba(89,192,171,.4);
  margin-bottom:32px;
}
.shq-cr-hero h1{
  
  font-weight:700;
  font-size: clamp(40px, 5.4vw, 68px);
  line-height:0.96;letter-spacing:-0.03em;
  margin:0 0 28px;color:var(--shq-white);
}
.shq-cr-hero h1 em{
  font-family:'Playfair Display', serif;
  font-style:italic;font-weight:500;    color: var(--shq-teal);
}
.shq-cr-hero-subhead{
  font-family:'Inter', sans-serif;font-weight:600;
  font-size:clamp(20px, 2.2vw, 26px);
  color:rgba(255,255,255,.92);
  margin-bottom:20px;letter-spacing:-0.01em;
}
.shq-cr-hero-lede{
  font-size:18px;line-height:1.6;
  color:rgba(255,255,255,.72);
  max-width:680px;margin:0;
}
.shq-cr-hero-trust{
  display:grid;grid-template-columns:repeat(3,1fr);gap:20px;
}
.shq-cr-trust-item{
  display:flex;align-items:center;gap:14px;
  padding:18px 22px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  backdrop-filter:blur(4px);
}
.shq-cr-trust-icon{
  width:42px;height:42px;border-radius:50%;
  background:rgba(0,137,123,.2);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;color:var(--shq-teal);font-weight:700;
}
.shq-cr-trust-text strong{color:var(--shq-white);display:block;font-weight:600;}
.shq-cr-trust-text span{color:rgba(255,255,255,.6);font-size:16px;}

/* ───────── SECTION HEAD ───────── */

.shq-cr-section-head{max-width:760px;margin:0 auto 64px;text-align:center;}
.shq-cr-section-head--left{margin:0 0 56px;text-align:left;}
.shq-cr-section-eyebrow{
  font-size:15px;letter-spacing:3.25px;text-transform:uppercase;
     color: #59c0ab;font-weight:600;margin-bottom:18px;
}



.shq-cr-section-head h2{
/*
  font-family:'Inter', sans-serif;font-weight:700;
  font-size:clamp(36px, 4.2vw, 56px);
*/
  line-height:1.06;
/*	letter-spacing:-0.02em;*/
  color:var(--shq-navy);
/*	margin:0 0 20px;*/
}
.shq-cr-section-head h2 em{
  font-family:'Playfair Display', serif;
  font-style:italic;
	font-weight:500;
	color:var(--shq-teal);
}
.shq-cr-section-head p{font-size:19px;color:var(--shq-slate);line-height:1.6;margin:0;}

/* ───────── WHAT IS A REVIEW ───────── */
.shq-cr-what-is{background:var(--shq-white);border-bottom:1px solid var(--shq-line);}
.shq-cr-what-is-grid{
  display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start;
}
.shq-cr-what-is-body p{
  font-size:18px;color:var(--shq-navy);line-height:1.7;margin-bottom:20px;
}
.shq-cr-what-is-body p:last-child{margin-bottom:0;}
.shq-cr-what-is-body strong{color:var(--shq-navy);font-weight:600;}
.shq-cr-checks-card{
  background:#EEF1F5;
  border:1px solid var(--shq-line);
  border-radius:14px;
  padding:36px 32px;
  position:relative;overflow:hidden;
}
.shq-cr-checks-card::before{
  content:"";position:absolute;
  top:-60px;right:-60px;width:180px;height:180px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(0,137,123,.12) 0%, transparent 70%);
}
.shq-cr-checks-card-label{
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--shq-teal);font-weight:600;
  margin-bottom:8px;display:block;position:relative;
}
.shq-cr-checks-card h3{

  font-weight:700;font-size:24px;
  color:var(--shq-navy);letter-spacing:-0.01em;
  margin:0 0 22px;position:relative;
}
.shq-cr-checks-list{
  list-style:none;margin:0;padding:0;
  display:flex;flex-direction:column;gap:14px;position:relative;
}
.shq-cr-checks-list li{
  display:flex;align-items:flex-start;gap:14px;
  font-size:16px;color: var(--shq-navy);line-height:1.5;
  padding-bottom:14px;
  border-bottom:1px solid rgba(229,225,216,.7);
}
.shq-cr-checks-list li:last-child{border-bottom:none;padding-bottom:0;}
.shq-cr-tick{
  flex-shrink:0;width:22px;height:22px;border-radius:50%;
  background:var(--shq-teal);color:var(--shq-white);
  display:flex;align-items:center;justify-content:center;
  margin-top:1px;
}
.shq-cr-tick svg{
  width:12px;height:12px;
  stroke:var(--shq-white);stroke-width:3;
  fill:none;stroke-linecap:round;stroke-linejoin:round;
}

/* ───────── RISKS (dark section) ───────── */
.shq-cr-risks{
  background:var(--shq-navy);
  color:var(--shq-white);
  position:relative;overflow:hidden;
}
.shq-cr-risks::before{
  content:"";position:absolute;
  top:50%;right:-300px;transform:translateY(-50%);
  width:700px;height:700px;
  background:radial-gradient(circle, rgba(194,93,45,.15) 0%, transparent 60%);
  pointer-events:none;
}
.shq-cr-risks .shq-cr-section-head{position:relative;z-index:2;}
.shq-cr-risks .shq-cr-section-head h2{color:var(--shq-white);}
.shq-cr-risks .shq-cr-section-head h2 em{color:var(--shq-teal);}
.shq-cr-risks .shq-cr-section-head p{color:rgba(255,255,255,.75);}
.shq-cr-risks .shq-cr-section-eyebrow{color:var(--shq-teal);}

.shq-cr-risk-grid{
  position:relative;z-index:2;
  display:grid;grid-template-columns:repeat(2,1fr);gap:24px;
}
.shq-cr-risk-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  padding:36px 32px;
  display:flex;gap:24px;
  transition:transform .25s, background .25s, border-color .25s;
}
.shq-cr-risk-card:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.06);
  border-color:rgba(194,93,45,.4);
}
.shq-cr-risk-num{
  font-family:'Playfair Display', serif;
  font-style:italic;font-weight:500;
  font-size:56px;line-height:1;
  color:var(--shq-teal);flex-shrink:0;
}
.shq-cr-risk-content h4{
  font-family:'Inter', sans-serif;
  font-weight:700;font-size:20px;
  color:var(--shq-white);
  letter-spacing:-0.01em;
  margin:0 0 10px;line-height:1.25;
}
.shq-cr-risk-content p{
  color:rgba(255,255,255,.7);font-size:15px;line-height:1.6;margin:0;
}

/* ───────── PROCESS ───────── */
.shq-cr-process{background:#eef1f5;}
.shq-cr-process-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:24px;
  position:relative;
}
.shq-cr-process-step{
  background:var(--shq-white);
  border:1px solid var(--shq-line);
  border-radius:14px;
  padding:32px 28px;
  position:relative;
  transition:transform .25s, box-shadow .25s;
}
.shq-cr-process-step:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 40px -16px rgba(27,46,75,.15);
}
.shq-cr-process-step::before{
  content:"";position:absolute;
  top:0;left:0;right:0;height:3px;
  background:var(--shq-teal);
  border-radius:14px 14px 0 0;
}
.shq-cr-step-num{
  width:48px;height:48px;border-radius:12px;
  background:rgba(0,137,123,.1);
  color:var(--shq-teal);
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:20px;
  margin-bottom:20px;
  font-family:'Inter', sans-serif;
}
.shq-cr-process-step h4 {
    /* font-family: 'Inter', sans-serif; */
    font-weight: 700;
    font-size: 22px;
    color: var(--shq-navy);
    letter-spacing: -0.005em;
    margin: 0 0 12px;
    line-height: 1.3;
}
.shq-cr-process-step p {
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    color: var(--shq-navy);
}

/* ───────── LEAD MAGNET ───────── */
.shq-cr-lead-magnet{background:var(--shq-white);}
.shq-cr-lead-magnet-inner{
  background:linear-gradient(135deg, var(--shq-navy) 0%, var(--shq-navy-2) 100%);
  border-radius:18px;
  padding:64px 56px;
  color:var(--shq-white);
  position:relative;overflow:hidden;
  display:grid;grid-template-columns:1.2fr 1fr;
  gap:64px;align-items:center;
}
.shq-cr-lead-magnet-inner::before{
  content:"";position:absolute;
  top:-100px;right:-80px;
  width:340px;height:340px;
  background:radial-gradient(circle, rgba(200,146,42,.22) 0%, transparent 70%);
  pointer-events:none;
}
.shq-cr-lead-magnet-inner::after{
  content:"";position:absolute;
  bottom:-120px;left:-80px;
  width:300px;height:300px;
  background:radial-gradient(circle, rgba(0,137,123,.22) 0%, transparent 70%);
  pointer-events:none;
}
.shq-cr-lm-content{position:relative;z-index:2;}
.shq-cr-lm-eyebrow{
  display:inline-block;
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  color:var(--shq-teal);font-weight:700;
  padding:6px 14px;
  background:rgba(200,146,42,.12);
  border:1px solid rgba(200,146,42,.3);
  border-radius:100px;
  margin-bottom:24px;
}
.shq-cr-lm-content h3{
/*  font-family:'Inter', sans-serif;*/
	font-weight:700;
  font-size:clamp(32px, 3.6vw, 44px);
  line-height:1.08;letter-spacing:-0.02em;
  color:var(--shq-white);margin:0 0 18px;
}
.shq-cr-lm-content h3 em{
  font-family:'Playfair Display', serif;
  font-style:italic;font-weight:500;color:var(--shq-teal);
}
.shq-cr-lm-content p{
  color:rgba(255,255,255,.78);
  font-size:17px;line-height:1.6;
  margin:0 0 24px;
}
.shq-cr-lm-list{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;
}
.shq-cr-lm-list li{
  display:flex;align-items:center;gap:10px;
  color:rgba(255,255,255,.85);
  font-size:16px;
}
.shq-cr-lm-list li::before{
  content:"\2713";
  color:var(--shq-teal);font-weight:700;font-size:14px;
}

/* Form panel */
.shq-cr-lm-form-wrap{
  position:relative;z-index:2;
  background:var(--shq-white);
  border-radius:14px;
  padding:36px 32px;
  box-shadow:0 24px 60px -16px rgba(0,0,0,.4);
}
.shq-cr-lm-form-head{
  text-align:center;margin-bottom:24px;
  padding-bottom:24px;
  border-bottom:1px solid var(--shq-line);
}
.shq-cr-pages{
  display:inline-block;
  font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--shq-teal);font-weight:700;
  margin-bottom:6px;
}
.shq-cr-lm-form-head h4{
/*  font-family:'Inter', sans-serif;*/
  font-weight:700;font-size:22px;
  color:var(--shq-navy);
  letter-spacing:-0.01em;margin:0;
}
.shq-cr-lm-form-head h4 em{
  font-family:'Playfair Display', serif;
  font-style:italic;font-weight:500;color:var(--shq-teal);
}

/* ── Gravity Forms overrides (scoped) ── */
.shq-cr-lm-form-wrap .gform_wrapper{margin:0;}
.shq-cr-lm-form-wrap .gform_wrapper form{margin:0;}
.shq-cr-lm-form-wrap .gform_wrapper .gform_fields{
  display:flex;flex-direction:column;gap:14px;
}
.shq-cr-lm-form-wrap .gform_wrapper .gfield_label{
  font-size:12px;font-weight:600;
  color:var(--shq-navy);
  margin-bottom:6px;letter-spacing:0.01em;
  display:block;
}
.shq-cr-lm-form-wrap .gform_wrapper input[type="text"],
.shq-cr-lm-form-wrap .gform_wrapper input[type="email"],
.shq-cr-lm-form-wrap .gform_wrapper input[type="number"]{
  width:100%;
  padding:12px 14px;
  border:1px solid #929292;
  border-radius:8px;
  font-family:inherit;font-size:14px;
  color:var(--shq-slate);
  background:var(--shq-white);
  transition:border-color .2s;
}
.shq-cr-lm-form-wrap .gform_wrapper input:focus{
  outline:none;border-color:var(--shq-teal);
}
/* Radio buttons → segmented control */
.shq-cr-lm-form-wrap .gform_wrapper .ginput_container_radio .gfield_radio{
  display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;list-style:none;
}
.shq-cr-lm-form-wrap .gform_wrapper .ginput_container_radio .gchoice{
  margin:0;position:relative;
}
.shq-cr-lm-form-wrap .gform_wrapper .ginput_container_radio input[type="radio"]{
  position:absolute;opacity:0;pointer-events:none;
}
.shq-cr-lm-form-wrap .gform_wrapper .ginput_container_radio label{
  display:flex;align-items:center;justify-content:center;
  padding:11px 12px;
  border:1px solid #929292;
  border-radius:50px;
  cursor:pointer;
  font-size:14px;font-weight:600;
  color:var(--shq-navy);
  transition:all .2s;margin:0;letter-spacing:0;
}
.shq-cr-lm-form-wrap .gform_wrapper .ginput_container_radio input[type="radio"]:checked + label{
  background:var(--shq-teal);
  color:var(--shq-white);
  border-color:var(--shq-teal);
}
/* Submit button */
.shq-cr-lm-form-wrap .gform_wrapper .gform_footer{
  margin:14px 0 0;padding:0;
}
.shq-cr-lm-form-wrap .gform_wrapper .gform_button{
  width:100%;
  background:var(--shq-teal);
  color:var(--shq-white);
  padding:14px 22px;
  border:none;border-radius:50px;
  font-family:inherit;font-size:15px;font-weight:600;
  cursor:pointer;
  transition:background .2s, transform .2s;
}
.shq-cr-lm-form-wrap .gform_wrapper .gform_button:hover{
   background: #08123d;
  transform:translateY(-1px);
}
/*
.shq-cr-lm-form-wrap .gform_wrapper .gform_button:hover::before {
    left: 0;
}
.shq-cr-lm-form-wrap .gform_wrapper .gform_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #08123d;
    transition: left 0.4s ease;
    z-index: -1;
}
*/

#gform_fields_9 input[type="text"], #gform_fields_9 input[type="email"], #gform_fields_9 input[type="number"] {
    border: 1px solid #929292 !important;
    height: 48px;
}
#gform_fields_9 input::-ms-input-placeholder {
  color: #9e9d9d;
}

.shq-cr-lm-form-wrap .gform_wrapper .gfield_description,
.shq-cr-lm-form-wrap .gform_wrapper .gform_validation_errors{
  font-size:12px;color:var(--shq-slate-2);margin-top:4px;
}
.shq-cr-lm-form-wrap .gform_wrapper .gform_required_legend{display:none;}

/* ───────── FAQ ───────── */
.shq-cr-faq{background:var(--shq-white);}
.shq-cr-faq-list{display:flex;flex-direction:column;gap:0;}
.shq-cr-faq-item{border-bottom:1px solid var(--shq-line);}
.shq-cr-faq-item:first-child{border-top:1px solid var(--shq-line);}
.shq-cr-faq-q {
    width: 100%;
    padding: 28px 0;
    background: none;
    border: none;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--shq-navy);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    transition: color .2s;
    font-family: 'Spartan';
}
.shq-cr-faq-q:hover{color:var(--shq-teal);}
.shq-cr-faq-toggle{
  flex-shrink:0;
  width:38px;height:38px;border-radius:50%;
  background:rgba(0,137,123,.08);
  color:var(--shq-teal);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;font-weight:600;
  transition:transform .3s, background .2s;
}
.shq-cr-faq-item.open .shq-cr-faq-toggle{
  transform:rotate(45deg);
  background:var(--shq-teal);color:var(--shq-white);
}
.shq-cr-faq-a{
  max-height:0;overflow:hidden;
  transition:max-height .35s ease, padding .25s;
	color: var(--shq-navy);
	font-size: 16px;
}
.shq-cr-faq-item.open .shq-cr-faq-a{
  max-height:600px;
  padding-bottom:28px;
}
.shq-cr-faq-a p{
  font-size:16px;line-height:1.65;color:var(--shq-slate);
  max-width:820px;margin:0;
}
.shq-cr-faq-a p + p{margin-top:12px;}

/* ───────── FINAL CTA ───────── */
.shq-cr-final-cta{background:#eef1f5;}
.shq-cr-final-cta-inner{
  background:linear-gradient(135deg, var(--shq-navy) 0%, var(--shq-navy) 100%);
  border-radius:18px;
  padding:80px 60px;
  text-align:center;color:var(--shq-white);
  position:relative;overflow:hidden;
}
.shq-cr-final-cta-inner::before{
  content:"";position:absolute;
  top:-100px;right:-100px;
  width:300px;height:300px;
  background:radial-gradient(circle, rgba(200,146,42,.2) 0%, transparent 70%);
}
.shq-cr-final-cta-inner::after{
  content:"";position:absolute;
  bottom:-100px;left:-100px;
  width:300px;height:300px;
  background:radial-gradient(circle, rgba(0,137,123,.25) 0%, transparent 70%);
}
.shq-cr-final-cta-content{position:relative;z-index:2;}
.shq-cr-final-cta h2 {
    /* font-family: 'Inter', sans-serif; */
    font-weight: 700;
    font-size: clamp(32px, 4.2vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin: 0 0 20px;
    color: var(--shq-white);
}
.shq-cr-final-cta h2 em{
  font-family:'Playfair Display', serif;
  font-style:italic;font-weight:500;color:var(--shq-gold);
}
.shq-cr-final-cta p{
  font-size:18px;color:rgba(255,255,255,.78);
  max-width:580px;margin:0 auto 36px;
}
.shq-cr-final-cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.shq-cr-cta-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:16px 28px;border-radius:6px;
  font-weight:600;font-size:15px;
  text-decoration:none;transition:all .2s;
}
.shq-cr-cta-btn.primary{background:var(--shq-teal);color:var(--shq-white);}
.shq-cr-cta-btn.primary:hover{background:var(--shq-teal-dark);transform:translateY(-1px);}
.shq-cr-cta-btn.ghost{background:transparent;color:var(--shq-white);border:1.5px solid rgba(255,255,255,.4);}
.shq-cr-cta-btn.ghost:hover{background:rgba(255,255,255,.1);border-color:var(--shq-white);}
.shq-cr-final-cta-meta{margin-top:24px;font-size:13px;color:rgba(255,255,255,.55);}
.shq-cr-arrow{transition:transform .2s;display:inline-block;}
.shq-cr-cta-btn:hover .shq-cr-arrow{transform:translateX(3px);}

/* ───────── RESPONSIVE ───────── */
@media (max-width: 1024px){
  .shq-cr-lead-magnet-inner{grid-template-columns:1fr;gap:48px;padding:56px 40px;}
  .shq-cr-process-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 980px){
  .shq-cr-hero-trust{grid-template-columns:1fr;gap:14px;}
  .shq-cr-what-is-grid{grid-template-columns:1fr;gap:48px;}
  .shq-cr-risk-grid{grid-template-columns:1fr;}
  .shq-cr-lm-list{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .shq-cr-hero{padding:80px 0 100px;}
  .shq-cr-section{padding:70px 0;}
  .shq-cr-lead-magnet-inner{padding:48px 28px;}
  .shq-cr-lm-form-wrap{padding:28px 24px;}
  .shq-cr-process-grid{grid-template-columns:1fr;}
  .shq-cr-final-cta-inner{padding:56px 24px;}
  .shq-cr-risk-card{flex-direction:column;gap:14px;}
  .shq-cr-risk-num{font-size:42px;}
  .shq-cr-faq-q{font-size:17px;padding:22px 0;}
  .shq-cr-checks-card{padding:28px 24px;}
}
