.home-protection-page .home-review-grid strong {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  border-radius:10px;
  color:#075bf2;
  background:#eef6ff;
  font-size:12px;
  font-weight:900;
  text-align:center;
}

.home-protection-page .choice-dock button.selected {
  color:#fff;
  background:linear-gradient(135deg,#075bf2,#0b9874);
  border-color:transparent;
}

.home-protection-page.is-choosing .benefit-strip {
  display:none;
}

.home-protection-page.is-choosing .chat-log {
  padding-bottom:8px;
}

.home-protection-page.is-choosing .chat-composer {
  align-items:stretch;
}

.home-protection-page.is-choosing .choice-dock {
  max-height:210px;
  overflow:auto;
  padding-right:2px;
}

.home-protection-page.is-choosing .choice-dock button {
  min-height:38px;
  padding:8px 12px;
  line-height:18px;
}

.home-protection-page .home-report-card {
  display:grid;
  gap:14px;
}

.home-protection-page .home-report-summary {
  border:1px solid #cfe0f6;
  border-radius:18px;
  padding:18px;
  background:linear-gradient(135deg,#ffffff,#f4f9ff);
}

.home-protection-page .home-report-summary h3 {
  margin:0 0 10px;
  color:#061747;
  font-size:22px;
}

.home-protection-page .home-report-range {
  color:#11995b;
  font-size:30px;
  font-weight:900;
  line-height:1.1;
}

.home-protection-page .home-report-summary ul {
  margin:12px 0 0;
  padding-left:20px;
}

.home-protection-page .home-report-summary li {
  margin:8px 0;
}

.home-protection-page .home-followup-actions,
.home-protection-page .home-share-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.home-protection-page .home-followup-actions button,
.home-protection-page .home-share-actions button {
  min-height:42px;
  border:1px solid #cfe0f6;
  border-radius:12px;
  padding:10px 14px;
  color:#075bf2;
  background:#fff;
  font:inherit;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(8,20,58,.05);
}

.home-protection-page .home-followup-actions .primary {
  border-color:transparent;
  color:#fff;
  background:linear-gradient(135deg,#075bf2,#0b9874);
}

.home-protection-page .home-share-status {
  min-height:20px;
  margin:10px 0 0;
  color:#405371;
  font-size:13px;
  font-weight:800;
}
