/* Premium "available on request" showcase — styled independently of the
   compiled build so it can't clash with it. */
.px-premium {
  padding: 64px 20px;
  background: #f6f9f8;
}

.px-premium-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.px-premium-head {
  text-align: center;
  margin-bottom: 34px;
}

.px-premium-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #13241f;
}

.px-premium-head p {
  margin: 0 auto;
  max-width: 640px;
  color: #5a6b66;
  line-height: 1.55;
}

.px-premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.px-premium-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e7eeeb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 40, 35, 0.08);
}

.px-premium-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #eef1f4;
}

.px-premium-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.px-premium-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(19, 36, 31, 0.86);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(2px);
}

.px-premium-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  padding: 18px 20px 22px;
}

.px-premium-body h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #13241f;
}

.px-premium-spec {
  margin: 0;
  flex: 1;
  color: #6a7b76;
  font-size: 0.92rem;
}

.px-premium-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 11px;
  background: #1f6f5b;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: background 0.15s ease;
}

.px-premium-btn:hover {
  background: #1a5d4d;
}
