.sp-pricing-container *{box-sizing:border-box;font-family:Inter,sans-serif!important}.sp-pricing-container{margin:auto;max-width:1100px;padding:20px;text-align:center}.sp-subtitle{color:#576c81;margin-bottom:3rem}.sp-controls{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.sp-control-group{align-items:center;display:flex;flex-direction:column;gap:.5rem}.sp-control-group select{border:1px solid #ccc;border-radius:5px;min-width:200px;padding:8px 12px}.sp-total-summary{background-color:#020818;border-radius:8px;display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:3rem;padding:2rem}.sp-total-item p{color:#fff;font-weight:700;margin:0}.sp-total-item span{background:linear-gradient(90deg,#00aeef,#0085b7);-webkit-background-clip:text;display:block;font-size:2.5rem;font-weight:700;-webkit-text-fill-color:transparent}.sp-pricing-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.sp-pricing-card{background:#fff;border:1px solid #eee;border-radius:8px;cursor:pointer;padding:1.5rem;position:relative;text-align:left;transition:all .3s ease}.sp-pricing-card.selected{border-color:#00aeef;box-shadow:0 8px 20px rgba(0,174,239,.15);transform:translateY(-5px)}.sp-pricing-card.disabled{background-color:#f9f9f9;cursor:not-allowed;opacity:.8}.sp-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.sp-card-header h3{color:#020818;font-size:1.25rem;margin:0}.sp-price{font-size:2rem;font-weight:800}.sp-price del{color:#999;font-size:1rem;margin-right:5px}.sp-price b{color:#00aeef}.sp-implementation-cost{background:#f4f7f9;border-radius:4px;font-size:.85rem;font-weight:600;margin:15px 0;padding:10px;text-align:center}.sp-features{list-style:none;margin:0;padding:0}.sp-features li{align-items:center;display:flex;font-size:.9rem;margin-bottom:8px}.sp-features li:before{color:#00aeef;content:"✓";font-weight:700;margin-right:10px}