.hs-pricing-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:auto}.hs-card{background:#fff;border-radius:20px;padding:40px 30px;box-shadow:0 15px 40px rgba(0,0,0,.08);text-align:center;position:relative}.hs-card h3{font-size:28px;font-weight:700;margin-bottom:10px}.hs-card .subtitle{font-size:15px;color:#666;margin-bottom:25px}.price{font-size:48px;font-weight:800;color:#ff6a2b}.price span{font-size:16px;color:#777}.small{font-size:14px;color:#777;margin-bottom:30px}.hs-card ul{list-style:none;padding:0;text-align:left;margin-bottom:30px}.hs-card ul li{padding-left:28px;margin-bottom:14px;position:relative;font-size:15px}.hs-card ul li::before{content:"✔";position:absolute;left:0;color:#22c55e;font-weight:700}.hs-btn{display:inline-block;padding:14px 34px;background:#0b4c8c;color:#fff;border-radius:50px;text-decoration:none;font-weight:600}.hs-card.featured{border:2px solid #ff6a2b;transform:scale(1.05)}.badge{position:absolute;top:-14px;right:20px;background:#ff6a2b;color:#fff;padding:6px 14px;font-size:12px;border-radius:20px;font-weight:600}@media (max-width:900px){.hs-pricing-wrapper{grid-template-columns:1fr}}