.cbw-quote-page{
  font-family:'Poppins',sans-serif;
  color:#1a1a1a;
  background:#fff;
  line-height:1.75;
  margin-top:0 !important;
  padding-top:0 !important;
}
.cbw-quote-page *{
  box-sizing:border-box;
}
.cbw-container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

/* breadcrumb */
.cbw-breadcrumb-wrap{
  background:#f9fafb;
  border-bottom:1px solid #e5e7eb;
  padding:12px 0;
}
.cbw-breadcrumb{
  font-size:13px;
  color:#6b7280;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
}
.cbw-breadcrumb a{
  color:#111;
  text-decoration:none;
  font-weight:500;
}
.cbw-breadcrumb .current{
  color:#ffcd29;
  font-weight:700;
}

/* hero */
.cbw-quote-hero{
  position:relative;
  overflow:hidden;
  background:
		radial-gradient(circle at top right, rgba(255, 205, 41, 0.18), transparent 32%),
		linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  padding:50px 0 38px;
  text-align:center;
}
.cbw-hero-overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 100%);
}
.cbw-quote-hero-inner{
  position:relative;
  z-index:2;
}
.cbw-quote-eyebrow{
  display:inline-block;
  margin-bottom:14px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#111;
}
.cbw-quote-hero h1{
  margin:0 0 14px;
  font-size:46px;
  line-height:1.1;
  font-weight:800;
  color:#111;
}
.cbw-quote-hero p{
  max-width:850px;
  margin:0 auto;
  color:#4b5563;
  font-size:17px;
}

/* intro cards */
.cbw-quote-intro{
  background:#f7f7f7;
  border-top:1px solid #ececec;
  border-bottom:1px solid #ececec;
}
.cbw-quote-intro-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  padding:22px 0;
}
.cbw-quote-intro-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:16px;
  padding:18px;
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}
.cbw-quote-intro-card strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:#111;
}
.cbw-quote-intro-card span{
  display:block;
  font-size:14px;
  color:#555;
}

/* layout */
.cbw-quote-main{
  padding:50px 0 60px;
}
.cbw-quote-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
}

.cbw-quote-form-card,
.cbw-quote-process,
.cbw-quote-why,
.cbw-quote-faq,
.cbw-quote-side-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:20px;
  padding:28px;
  box-shadow:0 10px 28px rgba(0,0,0,.04);
  margin-bottom:20px;
}

.cbw-quote-form-head h2,
.cbw-quote-section-head h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.2;
  color:#111;
}
.cbw-quote-form-head p,
.cbw-quote-section-head p{
  margin:0;
  font-size:15px;
  color:#4b4b4b;
}
.cbw-quote-section-kicker{
  display:inline-block;
  margin-bottom:12px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#111;
  background:rgba(255,205,41,.18);
  padding:7px 11px;
  border-radius:999px;
}

.cbw-quote-form-body{
  margin-top:22px;
}

/* form */
.cbw-quote-grid{
  display:grid;
  gap:16px;
  margin-bottom:16px;
}
.cbw-quote-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.cbw-quote-grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.cbw-field{
  min-width:0;
}
.cbw-field label{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:600;
  color:#111;
}
.cbw-field label span{
  color:#d11a2a;
}
.cbw-field input,
.cbw-field select,
.cbw-field textarea{
  width:100%;
  border:1px solid #e7e7e7;
  background:#fff;
  border-radius:14px;
  padding:14px 15px;
  font-size:14px;
  color:#111;
  outline:none;
  transition:all .2s ease;
}
.cbw-field input:focus,
.cbw-field select:focus,
.cbw-field textarea:focus{
  border-color:#ffcd29;
  box-shadow:0 0 0 3px rgba(255,205,41,.16);
}
.cbw-field textarea{
  resize:vertical;
  min-height:150px;
}

.cbw-check-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.cbw-check{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border:1px solid #e7e7e7;
  border-radius:12px;
  background:#f8f9fb;
  font-size:14px;
  color:#111;
}
.cbw-check input{
  width:auto;
  margin:0;
}

.cbw-submit-row{
  margin-top:20px;
}

.cbw-quote-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 22px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:all .25s ease;
  border:0;
  cursor:pointer;
}
.cbw-quote-btn:hover{
  transform:translateY(-2px);
}
.cbw-quote-btn--yellow{
  background:#ffcd29;
  color:#111;
}
.cbw-quote-btn--yellow:hover{
  background:#ffd84f;
  color:#111;
}
.cbw-quote-btn--dark{
  background:#111;
  color:#fff;
}
.cbw-quote-btn--dark:hover{
  background:#ffcd29;
  color:#111;
}

/* sidebar */
.cbw-quote-sidebar{
  position:sticky;
  top:24px;
  align-self:start;
}
.cbw-quote-sidebar-sticky{
  position:static;
}
.cbw-quote-side-card--dark{
  background:#111;
  color:#fff;
}
.cbw-quote-side-kicker{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#ffcd29;
}
.cbw-quote-side-card h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.25;
}
.cbw-quote-side-card p{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.75;
  color:#555;
}
.cbw-quote-side-card--dark p{
  color:rgba(255,255,255,.84);
}
.cbw-quote-steps,
.cbw-quote-points{
  margin:0;
  padding-left:18px;
}
.cbw-quote-steps li,
.cbw-quote-points li{
  margin-bottom:10px;
  font-size:14px;
}
.cbw-quote-side-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.cbw-quote-side-links a{
  color:#111;
  font-weight:600;
  text-decoration:none;
  word-break:break-word;
}
.cbw-quote-side-links a:hover{
  color:#000;
  text-decoration:underline;
}

