@charset "utf-8";

#support_wrap {
  min-height: 100vh;
  background: #f7f8fb;
  color: #111;
}

.support_hero {
  max-width: 920px;
  margin: 0 auto;
  padding: 200px 24px 64px;
  text-align: center;
}

.support_badge {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3949ab;
  font-size: 13px;
  font-weight: 900;
}

.support_hero h1 {
  margin: 26px 0 20px;
  color: #111;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.support_hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #666;
  font-size: 17px;
  line-height: 1.8;
  word-break: keep-all;
}

.support_section,
.support_guide_section,
.support_cta_section {
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.support_section,
.support_guide_section {
  padding-bottom: 54px;
}

.support_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.support_card {
  display: flex;
  flex-direction: column;
  min-height: 315px;
  padding: 34px;
  border: 1px solid rgba(17, 17, 17, .06);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, .04);
  box-sizing: border-box;
}

.support_card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 46px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 15px;
  background: #f3f4f6;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.support_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #111827;
  color: #fff;
  font-size: 20px;
}

.support_card h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.support_card p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}

.support_card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  margin-top: 26px;
  padding: 0 18px;
  border-radius: 15px;
  background: #f3f4f6;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.support_card a:hover {
  background: #111827;
  color: #fff;
}

.support_guide {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  padding: 46px;
  border-radius: 34px;
  background: #111827;
  color: #fff;
  box-shadow: 0 24px 70px rgba(17, 17, 17, .14);
  box-sizing: border-box;
}

.support_guide_head span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 900;
}

.support_guide_head h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.support_guide_head p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}

.support_guide ol {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: support-step;
}

.support_guide li {
  position: relative;
  min-height: 52px;
  padding: 15px 18px 15px 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  box-sizing: border-box;
  counter-increment: support-step;
}

.support_guide li::before {
  content: counter(support-step);
  position: absolute;
  top: 14px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
}

.support_cta_section {
  padding-bottom: 120px;
}

.support_cta {
  padding: 52px;
  border: 1px solid rgba(17, 17, 17, .06);
  border-radius: 34px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 50px rgba(17, 17, 17, .04);
  box-sizing: border-box;
}

.support_cta h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.support_cta p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.support_cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 16px;
  background: #111827;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 1199px) and (min-width: 768px) {

  .support_grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {

  .support_hero {
    padding: 142px 18px 42px;
  }

  .support_hero h1 {
    font-size: 38px;
  }

  .support_hero p {
    font-size: 15px;
  }

  .support_section,
  .support_guide_section,
  .support_cta_section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .support_grid,
  .support_guide {
    grid-template-columns: 1fr;
  }

  .support_card,
  .support_guide,
  .support_cta {
    padding: 28px 22px;
    border-radius: 26px;
  }

  .support_guide_head h2,
  .support_cta h2 {
    font-size: 28px;
  }

}