.html,
html,
body {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: auto !important;
}

body {
  position: static !important;
}

.section {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.SlideContainer-module-scss-module__RVyR5q__viewport,
.SlideContainer-module-scss-module__RVyR5q__track {
  position: static !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
  overflow: visible !important;
  transform: none !important;
  display: block !important;
  will-change: auto !important;
}

main {
  position: static !important;
  overflow: visible !important;
}

.FaqSection-module-scss-module__Aq-g6a__faqAnswer {
  display: grid;
}

.FaqSection-module-scss-module__Aq-g6a__faqItemOpen {
  background-color: rgb(from var(--color-text-primary) r g b / 4%) !important;
}

.FaqSection-module-scss-module__Aq-g6a__faqAnswerOpen {
  opacity: 1 !important;
  grid-template-rows: 1fr !important;
  padding-bottom: 20px !important;
}

.FaqSection-module-scss-module__Aq-g6a__faqIconRotated {
  transform: rotate(45deg) !important;
}

dialog:not([open]) {
  display: none;
}

body.custom-install-modal-open {
  overflow: hidden !important;
}

.custom-install-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
}

.custom-install-modal.is-open {
  display: block;
}

.custom-install-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.custom-install-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 420px);
  margin: min(10vh, 72px) auto 0;
  padding: 24px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, #1c1c1c 0%, #111 100%);
  color: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  font-family: inherit;
}

.custom-install-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.custom-install-modal__eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.custom-install-modal__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.05;
}

.custom-install-modal__body {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
}

.custom-install-modal__steps {
  display: grid;
  gap: 10px;
}

.custom-install-modal__step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.custom-install-modal__stepNumber {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.custom-install-modal__step strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
}

.custom-install-modal__step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.custom-install-modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.custom-install-modal__button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.custom-install-modal__buttonPrimary {
  background: #39ff88;
}

body.direct-install-modal-open {
  overflow: hidden !important;
}

.direct-install-button {
  position: relative;
  z-index: 3;
}

.direct-install-modal {
  position: fixed;
  inset: 0;
  z-index: 7000;
  display: none;
}

.direct-install-modal.is-open {
  display: block;
}

.direct-install-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(10px);
}

.direct-install-modal__card {
  position: relative;
  z-index: 1;
  width: min(92vw, 430px);
  margin: min(10vh, 72px) auto 0;
  padding: 24px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, #1b1b1b 0%, #101010 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  color: #fff;
}

.direct-install-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.direct-install-modal__eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.direct-install-modal__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.05;
}

.direct-install-modal__body {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.5;
}

.direct-install-modal__steps {
  display: grid;
  gap: 10px;
}

.direct-install-modal__step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.direct-install-modal__step > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.direct-install-modal__step strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
}

.direct-install-modal__step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.direct-install-modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.direct-install-modal__button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.direct-install-modal__buttonPrimary {
  background: #39ff88;
}
