/* Start A New Badge Design — selection page after Get Started */

.centercontent:has(.st-page) {
  overflow-x: hidden;
}

.centercontent > .container.design-print:has(.st-page) {
  width: 100%;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.centercontent .container:has(.st-page) .leftdefaultimg,
.centercontent .container:has(.st-page) .weareeverywhere {
  display: none !important;
}

.st-page,
.st-page *,
.st-page *::before,
.st-page *::after {
  box-sizing: border-box;
}

.st-page {
  width: 100%;
  margin: 0 auto;
  padding: 54px 60px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #26313a;
  background: #fff;
}

.st-inner {
  width: 100%;
  max-width: 940px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.st-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #8a9199;
  text-transform: uppercase;
}

.st-tick {
  display: block;
  width: 34px;
  height: 3px;
  background: #c4470c;
  flex: none;
}

.st-head h1 {
  margin: 12px 0 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.14;
  color: #204e75;
}

.st-lead {
  margin: 14px 0 20px;
  max-width: 560px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #55606a;
}

.st-cards {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.st-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dfe4e8;
  position: relative;
}

.st-card__accent {
  height: 6px;
  flex: none;
}

.st-card--create .st-card__accent {
  background: #c4470c;
}

.st-card--upload .st-card__accent {
  background: #204e75;
}

.st-card__tag {
  position: absolute;
  top: 6px;
  right: 0;
  background: #c4470c;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
}

.st-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 38px 34px 34px;
  flex: 1 1 auto;
}

.st-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.st-card--create .st-icon {
  background: #fdf0e9;
  border: 1px solid #f4d9c9;
  color: #c4470c;
}

.st-card--upload .st-icon {
  background: #eef3f8;
  border: 1px solid #d7e0ea;
  color: #204e75;
}

.st-card h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  color: #204e75;
}

.st-card__copy {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #55606a;
}

.st-card__copy strong {
  color: #1d2429;
  font-weight: 700;
}

.st-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.st-checks li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: 12.5px;
  line-height: 1.45;
  color: #55606a;
}

.st-checks svg {
  flex: none;
  margin-top: 1px;
}

.st-card__cta {
  padding: 0 34px 34px;
}

.st-page a.st-cta,
.st-page a.st-cta.subpagebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 24px;
  min-height: 0;
  min-width: 0;
  background: #c4470c;
  border: 1px solid #c4470c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.st-page a.st-cta:hover,
.st-page a.st-cta:focus,
.st-page a.st-cta.subpagebtn:hover,
.st-page a.st-cta.subpagebtn:focus {
  background: #a13908;
  border-color: #a13908;
  color: #fff !important;
  text-decoration: none !important;
}

.st-page a.st-cta:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

.st-page a.st-cta--outline,
.st-page a.st-cta--outline.subpagebtn {
  background: #fff;
  border: 1px solid #c9ced3;
  color: #204e75 !important;
}

.st-page a.st-cta--outline:hover,
.st-page a.st-cta--outline:focus,
.st-page a.st-cta--outline.subpagebtn:hover,
.st-page a.st-cta--outline.subpagebtn:focus {
  background: #204e75;
  border-color: #204e75;
  color: #fff !important;
}

.st-help {
  width: 100%;
  margin-top: 26px;
  background: #f7f9fb;
  border: 1px solid #eef0f2;
  padding: 16px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.st-help p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
  color: #55606a;
}

.st-help a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #c4470c;
  text-decoration: none;
}

.st-help a:hover,
.st-help a:focus {
  color: #a13908;
  text-decoration: none;
}

@media (max-width: 800px) {
  .st-page {
    padding: 40px 20px 48px;
  }

  .st-head h1 {
    font-size: 28px;
  }

  .st-cards {
    grid-template-columns: 1fr;
  }
}
