.page-hero__lede strong { color: #fbbf24; }
.tax-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:16px; }
.surface-card { background:#0f172a; border:1px solid #1f2937; border-radius:16px; padding:18px; color:#e5e7eb; box-shadow:0 12px 28px rgba(0,0,0,0.22); }
.surface-card h2, .surface-card h3 { margin-top:0; }
.surface-card .pill { display:inline-flex; align-items:center; gap:6px; padding:6px 10px; background:rgba(255,255,255,0.06); border-radius:12px; font-weight:700; }
.surface-card .btn-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
.surface-card .btn { background:#1a56db; color:#fff; border:none; padding:10px 14px; border-radius:10px; cursor:pointer; font-weight:700; }
.surface-card .btn.secondary { background:transparent; color:#e5e7eb; border:1px solid #1f2937; }
.tool-module { background:#111827; border:1px solid #1f2937; border-radius:16px; padding:18px; color:#e5e7eb; box-shadow:0 10px 24px rgba(0,0,0,0.18); margin-top:18px; }
.tool-module h2 { margin:0 0 6px; }
.tool-module p { color:#cbd5e1; }
.tool-fields { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:12px; margin-top:12px; }
.tool-fields .field { display:flex; flex-direction:column; gap:6px; }
.tool-fields input, .tool-fields select { background:#0b1220; border:1px solid #1f2937; border-radius:10px; padding:10px; color:#e5e7eb; }
.tool-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }
.tool-actions .btn { background:#1a56db; color:#fff; border:none; padding:10px 14px; border-radius:10px; cursor:pointer; font-weight:700; }
.tool-actions .btn.ghost { background:transparent; border:1px solid #1f2937; color:#e5e7eb; }
.result-box { background:#0b1220; border:1px solid #1f2937; border-radius:14px; padding:14px; margin-top:12px; }
.field-head { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.inline-checkbox { display:inline-flex; align-items:center; gap:6px; font-size:0.95rem; color:#cbd5e1; }
.field--inline input { margin-top:6px; }
.breadcrumbs { color:#cbd5e1; font-size:0.95rem; margin-bottom:10px; }
.breadcrumbs a { color:#cbd5e1; }
.grid-two { display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:16px; }
.note { font-size:0.9rem; color:#9ca3af; margin-top:6px; }
.info-panels .panel { padding:8px 6px; }
.info-panels .panel + .panel { border-top:1px solid #1f2937; margin-top:10px; padding-top:12px; }
.alert { display:flex; align-items:flex-start; gap:8px; color:#fbbf24; font-weight:600; }
.muted { color:#9ca3af; font-size:0.95rem; }

@media (max-width: 720px){
  .tool-fields { grid-template-columns:1fr; }
  .grid-two { grid-template-columns:1fr; }
}
