
.report-capture{
  margin-top:18px;
  padding:18px;
  border-radius:16px;
  background:#fff;
  color:#111827;
  border:1px solid rgba(255,255,255,.12);
}
.report-badge{
  display:inline-block;
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
  color:#6d5dfc;
  background:#efedff;
  padding:5px 8px;
  border-radius:999px;
  margin-bottom:8px;
}
.report-capture h3{
  margin:0 0 6px;
  font-size:18px;
  letter-spacing:-.02em;
}
.report-capture>p{
  margin:0 0 14px;
  color:#667085;
  font-size:12px;
  line-height:1.5;
}
.report-email-label{
  display:block;
  font-size:11px;
  color:#475467;
  font-weight:800;
  margin-bottom:6px;
}
.report-email-row{
  display:flex;
  gap:8px;
}
.report-email-row input{
  min-width:0;
  flex:1;
  height:42px;
  border:1px solid #dfe4ec;
  border-radius:10px;
  padding:0 11px;
  font:inherit;
  font-size:13px;
  outline:none;
}
.report-email-row input:focus{
  border-color:#6d5dfc;
  box-shadow:0 0 0 3px rgba(109,93,252,.12);
}
.report-email-row button{
  border:0;
  border-radius:10px;
  padding:0 13px;
  background:#6d5dfc;
  color:white;
  font:inherit;
  font-size:12px;
  font-weight:850;
  cursor:pointer;
  white-space:nowrap;
}
.report-email-row button:disabled{
  opacity:.6;
  cursor:not-allowed;
}
.report-consent{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-top:11px;
  color:#667085;
  font-size:10.5px;
  line-height:1.45;
  font-weight:500;
}
.report-consent input{
  margin-top:2px;
  accent-color:#6d5dfc;
}
.report-privacy{
  display:block;
  margin-top:9px;
  color:#98a2b3;
  font-size:9.5px;
  line-height:1.4;
}
.report-privacy a{color:#6d5dfc}
.report-status{
  min-height:18px;
  margin-top:8px;
  font-size:11px;
  font-weight:750;
}
.report-status.success{color:#198754}
.report-status.error{color:#c13c3c}
.hp-field{
  position:absolute!important;
  left:-99999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
}
@media(max-width:620px){
  .report-email-row{flex-direction:column}
  .report-email-row button{height:42px}
}

.report-spend-label{
  display:block;
  margin-top:12px;
  margin-bottom:6px;
  font-size:11px;
  color:#475467;
  font-weight:800;
}
.report-spend-label span{
  color:#98a2b3;
  font-weight:500;
}
.report-spend-field{
  display:flex;
  align-items:center;
  height:40px;
  border:1px solid #dfe4ec;
  border-radius:10px;
  padding:0 11px;
  background:#fff;
}
.report-spend-field:focus-within{
  border-color:#6d5dfc;
  box-shadow:0 0 0 3px rgba(109,93,252,.12);
}
.report-spend-field b{
  color:#98a2b3;
  font-size:13px;
}
.report-spend-field input{
  width:100%;
  border:0;
  outline:0;
  padding:0 7px;
  font:inherit;
  font-size:13px;
  background:transparent;
  color:#111827;
}

.report-select-field{
  height:40px;
  border:1px solid #dfe4ec;
  border-radius:10px;
  padding:0 8px;
  background:#fff;
}
.report-select-field:focus-within{
  border-color:#6d5dfc;
  box-shadow:0 0 0 3px rgba(109,93,252,.12);
}
.report-select-field select{
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  font:inherit;
  font-size:13px;
  color:#111827;
  cursor:pointer;
}


/* Lead report placement on standalone calculator pages */
.tool-report-wrap{max-width:920px;margin:-34px auto 60px}
.tool-report-wrap .report-capture{border-color:#e4e9f1;box-shadow:0 12px 40px rgba(20,30,50,.05)}
@media(max-width:620px){.tool-report-wrap{margin-top:-38px;margin-bottom:48px}}
