.ms-products{
  padding:90px 0;
  background:#F8FAFC;
}

.ms-section-head{
  text-align:center;
  max-width:700px;
  margin:0 auto 28px;
}

.ms-section-head h2{
  font-size:30px;
  line-height:1.2;
  margin:10px 0;
  color:#0F172A;
}

.ms-section-head p{
  color:#64748B;
  font-size:15px;
  line-height:1.7;
}

.ms-billing-note{
  max-width:760px;
  margin:0 auto 42px;
  padding:14px 18px;
  border-radius:16px;
  background:#EFF6FF;
  color:#334155;
  font-size:13px;
  text-align:center;
  border:1px solid #DBEAFE;
}

.ms-products-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.ms-product-card{
  position:relative;
  background:#fff;
  border-radius:24px;
  padding:28px;
  border:1px solid #E2E8F0;
  display:flex;
  flex-direction:column;
  transition:.3s ease;
}

.ms-product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 60px rgba(15,23,42,.09);
}

.ms-product-card.highlight{
  border:2px solid #1D4ED8;
  box-shadow:0 24px 70px rgba(29,78,216,.12);
}

.ms-badge{
  position:absolute;
  top:-14px;
  left:24px;
  padding:6px 12px;
  border-radius:999px;
  background:#1D4ED8;
  color:#fff;
  font-size:11px;
  font-weight:800;
}

.ms-product-icon{
  width:48px;
  height:48px;
  border-radius:15px;
  background:#0F172A;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:18px;
  margin-bottom:16px;
}

.ms-product-icon.ms-blue{
  background:#1D4ED8;
}

.ms-product-icon.ms-green{
  background:#10B981;
}

.ms-product-card h3{
  margin:0 0 10px;
  font-size:20px;
  color:#0F172A;
}

.ms-product-desc{
  margin:0;
  color:#64748B;
  font-size:14px;
  line-height:1.65;
}

.ms-product-features{
  list-style:none;
  padding:0;
  margin:22px 0;
}

.ms-product-features li{
  font-size:13px;
  color:#334155;
  margin-bottom:10px;
  line-height:1.45;
}

.ms-product-features li::before{
  content:"✓";
  color:#10B981;
  font-weight:900;
  margin-right:8px;
}

.ms-plan-selector{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:4px 0 20px;
}

.ms-plan-selector button{
  border:1px solid #E2E8F0;
  background:#fff;
  color:#334155;
  border-radius:12px;
  padding:9px 6px;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
  transition:.25s ease;
}

.ms-plan-selector button:hover{
  border-color:#1D4ED8;
  color:#1D4ED8;
}

.ms-plan-selector button.active{
  background:#1D4ED8;
  color:#fff;
  border-color:#1D4ED8;
}

.ms-product-price{
  margin-top:auto;
  padding-top:10px;
}

.ms-product-price small{
  display:block;
  color:#64748B;
  font-size:12px;
  margin-bottom:4px;
}

.ms-product-price strong{
  display:block;
  color:#DC2626;
  font-size:30px;
  line-height:1.1;
  letter-spacing:-1px;
}

.ms-product-price em{
  display:block;
  color:#64748B;
  font-size:12px;
  font-style:normal;
  margin-top:4px;
}

.ms-saving{
  display:block;
  margin:12px 0 18px;
  padding:8px 10px;
  border-radius:12px;
  background:#F1F5F9;
  color:#334155;
  font-size:12px;
  font-weight:700;
}

.ms-product-card .ms-btn{
  width:100%;
}

@media(max-width:960px){
  .ms-products{
    padding:64px 0;
  }

  .ms-section-head h2{
    font-size:25px;
  }

  .ms-products-grid{
    grid-template-columns:1fr;
  }

  .ms-product-card.highlight{
    transform:none;
  }
}

.ms-note{
  margin-top:8px;
  font-size:12px;
  color:#64748B;
  line-height:1.5;
}

.ms-qty{
  margin:12px 0 18px;
}

.ms-qty label{
  font-size:12px;
  color:#64748B;
  display:block;
  margin-bottom:6px;
}

.ms-qty-control{
  display:flex;
  align-items:center;
  border:1px solid #E2E8F0;
  border-radius:12px;
  overflow:hidden;
  width:120px;
}

.ms-qty-control button{
  width:36px;
  height:36px;
  border:none;
  background:#F1F5F9;
  font-size:16px;
  cursor:pointer;
}

.ms-qty-control input{
  width:48px;
  text-align:center;
  border:none;
  font-weight:800;
}


.ms-qty{
  margin:12px 0 18px;
}

.ms-qty label{
  display:block;
  font-size:12px;
  color:#64748B;
  margin-bottom:7px;
  font-weight:700;
}

.ms-qty-control{
  width:132px;
  height:38px;
  display:flex;
  align-items:center;
  border:1px solid #E2E8F0;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}

.ms-qty-control button{
  width:38px;
  height:38px;
  border:0;
  background:#F1F5F9;
  color:#0F172A;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
}

.ms-qty-control input{
  width:56px;
  height:38px;
  border:0;
  outline:0;
  text-align:center;
  font-size:14px;
  font-weight:900;
  color:#0F172A;
}

.ms-products-grid{
  width:min(1180px,92%);
  margin:0 auto;
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch;
}

.ms-product-card{
  width:100% !important;
  max-width:none !important;
}

@media(max-width:960px){
  .ms-products-grid{
    grid-template-columns:1fr !important;
  }
}