
/* ==========================================
   MENGAPA MEMILIH SLC ONE STOP
========================================== */

.slc-why {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(90px, 10vw, 145px);
  background:
    radial-gradient(
      circle at 16% 28%,
      rgba(7, 87, 217, 0.13),
      transparent 28%
    ),
    radial-gradient(
      circle at 86% 75%,
      rgba(21, 151, 255, 0.1),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #020817 0%,
      #061126 50%,
      #030b1d 100%
    );
}

.slc-why::before,
.slc-why::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(70, 184, 255, 0.27),
    transparent
  );
}

.slc-why::before {
  top: 0;
}

.slc-why::after {
  bottom: 0;
}

.slc-why__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.slc-why__grid {
  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 17%,
    #000 83%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 17%,
    #000 83%,
    transparent
  );
}

.slc-why__glow {
  position: absolute;
  border-radius: 50%;
}

.slc-why__glow--left {
  top: 10%;
  left: -290px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(70, 184, 255, 0.08);
  background: rgba(7, 87, 217, 0.055);
}

.slc-why__glow--right {
  right: -290px;
  bottom: -240px;
  width: 620px;
  height: 620px;
  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-why__container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

/* Header */

.slc-why__header {
  max-width: 850px;
  margin-inline: auto;
  text-align: center;
}

.slc-why__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-why__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-why__title span {
  color: transparent;
  background: linear-gradient(
    100deg,
    #7bd5ff,
    #1597ff
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.slc-why__description {
  max-width: 790px;
  margin: 23px auto 0;
  color: #8fa8c1;
  font-size: 0.98rem;
  line-height: 1.82;
}

.slc-why__description strong {
  color: #dceeff;
}

/* Layout */

.slc-why__layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 50px;
}

/* Highlight */

.slc-why__highlight {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(104, 180, 255, 0.18);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(102, 205, 255, 0.21),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(15, 58, 116, 0.9),
      rgba(4, 18, 43, 0.96)
    );
  box-shadow:
    0 30px 75px rgba(0, 8, 29, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.slc-why__highlight-glow {
  position: absolute;
  top: -120px;
  right: -105px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: rgba(21, 151, 255, 0.1);
  filter: blur(15px);
}

.slc-why__highlight-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.slc-why__highlight-label {
  color: #a8ddff;
  font-size: 0.65rem;
  font-weight: 790;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.slc-why__highlight-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #98b2ca;
  font-size: 0.62rem;
  font-weight: 730;
  text-transform: uppercase;
}

.slc-why__highlight-status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #36d393;
  box-shadow: 0 0 12px rgba(54, 211, 147, 0.72);
}

.slc-why__highlight-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin-top: 38px;
  color: #ffffff;
  border: 1px solid rgba(119, 207, 255, 0.32);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    #1597ff,
    #0757d9
  );
  box-shadow:
    0 16px 34px rgba(8, 120, 249, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.slc-why__highlight-icon svg {
  width: 30px;
  height: 30px;
}

.slc-why__highlight h3 {
  position: relative;
  z-index: 2;
  margin: 25px 0 0;
  color: #f2f9ff;
  font-size: 1.55rem;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.slc-why__highlight p {
  position: relative;
  z-index: 2;
  margin: 15px 0 0;
  color: #8fa9c2;
  font-size: 0.86rem;
  line-height: 1.78;
}

.slc-why__highlight-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.slc-why__highlight-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a1b8ce;
  font-size: 0.74rem;
}

.slc-why__highlight-list li > span {
  display: grid;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  place-items: center;
  color: #72d2ff;
  border: 1px solid rgba(70, 184, 255, 0.19);
  border-radius: 6px;
  background: rgba(21, 151, 255, 0.08);
  font-size: 0.61rem;
  font-weight: 900;
}

.slc-why__highlight-links {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 24px;
  margin-top: auto;
}

.slc-why__highlight-links a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding-inline: 11px;
  color: #a7c7e3;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 100px;
  background: rgba(4, 19, 44, 0.42);
  font-size: 0.65rem;
  font-weight: 690;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.slc-why__highlight-links a:hover {
  color: #ffffff;
  border-color: rgba(70, 184, 255, 0.38);
  background: rgba(21, 151, 255, 0.13);
  transform: translateY(-2px);
}

/* Cards */

.slc-why__grid-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.slc-why__card {
  position: relative;
  min-width: 0;
  min-height: 230px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(104, 180, 255, 0.13);
  border-radius: 19px;
  background:
    linear-gradient(
      145deg,
      rgba(12, 38, 77, 0.68),
      rgba(4, 17, 39, 0.86)
    );
  box-shadow:
    0 20px 50px rgba(0, 9, 29, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.slc-why__card::after {
  position: absolute;
  top: -80px;
  right: -70px;
  width: 180px;
  height: 180px;
  content: "";
  border-radius: 50%;
  background: rgba(21, 151, 255, 0.055);
  pointer-events: none;
}

.slc-why__card:hover {
  border-color: rgba(70, 184, 255, 0.3);
  background:
    linear-gradient(
      145deg,
      rgba(21, 151, 255, 0.12),
      rgba(4, 17, 39, 0.9)
    );
  box-shadow:
    0 28px 65px rgba(0, 10, 32, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateY(-6px);
}

.slc-why__card-number {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(135, 183, 224, 0.35);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.slc-why__card-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #4abaff;
  border: 1px solid rgba(70, 184, 255, 0.18);
  border-radius: 14px;
  background: rgba(21, 151, 255, 0.08);
}

.slc-why__card-icon svg {
  width: 23px;
  height: 23px;
}

.slc-why__card h3 {
  position: relative;
  z-index: 2;
  margin: 20px 0 0;
  color: #eaf5ff;
  font-size: 1rem;
  font-weight: 770;
  letter-spacing: -0.02em;
}

.slc-why__card p {
  position: relative;
  z-index: 2;
  margin: 11px 0 0;
  color: #7f99b4;
  font-size: 0.78rem;
  line-height: 1.72;
}

/* Bottom CTA */

.slc-why__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-why__bottom-content {
  display: flex;
  align-items: center;
  gap: 14px;
}

.slc-why__bottom-icon {
  display: grid;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  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-why__bottom-icon svg {
  width: 22px;
  height: 22px;
}

.slc-why__bottom-content > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.slc-why__bottom-content strong {
  color: #e4f2ff;
  font-size: 0.84rem;
  font-weight: 760;
}

.slc-why__bottom-content small {
  color: #768fa9;
  font-size: 0.7rem;
  line-height: 1.55;
}

.slc-why__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.74rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.slc-why__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-why__button svg {
  width: 17px;
  height: 17px;
  transition: transform 0.25s ease;
}

.slc-why__button:hover svg {
  transform: translateX(4px);
}

/* Focus */

.slc-why__highlight-links a:focus-visible,
.slc-why__button:focus-visible {
  outline: 3px solid rgba(70, 184, 255, 0.4);
  outline-offset: 4px;
}

/* Tablet */

@media (max-width: 1000px) {
  .slc-why__layout {
    grid-template-columns: 1fr;
  }

  .slc-why__highlight {
    min-height: 480px;
  }
}

/* Mobile */

@media (max-width: 720px) {
  .slc-why {
    padding-block: 75px;
  }

  .slc-why__container {
    width: min(100% - 28px, 1240px);
  }

  .slc-why__eyebrow {
    min-height: 31px;
    padding-inline: 12px;
    font-size: 0.62rem;
  }

  .slc-why__title {
    margin-top: 19px;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.1;
  }

  .slc-why__description {
    margin-top: 20px;
    font-size: 0.88rem;
    line-height: 1.78;
  }

  .slc-why__layout {
    gap: 14px;
    margin-top: 38px;
  }

  .slc-why__highlight {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .slc-why__highlight-top {
    align-items: flex-start;
  }

  .slc-why__highlight-icon {
    width: 60px;
    height: 60px;
    margin-top: 30px;
    border-radius: 17px;
  }

  .slc-why__highlight h3 {
    font-size: 1.3rem;
  }

  .slc-why__grid-list {
    grid-template-columns: 1fr;
  }

  .slc-why__card {
    min-height: auto;
    padding: 20px;
  }

  .slc-why__bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 19px;
  }

  .slc-why__bottom-content {
    align-items: flex-start;
  }

  .slc-why__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .slc-why__highlight-top {
    flex-direction: column;
  }

  .slc-why__bottom-content {
    flex-direction: column;
  }
}