/* Special Education Path — moderated comments, editorial card layout */
.comments-section{
  margin-top:58px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.comments-eyebrow{
  margin:0 0 10px;
  color:#2f8f83;
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.comments-section h2{
  margin:0 0 22px;
  color:#172033;
  font-size:clamp(34px,5vw,46px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.comments-intro{
  max-width:720px;
  margin:0 0 26px;
  color:#566779;
  font-size:17px;
  line-height:1.65;
}
.comment-form-card{
  max-width:760px;
  padding:24px;
  border:1px solid #e5e9ee;
  border-radius:20px;
  background:#f5f2ec;
}
.comment-form{margin:0;max-width:none}
.comment-field{margin:0 0 18px}
.comment-form label{
  display:block;
  margin:0 0 7px;
  color:#172033;
  font-size:14px;
  font-weight:800;
}
.comment-form input[type="text"],
.comment-form textarea{
  display:block;
  width:100%;
  margin:0;
  padding:14px 15px;
  border:1px solid #ccd3da;
  border-radius:12px;
  background:#fff;
  color:#172033;
  font:inherit;
  font-size:16px;
  line-height:1.5;
  box-shadow:0 1px 2px rgba(17,39,62,.03);
}
.comment-form input[type="text"]{max-width:none}
.comment-form input::placeholder,.comment-form textarea::placeholder{color:#89939d}
.comment-form input[type="text"]:focus,.comment-form textarea:focus{
  outline:none;
  border-color:#2f8f83;
  box-shadow:0 0 0 4px rgba(47,143,131,.12);
}
.comment-form textarea{min-height:145px;resize:vertical}
.comment-helper-row{
  display:flex;
  justify-content:flex-end;
  margin-top:7px;
  color:#7e8993;
  font-size:12px;
}
.comment-actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:4px;
}
.comment-form button{
  margin:0;
  border:0;
  border-radius:999px;
  padding:12px 20px;
  background:#2f8f83;
  color:#fff;
  font:inherit;
  font-size:15px;
  font-weight:800;
  cursor:pointer;
  box-shadow:none;
}
.comment-form button:hover{background:#26776e;transform:none}
.comment-form button:disabled{opacity:.62;cursor:wait}
.comment-status{margin:0;min-height:22px;font-size:14px;font-weight:700;line-height:1.45}
.comment-status.success{color:#237255}.comment-status.error{color:#a33b3b}
.comment-privacy-note{
  max-width:760px;
  margin:15px 0 0;
  padding:0;
  border:0;
  background:transparent;
  color:#71808e;
  font-size:13px;
  line-height:1.55;
}
.comments-divider{height:1px;max-width:760px;background:#e2e8ee;margin:36px 0 22px}
.comment-count{margin:0 0 14px;font-size:14px;font-weight:800;color:#53687b}
.comment-list{display:grid;gap:12px;max-width:760px}
.comment-item{padding:17px 18px;border:1px solid #dde5ec;border-radius:14px;background:#fff;box-shadow:0 3px 10px rgba(22,48,75,.03)}
.comment-item-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline;color:#173d66}
.comment-item-head strong{font-size:15px}.comment-item-head span{font-size:12px;color:#8290a0;white-space:nowrap}
.comment-item p{margin:8px 0 0;font-size:16px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere;color:#3b4d60}
.comment-empty{margin:0;color:#6f7f90;font-size:15px;font-style:italic}
.comment-disclaimer{max-width:760px;margin:18px 0 0;font-size:12px;line-height:1.55;color:#8090a1}
.comment-honeypot,[hidden]{display:none!important}
@media(max-width:650px){
  .comments-section{margin-top:46px}
  .comments-section h2{font-size:34px}
  .comment-form-card{padding:18px;border-radius:17px}
  .comment-actions{display:block}
  .comment-form button{width:100%}
  .comment-status{margin-top:10px}
  .comment-item-head{display:block}.comment-item-head span{display:block;margin-top:3px}
}
