/* ---------- page_one screen ---------- */
.su-hero-heading {
  color: var(--su-white);
  font-family: var(--su-font);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.su-hero-sub {
  color: var(--su-white);
  font-family: var(--su-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0.8;
}

.su-cta-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 340px;
}

.su-card--page-one {
  width: 375px;
  max-width: 375px;
  min-height: 700px;
  padding: 44px 50px 40px;
  border-radius: 12px;
  margin: 0 auto;
  background-color: rgba(30, 27, 35, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.su-card--page-one .su-back {
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.su-card--page-one .su-logo {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}

.su-card--page-one .su-hero-heading {
  font-family: var(--su-font);
  font-style: normal;
  text-transform: none;
  color: var(--su-white) !important;
  margin-top: 120px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.25;
}

.su-card--page-one .su-hero-sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 42px;
  opacity: 0.92;
}

.su-card--page-one .su-cta-group {
  max-width: 230px;
  gap: 16px;
}

.su-card--page-one .su-btn {
  max-width: 230px;
  min-height: 42px;
  padding: 11px 14px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
}

.su-card--page-one .su-btn--outline {
  border-width: 1px;
}

.su-card--page-one .su-btn--outline:hover,
.su-card--page-one .su-btn--outline:focus,
.su-card--page-one .su-btn--outline:focus-visible {
  background: var(--su-green) !important;
  border-color: var(--su-green) !important;
  color: #000 !important;
  opacity: 1;
  text-decoration: none !important;
}

@media (max-width: 600px) {
  .su-card--page-one {
    width: 90%;
    max-width: 375px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 370px) {
  .su-card--page-one {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}
