.guarantee-page {
  background: #eef3f7;
  padding: 32px 0 44px;
}

.guarantee-page__container {
  max-width: 1120px;
}

.guarantee-certificate {
  background: #fff;
  border: 12px solid #0f5f94;
  box-shadow:
    inset 0 0 0 3px #bd1f2d,
    inset 0 0 0 10px #fff,
    inset 0 0 0 13px #0f5f94,
    0 18px 50px rgba(14, 42, 71, .16);
  color: #123b60;
  padding: 60px 72px 48px;
  text-align: center;
}

.guarantee-certificate__emblem {
  align-items: center;
  background: #fff;
  border: 5px solid #d7dde3;
  border-radius: 999px;
  color: #0f5f94;
  display: inline-flex;
  height: 84px;
  justify-content: center;
  margin-bottom: 18px;
  width: 84px;
}

.guarantee-certificate__emblem svg {
  height: 52px;
  stroke-width: 2.6;
  width: 52px;
}

.guarantee-certificate__organization {
  color: #0f5f94;
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.15;
  margin: 0;
}

.guarantee-certificate__title {
  color: #bd1f2d;
  font-size: clamp(38px, 6vw, 66px);
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1;
  margin: 12px auto 34px;
  max-width: 900px;
  text-transform: uppercase;
}

.guarantee-certificate__content {
  margin: 0 auto;
  max-width: 880px;
}

.guarantee-copy-section {
  border-top: 1px solid #dbe4eb;
  padding: 26px 0 2px;
}

.guarantee-copy-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.guarantee-copy-section h2 {
  color: #0f5f94;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .04em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.guarantee-copy-section p {
  color: #214e72;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto 12px;
  max-width: 850px;
}

.guarantee-copy-section--notice h2 {
  color: #bd1f2d;
}

.guarantee-copy-section--notice p:last-child {
  font-weight: 700;
}

.guarantee-eligibility {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 18px auto 12px;
  max-width: 690px;
  padding: 0;
  text-align: left;
}

.guarantee-eligibility li {
  align-items: flex-start;
  color: #123b60;
  display: flex;
  font-size: 15px;
  gap: 10px;
  line-height: 1.5;
}

.guarantee-eligibility svg {
  color: #0f5f94;
  flex: 0 0 19px;
  height: 19px;
  margin-top: 2px;
  width: 19px;
}

.guarantee-certificate__logo {
  height: auto;
  margin: 34px auto 0;
  max-width: min(100%, 390px);
}

.guarantee-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 24px;
}

.guarantee-actions a {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
}

.guarantee-actions a:focus-visible {
  outline: 3px solid #d79a2b;
  outline-offset: 3px;
}

.guarantee-actions svg {
  height: 17px;
  width: 17px;
}

.guarantee-actions__primary {
  background: #0e2a47;
  color: #fff;
}

.guarantee-actions__secondary {
  background: #fff;
  border: 1px solid #cbd6df;
  color: #0e2a47;
}

@media (max-width: 767px) {
  .guarantee-page {
    padding: 20px 0 30px;
  }

  .guarantee-certificate {
    border-width: 7px;
    box-shadow:
      inset 0 0 0 2px #bd1f2d,
      inset 0 0 0 7px #fff,
      inset 0 0 0 9px #0f5f94,
      0 12px 30px rgba(14, 42, 71, .14);
    padding: 38px 20px 32px;
  }

  .guarantee-certificate__emblem {
    border-width: 4px;
    height: 68px;
    margin-bottom: 14px;
    width: 68px;
  }

  .guarantee-certificate__emblem svg {
    height: 42px;
    width: 42px;
  }

  .guarantee-certificate__title {
    margin-bottom: 26px;
  }

  .guarantee-copy-section {
    padding-top: 22px;
  }

  .guarantee-copy-section p {
    font-size: 15px;
    line-height: 1.6;
  }

  .guarantee-certificate__logo {
    max-width: 260px;
  }

  .guarantee-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
