.solution-detail { max-width: 1240px; margin: 0 auto; color: #243447; }
.solution-detail-header { margin-bottom: 1.75rem; }
.solution-back { display: inline-flex; align-items: center; gap: .5rem; color: #00689d; font-size: .875rem; text-decoration: none; margin-bottom: 1.5rem; }
.solution-back:hover { text-decoration: underline; }
.solution-detail-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; }
.solution-eyebrow { display: flex; align-items: center; gap: .75rem; color: #00689d; font-weight: 600; font-size: .8rem; letter-spacing: .04em; margin-bottom: .75rem; }
.solution-detail h1 { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 650; line-height: 1.3; color: #142a3d; max-width: 820px; margin: 0; overflow-wrap: anywhere; }
.solution-subtitle { margin: .7rem 0 0; color: #64748b; }
.solution-status { font-size: .72rem; padding: .25rem .65rem; border-radius: 999px; letter-spacing: 0; background: #eef2f6; color: #475569; }
.solution-status.status-active { background: #dcfce7; color: #166534; }
.solution-status.status-deleted { background: #fee2e2; color: #991b1b; }
.solution-detail-actions { display: flex; flex-wrap: wrap; gap: .5rem; flex-shrink: 0; }
.solution-detail-actions .btn { font-size: .85rem; white-space: nowrap; }
.solution-detail-actions .btn-primary { background: #00689d; border-color: #00689d; }
.solution-status-note { margin: 1rem 0 0; padding: .75rem 1rem; border-left: 3px solid #d97706; background: #fffbeb; color: #92400e; }
.solution-detail-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 1.5rem; align-items: start; }
.solution-facts, .solution-detail-section { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; }
.solution-facts { padding: 1.4rem; position: sticky; top: 90px; }
.solution-facts h2 { font-size: 1rem; font-weight: 650; margin: 0 0 1.25rem; }
.solution-facts dt { color: #64748b; font-size: .75rem; font-weight: 500; margin-bottom: .2rem; }
.solution-facts dd { font-size: .875rem; line-height: 1.55; margin-bottom: 1rem; overflow-wrap: anywhere; }
.solution-facts nav { border-top: 1px solid #e2e8f0; padding-top: .75rem; display: grid; gap: .25rem; }
.solution-facts nav a { display: flex; justify-content: space-between; padding: .45rem 0; color: #00689d; font-size: .85rem; text-decoration: none; }
.solution-updated { font-size: .75rem; color: #64748b; margin: 1rem 0 0; }
.solution-detail-section { padding: 1.75rem 2rem; margin-bottom: 1.5rem; scroll-margin-top: 100px; }
.solution-detail-section > h2 { font-size: 1.2rem; font-weight: 650; color: #00689d; display: flex; gap: .65rem; align-items: center; margin: 0 0 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid #e2e8f0; }
.solution-content-fields { margin: 0; }
.solution-content-field + .solution-content-field { margin-top: 1.5rem; }
.solution-content-field > dt { font-size: .95rem; font-weight: 650; color: #172f43; margin-bottom: .5rem; }
.solution-content-field > dd { margin: 0; font-size: .9rem; line-height: 1.8; }
.solution-content-text { white-space: pre-wrap; overflow-wrap: anywhere; margin: 0; line-height: 1.8; }
.solution-content-list { padding-left: 1.25rem; margin: 0; }
.solution-content-list > li + li { margin-top: .5rem; }
.solution-content-list > li::marker { color: #00689d; }
.solution-content-field .solution-content-fields { padding: .75rem 1rem; border-left: 2px solid #d9eaf3; background: #f8fafc; }
.solution-content-empty { color: #64748b; margin: 0; }
.solution-detail a:focus-visible { outline: 3px solid #00689d; outline-offset: 4px; border-radius: 3px; }
@media (max-width: 900px) {
    .solution-detail-heading { flex-direction: column; }
    .solution-detail-layout { grid-template-columns: 1fr; }
    .solution-facts { position: static; }
    .solution-detail-section { padding: 1.25rem; }
}
@media print {
    .solution-detail-actions, .solution-back, .solution-facts nav { display: none; }
    .solution-facts { position: static; }
    .solution-detail-layout { display: block; }
    .solution-facts { margin-bottom: 1.5rem; }
}