/* process */
.cbw-quote-process-grid,
.cbw-quote-why-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}
.cbw-quote-process-card,
.cbw-quote-why-card{
  border:1px solid #ececec;
  border-radius:16px;
  padding:18px;
  background:#fff;
}
.cbw-quote-process-card strong,
.cbw-quote-why-card strong{
  display:block;
  margin-bottom:8px;
  font-size:16px;
  color:#111;
}
.cbw-quote-process-card p,
.cbw-quote-why-card p{
  margin:0;
  font-size:14px;
  color:#555;
  line-height:1.75;
}

/* faq */
.cbw-quote-faq-list{
  display:grid;
  gap:14px;
  margin-top:18px;
}
.cbw-quote-faq-item{
  border:1px solid #ececec;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  transition:all .25s ease;
}
.cbw-quote-faq-question{
  width:100%;
  background:#f8f9fb;
  border:0;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  text-align:left;
  cursor:pointer;
  font-size:16px;
  font-weight:700;
  line-height:1.5;
  color:#111;
  transition:all .25s ease;
}
.cbw-quote-faq-question:hover{
  background:#fff7d7;
}
.cbw-quote-faq-icon{
  position:relative;
  flex:0 0 16px;
  width:16px;
  height:16px;
}
.cbw-quote-faq-icon::before,
.cbw-quote-faq-icon::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:16px;
  height:2px;
  background:#111;
  transform:translate(-50%, -50%);
  transition:all .25s ease;
}
.cbw-quote-faq-icon::after{
  transform:translate(-50%, -50%) rotate(90deg);
}
.cbw-quote-faq-answer{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .28s ease;
}
.cbw-quote-faq-answer-inner{
  overflow:hidden;
  padding:0 20px;
}
.cbw-quote-faq-answer-inner p{
  margin:0;
  font-size:15px;
  color:#4b4b4b;
}
.cbw-quote-faq-item.is-open{
  border-color:#f0e4ad;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}
.cbw-quote-faq-item.is-open .cbw-quote-faq-question{
  background:#ffcd29;
  color:#111;
}
.cbw-quote-faq-item.is-open .cbw-quote-faq-answer{
  grid-template-rows:1fr;
}
.cbw-quote-faq-item.is-open .cbw-quote-faq-answer-inner{
  padding:18px 20px 20px;
}
.cbw-quote-faq-item.is-open .cbw-quote-faq-icon::after{
  opacity:0;
}

/* final cta */
.cbw-quote-final-cta{
  padding:0 0 60px;
}
.cbw-quote-final-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  background:linear-gradient(180deg,#111111 0%,#1b1b1b 100%);
  border-radius:22px;
  padding:28px;
  box-shadow:0 12px 32px rgba(0,0,0,.08);
}
.cbw-quote-final-cta-content h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.2;
  color:#fff;
}
.cbw-quote-final-cta-content p{
  margin:0;
  max-width:760px;
  color:rgba(255,255,255,.84);
  font-size:15px;
  line-height:1.8;
}

/* astra fixes */
.cbw-quote-page .ast-container,
.cbw-quote-page .entry-content,
.cbw-quote-page .site-content > .ast-container,
.cbw-quote-page .site-main{
  max-width:100%;
  width:100%;
  margin:0;
  padding:0;
}
.cbw-quote-page .entry-header,
.cbw-quote-page .comments-area{
  display:none;
}

@media (max-width:1024px){
  .cbw-quote-layout{
    grid-template-columns:1fr;
  }
  .cbw-quote-sidebar{
    position:static;
  }
  .cbw-quote-intro-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .cbw-quote-hero{
    padding:42px 0 30px;
  }
  .cbw-quote-hero h1{
    font-size:34px;
  }
  .cbw-quote-hero p{
    font-size:15px;
  }
  .cbw-quote-form-card,
  .cbw-quote-process,
  .cbw-quote-why,
  .cbw-quote-faq,
  .cbw-quote-side-card{
    padding:22px 18px;
  }
  .cbw-quote-form-head h2,
  .cbw-quote-section-head h2,
  .cbw-quote-final-cta-content h2{
    font-size:25px;
  }
  .cbw-breadcrumb-wrap{
    padding:10px 0;
  }
  .cbw-quote-grid--2,
  .cbw-quote-grid--4,
  .cbw-quote-process-grid,
  .cbw-quote-why-grid{
    grid-template-columns:1fr;
  }
  .cbw-quote-faq-question{
    padding:16px 16px;
    font-size:15px;
  }
  .cbw-quote-faq-item.is-open .cbw-quote-faq-answer-inner{
    padding:16px 16px 18px;
  }
  .cbw-quote-final-cta-inner{
    padding:22px 18px;
  }
}

@media (max-width:480px){
  .cbw-container{
    padding:0 16px;
  }
  .cbw-quote-hero h1{
    font-size:28px;
  }
  .cbw-quote-side-card h3{
    font-size:20px;
  }
}
.cbw-form-success{
	background:#e9fff1;
	border:1px solid #b7f0c8;
	padding:16px 20px;
	border-radius:12px;
	margin-bottom:20px;
	color:#0f5132;
}
.cbw-form-success strong{
	display:block;
	margin-bottom:5px;
}