
/* ==========================================
   REVIEW PENGGUNA SLC ONE STOP
========================================== */

.slc-review {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(90px, 10vw, 145px);
  background:
    radial-gradient(
      circle at 14% 24%,
      rgba(7, 87, 217, 0.14),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(21, 151, 255, 0.1),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #020817 0%,
      #061126 50%,
      #030b1d 100%
    );
}

.slc-review::before,
.slc-review::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(70, 184, 255, 0.27),
      transparent
    );
}

.slc-review::before {
  top: 0;
}

.slc-review::after {
  bottom: 0;
}

/* Background */

.slc-review__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.slc-review__grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.19;
  background-image:
    linear-gradient(
      rgba(86, 175, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(86, 175, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 68px 68px;
  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 16%,
      #000 84%,
      transparent
    );
  -webkit-mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 16%,
      #000 84%,
      transparent
    );
}

.slc-review__glow {
  position: absolute;
  border-radius: 50%;
}

.slc-review__glow--left {
  top: 7%;
  left: -300px;
  width: 630px;
  height: 630px;
  border: 1px solid rgba(70, 184, 255, 0.08);
  background: rgba(7, 87, 217, 0.055);
}

.slc-review__glow--right {
  right: -295px;
  bottom: -245px;
  width: 630px;
  height: 630px;
  border: 1px solid rgba(70, 184, 255, 0.08);
  background: rgba(21, 151, 255, 0.05);
  box-shadow: 0 0 145px rgba(8, 120, 249, 0.08);
}

/* Container */

.slc-review__container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

/* Header */

.slc-review__header {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}

.slc-review__eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding-inline: 14px;
  color: #a9dcff;
  border: 1px solid rgba(70, 184, 255, 0.21);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slc-review__title {
  margin: 22px 0 0;
  color: #f3f9ff;
  font-size: clamp(2.4rem, 4.6vw, 4.35rem);
  font-weight: 850;
  line-height: 1.07;
  letter-spacing: -0.054em;
  text-wrap: balance;
}

.slc-review__title span {
  color: transparent;
  background:
    linear-gradient(
      100deg,
      #7bd5ff,
      #1597ff
    );
  background-clip: text;
  -webkit-background-clip: text;
}

.slc-review__description {
  max-width: 810px;
  margin: 23px auto 0;
  color: #8fa8c1;
  font-size: 0.98rem;
  line-height: 1.82;
}

.slc-review__description strong {
  color: #dceeff;
}

/* Summary */

.slc-review__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 23px;
  margin-top: 48px;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 17px;
  background:
    linear-gradient(
      135deg,
      rgba(13, 42, 84, 0.61),
      rgba(4, 17, 39, 0.75)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slc-review__summary-content {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
}

.slc-review__summary-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #49baff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 13px;
  background: rgba(21, 151, 255, 0.08);
}

.slc-review__summary-icon svg {
  width: 22px;
  height: 22px;
}

.slc-review__summary-content > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.slc-review__summary-content strong {
  color: #e4f2ff;
  font-size: 0.82rem;
  font-weight: 760;
}

.slc-review__summary-content small {
  max-width: 650px;
  color: #768fa9;
  font-size: 0.68rem;
  line-height: 1.55;
}

.slc-review__summary-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.slc-review__summary-tags span {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding-inline: 11px;
  color: #91aec7;
  border: 1px solid rgba(104, 180, 255, 0.11);
  border-radius: 100px;
  background: rgba(5, 20, 45, 0.44);
  font-size: 0.61rem;
  font-weight: 680;
}

/* Review Grid */

.slc-review__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 18px;
}

/* Review Card */

.slc-review__card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 400px;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(12, 38, 77, 0.68),
      rgba(4, 17, 39, 0.88)
    );
  box-shadow:
    0 22px 55px rgba(0, 9, 29, 0.23),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.slc-review__card--featured {
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(102, 205, 255, 0.2),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(15, 58, 116, 0.9),
      rgba(4, 18, 43, 0.96)
    );
}

.slc-review__card:hover {
  border-color: rgba(70, 184, 255, 0.31);
  background:
    linear-gradient(
      145deg,
      rgba(21, 151, 255, 0.11),
      rgba(4, 17, 39, 0.92)
    );
  box-shadow:
    0 31px 70px rgba(0, 10, 32, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateY(-7px);
}

.slc-review__card-glow {
  position: absolute;
  top: -110px;
  right: -95px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(21, 151, 255, 0.075);
  filter: blur(14px);
  pointer-events: none;
}

/* Card Header */

.slc-review__card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.slc-review__quote-icon {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  color: #52bfff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 14px;
  background: rgba(21, 151, 255, 0.08);
}

.slc-review__quote-icon svg {
  width: 22px;
  height: 22px;
}

.slc-review__badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding-inline: 11px;
  color: #a9d9f8;
  border: 1px solid rgba(70, 184, 255, 0.16);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.075);
  font-size: 0.61rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Review Quote */

.slc-review__quote {
  position: relative;
  z-index: 2;
  flex: 1;
  margin: 30px 0 0;
}

.slc-review__quote p {
  margin: 0;
  color: #c0d4e6;
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 520;
  line-height: 1.82;
  letter-spacing: -0.01em;
}

/* Topics */

.slc-review__topics {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.slc-review__topics span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding-inline: 10px;
  color: #839db8;
  border: 1px solid rgba(104, 180, 255, 0.1);
  border-radius: 100px;
  background: rgba(5, 20, 45, 0.43);
  font-size: 0.6rem;
  font-weight: 670;
}

