.custom-body {
  font-family: "Segoe UI", sans-serif;
  color: #ffffff;
  background-color: #530000;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

/* ===== Start Header ===== */
.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  background: #390000;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* === Logo Area === */
.logo-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  height: 72px;
}

.logo-text {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* === Menu Area === */
.menu-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* === Coin Section === */
.coin-box {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fffb00;
  font-weight: 600;
}

.coin-icon {
  height: 24px;
}

.coin-text {
  font-size: 14px;
  display: inline-block;
}

/* === Masuk Button === */
.btn-masuk {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #970000; /* Blue-600 */
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-masuk:hover {
  background-color: #ffffff;
  color: #970000;
}

.btn-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
/* ===== End Header/Login ===== */

/* ===== Start Marquee ===== */
.search-bar {
  background: none;
  color: white;
  padding: 10px 16px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 6px;
  margin: 16px;
  overflow: hidden;
  margin-bottom: -40px;
  margin-top: -5px;
}

.search-bar marquee {
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  animation: fade-in 0.6s ease-in-out;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== End Marquee ===== */

/* ===== Start Breadcrumb ===== */
.breadcrumb-container {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 12px 16px;
  background-color: none;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  gap: 6px;
}

.breadcrumb-link {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-link:hover {
  color: #d81d1d;
}

.icon-home {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  stroke: #ffffff;
}

.breadcrumb-separator {
  color: #ffffff;
  font-weight: bold;
}

.breadcrumb-current {
  color: #ffffff;
  font-weight: 500;
}
/* ===== End Breadcrumb ===== */

/* ===== Start BANNER ===== */
.banner-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin: 20px auto;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.badge-flash {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ff0808;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 8, 8, 0.8);
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: background 0.3s;
}

.nav:hover {
  background: rgba(255, 8, 8, 1);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
/* ===== End BANNER ===== */

/* ===== Start GAME INFO ===== */
.game-info-container {
  margin-top: 24px;
  padding: 0 16px;
  margin-left: -20px;
}

.game-info-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: none;
  backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.game-logo {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.game-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.game-link {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
}

.game-link:hover {
  color: #ffc400;
}
/* ===== End GAME INFO ===== */

/* ===== Start WARNING ===== */
.warning-box {
  margin: 24px 16px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #9a3412;
  background: linear-gradient(to right, #fef3c7, #fdba74, #fecaca);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 8px;
}
/* ===== End Breadcrumb ===== */

/* ===== Start Main Conten ===== */
.main-container {
  max-width: 480px;
  margin: 40px auto;
  padding: 24px;
  background: linear-gradient(to bottom right, #fdfcff, #e0f2fe, #f3e8ff);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-family: "Inter", sans-serif;
}

/* Voucher Form */
.voucher-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.voucher-title {
  font-size: 15px;
  font-weight: 700;
  color: #e11d48;
  display: flex;
  align-items: center;
  gap: 10px;
}

.voucher-step {
  font-size: 16px;
  background-color: #fff1f2;
  color: #e11d48;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(225, 29, 72, 0.2);
}

.voucher-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 14px;
  border: 1px solid #cbd5e1;
  outline: none;
  background-color: #f9fafb;
  transition: 0.3s;
}

.voucher-input:focus {
  border-color: #e11d48;
  box-shadow: 0 0 0 3px rgba(241, 99, 99, 0.3);
}

/* CTA Button */
.button-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.voucher-button {
  padding: 10px 20px;
  background: linear-gradient(to right, #e11d48, #e64a6c);
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(241, 99, 99, 0.3);
}

.voucher-button:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, #ffffff, #868686);
  box-shadow: 0 6px 16px rgba(241, 99, 99, 0.3);
}

a {
  text-decoration: none;
}

/* Info Box */
.info-box {
  position: relative;
  display: flex;
  gap: 18px;
  padding: 18px 22px;
  border-left: 4px solid #0ea5e9;
  border-radius: 20px;
  background: linear-gradient(to right, #dbeafe, #f0f9ff);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.info-icon {
  flex-shrink: 0;
}

.info-svg {
  width: 26px;
  height: 26px;
  color: #0ea5e9;
  animation: bounce 1.6s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.info-text {
  font-size: 14px;
  color: #1f2937;
  line-height: 1.6;
}

.info-blob {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 130px;
  height: 130px;
  background: #0ea5e9;
  opacity: 0.1;
  border-radius: 50%;
  filter: blur(28px);
}

/* Game List */
.game-list-title {
  font-size: 15px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 14px;
}

.game-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.tag:hover {
  background-color: #e0f2fe;
  transform: translateY(-2px);
}
/* ===== End Main Conten ===== */

/* ===== Start Fotter Conten ===== */
.footer-action {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #ffffff, #f9fafb);
  border-top: 1px solid #e5e7eb;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
}

.footer-info .price {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 2px;
}

.footer-info .description {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.buy-button {
  background: linear-gradient(to right, #e11d48, #e64a6c);
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 6px 14px rgba(241, 99, 99, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.buy-button:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, #e11d48, #e64a6c);
  box-shadow: 0 8px 20px rgba(235, 37, 37, 0.5);
}
/* ===== End Fotter Conten ===== */
