.option2 .table{display:grid;grid-template-columns:1fr 120px 160px;gap:0;border-radius:12px;overflow:hidden;box-shadow:var(--card-shadow)}.option2 .row{display:contents}.option2 .cell{padding:14px 16px;border-bottom:1px solid rgba(15,20,30,.06);align-items:center;display:flex}.option2 .head .cell{background:#0f1724;color:#fff;font-weight:700}.option2 .cell.category{font-weight:700}.option2 .cell.examples{font-size:13px;color:#24303b}.option2 .color-strip{width:8px;height:100%;display:block}.option2 .row:nth-child(2) .color-strip{background:#0ea5ff}.option2 .row:nth-child(3) .color-strip{background:#fb923c}.option2 .row:nth-child(4) .color-strip{background:#10b981}@media (max-width:820px){.option2 .table{grid-template-columns:1fr}.option2 .head{display:none}.option2 .cell{border-bottom:1px solid rgba(15,20,30,.06)}.option2 .row{display:block;padding:0}.option2 .cell{display:block;padding:12px 14px}.option2 .row .line{display:flex;justify-content:space-between;align-items:center}}.option3 .cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.option3 .card{background:#fff;border-radius:14px;padding:18px;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:10px}.option3 .meta{display:flex;justify-content:space-between;align-items:center}.option3 .meta .pill{font-size:12px;padding:6px 10px;border-radius:999px;background:linear-gradient(90deg,rgba(0,0,0,.06),rgba(0,0,0,.02))}.option3 .bar{height:10px;border-radius:999px;background:#eee;overflow:hidden}.option3 .bar>i{height:100%;display:block}.option3 .bar .needs{width:50%;background:#2563eb}.option3 .bar .wants{width:30%;background:#ef4444}.option3 .bar .savings{width:20%;background:#16a34a}.option3 .examples{font-size:13px;color:#3b4752}@media (max-width:900px){.option3 .cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.option3 .cards{grid-template-columns:1fr}}.txt-medium{font-size:16px}