.faq-page {
  --faq-blue: #0077bd;
  --faq-deep-blue: #0064a8;
  --faq-card-blue: #0076bc;
  --faq-wave-blue: #57c6df;
  --faq-sky: #eaf5f8;
  --faq-text: #1f6f9a;
  --faq-muted: #5d7180;
  background: #fff;
  color: var(--faq-text);
  overflow: hidden;
}

.faq-page * {
  box-sizing: border-box;
}

.faq-hero {
  position: relative;
  height: clamp(320px, 40.85vw, 635px);
  margin-top: -1px;
  overflow: hidden;
  background: #d8f1ff;
}

.faq-hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100%;
}

.faq-hero-copy {
  max-width: 1120px;
  padding: 118px 0 92px;
  color: #fff;
}

.faq-hero-title {
  margin: 0;
  color: #fff;
  white-space: nowrap;
  line-height: 1.15;
}

.faq-hero-tags {
  margin-top: 22px;
  font-weight: 600;
  line-height: 1.7;
}

.faq-hero-desc {
  max-width: 640px;
  margin-top: 18px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.9;
}

.faq-hero::after {
  content: none;
}

.faq-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.faq-hero .c-mb1 {
  display: none;
}

.faq-hero .c-pc1 {
  display: block;
}

.faq-hero-mask {
  display: none;
}

.faq-anchor-wrap {
  position: relative;
  z-index: 10;
  margin-top: 0;
  background: #fff;
}

.faq-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 74px;
  min-height: 82px;
}

.faq-anchor a {
  display: block;
  padding: 24px 0 18px;
  color: var(--faq-blue);
  font-weight: 600;
  border-bottom: 3px solid transparent;
}

.faq-anchor a:hover,
.faq-anchor a.is-active {
  border-bottom-color: var(--faq-blue);
}

.position {
  position: relative;
  z-index: 6;
  margin-bottom: 18px;
  color: #9aa8ae;
}

.faq-panel {
  position: relative;
}

.faq-panel-light {
  background: #fff;
  padding: 34px 0 142px;
}

.faq-panel-final {
  margin-top: -178px;
  padding: 238px 0 104px;
}

.faq-panel-dark {
  position: relative;
  min-height: 1220px;
  margin-top: -72px;
  padding: 176px 0 400px;
  color: #fff;
  overflow: hidden;
  background: var(--faq-blue);
}

.faq-panel-image-wrap,
.faq-panel-image,
.faq-panel-overlay {
  position: absolute;
  inset: 0;
}

.faq-panel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.06);
}

.faq-panel-overlay {
  background:
    linear-gradient(180deg, rgba(0, 116, 187, 0.52), rgba(0, 116, 187, 0.4) 42%, rgba(0, 91, 158, 0.62)),
    rgba(0, 105, 180, 0.34);
}

.faq-wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.faq-wave::before {
  content: none;
}

.faq-wave-dark-top {
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 150' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M0 0H1440V70C1056 168 384 168 0 70V0Z'/%3E%3C/svg%3E");
}

.faq-wave-dark-bottom {
  left: -8%;
  bottom: -1px;
  width: 116%;
  height: 320px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1600 320' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M0 320H1600V112C1200 -54 400 -54 0 112V320Z'/%3E%3C/svg%3E");
}

.faq-panel-dark .container {
  position: relative;
  z-index: 4;
}

.faq-panel-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 34px;
}

.faq-panel-title h2 {
  line-height: 1.15;
  font-weight: 400;
  color: var(--faq-blue);
  letter-spacing: 0;
}

.faq-panel-title-dark {
  margin-bottom: 42px;
}

.faq-panel-title-dark h2 {
  color: #fff;
}

.faq-accordion {
  position: relative;
  z-index: 2;
  max-width: 1064px;
  margin: 0 auto;
}

