.sec2{width:100%;display:flex;gap:24px;align-items:flex-start;justify-content:center;padding:40px 20px;box-sizing:border-box}.sec2 .card{flex:0 0 350px;display:flex;flex-direction:column;background-color:#fafbff;box-shadow:0 4px 15px #00000014;border-radius:10px;padding:28px;box-sizing:border-box;min-height:700px;border:1px solid #2f2973;transform:scale(1);transition:.6s}.sec2 .card:hover{box-shadow:0 8px 30px #8eb1e677;transform:scale(1.01)}.sec2 .card:nth-child(2){margin-top:-40px}.sec2 .card>h2{font-size:22px;font-weight:900;color:#373535;margin:0 0 16px}.sec2 .card .price{font-size:22px;font-weight:700;color:#2871ff;margin:0 0 6px}.sec2 .card .divisao{color:#363636;font-size:14px;margin-bottom:18px}.sec2 .list-wrap{flex:1 1 auto;width:100%;overflow:hidden;box-sizing:border-box;margin-bottom:16px}.sec2 .features{list-style:none;margin:0;padding:0;max-height:317px;overflow:hidden;transition:max-height .4s ease}.sec2 .features li{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px;color:#2b2b2b;font-size:15px;line-height:1.3}.sec2 .features li i.bi-check{color:#1a9d43;font-size:20px;margin-top:4px}.sec2 .features li i.bi-x{color:#d23b3b;font-size:20px;margin-top:4px}.sec2 .features li i.bi-exclamation-circle{color:#e2dc22;font-size:18px;margin-top:4px}.card.expanded .features{max-height:1200px}.sec2 .card-actions{display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%;margin-top:auto}.sec2 .btn-cta{background:#2871ff;color:#fff;border:none;padding:10px 14px;border-radius:8px;cursor:pointer;transition:.3s;font-size:12px;letter-spacing:1px;text-transform:uppercase}.sec2 .btn-toggle{background:transparent;border:1px solid #e0e6f0;padding:8px 12px;border-radius:8px;cursor:pointer;color:#2871ff;font-size:12px;letter-spacing:1px;text-transform:uppercase;transition:.2s}.sec2 .btn-cta:hover{background:#2f2973}.sec2 .btn-toggle:hover{border:1px solid #2871ff}@media (max-width: 1100px){.sec2{flex-direction:column;align-items:center;gap:20px}.sec2 .card{width:92%;max-width:760px;flex:none;min-height:auto}.sec2 .features{max-height:260px}}
