.public-page {
  box-sizing: border-box;
  color: #2f2933;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  margin: 0 auto 32px;
  max-width: 820px;
  text-align: left;
}

.public-page:after {
  clear: both;
  content: "";
  display: table;
}

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

.public-hero {
  background: linear-gradient(135deg, #5b2b83 0%, #7a3faf 100%);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(42, 22, 60, .18);
  color: #fff;
  margin: 10px 0 20px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.public-hero:after {
  background: radial-gradient(circle, rgba(244, 123, 32, .36), rgba(244, 123, 32, 0) 65%);
  content: "";
  height: 180px;
  position: absolute;
  right: -55px;
  top: -55px;
  width: 180px;
}

.public-eyebrow {
  color: #ffd9bd;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.public-hero h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.12;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}

.public-hero p {
  color: #f7efff;
  font-size: 15px;
  margin: 0;
  max-width: 650px;
  position: relative;
  z-index: 1;
}

.public-card {
  background: #fff;
  border: 1px solid #e4deea;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(35, 20, 55, .08);
  margin: 16px 0;
  padding: 22px;
}

.public-card h2,
.public-card h3 {
  color: #5b2b83;
  line-height: 1.2;
  margin: 0 0 10px;
}

.public-card p {
  margin: 0 0 14px;
}

.public-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.public-list li {
  border-top: 1px solid #eee;
  padding: 9px 0 9px 22px;
  position: relative;
}

.public-list li:before {
  color: #f47b20;
  content: "\2022";
  font-size: 20px;
  left: 2px;
  line-height: 1;
  position: absolute;
  top: 8px;
}

.public-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.public-button,
.public-button:visited {
  background: #f47b20;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 18px;
  text-decoration: none;
}

.public-button:hover {
  background: #d96817;
  color: #fff;
}

.public-button.secondary,
.public-button.secondary:visited {
  background: #5b2b83;
}

.public-button.secondary:hover {
  background: #472067;
}

.login-panel {
  margin: 0 auto;
  max-width: 430px;
}

.modern-form label {
  color: #333;
  display: block;
  font-weight: bold;
  margin: 12px 0 5px;
}

.modern-form input[type="text"],
.modern-form input[type="password"],
.modern-form select,
.modern-form textarea {
  border: 1px solid #cfc6d9;
  border-radius: 7px;
  box-sizing: border-box;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 10px 11px;
  width: 100%;
}

.modern-form textarea {
  min-height: 110px;
  resize: vertical;
}

.modern-form select {
  background: #fff;
}

.modern-form input[type="submit"] {
  background: #f47b20;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-top: 16px;
  padding: 10px 22px;
}

.modern-form input[type="submit"]:hover {
  background: #d96817;
}

.modern-form .reset-button {
  background: #f8f5fb;
  border: 1px solid #cfc6d9;
  border-radius: 999px;
  color: #5b2b83;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-top: 16px;
  padding: 10px 22px;
}

.modern-form .reset-button:hover {
  background: #eee6f6;
}

.trial-form .public-grid {
  margin-bottom: 6px;
}

.public-alert {
  background: #fff0f0;
  border: 1px solid #e49a9a;
  border-radius: 9px;
  color: #9b1c1c;
  margin-bottom: 15px;
  padding: 12px 14px;
}

.public-note {
  background: #f8f5fb;
  border-left: 4px solid #f47b20;
  border-radius: 8px;
  margin: 16px 0;
  padding: 15px 17px;
}

.login-help {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
}

.testimonial-card {
  display: grid;
  gap: 16px;
  grid-template-columns: 92px 1fr;
}

.testimonial-card img {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
  max-width: 90px;
}

.testimonial-quote {
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
}

.testimonial-sign {
  color: #5b2b83;
  font-weight: bold;
}

.contact-method {
  border-top: 1px solid #eee;
  padding: 11px 0;
}

.contact-method:first-child {
  border-top: 0;
}

.contact-method a {
  color: #5b2b83;
  font-weight: bold;
}

.public-footer {
  background: #211629 !important;
  box-sizing: border-box;
  clear: both;
  display: block !important;
  float: left;
  height: auto !important;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 1024px !important;
}

.public-footer-inner {
  align-items: center;
  background: #211629;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #efe7f6;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 84px;
  padding: 16px 20px;
  text-align: left;
  width: 100%;
}

.public-footer a,
.public-footer a:visited {
  color: #ffd9bd;
  font-weight: bold;
  text-decoration: none;
}

.public-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.public-footer-credit {
  text-align: right;
}

.public-footer .frontfootertext,
.public-footer .frontfootertkfast,
.public-footer .frontfootertextprivacy {
  color: #efe7f6;
  font-size: 12px;
  line-height: 1.4;
}

.member-footer {
  background: #211629 !important;
  box-sizing: border-box;
  clear: both;
  display: block !important;
  float: left;
  height: auto !important;
  margin: 0;
  padding: 0;
  width: 1024px !important;
}

.member-footer-inner {
  align-items: center;
  background: #211629;
  box-sizing: border-box;
  color: #efe7f6;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 91px;
  padding: 18px 24px;
  text-align: left;
  width: 100%;
}

.member-footer a,
.member-footer a:visited {
  color: #ffd9bd;
  font-weight: bold;
  text-decoration: none;
}

.member-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.member-footer-credit {
  text-align: right;
}

.member-footer .loginfootertext,
.member-footer .loginfootertkfast,
.member-footer .frontfootertextprivacy {
  color: #efe7f6;
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .public-page {
    max-width: 94%;
  }

  .public-grid,
  .testimonial-card {
    grid-template-columns: 1fr;
  }

  .public-hero {
    padding: 22px;
  }

  .public-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-footer-credit {
    text-align: left;
  }

  .member-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-footer-credit {
    text-align: left;
  }
}