.faq-accordion-dark {
  max-width: 1064px;
  padding: 32px 76px;
  background: rgba(0, 106, 182, 0.66);
  border-radius: 30px 0 30px 0;
}

.faq-item {
  margin-bottom: 14px;
}

.faq-item:nth-child(2) {
  transition-delay: 0.08s;
}

.faq-item:nth-child(3) {
  transition-delay: 0.16s;
}

.faq-item:nth-child(4) {
  transition-delay: 0.24s;
}

.faq-item:nth-child(5) {
  transition-delay: 0.32s;
}

.faq-question {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 10px 24px;
  background: var(--faq-sky);
  color: var(--faq-text);
  cursor: pointer;
  line-height: 1.45;
}

.faq-accordion-dark .faq-question {
  background: #fff;
  color: var(--faq-text);
}

.faq-item.is-open .faq-question,
.faq-accordion-dark .faq-item.is-open .faq-question {
  background: var(--faq-blue);
  color: #fff;
}

.faq-question i {
  position: relative;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-left: 26px;
}

.faq-question i::before,
.faq-question i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
  transition: opacity 0.25s ease, transform 0.3s ease;
}

.faq-question i::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item.is-open .faq-question i::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 26px;
  background: #fff;
  color: var(--faq-muted);
  line-height: 1.9;
  overflow-wrap: break-word;
  transition: max-height 0.45s ease, opacity 0.35s ease, padding 0.45s ease;
}

.faq-accordion-dark .faq-answer {
  background: rgba(0, 84, 142, 0.2);
  color: rgba(255, 255, 255, 0.94);
}

.faq-item.is-open .faq-answer {
  max-height: 900px;
  opacity: 1;
  padding: 16px 26px 24px;
}

.faq-answer p + p {
  margin-top: 10px;
}

.faq-contact {
  position: relative;
  padding: 84px 0 190px;
  background: #fff;
}

.faq-contact-card {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  padding: 58px 92px 64px;
  color: #fff;
  background: var(--faq-blue);
  border-radius: 30px 0 30px 0;
}

.faq-contact-card h2 {
  color: #fff;
  line-height: 1.16;
  letter-spacing: 0.03em;
}

.faq-contact-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.faq-contact-form {
  width: 66%;
  min-width: 460px;
  margin: 32px auto 0;
}

.faq-contact-form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-contact-form ul li {
  width: 100%;
}

.faq-contact-form ul li.lis {
  width: calc(50% - 7px);
}

.faq-contact-form .faq-question-form ul {
  display: block;
}

.faq-contact-form .faq-question-form ul li,
.faq-contact-form .faq-question-form ul li.lis {
  width: 100%;
}

.faq-contact-form .inputW,
.faq-contact-form .textareaW {
  margin-top: 14px;
  padding: 0 24px;
  background: #fff;
  border-radius: 24px;
  border: 0;
}

.faq-contact-form .inputW .input,
.faq-contact-form .textareaW .textarea {
  width: 100%;
  border: 0;
  outline-width: 0;
  color: #7b929f;
  background: transparent;
}

.faq-contact-form .inputW .input {
  height: 46px;
  line-height: 46px;
}

.faq-contact-form .textareaW {
  min-height: 112px;
  padding: 16px 24px;
  border-radius: 20px;
}

.faq-contact-form .textareaW .textarea {
  height: 80px;
  line-height: 1.6;
  resize: none;
}

.faq-contact-form .selBox .selBtn {
  position: relative;
}

.faq-contact-form .selBox .selBtn .arr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #7b929f;
}

.faq-contact-form .dropDown {
  top: calc(100% + 8px);
  left: 0;
  right: 0;
}

.faq-contact-form .btnW {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.faq-field {
  height: 46px;
  margin-bottom: 14px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  color: #7b929f;
  background: #fff;
  border-radius: 24px;
}

.faq-field-textarea {
  height: 112px;
  align-items: flex-start;
  padding-top: 16px;
  border-radius: 20px;
}

.faq-contact-submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin-top: 6px;
}