/* Author */

.slc-review__author {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding-top: 22px;
  margin-top: 25px;
  border-top: 1px solid rgba(104, 180, 255, 0.1);
}

.slc-review__avatar {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  border: 1px solid rgba(108, 202, 255, 0.29);
  border-radius: 13px;
  background:
    linear-gradient(
      145deg,
      #1597ff,
      #0757d9
    );
  box-shadow:
    0 9px 20px rgba(8, 120, 249, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  font-size: 0.68rem;
  font-weight: 850;
}

.slc-review__author-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.slc-review__author-info strong {
  overflow: hidden;
  color: #e6f3ff;
  font-size: 0.73rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slc-review__author-info small {
  overflow: hidden;
  color: #718ba6;
  font-size: 0.59rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slc-review__verified {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  padding-inline: 10px;
  color: #91b8cc;
  border: 1px solid rgba(70, 184, 255, 0.12);
  border-radius: 100px;
  background: rgba(21, 151, 255, 0.06);
  font-size: 0.58rem;
  font-weight: 690;
}

.slc-review__verified svg {
  width: 14px;
  height: 14px;
  color: #55c4ff;
}

/* Platform Navigation */

.slc-review__platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid rgba(104, 180, 255, 0.12);
  border-radius: 16px;
  background: rgba(5, 20, 45, 0.48);
}

.slc-review__platforms-label {
  margin-right: 5px;
  color: #738da8;
  font-size: 0.68rem;
  font-weight: 690;
}

.slc-review__platforms a {
  display: inline-flex;
  min-height: 33px;
  align-items: center;
  padding-inline: 12px;
  color: #a6c5df;
  border: 1px solid rgba(104, 180, 255, 0.12);
  border-radius: 100px;
  background: rgba(12, 38, 77, 0.5);
  font-size: 0.64rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.slc-review__platforms a:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.38);
  background: rgba(21, 151, 255, 0.13);
  transform: translateY(-2px);
}

/* Bottom Block */

.slc-review__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 23px 25px;
  margin-top: 20px;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(13, 42, 84, 0.61),
      rgba(4, 17, 39, 0.75)
    );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.slc-review__bottom-content {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.slc-review__bottom-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #49baff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 13px;
  background: rgba(21, 151, 255, 0.08);
}

.slc-review__bottom-icon svg {
  width: 22px;
  height: 22px;
}

.slc-review__bottom-content > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.slc-review__bottom-content strong {
  color: #e4f2ff;
  font-size: 0.82rem;
  font-weight: 760;
}

.slc-review__bottom-content small {
  max-width: 700px;
  color: #768fa9;
  font-size: 0.68rem;
  line-height: 1.55;
}

.slc-review__bottom-button {
  display: inline-flex;
  min-height: 47px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-inline: 19px;
  color: #ffffff;
  border: 1px solid rgba(107, 200, 255, 0.36);
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #1597ff,
      #0757d9
    );
  box-shadow:
    0 13px 28px rgba(8, 120, 249, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 0.72rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.slc-review__bottom-button:hover {
  box-shadow:
    0 19px 38px rgba(8, 120, 249, 0.37),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-3px);
}

.slc-review__bottom-button svg {
  width: 17px;
  height: 17px;
  transition: transform 0.25s ease;
}

.slc-review__bottom-button:hover svg {
  transform: translateX(4px);
}

/* Focus Accessibility */

.slc-review a:focus-visible {
  outline: 3px solid rgba(70, 184, 255, 0.4);
  outline-offset: 4px;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 950px) {
  .slc-review__summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .slc-review__summary-tags {
    justify-content: flex-start;
  }

  .slc-review__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 720px) {
  .slc-review {
    padding-block: 75px;
  }

  .slc-review__container {
    width: min(100% - 28px, 1240px);
  }

  .slc-review__eyebrow {
    min-height: 31px;
    padding-inline: 12px;
    font-size: 0.62rem;
  }

  .slc-review__title {
    margin-top: 19px;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.1;
  }

  .slc-review__description {
    margin-top: 20px;
    font-size: 0.88rem;
    line-height: 1.78;
  }

  .slc-review__summary {
    padding: 18px;
    margin-top: 38px;
  }

  .slc-review__summary-content {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .slc-review__summary-icon {
    width: 42px;
    height: 42px;
  }

  .slc-review__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
  }

  .slc-review__card {
    min-height: auto;
    padding: 21px;
    border-radius: 19px;
  }

  .slc-review__quote {
    margin-top: 25px;
  }

  .slc-review__quote p {
    font-size: 0.9rem;
    line-height: 1.75;
  }

  .slc-review__author {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .slc-review__avatar {
    width: 42px;
    height: 42px;
  }

  .slc-review__verified {
    grid-column: 1 / -1;
    width: max-content;
  }

  .slc-review__platforms {
    align-items: stretch;
    flex-direction: column;
  }

  .slc-review__platforms-label {
    margin: 0 0 4px;
    text-align: center;
  }

  .slc-review__platforms a {
    justify-content: center;
  }

  .slc-review__bottom {
    padding: 19px;
  }

  .slc-review__bottom-content {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .slc-review__bottom-icon {
    width: 42px;
    height: 42px;
  }

  .slc-review__bottom-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .slc-review__summary-content,
  .slc-review__bottom-content {
    grid-template-columns: 1fr;
  }

  .slc-review__card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .slc-review__topics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .slc-review__topics span {
    justify-content: center;
  }
}

/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {
  .slc-review__card,
  .slc-review a {
    transition-duration: 0.01ms !important;
  }
}