/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./source/components/terms/scss/Terms.scss ***!
  \******************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body,
#root {
  width: 100%;
  margin: 0;
}

.termsApp {
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  color: #1d1d1d;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .termsApp {
    max-width: 640px;
    margin: 0 auto;
  }
}
.termsNav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px 8px 4px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}

.termsNav__back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.termsNav__back img {
  display: block;
  width: 48px;
  height: 48px;
}

.termsNav__title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.176px;
  color: #1d1d1d;
}

.termsBanner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 32px 16px;
  overflow: hidden;
  background: linear-gradient(112.7deg, #f6ead6 28.61%, #f7dfaf 81.76%);
}

.termsBanner__light {
  position: absolute;
  left: -20px;
  top: -40px;
  width: 380px;
  height: 210px;
  max-width: none;
  pointer-events: none;
  opacity: 0.85;
}

.termsBanner__copy {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.termsBanner__eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.09px;
  color: #d63941;
}

.termsBanner__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.33px;
  color: #1d1d1d;
}

.termsBanner__coin {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.termsHero {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  background: #fff;
}

.termsHero__eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.09px;
  color: rgba(29, 29, 29, 0.69);
}

.termsHero__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.33px;
  color: #1d1d1d;
}

.termsHero__body {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.09px;
  color: #1d1d1d;
}

.termsSection {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  background: #fff;
}

.termsSection__title {
  margin: 0;
  padding: 4px 16px;
  min-height: 40px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #1d1d1d;
}

.termsSection__list {
  margin: 0;
  padding: 0 16px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.termsSection__item {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.09px;
  color: #1d1d1d;
}

.termsSection__item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
}

.termsFaq {
  padding: 16px 0 0;
  background: #fff;
}

.termsFaq__list {
  display: flex;
  flex-direction: column;
}

.termsFaq__item {
  display: flex;
  flex-direction: column;
}

.termsFaq__trigger {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 12px 16px;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.termsFaq__item--open .termsFaq__trigger {
  min-height: 88px;
}

.termsFaq__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.termsFaq__q {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.176px;
  color: #1d1d1d;
}

.termsFaq__chevron {
  flex-shrink: 0;
  width: 15px;
  height: 8px;
  margin-top: 8px;
  transition: transform 0.15s ease;
}

.termsFaq__a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.084px;
  color: #6f6f6f;
}

.termsFaq__divider {
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}

.termsFooter {
  padding: 20px 16px 30px;
  background: #fff;
}

.termsFooter__text {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #6f6f6f;
  text-align: center;
}

@media (min-width: 768px) {
  .termsBanner {
    padding: 40px 24px;
  }
  .termsBanner__coin {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .termsNav {
    padding: 8px 64px 8px 52px;
  }
  .termsBanner {
    padding: 40px 64px;
  }
  .termsHero {
    padding: 24px 64px;
  }
  .termsSection__title {
    padding: 4px 64px;
  }
  .termsSection__list {
    padding: 0 64px;
  }
  .termsFaq .termsSection__title {
    padding: 4px 64px;
  }
  .termsFaq__trigger {
    padding: 12px 64px;
  }
  .termsFooter {
    padding: 20px 64px 40px;
  }
}
