* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #111827;
  --card: rgba(17, 24, 39, 0.82);
  --text: #000000;
  --muted: rgba(255, 255, 255, 0.72);
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  min-height: 100dvh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

.landing {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.backdrop {
    position: absolute;
    inset: 0;
    z-index: -3;

    background-image: url("../assets/assetbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Replace the gradient above with:
   background-image: url("../assets/background.webp");
   background-size: cover;
   background-position: center;
*/

.shade {
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.80),
      rgba(0, 0, 0, 0.80)
    ),
    rgba(0, 0, 0, 0.12);
}

.landing-content {
  width: min(680px, calc(100% - 40px));
  text-align: center;
  padding: 40px 20px;
  animation: fadeUp 0.7s ease both;
  color: #e9d5ff;
  text-shadow:
    0 0 8px rgba(168, 85, 247, 0.9),
    0 0 20px rgba(147, 51, 234, 0.65),
    0 0 40px rgba(126, 34, 206, 0.45);
}

.eyebrow {
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.22em;

  color: #fcfafa;

  text-shadow:
    0 0 6px rgba(168, 85, 247, 0.9),
    0 0 16px rgba(147, 51, 234, 0.8);

  opacity: 0.95;
}

h1 {
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.04em;

  color: #000000;

  text-shadow:
    0 0 8px rgba(216, 180, 254, 0.95),
    0 0 18px rgba(168, 85, 247, 0.9),
    0 0 35px rgba(147, 51, 234, 0.75),
    0 0 65px rgba(126, 34, 206, 0.45);
}

.subtitle {
  max-width: 520px;
  margin: 18px auto 30px;

  color: #faf9f9;

  font-size: 21px;
  line-height: 1.6;

  text-shadow:
    0 0 7px rgba(168, 85, 247, 0.8),
    0 0 18px rgba(147, 51, 234, 0.5);
}
.continue-btn {
  min-width: 190px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  padding: 15px 28px;

  border: 1px solid rgba(216, 180, 254, 0.8);
  border-radius: 999px;

  background: rgba(0, 0, 0, 0.96);
  color: #fcfafd;

  font: inherit;
  font-size: 15px;
  font-weight: 800;

  cursor: pointer;

  box-shadow:
    0 0 8px rgba(168, 85, 247, 0.7),
    0 0 20px rgba(147, 51, 234, 0.65),
    0 0 45px rgba(126, 34, 206, 0.45);

  animation: purplePulse 1.8s ease-in-out infinite;

  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.continue-btn:hover {
  transform: translateY(-4px) scale(1.04);

  background: #7e22cecc;

  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 30px rgba(216, 180, 254, 1),
    0 0 60px rgba(168, 85, 247, 1),
    0 0 100px #7e22cecc;
}

.continue-btn:active {
  transform: translateY(-1px) scale(0.97);
}

.arrow {
  font-size: 21px;
  line-height: 1;

  color: #ffffff;

  text-shadow:
    0 0 6px rgba(168, 85, 247, 0.9),
    0 0 15px rgba(147, 51, 234, 0.8);
}

.next-body {
  background:
    radial-gradient(circle at 15% 10%, rgba(96, 165, 250, 0.18), transparent 30%),
    radial-gradient(circle at 85% 90%, rgba(167, 139, 250, 0.18), transparent 30%),
    var(--bg);
}

.next-page {
  width: 100%;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.next-card {
  width: min(760px, 100%);
  padding: clamp(22px, 5vw, 48px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: var(--card);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.media-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.secondary {
  min-width: 190px;

  background: rgba(0, 0, 0, 0.96);
  color: #fcfafd;

  border: 1px solid rgba(216, 180, 254, 0.8);

  box-shadow:
    0 0 8px rgba(168, 85, 247, 0.7),
    0 0 20px rgba(147, 51, 234, 0.65),
    0 0 45px rgba(126, 34, 206, 0.45);

  animation: purplePulse 1.8s ease-in-out infinite;
}

.secondary:hover {
  transform: translateY(-4px) scale(1.04);

  background: #7e22cecc;

  box-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 30px rgba(216, 180, 254, 1),
    0 0 60px rgba(168, 85, 247, 1),
    0 0 100px #7e22cecc;
}

.secondary .arrow {
  color: #ffffff;

  text-shadow:
    0 0 6px rgba(168, 85, 247, 0.9),
    0 0 15px rgba(147, 51, 234, 0.8);
}

.album-section {
  width: min(900px, 100%);
  padding: 40px 20px;
  text-align: center;
}

.album-header {
  margin-bottom: 30px;
}

.album-header h1 {
  font-size: clamp(30px, 5vw, 52px);
  margin-bottom: 10px;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.album-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(168, 85, 247, 0.25);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.35);

  cursor: pointer;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.album-card img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.album-card::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.72),
      transparent 55%
    );

  pointer-events: none;
}

.album-card:hover .album-overlay {
  padding-bottom: 23px;

  background: linear-gradient(
    to top,
    rgba(88, 28, 135, 0.95),
    rgba(126, 34, 206, 0.48),
    rgba(126, 34, 206, 0)
  );
}

.album-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.85);
}

.album-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 2;

  padding: 18px 20px;

  /* Background senada dengan tema purple */
  background: linear-gradient(
    to top,
    rgba(88, 28, 135, 0.82),
    rgba(126, 34, 206, 0.38),
    rgba(126, 34, 206, 0)
  );

  color: #ffffff;

  text-align: left;

  text-shadow:
    0 0 8px rgba(216, 180, 254, 0.95),
    0 0 18px rgba(168, 85, 247, 0.75);

  transition: 0.3s ease;
}

.album-overlay span {
  display: block;

  font-size: 18px;
  font-weight: 800;

  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: #ffffff;

  text-shadow:
    0 0 6px rgba(180, 68, 231, 0.788),
    0 0 15px rgba(168, 85, 247, 1),
    0 0 30px rgba(126, 34, 206, 0.8);
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .landing-content {
    width: min(100% - 28px, 520px);
    padding: 28px 14px;
  }

  .continue-btn {
    width: min(100%, 320px);
  }

  .next-page {
    padding: 14px;
  }

  .next-card {
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-content {
    animation: none;
  }

  .continue-btn {
    transition: none;
  }
}
@keyframes purplePulse {
  0%,
  100% {
    box-shadow:
      0 0 7px rgba(168, 85, 247, 0.55),
      0 0 18px rgba(147, 51, 234, 0.45),
      0 0 35px rgba(126, 34, 206, 0.25);
  }

  50% {
    box-shadow:
      0 0 12px rgba(216, 180, 254, 0.95),
      0 0 30px rgba(168, 85, 247, 0.9),
      0 0 65px rgba(147, 51, 234, 0.75);
  }
}

@media (max-width: 600px) {

  .album-section {
    padding: 25px 14px;
  }

  .album-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .album-card {
    aspect-ratio: 16 / 10;
    border-radius: 16px;
  }

}