/* ===== WHY CHOOSE US + FAQ SLIDER FIX ===== */

.why-body {
  background: var(--bg);
  overflow: hidden !important;
}

.why-page {
  width: 100%;
  height: calc(100vh - 90px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 20px 38px;
  box-sizing: border-box;
  overflow: hidden !important;
}

.why-slider-shell {
  width: min(100%, 1120px);
  overflow: hidden !important;
}

.why-slider-window {
  width: 100%;
  overflow: hidden !important;
}

.why-track {
  display: flex !important;
  width: 200% !important;
  transition: transform 420ms cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

.why-panel {
  flex: 0 0 50% !important;
  width: 50% !important;
  box-sizing: border-box;
}

/* WHY CHOOSE US */
.why-grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 22px;
}

.why-card {
  min-height: 180px;
  border: 4px solid #6B5B45;
  border-radius: 30px;
  padding: 24px 22px 22px;
  box-sizing: border-box;
  text-align: center;
  background: transparent;
}

.why-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 2.8px;
  margin: 0 0 8px;
  color: #6B5B45 !important;
}

.why-card p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin: 0;
  color: #6B5B45 !important;
}

/* FAQ */
.faq-grid {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 18px;
}

.faq-card {
  min-height: 232px;
  border: 1.5px solid #6B5B45;
  padding: 22px 20px 20px;
  box-sizing: border-box;
  text-align: left;
  background: transparent;
}

.faq-card h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin: 0 0 18px;
  color: #6B5B45 !important;
}

.faq-card p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0;
  color: #6B5B45 !important;
}

/* DOTS */
.why-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.why-dot {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50% !important;
  border: 1.5px solid #6B5B45 !important;
  background: transparent !important;
  padding: 0 !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.why-dot.active {
  background: #f1daa5 !important;
}

.why-dot:hover,
.why-dot:focus {
  background: #f1daa5 !important;
  outline: none !important;
}

/* ID adjustment */
.why-id-page .why-card h2 {
  font-size: 23px;
}

.why-id-page .why-card p {
  font-size: 17px;
}

.why-id-page .faq-card h2 {
  font-size: 24px;
}

.why-id-page .faq-card p {
  font-size: 17px;
}

/* Brand signature tetap hitam */
html body .nav .nav__inner > a.brand,
html body .nav .nav__inner > a.brand:hover,
html body .nav .nav__inner > a.brand:focus,
html body .nav .nav__inner > a.brand:active,
html body .nav .nav__inner > a.brand:visited {
  color: #000000 !important;
  text-decoration: none !important;
}

/* Responsive */
@media (max-width: 980px) {
  .why-body {
    overflow: auto !important;
  }

  .why-page {
    height: auto;
    overflow: visible !important;
    padding: 48px 20px 36px;
  }

  .why-grid,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .why-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .why-card,
  .faq-card {
    min-height: auto;
    padding: 24px 18px;
  }
}
