.home-faq,
.home-contact {
  --home-paper: #f4ede1;
  --home-ink: #0d0c0b;
  --home-line: #cfc5b6;
  --home-orange: #f45a36;
  color: var(--home-ink);
  background: var(--home-paper);
}

.home-faq {
  padding: clamp(84px, 7vw, 118px) 0 clamp(88px, 7vw, 116px);
}

.home-faq__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 42px;
}

.home-faq__eyebrow,
.home-contact__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-faq__eyebrow span,
.home-contact__eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-orange);
  box-shadow: 0 0 0 4px rgba(244, 90, 54, .13);
}

.home-faq__title {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(56px, 4.6vw, 76px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.055em;
}

.home-faq__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 176px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(13, 12, 11, .55);
  border-radius: 999px;
  color: var(--home-ink);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.home-faq__all:hover {
  color: #fff;
  background: var(--home-ink);
  border-color: var(--home-ink);
}

.home-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.home-faq__item {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .34);
}

.home-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 0 22px 0 26px;
  cursor: pointer;
  list-style: none;
  font-family: var(--sans);
  font-size: clamp(17px, 1.25vw, 20px);
  font-weight: 600;
  line-height: 1.25;
}

.home-faq__item summary::-webkit-details-marker {
  display: none;
}

.home-faq__item summary i {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(13, 12, 11, .42);
  border-radius: 50%;
}

.home-faq__item summary i::before,
.home-faq__item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  content: '';
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.home-faq__item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.home-faq__item[open] {
  background: rgba(255, 255, 255, .62);
}

.home-faq__item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.home-faq__answer {
  max-width: 620px;
  padding: 0 72px 24px 26px;
  color: rgba(13, 12, 11, .68);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}

.home-contact {
  position: relative;
  padding: 0 0 42px;
}

.home-contact__anchor {
  position: absolute;
  top: 0;
}

.home-contact__card {
  position: relative;
  isolation: isolate;
  min-height: 410px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 82% 34%, rgba(244, 90, 54, .13), transparent 30%),
    radial-gradient(circle, rgba(255, 255, 255, .09) 1px, transparent 1.2px),
    #0d0c0b;
  background-size: auto, 16px 16px, auto;
  color: #fff;
}

.home-contact__copy {
  position: relative;
  z-index: 3;
  width: min(700px, 57%);
  padding: 64px 0 62px 64px;
}

.home-contact__eyebrow {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .72);
}

.home-contact__title {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(58px, 5vw, 84px);
  font-weight: 700;
  line-height: .91;
  letter-spacing: -.06em;
}

.home-contact__text {
  max-width: 590px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .7);
  font-family: var(--sans);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.45;
}

.home-contact__action {
  position: absolute;
  z-index: 4;
  right: 66px;
  bottom: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.home-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 248px;
  min-height: 60px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--home-orange);
  box-shadow: 0 12px 34px rgba(244, 90, 54, .24);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.home-contact__button:hover {
  background: #ff6946;
  transform: translateY(-2px);
}

.home-contact__button span {
  font-size: 23px;
  font-weight: 400;
}

.home-contact__action p {
  margin: 0;
  color: rgba(255, 255, 255, .47);
  font-family: var(--sans);
  font-size: 12px;
}

.home-contact__planet {
  position: absolute;
  z-index: 1;
  right: -78px;
  bottom: -210px;
  width: min(1120px, 68vw);
  max-width: none;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1100px) {
  .home-contact__copy {
    width: 62%;
    padding-left: 42px;
  }

  .home-contact__action {
    right: 36px;
  }

  .home-contact__planet {
    right: -150px;
    bottom: -170px;
    width: 860px;
  }
}

@media (max-width: 760px) {
  .home-faq {
    padding: 70px 0 76px;
  }

  .home-faq__head {
    align-items: center;
    margin-bottom: 30px;
  }

  .home-faq__all {
    min-width: 0;
    min-height: 44px;
    padding: 0 17px;
  }

  .home-faq__grid {
    grid-template-columns: 1fr;
  }

  .home-faq__item summary {
    min-height: 70px;
    padding-left: 20px;
  }

  .home-contact__card {
    min-height: 570px;
  }

  .home-contact__copy {
    width: auto;
    padding: 44px 28px 0;
  }

  .home-contact__title {
    font-size: clamp(48px, 14vw, 68px);
  }

  .home-contact__action {
    right: auto;
    bottom: 34px;
    left: 28px;
    align-items: flex-start;
  }

  .home-contact__planet {
    right: -210px;
    bottom: -170px;
    width: 610px;
    opacity: .72;
  }
}

@media (max-width: 520px) {
  .home-faq__head {
    align-items: flex-end;
    gap: 18px;
  }

  .home-faq__title {
    font-size: 52px;
  }

  .home-faq__all {
    gap: 10px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .home-contact__card {
    border-radius: 18px;
  }

  .home-contact__copy {
    padding-inline: 22px;
  }

  .home-contact__action {
    left: 22px;
  }
}
