body{font-family:Inter,sans-serif}
h1,h2,h3{font-family:Poppins,sans-serif;font-weight:700}
.btn-danger{background:#d90429;border:none}
.section{padding:80px 0}
.card-premium{
  border:none;border-radius:14px;
  box-shadow:0 20px 40px rgba(0,0,0,.1)
}

/* === GALLERY CARD FINAL === */
.gallery-card {
  border-radius: 14px;
  overflow: hidden;              /* WAJIB */
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  height: 100%;
}

.gallery-img {
  width: 100%;
  height: 220px;                 /* KUNCI UKURAN SAMA */
  object-fit: cover;             /* AUTO CROP */
  display: block;
}

.gallery-body {
  padding: 12px;
  text-align: center;
}

.gallery-body h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
