/* Solutions — below-fold: Pain/Solution table + CTA */
.sol-table-section { padding:72px 0; background:#fff; }
.sol-section-eyebrow { font-size:.7rem; font-weight:800; letter-spacing:2.5px; text-transform:uppercase; color:#2e8b57; margin-bottom:10px; }
.sol-section-h2 { font-family:"Unbounded","Inter",sans-serif; font-size:clamp(1.2rem,2.5vw,1.8rem); font-weight:900; color:#1a3a24; line-height:1.2; margin-bottom:40px; }
.sol-table { width:100%; border-collapse:separate; border-spacing:0; }
.sol-table thead th { font-size:.72rem; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:#8a9e90; padding:0 16px 14px; border-bottom:2px solid #dfeee1; }
.sol-table thead th:first-child { padding-left:0; }
.sol-table tbody tr { transition:background .15s; }
.sol-table tbody tr:hover td { background:#f4fbf6; }
.sol-table tbody td { padding:18px 16px; border-bottom:1px solid #edf5ef; vertical-align:top; }
.sol-table tbody td:first-child { padding-left:0; }
.sol-pain { font-size:.85rem; color:#5a7060; line-height:1.5; display:flex; align-items:flex-start; gap:10px; }
.sol-pain::before { content:'\2715'; color:#dc3545; font-weight:900; font-size:.8rem; flex-shrink:0; margin-top:1px; }
.sol-solution-name { font-size:.9rem; font-weight:800; color:#1a3a24; margin-bottom:3px; }
.sol-solution-desc { font-size:.8rem; color:#5a7060; line-height:1.45; }
.sol-badge-realized { display:inline-flex; align-items:center; gap:5px; background:#e7f9ef; color:#1f5e3a; border:1px solid #b9d9c6; border-radius:20px; padding:4px 12px; font-size:.72rem; font-weight:700; white-space:nowrap; }
.sol-badge-soon { display:inline-flex; align-items:center; gap:5px; background:#fff8e7; color:#7a5c00; border:1px solid #f0d88a; border-radius:20px; padding:4px 12px; font-size:.72rem; font-weight:700; white-space:nowrap; }
.sol-cta { background:linear-gradient(135deg,#1a3a24 0%,#2e8b57 100%); padding:56px 0; text-align:center; color:#fff; }
.sol-cta h2 { font-family:"Unbounded",sans-serif; font-size:clamp(1.2rem,2.5vw,1.8rem); font-weight:900; margin-bottom:10px; }
.sol-cta p { color:rgba(255,255,255,.7); font-size:.95rem; margin-bottom:28px; }
.sol-btn-light { background:#a8f0c6; color:#1a3a24; border:none; padding:14px 36px; border-radius:14px; font-weight:900; font-size:.95rem; text-decoration:none; display:inline-flex; align-items:center; gap:8px; transition:background .18s,transform .15s; }
.sol-btn-light:hover { background:#c2f5d5; color:#1a3a24; transform:translateY(-2px); text-decoration:none; }
@media (max-width:767.98px) {
    .sol-table thead th:nth-child(1), .sol-table tbody td:nth-child(1) { display:none; }
}
