/* Website design package cards */
.sc-web-design-plans{position:relative;padding:82px 0 88px;background:linear-gradient(180deg,#f1fbfe 0%,#f8fcff 48%,#fff 100%);overflow:hidden}
.sc-web-design-plans:before{content:"";position:absolute;top:-230px;right:-160px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(5,197,243,.15),rgba(5,197,243,0) 68%);pointer-events:none}
.sc-web-plans-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.sc-web-plan-card{position:relative;display:flex;min-height:610px;flex-direction:column;padding:29px 25px 25px;border:1px solid #dbeaf2;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(7,32,70,.065);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.sc-web-plan-card:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#05c5f3,#0d89ba)}
.sc-web-plan-card:hover{z-index:1;transform:translateY(-7px);border-color:#83e4f6;box-shadow:0 20px 39px rgba(7,32,70,.15)}
.sc-web-plan-card.is-featured{border-color:#05c5f3;box-shadow:0 16px 34px rgba(5,197,243,.18)}
.sc-web-plan-card.is-featured:before{height:5px;background:linear-gradient(90deg,#05c5f3,#0da9d2,#05c5f3)}
.sc-web-plan-top{padding-left:10px}.sc-web-plan-icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;margin-bottom:15px;border-radius:14px;background:var(--sc-blue-soft);color:var(--sc-blue);font-size:21px}
.sc-web-plan-card h3{margin:0 0 8px;color:var(--sc-navy);font-size:25px;font-weight:800;letter-spacing:.2px}.sc-web-plan-card p{min-height:44px;margin:0;color:var(--sc-muted);font-size:13px;line-height:1.8}
.sc-web-price{display:flex;align-items:end;justify-content:space-between;gap:10px;margin:22px 0 19px;padding:15px 0;border-top:1px solid #eaf1f5;border-bottom:1px solid #eaf1f5}.sc-web-price small{display:block;margin-bottom:3px;color:#79909e;font-size:11px;font-weight:700}.sc-web-price strong{display:block;color:var(--sc-navy);font-size:26px;line-height:1}.sc-web-price strong em{font-size:12px;font-style:normal}.sc-web-price>span{max-width:125px;color:#6d8492;font-size:11px;line-height:1.6;text-align:left}.sc-web-price b{display:block;color:#087e9d;font-size:13px}
.sc-web-plan-card ul{flex:1;margin:0 0 22px;padding:0;list-style:none}.sc-web-plan-card li{position:relative;display:flex;align-items:flex-start;gap:8px;padding:7px 0;border-bottom:1px solid #f0f5f7;color:#486171;font-size:12px;line-height:1.6}.sc-web-plan-card li:last-child{border-bottom:0}.sc-web-plan-card li i{margin-top:4px;color:var(--sc-blue);font-size:10px}.sc-web-plan-card .btn{width:100%;min-height:44px;padding:11px 14px}.sc-web-plan-card .btn i{margin-right:5px}
.sc-web-plan-badge{position:absolute;top:17px;left:16px;padding:5px 10px;border-radius:99px;background:var(--sc-blue);color:#fff;font-size:10px;font-weight:800;box-shadow:0 6px 14px rgba(5,197,243,.28)}
@media(max-width:991px){.sc-web-design-plans{padding:60px 0}.sc-web-plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sc-web-plan-card{min-height:0}.sc-web-plan-card:nth-child(3){grid-column:1 / -1;max-width:calc(50% - 11px);justify-self:center;width:100%}}
@media(max-width:650px){.sc-web-design-plans{padding:49px 0}.sc-web-plans-grid{grid-template-columns:1fr;gap:16px}.sc-web-plan-card{padding:24px 20px}.sc-web-plan-card:hover{transform:none}.sc-web-plan-card:nth-child(3){grid-column:auto;max-width:none}.sc-web-plan-card p{min-height:auto}.sc-web-price strong{font-size:24px}}
@media(prefers-reduced-motion:reduce){.sc-web-plan-card{transition:none!important}}
