/* ==========================================
   MENGAPA MEMILIH WAYANGSLOT
========================================== */

.wayang-why {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(80px, 9vw, 130px) 0;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(7, 87, 217, 0.14),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 76%,
      rgba(21, 151, 255, 0.13),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #020817 0%,
      #061126 48%,
      #071831 100%
    );
}

.wayang-why::before,
.wayang-why::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.4),
      transparent
    );
}

.wayang-why::before {
  top: 0;
}

.wayang-why::after {
  bottom: 0;
}

.wayang-why__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.wayang-why__grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(
      rgba(70, 184, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(70, 184, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 62px 62px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 15%,
      #000 85%,
      transparent
    );
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 15%,
      #000 85%,
      transparent
    );
}

.wayang-why__glow {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(4px);
}

.wayang-why__glow--left {
  top: 10%;
  left: -300px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(21, 151, 255, 0.1);
  background: rgba(7, 87, 217, 0.07);
}

.wayang-why__glow--right {
  right: -320px;
  bottom: -180px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(70, 184, 255, 0.1);
  background: rgba(21, 151, 255, 0.065);
}

.wayang-why__container {
  position: relative;
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

/* Header */

.wayang-why__header {
  max-width: 820px;
  margin: 0 auto clamp(42px, 6vw, 70px);
  text-align: center;
}

.wayang-why__eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 20px;
  color: #a9ddff;
  border: 1px solid rgba(70, 184, 255, 0.24);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.09);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wayang-why__title {
  margin: 0;
  color: #f4faff;
  font-size: clamp(2.15rem, 4.5vw, 4rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.wayang-why__title span {
  color: transparent;
  background:
    linear-gradient(
      100deg,
      #7fd7ff,
      #1597ff 48%,
      #67caff
    );
  background-clip: text;
  -webkit-background-clip: text;
}

.wayang-why__description {
  max-width: 760px;
  margin: 24px auto 0;
  color: #96aec7;
  font-size: clamp(0.96rem, 1.2vw, 1.06rem);
  line-height: 1.85;
}

.wayang-why__description strong {
  color: #dbedff;
}

/* Highlight */

.wayang-why__highlight {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 19px 22px;
  margin-bottom: 24px;
  border: 1px solid rgba(91, 187, 255, 0.21);
  border-radius: 20px;
  background:
    linear-gradient(
      120deg,
      rgba(21, 151, 255, 0.14),
      rgba(7, 30, 66, 0.7)
    );
  box-shadow:
    0 24px 65px rgba(0, 8, 27, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.wayang-why__highlight-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(128, 213, 255, 0.3);
  border-radius: 15px;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  box-shadow: 0 13px 30px rgba(8, 120, 249, 0.27);
}

.wayang-why__highlight-icon svg {
  width: 25px;
  height: 25px;
}

.wayang-why__highlight-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.wayang-why__highlight-content span {
  color: #69c7ff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wayang-why__highlight-content strong {
  color: #ecf7ff;
  font-size: 0.94rem;
  line-height: 1.5;
}

.wayang-why__highlight-link {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  gap: 8px;
  padding: 0 17px;
  color: #dcefff;
  border: 1px solid rgba(100, 193, 255, 0.2);
  border-radius: 12px;
  background: rgba(4, 19, 43, 0.46);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.wayang-why__highlight-link svg {
  width: 17px;
  height: 17px;
  transition: transform 0.25s ease;
}

.wayang-why__highlight-link:hover {
  color: #ffffff;
  border-color: rgba(79, 184, 255, 0.47);
  background: rgba(21, 151, 255, 0.14);
  transform: translateY(-2px);
}

.wayang-why__highlight-link:hover svg {
  transform: translateX(3px);
}

/* Cards */

.wayang-why__grid-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wayang-why__card {
  position: relative;
  min-width: 0;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(102, 182, 255, 0.15);
  border-radius: 22px;
  background:
    linear-gradient(
      150deg,
      rgba(12, 34, 70, 0.78),
      rgba(4, 15, 36, 0.82)
    );
  box-shadow:
    0 22px 55px rgba(0, 7, 24, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.wayang-why__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.7),
      transparent
    );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wayang-why__card::after {
  position: absolute;
  right: -85px;
  bottom: -95px;
  width: 190px;
  height: 190px;
  content: "";
  border-radius: 50%;
  background: rgba(21, 151, 255, 0.055);
  transition: transform 0.35s ease;
}

.wayang-why__card:hover {
  border-color: rgba(79, 183, 255, 0.32);
  box-shadow:
    0 30px 70px rgba(0, 8, 30, 0.35),
    0 0 35px rgba(8, 120, 249, 0.07);
  transform: translateY(-7px);
}

.wayang-why__card:hover::before {
  opacity: 1;
}

.wayang-why__card:hover::after {
  transform: scale(1.17);
}

.wayang-why__card-number {
  position: absolute;
  top: 21px;
  right: 23px;
  color: rgba(123, 199, 255, 0.2);
  font-size: 1.45rem;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.wayang-why__icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 51px;
  height: 51px;
  margin-bottom: 22px;
  place-items: center;
  color: #65c8ff;
  border: 1px solid rgba(70, 184, 255, 0.2);
  border-radius: 15px;
  background:
    linear-gradient(
      145deg,
      rgba(21, 151, 255, 0.17),
      rgba(7, 87, 217, 0.08)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.wayang-why__icon svg {
  width: 25px;
  height: 25px;
}

.wayang-why__card-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #edf8ff;
  font-size: 1.04rem;
  font-weight: 780;
  line-height: 1.4;
}

.wayang-why__card-text {
  position: relative;
  z-index: 2;
  margin: 13px 0 0;
  color: #8fa8c1;
  font-size: 0.86rem;
  line-height: 1.78;
}

.wayang-why__card-text strong {
  color: #cce8ff;
}

.wayang-why__card-text a {
  color: #61c3ff;
  font-weight: 700;
  text-decoration: none;
}

.wayang-why__card-text a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wayang-why__card-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: #53bdff;
  font-size: 0.76rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    color 0.25s ease,
    gap 0.25s ease;
}

.wayang-why__card-link:hover {
  gap: 10px;
  color: #ffffff;
}

.wayang-why__card-status {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #91abc4;
  font-size: 0.72rem;
  font-weight: 700;
}

.wayang-why__card-status > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #32d69a;
  box-shadow: 0 0 13px rgba(50, 214, 154, 0.7);
}

/* CTA */

.wayang-why__cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(27px, 4vw, 42px);
  margin-top: clamp(28px, 4vw, 45px);
  overflow: hidden;
  border: 1px solid rgba(94, 187, 255, 0.24);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 90% 30%,
      rgba(72, 186, 255, 0.18),
      transparent 30%
    ),
    linear-gradient(
      125deg,
      rgba(10, 43, 91, 0.92),
      rgba(4, 16, 38, 0.92)
    );
  box-shadow:
    0 32px 80px rgba(0, 7, 26, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.wayang-why__cta::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 300px;
  height: 300px;
  content: "";
  border: 1px solid rgba(82, 185, 255, 0.12);
  border-radius: 50%;
}

.wayang-why__cta-content {
  position: relative;
  z-index: 2;
  max-width: 730px;
}

.wayang-why__cta-label {
  display: block;
  margin-bottom: 10px;
  color: #63c5ff;
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wayang-why__cta h3 {
  margin: 0;
  color: #f4faff;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  font-weight: 820;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.wayang-why__cta p {
  max-width: 670px;
  margin: 12px 0 0;
  color: #97b0c8;
  font-size: 0.86rem;
  line-height: 1.75;
}

.wayang-why__cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.wayang-why__button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.wayang-why__button svg {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}

.wayang-why__button:hover {
  transform: translateY(-3px);
}

.wayang-why__button--primary {
  color: #ffffff;
  border-color: rgba(117, 207, 255, 0.42);
  background:
    linear-gradient(
      135deg,
      #1597ff,
      #0757d9
    );
  box-shadow:
    0 15px 34px rgba(8, 120, 249, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.wayang-why__button--primary:hover {
  box-shadow:
    0 20px 42px rgba(8, 120, 249, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.wayang-why__button--primary:hover svg {
  transform: translateX(3px);
}

.wayang-why__button--secondary {
  color: #dceeff;
  border-color: rgba(115, 190, 255, 0.23);
  background: rgba(5, 20, 45, 0.55);
}

.wayang-why__button--secondary:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.45);
  background: rgba(21, 151, 255, 0.13);
}

/* Focus */

.wayang-why a:focus-visible {
  outline: 3px solid rgba(70, 184, 255, 0.38);
  outline-offset: 4px;
}

/* Tablet */

@media (max-width: 1024px) {
  .wayang-why__grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wayang-why__cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wayang-why__cta-actions {
    justify-content: flex-start;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .wayang-why {
    padding: 70px 0;
  }

  .wayang-why__container {
    width: min(100% - 28px, 1240px);
  }

  .wayang-why__header {
    margin-bottom: 40px;
  }

  .wayang-why__eyebrow {
    min-height: 31px;
    padding-inline: 12px;
    margin-bottom: 17px;
    font-size: 0.63rem;
  }

  .wayang-why__title {
    font-size: clamp(2rem, 10vw, 2.8rem);
    letter-spacing: -0.045em;
  }

  .wayang-why__description {
    margin-top: 18px;
    font-size: 0.91rem;
    line-height: 1.75;
  }

  .wayang-why__highlight {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 17px;
    border-radius: 17px;
  }

  .wayang-why__highlight-icon {
    width: 45px;
    height: 45px;
    border-radius: 13px;
  }

  .wayang-why__highlight-link {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

  .wayang-why__grid-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wayang-why__card {
    padding: 23px;
    border-radius: 19px;
  }

  .wayang-why__card:hover {
    transform: translateY(-3px);
  }

  .wayang-why__icon {
    width: 47px;
    height: 47px;
    margin-bottom: 19px;
  }

  .wayang-why__cta {
    gap: 23px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .wayang-why__cta-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 9px;
  }

  .wayang-why__button {
    min-width: 0;
    min-height: 49px;
    padding-inline: 13px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .wayang-why__cta-actions {
    grid-template-columns: 1fr;
  }

  .wayang-why__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wayang-why *,
  .wayang-why *::before,
  .wayang-why *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}