/* theme.css - utilities and theme spacing */
h1,h2,h3{line-height:1.05;margin-bottom:0.5rem}
p{margin-bottom:0.8rem;color:rgba(11,35,64,0.8)}

/* utility */
.kicker{font-weight:600;color:var(--secondary);letter-spacing:0.6px}
.lead{font-size:1.1rem;color:rgba(11,35,64,0.9)}
.center{text-align:center}
.badge{display:inline-block;padding:0.25rem 0.5rem;border-radius:999px;background:var(--primary);color:white;font-size:0.8rem}
.form-row{display:flex;gap:0.75rem}
.input,textarea,select{width:100%;padding:0.7rem;border-radius:8px;border:1px solid #dfe7f5;background:white}
textarea{min-height:120px;resize:vertical}
small.helper{display:block;margin-top:0.25rem;color:rgba(11,35,64,0.6)}