.faq-contact-submit span {
  flex: 1;
  min-height: 42px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  color: #d04848;
  background: #fff;
  font-size: 12px;
}

.faq-contact-card .btnBlue {
  flex: 0 0 auto;
  min-width: 126px;
  height: 42px;
  border-color: #fff;
  background: #fff;
  color: var(--faq-blue);
}

.faq-footer-wave {
  position: relative;
  height: 174px;
  margin-bottom: 0;
  background: var(--faq-blue);
  overflow: hidden;
  z-index: 11;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 174' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2357c6df' d='M0 0H1440V64C1056 160 384 160 0 64V0Z'/%3E%3Cpath fill='%23ffffff' d='M0 0H1440V40C1056 132 384 132 0 40V0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.faq-footer-wave::before,
.faq-footer-wave::after {
  content: none;
}

@media (max-width: 1200px) {
  .faq-hero {
    height: 40.85vw;
  }

  .faq-hero-copy {
    max-width: 980px;
    padding: 92px 0 74px;
  }

  .faq-anchor {
    gap: 42px;
  }

  .faq-accordion,
  .faq-accordion-dark {
    max-width: 920px;
  }
}

@media (max-width: 767px) {
  .faq-hero {
    height: min(130.5vw, 735px);
    background: #eef8fb;
  }

  .faq-hero-copy {
    max-width: none;
    padding: 100px 0 48px;
  }

  .faq-hero-title {
    font-size: 36px;
    white-space: normal;
    line-height: 1.22;
  }

  .faq-hero-tags {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.8;
  }

  .faq-hero-desc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.85;
  }

  .faq-hero-bg {
    object-fit: cover;
    object-position: center top;
  }

  .faq-hero .c-pc1 {
    display: none;
  }

  .faq-hero .c-mb1 {
    display: block;
  }

  .faq-anchor-wrap {
    overflow-x: auto;
    margin-top: 0;
  }

  .faq-anchor {
    min-width: max-content;
    min-height: 62px;
    justify-content: flex-start;
    gap: 22px;
  }

  .faq-anchor a {
    padding: 18px 0 14px;
  }

  .position {
    margin-bottom: 16px;
  }

  .faq-panel-light {
    padding: 18px 0 82px;
  }

  .faq-panel-final {
    margin-top: -108px;
    padding: 162px 0 72px;
  }

  .faq-panel-dark {
    min-height: 0;
    margin-top: -46px;
    padding: 104px 0 220px;
  }

  .faq-wave {
    height: 86px;
  }

  .faq-wave-dark-bottom {
    left: -10%;
    width: 120%;
    height: 176px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1600 176' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M0 176H1600V62C1200 -30 400 -30 0 62V176Z'/%3E%3C/svg%3E");
  }

  .faq-panel-title {
    margin-bottom: 24px;
  }

  .faq-panel-title-dark {
    margin-bottom: 28px;
  }

  .faq-accordion-dark {
    padding: 24px 16px;
    border-radius: 22px 0 22px 0;
  }

  .faq-question {
    min-height: 58px;
    padding: 14px 18px;
  }

  .faq-answer {
    padding: 0 18px;
  }

  .faq-item.is-open .faq-answer {
    padding: 14px 18px 22px;
  }

  .faq-contact-card {
    padding: 30px 22px;
  }

  .faq-contact {
    padding: 64px 0 128px;
  }

  .faq-contact-form {
    width: 100%;
    min-width: 0;
  }

  .faq-contact-form ul li.lis {
    width: 100%;
  }

  .faq-contact-form .faq-question-form ul li,
  .faq-contact-form .faq-question-form ul li.lis {
    width: 100%;
  }

  .faq-contact-submit {
    display: flex;
  }

  .faq-footer-wave {
    height: 126px;
    margin-bottom: 0;
  }
}
