/* Shop extras for نیکو سیستم آفرین */
html, body, button, input, textarea, select {
  font-family: 'Far_Yekan', Tahoma !important;
}
.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(65, 84, 241, 0.08);
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
  border: 1px solid #eef0ff;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(65, 84, 241, 0.15);
}
.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.product-card .body {
  padding: 1.25rem;
}
.product-card .price {
  color: #4154f1;
  font-weight: 700;
  font-size: 1.1rem;
}
.product-card .badge-feat {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #012970;
  color: #fff;
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .75rem;
}
.product-img-wrap { position: relative; }
.page-hero {
  padding: 140px 0 40px;
  background: linear-gradient(180deg, #f6f9ff 0%, #fff 100%);
}
.checkout-box, .inner-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 8px 28px rgba(1, 41, 112, 0.06);
  border: 1px solid #eef2f8;
}
.btn-primary-shop {
  background: #4154f1;
  border: none;
  color: #fff;
  border-radius: 50px;
  padding: .65rem 1.5rem;
}
.btn-primary-shop:hover { background: #5969f3; color: #fff; }
.btn-outline-shop {
  border: 2px solid #4154f1;
  color: #4154f1;
  border-radius: 50px;
  padding: .55rem 1.25rem;
  background: transparent;
}
.btn-outline-shop:hover { background: #4154f1; color: #fff; }
.demo-banner {
  background: #012970;
  color: #fff;
  padding: .75rem 1rem;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.demo-banner a { color: #fff; text-decoration: underline; }
.header .getstarted {
  background: #f97316;
  color: #fff !important;
  padding: 8px 20px;
  margin-right: 15px;
  border-radius: 4px;
}
.success-icon { font-size: 4rem; color: #2eca6a; }
.fail-icon { font-size: 4rem; color: #e44c4c; }
