.why-choose-us {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 30px));
  margin: 54px auto 0;
  padding: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .2);
  color: #292929;
}

.why-choose-intro {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.why-choose-kicker {
  margin-bottom: 8px;
  color: #0333a0;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.why-choose-intro h2 {
  margin-bottom: 14px;
  color: #222;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
}

.why-choose-intro > p:last-child {
  color: #555;
  font-size: 1.2rem;
  line-height: 1.7;
}

.why-choose-accordion {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

.why-choose-accordion details {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
}

.why-choose-accordion summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  color: #252525;
  cursor: pointer;
  font-size: 1.42rem;
  font-weight: 700;
  list-style: none;
}

.why-choose-accordion summary::-webkit-details-marker {
  display: none;
}

.why-choose-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #204cbf;
  content: '+';
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.why-choose-accordion details[open] summary {
  background: #e5f0fa;
  color: #0333a0;
}

.why-choose-accordion details[open] summary::after {
  content: '\2212';
}

.why-choose-accordion summary:focus-visible {
  outline: 3px solid rgba(3, 51, 160, .35);
  outline-offset: -3px;
}

.why-choose-answer {
  padding: 18px 20px 20px;
  border-top: 1px solid #eee;
  color: #4b4b4b;
  font-size: 1.24rem;
  line-height: 1.75;
}

.why-choose-answer p {
  margin: 0 0 12px;
}

.why-choose-answer p:last-child {
  margin-bottom: 0;
}

.why-choose-answer a {
  color: #0333a0;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.why-choose-link::after {
  content: ' \2192';
}

@media (max-width: 767px) {
  .why-choose-us {
    margin-top: 36px;
    padding: 28px 18px;
  }

  .why-choose-accordion summary {
    padding: 16px 48px 16px 16px;
    font-size: 1.25rem;
  }

  .why-choose-answer {
    padding: 16px;
    font-size: 1.12rem;
  }

  .why-choose-kicker {
    font-size: 1.08rem;
  }

  .why-choose-intro > p:last-child {
    font-size: 1.1rem;
  }
}
