/* =========================
HERO PREMIUM
========================= */

.hero-premium {
  position: relative;
  min-height: 680px;
  padding: 120px 20px;
  color: #ffffff;
  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.96),
      rgba(15, 23, 42, 0.82),
      rgba(0, 0, 0, 0.72)
    ),
    url("img/togel-online-hero-pintuplay.webp") center/cover no-repeat;
}

/* OVERLAY PREMIUM */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at top left, rgba(255, 153, 0, 0.24), transparent 36%),
    radial-gradient(circle at bottom right, rgba(255, 102, 0, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.62), rgba(0, 0, 0, 0.55));
}

/* GLOW EFFECT */
.hero-glow {
  position: absolute;
  z-index: 1;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.42;
  pointer-events: none;
}

.hero-glow-1 {
  top: 80px;
  left: -90px;
  background: #ff9900;
}

.hero-glow-2 {
  right: -90px;
  bottom: 80px;
  background: #ff6600;
}

/* CONTAINER */
.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 55px;
}

/* CONTENT GLASS */
.hero-content {
  position: relative;
  max-width: 720px;
  padding: 38px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.05)
  );
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

/* BADGE */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 153, 0, 0.14);
  color: #ffb347;
  border: 1px solid rgba(255, 153, 0, 0.35);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* TITLE */
.hero h1 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  color: #ff9900;
  background: linear-gradient(135deg, #ffcc66, #ff9900, #ff6600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* DESC */
.hero p {
  max-width: 680px;
  margin-bottom: 28px;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.85;
}

/* CTA */
.hero-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: 0.3s ease;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff9900, #ff6600);
  box-shadow: 0 16px 35px rgba(255, 153, 0, 0.35);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(255, 153, 0, 0.48);
}

.btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-3px);
}

/* FEATURES */
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.hero-features span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

/* KEYWORD LINKS */
.hero-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-keywords a {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 12px;
  color: #ffcc80;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 153, 0, 0.1);
  border: 1px solid rgba(255, 153, 0, 0.2);
  transition: 0.3s ease;
}

.hero-keywords a:hover {
  color: #ffffff;
  background: rgba(255, 153, 0, 0.28);
  transform: translateY(-2px);
}

/* VISUAL */
.hero-visual {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-card {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 3;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42);
  transform: rotate(2deg);
}

.hero-image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 45%, rgba(15, 23, 42, 0.72)),
    radial-gradient(circle at top right, rgba(255, 153, 0, 0.28), transparent 42%);
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* FLOATING CARD */
.hero-floating-card {
  position: absolute;
  z-index: 3;
  min-width: 138px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.hero-floating-card strong {
  display: block;
  color: #ffcc66;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-floating-card span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.hero-card-top {
  top: 60px;
  left: 0;
}

.hero-card-bottom {
  right: 0;
  bottom: 70px;
}

/* =========================
RESPONSIVE TABLET
========================= */

@media (max-width: 992px) {
  .hero-premium {
    min-height: auto;
    padding: 100px 20px;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero-cta,
  .hero-features,
  .hero-keywords {
    justify-content: center;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-image-card {
    max-width: 520px;
    transform: none;
  }
}

/* =========================
RESPONSIVE MOBILE
========================= */

@media (max-width: 768px) {
  .hero-premium {
    padding: 78px 15px;
    background-position: center top;
  }

  .hero-content {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .hero-badge {
    font-size: 12px;
    padding: 8px 12px;
  }

  .hero h1 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }

  .hero p {
    font-size: 14.5px;
    line-height: 1.75;
  }

  .hero-cta {
    flex-direction: column;
    width: 100%;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .hero-features {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-features span {
    justify-content: center;
    text-align: center;
  }

  .hero-keywords {
    justify-content: center;
  }

  .hero-keywords a {
    font-size: 12px;
  }

  .hero-visual {
    display: none;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero-content {
    padding: 24px 16px;
  }
}