.armada-card-modern {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  height: 100%;
  border: 1px solid #f1f1f1;
}

.armada-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.img-wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s ease;
}

.img-wrapper:hover img {
  transform: scale(1.08);
}

.card-body {
  padding: 20px;
}

.card-body h4 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #111;
}

.btn-detail {
  background: linear-gradient(135deg, #d4af37, #f7d774);
  color: #111;
  width: 100%;
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: 0.3s;
}

.btn-detail:hover {
  background: linear-gradient(135deg, #b8962e, #e6c45a);
}

.btn-lihat-semua:hover {
  background: #d4af37;
  color: #111;
}

.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #d4af37;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
  z-index: 10;
}

.filter-card {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .img-wrapper img {
    height: 200px;
  }

  .car-preview img {
    min-height: 250px;
  }

  .car-detail {
    padding: 20px;
  }
}
body {
  background: #0f1115;
}

.armada-card-modern {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transition: 0.4s ease;
  border: 1px solid rgba(255, 215, 0, 0.15);
}

.armada-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(255, 215, 0, 0.25);
}

.img-wrapper {
  position: relative;
  overflow: hidden;
}

.img-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.layanan-label {
  position: absolute;
  bottom: 12px;
  left: 12px;

  background: rgba(0, 0, 0, 0.65); 
  backdrop-filter: blur(4px);

  color: #ffd700;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  letter-spacing: 0.5px;

  border: 1px solid rgba(255, 215, 0, 0.4);
}

.spec-row-horizontal {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  font-size: 14px;
  color: #555;
}

.spec-row-horizontal span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.price-start-box {
  background: linear-gradient(135deg, #fffdf6, #fff7d6);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 215, 0, 0.4);
}

.price-start-box small {
  color: #666;
  font-size: 13px;
}

.price-start-box h3 {
  font-weight: 800;
  color: #000;
  margin: 3px 0;
}

.benefit-text {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  text-transform: uppercase;

  color: #c9a200; 
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.btn-detail {
  background: linear-gradient(135deg, #ffd700, #c9a200);
  color: #000;
  font-weight: 700;
  border-radius: 12px;
  transition: 0.3s;
}

.btn-detail:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.5);
}

.custom-modal {
  border-radius: 18px;
  overflow: hidden;
  border: none;
}

.custom-modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
}

.modal-img-wrapper {
  background: #000;
}

.modal-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-title-car {
  font-weight: 700;
  color: #111;
}

.modal-badge {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #f9e27d);
  color: #111;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
}

.modal-spec {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  color: #555;
}

.modal-spec div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.price-box-modern {
  border: 1px solid #f1e3b0;
  background: #fffdf5;
  border-radius: 12px;
  padding: 15px;
  margin: 20px 0;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 600;
}

.price-row:last-child {
  margin-bottom: 0;
}

.modal-benefit {
  border-left: 4px solid #d4af37;
  background: #fffdf7;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 15px;
}

.modal-desc {
  font-size: 14px;
  color: #555;
}

.btn-wa-premium {
  background: linear-gradient(135deg, #d4af37, #f9e27d);
  border: none;
  color: #111;
  font-weight: 600;
  padding: 12px;
  border-radius: 10px;
}

.btn-wa-premium:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .modal-img-wrapper img {
    height: 250px;
  }
}
