/* Public nonmember presentation */
.public-body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: #000;
  color: #222;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.public-body *,
.public-body *::before,
.public-body *::after {
  box-sizing: border-box;
}

.public-body img {
  max-width: 100%;
  height: auto;
}

.public-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.public-flash {
  width: min(calc(100% - 32px), 1000px);
  margin: 12px auto;
  padding: 10px 14px;
  border-radius: 4px;
}

.public-flash--notice {
  border: 1px solid #66a86e;
  background: #effaef;
}

.public-flash--alert {
  border: 1px solid #bb3c3c;
  background: #fff0f0;
}

/* Shared public header */
.public-header {
  min-height: 110px;
  background-color: #07096d;
  background-image: var(--public-header-pc);
  background-position: center top;
  background-repeat: repeat-x;
}

.public-header__inner {
  display: flex;
  width: min(100%, 1000px);
  min-height: 110px;
  margin: 0 auto;
  padding: 12px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.public-header__brand {
  display: block;
  flex: 0 0 308px;
  line-height: 0;
}

.public-header__logo {
  display: block;
  width: 308px;
}

.public-header__brand-text {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1;
}

.public-login {
  display: grid;
  grid-template-columns: 180px 170px 125px;
  min-width: 0;
  align-items: end;
  gap: 7px 10px;
}

.public-login__field {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.public-login__field label {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 2px #000;
}

.public-login__field input {
  width: 100%;
  min-width: 0;
  height: 32px;
  padding: 4px 7px;
  border: 1px solid #666;
  background: #fff;
  font: inherit;
}

.public-login__button {
  width: 125px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #9d0909;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 0;
}

.public-login__button picture,
.public-login__button img {
  display: block;
  width: 100%;
}

.public-login__recovery {
  grid-column: 1 / -1;
  justify-self: end;
  color: #fff;
  font-size: 12px;
}

/* Public TOP */
.public-top {
  width: 100%;
  min-width: 0;
  background: #fff;
}

.public-top__bounded {
  width: min(100%, 1000px);
  margin: 0 auto;
}

.public-top__lead {
  display: grid;
  background: #f3ecd7;
}

.public-top__lead > .public-top__hero,
.public-top__lead > .public-top__lead-content {
  grid-area: 1 / 1;
}

.public-top__lead-content {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  width: min(calc(100% - 32px), 1000px);
  margin: 0 auto 30px;
  align-self: end;
  align-items: end;
  gap: 14px;
}

.public-top__hero {
  min-height: 320px;
  overflow: hidden;
  background: #080808;
  line-height: 0;
}

.public-top__hero picture {
  display: block;
}

.public-top__hero-image {
  display: block;
  width: 100%;
}

.public-top__hero-fallback {
  display: grid;
  min-height: 560px;
  place-items: center;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(48px, 9vw, 120px);
  line-height: 1;
}

.public-registration {
  min-width: 0;
}

.public-registration--upper {
  background: transparent;
}

.public-registration--lower {
  padding: 28px 16px 34px;
  background-color: #efe5c4;
  background-image: var(--public-texture);
  background-position: center;
}

.public-registration__inner {
  width: min(calc(100% - 32px), 1000px);
  margin: 0 auto;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.91);
  text-align: center;
}

.public-registration--upper .public-registration__inner {
  width: 100%;
  min-height: 0;
  padding: 14px 18px;
  border: 6px solid #101c91;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.32);
}

.public-registration--lower .public-registration__inner {
  border: 3px double #b69749;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

.public-registration__ribbon {
  display: none;
}

.public-registration__headline {
  margin: 0 0 9px;
  color: #b20808;
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 900;
  line-height: 1.35;
}

.public-registration__form {
  display: flex;
  width: min(100%, 720px);
  margin: 0 auto;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}

.public-registration__form input[type="email"] {
  flex: 1 1 420px;
  min-width: 0;
  height: 45px;
  padding: 8px 12px;
  border: 2px solid #777;
  background: #fff;
  font: inherit;
}

.public-registration__submit {
  flex: 0 0 170px;
  width: 170px;
  height: 45px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #c60000;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 0;
}

.public-registration__submit img {
  display: block;
  width: 170px;
  height: 45px;
}

.public-registration__notes {
  width: min(100%, 780px);
  margin: 12px auto 0;
  text-align: left;
}

.public-registration__notes p {
  margin: 3px 0;
  font-size: 12px;
  line-height: 1.55;
}

.public-registration__notes a,
.public-registration__notes strong {
  color: #c00000;
}

.public-top__point {
  padding: 0;
  background: transparent;
  line-height: 0;
  text-align: center;
}

.public-top__point picture {
  display: block;
  width: 100%;
}

.public-top__point-image {
  display: block;
  width: 220px;
}

.public-top__steps {
  padding: 0 0 24px;
  background: #fff;
}

.public-top__section-title-image {
  display: block;
  width: 100%;
}

.public-top__section-title-sp {
  display: none;
}

.public-top__step-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.public-top__step-list li,
.public-top__step-list picture,
.public-top__step-list img {
  display: block;
  width: 100%;
}

.public-top__step-list p {
  display: none;
}

.public-top__results {
  padding-bottom: 34px;
  background-color: #eee7d6;
  background-image: var(--public-section-texture);
}

.public-top__result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 16px 0;
}

.public-result-card {
  position: relative;
  min-width: 0;
  min-height: 245px;
  overflow: hidden;
  border: 3px double #96701d;
  background-color: #152a63;
  background-image: var(--public-hit-card-pc);
  background-position: right bottom;
  background-repeat: repeat;
  box-shadow: 0 3px 8px rgba(34, 22, 4, 0.3);
  text-align: center;
}

.public-result-card time {
  display: block;
  min-height: 58px;
  padding: 13px 12px 8px;
  background-image: var(--public-hit-date);
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-shadow: 0 1px 2px #000;
}

.public-result-card h3 {
  min-height: 54px;
  margin: 0;
  padding: 10px 9px;
  border-bottom: 1px solid #b99b58;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  text-shadow: 0 1px 2px #000;
}

.public-result-card dl {
  margin: 0;
  padding: 7px 11px;
  text-align: left;
}

.public-result-card dl div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 6px;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.38);
}

.public-result-card dt {
  color: #f1cc3f;
  font-size: 12px;
  font-weight: 700;
}

.public-result-card dd {
  min-width: 0;
  margin: 0;
  color: #fff;
  overflow-wrap: anywhere;
  font-size: 13px;
  text-shadow: 0 1px 1px #000;
}

.public-result-card__payout {
  display: flex;
  margin: 0;
  padding: 6px 10px 11px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #ed3643;
  font-size: 19px;
}

.public-result-card__payout img {
  width: 24px;
}

.public-top__empty-results {
  margin: 20px 16px 0;
  padding: 26px;
  border: 1px solid #bea468;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.public-top__information {
  background-color: #152a63;
  background-image: var(--public-section-texture);
  line-height: 0;
}

.public-top__information picture {
  display: block;
  width: min(100%, 1000px);
  margin: 0 auto;
}

.public-top__information-image {
  display: block;
  width: 100%;
}

.public-top__plans {
  padding: 34px 0;
  background-color: #272727;
  background-image: var(--public-texture);
  background-position: center top;
}

.public-plan {
  width: min(100%, 1000px);
  margin: 0 auto 28px;
  padding-bottom: 28px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
}

.public-plan:last-child {
  margin-bottom: 0;
}

.public-plan__title {
  display: block;
  width: 100%;
}

.public-plan__banner {
  display: block;
  width: min(calc(100% - 32px), 700px);
  margin: 22px auto 0;
}

.public-plan > p {
  width: min(calc(100% - 40px), 700px);
  margin: 16px auto 0;
  padding: 15px 18px;
  border: 1px solid #aaa;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.public-top__free-list {
  display: grid;
  gap: 24px;
  padding: 22px 20px 0;
}

.public-top__free-list section {
  width: min(100%, 700px);
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
}

.public-top__free-list section:last-child {
  border-bottom: 0;
}

.public-top__free-list img {
  display: block;
  width: 100%;
}

.public-top__free-list p {
  margin: 10px 0 0;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.7;
}

/* Shared public footer */
.public-footer {
  padding-top: 18px;
  background: #101261;
  color: #ddd;
}

.public-footer__inner {
  width: min(100%, 1000px);
  margin: 0 auto;
}

.public-footer__nav {
  display: flex;
  padding: 0 16px 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.public-footer__nav a {
  padding: 2px 18px;
  border-right: 1px solid #888;
  color: #fff;
  font-size: 13px;
}

.public-footer__nav a:last-child {
  border-right: 0;
}

.public-footer__notices {
  padding: 15px 20px;
  border-top: 1px solid #555;
  color: #e5e5e5;
}

.public-footer__notices p {
  margin: 0 0 7px;
  font-size: 11px;
  line-height: 1.55;
}

.public-footer__copyright {
  margin: 0;
  padding: 13px;
  background: #080944;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* Public contact */
.public-contact {
  min-height: 480px;
  padding: 30px 16px 50px;
  background: #f2f2f2;
}

.public-contact__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #b7b7b7;
  background: #fff;
}

.public-contact h1 {
  margin: 0 0 20px;
  padding: 8px 12px;
  border-left: 7px solid #1d2088;
  color: #1d2088;
  font-size: 26px;
}

.public-contact__details {
  margin: 24px 0 0;
  border-top: 1px solid #b9c3d0;
  border-left: 1px solid #b9c3d0;
}

.public-contact__form {
  display: grid;
  margin-top: 24px;
  gap: 18px;
}

.public-contact__field {
  display: grid;
  gap: 7px;
}

.public-contact__field label {
  color: #234d78;
  font-weight: 700;
}

.public-contact__field input,
.public-contact__field textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #8997a6;
  border-radius: 3px;
  font: inherit;
}

.public-contact__actions input {
  min-width: 220px;
  min-height: 48px;
  padding: 10px 20px;
  border: 1px solid #111767;
  border-radius: 4px;
  background: #1d2088;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.public-contact__errors {
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid #a51f27;
  background: #fff2f2;
  color: #7d1118;
}

.public-contact__details > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
}

.public-contact__details dt,
.public-contact__details dd {
  margin: 0;
  padding: 14px;
  border-right: 1px solid #b9c3d0;
  border-bottom: 1px solid #b9c3d0;
}

.public-contact__details dt {
  background: #d9e7f5;
  color: #234d78;
  font-weight: 700;
}

.public-contact__details p {
  margin: 0 0 4px;
}

@media (max-width: 768px) {
  .public-header {
    min-height: 142px;
    background-image: var(--public-header-sp);
  }

  .public-header__inner {
    display: grid;
    grid-template-columns: minmax(130px, 36%) minmax(0, 1fr);
    min-height: 142px;
    padding: 12px 10px;
    align-items: center;
    gap: 8px;
  }

  .public-header__brand {
    width: 100%;
    margin: 0;
  }

  .public-header__logo {
    width: 100%;
  }

  .public-header__brand-text {
    display: block;
    font-size: clamp(24px, 8vw, 40px);
    text-align: left;
  }

  .public-login {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 50px;
    gap: 5px;
  }

  .public-login__field label {
    font-size: 11px;
  }

  .public-login__field input {
    height: 32px;
    font-size: 14px;
  }

  .public-login__button {
    width: 50px;
    height: 50px;
  }

  .public-login__recovery {
    font-size: 11px;
  }

  .public-top__lead {
    display: block;
    background: #fff;
  }

  .public-top__lead-content {
    display: flex;
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .public-top__hero {
    min-height: 0;
  }

  .public-top__hero-image {
    width: 100%;
  }

  .public-registration--upper {
    padding-bottom: 16px;
    background: #f3ecd7;
  }

  .public-registration--lower {
    padding: 18px 0 22px;
  }

  .public-registration__ribbon {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .public-registration__inner {
    width: 94%;
    padding: 15px 12px;
    border: 0;
  }

  .public-registration--upper .public-registration__inner {
    width: 94%;
    min-height: 0;
    border: 4px solid #101c91;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
  }

  .public-registration__headline {
    margin-bottom: 10px;
    font-size: clamp(17px, 5.3vw, 24px);
  }

  .public-registration__form {
    display: grid;
    width: 100%;
    gap: 8px;
  }

  .public-registration__form input[type="email"] {
    width: 100%;
    height: 44px;
    font-size: 16px;
  }

  .public-registration__submit {
    width: min(100%, 300px);
    height: auto;
    min-height: 45px;
    justify-self: center;
  }

  .public-registration__submit img {
    width: 100%;
    height: auto;
  }

  .public-registration__notes {
    margin-top: 10px;
  }

  .public-registration__notes p {
    font-size: 12px;
    line-height: 1.6;
  }

  .public-top__point {
    padding: 16px 12px 18px;
    background: #fff;
  }

  .public-top__point-image {
    width: min(58%, 220px);
    margin: 0 auto;
  }

  .public-top__steps {
    width: 100%;
    padding: 0 0 22px;
  }

  .public-top__section-title-image--pc {
    display: none;
  }

  .public-top__section-title-sp {
    display: block;
    width: 94%;
    margin: 0 auto 16px;
    padding: 11px 16px;
    border: 2px solid #9f273e;
    border-radius: 999px;
    background: linear-gradient(#be303b, #d94b78);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: clamp(18px, 5.2vw, 23px);
    line-height: 1.4;
    text-shadow: 0 1px 2px #700;
    text-align: center;
  }

  .public-top__step-list {
    width: 94%;
    gap: 14px;
    margin: 0 auto;
  }

  .public-top__step-list li {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 8px 4px 10px;
    border-bottom: 4px solid #121974;
    background: #fff;
  }

  .public-top__step-list picture,
  .public-top__step-list img {
    width: 64px;
  }

  .public-top__step-list p {
    display: block;
    grid-column: 2;
    min-width: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .public-top__results {
    padding: 18px 0 24px;
  }

  .public-top__results .public-top__section-title-sp {
    margin-right: auto;
    margin-left: auto;
  }

  .public-top__result-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
  }

  .public-result-card {
    width: 94%;
    min-height: 230px;
    margin: 0 auto;
    background-image: var(--public-hit-card-sp);
    background-position: center;
    background-size: cover;
  }

  .public-result-card time {
    min-height: 50px;
    padding-top: 11px;
  }

  .public-result-card h3 {
    min-height: 0;
    font-size: 18px;
  }

  .public-result-card dl {
    padding-right: 15px;
    padding-left: 15px;
  }

  .public-result-card dd {
    font-size: 14px;
  }

  .public-result-card__payout {
    font-size: 21px;
  }

  .public-top__information picture {
    width: 100%;
  }

  .public-top__plans {
    padding: 14px 0;
  }

  .public-plan {
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 22px;
    box-shadow: none;
  }

  .public-plan__banner {
    width: 94%;
    margin-top: 14px;
  }

  .public-plan > p {
    width: 94%;
    margin-top: 12px;
    padding: 12px;
    border-color: #c8c8c8;
    background: #fff;
    font-size: 14px;
    line-height: 1.7;
  }

  .public-top__free-list {
    gap: 18px;
    padding: 14px 3% 0;
  }

  .public-top__free-list section {
    width: 100%;
    padding-bottom: 14px;
  }

  .public-top__free-list p {
    font-size: 13px;
    line-height: 1.7;
  }

  .public-footer {
    padding-top: 0;
    background-image: var(--public-footer-sp);
    background-position: center top;
    background-repeat: repeat-x;
  }

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

  .public-footer__nav a {
    padding: 10px 5px;
    border: 1px solid #777;
    background: rgba(0, 0, 0, 0.72);
    font-size: 12px;
    text-align: center;
  }

  .public-footer__nav a:last-child {
    grid-column: 1 / -1;
    border-right: 1px solid #777;
  }

  .public-footer__notices {
    padding: 12px;
    background: rgba(0, 0, 0, 0.76);
  }

  .public-footer__notices p {
    font-size: 11px;
    line-height: 1.6;
  }

  .public-contact {
    padding: 18px 10px 32px;
  }

  .public-contact__inner {
    padding: 18px 12px;
  }

  .public-contact h1 {
    font-size: 22px;
  }

  .public-contact__details > div {
    display: block;
  }

  .public-contact__details dt,
  .public-contact__details dd {
    padding: 11px;
  }
}


/* FULLGATE nonmember TOP fidelity (saved PC/SP source) */
@media (min-width: 769px) {
  .public-header {
    min-height: 95px;
  }

  .public-header__inner {
    min-height: 95px;
    padding: 10px 0;
  }

  .public-login {
    grid-template-columns: 130px 130px 125px;
  }

  .public-top__lead {
    position: relative;
    display: block;
    height: 1080px;
    overflow: hidden;
    background: #f1f1fc;
  }

  .public-top__lead::after {
    position: absolute;
    z-index: 1;
    top: 300px;
    left: 50%;
    width: 1000px;
    height: 250px;
    background: var(--public-registration-pc) no-repeat center top;
    content: "";
    transform: translateX(-50%);
    pointer-events: none;
  }

  .public-top__hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
  }

  .public-top__hero picture {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2500px;
    height: 800px;
    transform: translateX(-50%);
  }

  .public-top__hero-image {
    width: 2500px;
    max-width: none;
    height: 800px;
  }

  .public-top__lead-content {
    position: absolute;
    z-index: 2;
    top: 510px;
    left: 50%;
    grid-template-columns: 750px 220px;
    width: 1000px;
    margin: 0;
    gap: 30px;
    transform: translateX(-50%);
  }

  .public-registration--upper .public-registration__inner {
    height: 200px;
    padding: 12px 15px;
    border-width: 10px;
  }

  .public-registration--upper .public-registration__headline {
    padding: 7px 10px;
    background: linear-gradient(#ed3643, #a5262c);
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-shadow: 1px 1px 1px #555;
  }

  .public-registration--upper .public-registration__notes {
    margin-top: 6px;
  }

  .public-registration--upper .public-registration__notes p {
    margin: 1px 0;
    font-size: 11px;
    line-height: 1.35;
  }

  .public-top__point-image {
    width: 220px;
    height: 200px;
  }

  .public-top__steps {
    position: absolute;
    z-index: 2;
    top: 740px;
    left: 50%;
    width: 1000px;
    padding: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .public-top__step-list {
    gap: 15px;
    margin-top: 10px;
  }

  .public-top__step-list img {
    height: 70px;
  }

  .public-top__results {
    padding: 30px 0;
  }

  .public-top__result-grid {
    grid-template-columns: repeat(3, 320px);
    justify-content: center;
    gap: 15px;
    padding: 20px 0 0;
  }

  .public-result-card {
    width: 320px;
    min-height: 215px;
    height: 215px;
  }

  .public-result-card time {
    min-height: 55px;
    padding: 15px 8px 5px;
    background-size: 310px 65px;
  }

  .public-result-card h3 {
    min-height: 36px;
    padding: 4px 8px;
  }

  .public-result-card dl {
    padding: 3px 10px;
  }

  .public-result-card dl div {
    padding: 1px 0;
  }

  .public-result-card__payout {
    padding: 3px 8px 7px;
  }
}

.public-top__information {
  padding: 40px 0;
  background-image: var(--public-section-texture);
}

.public-top__plans {
  padding: 40px 0 0;
  background: #f1f1fc;
}

.public-plan {
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.public-plan > picture {
  display: block;
  width: min(100%, 1000px);
  margin: 0 auto;
}

.public-plan__banner-band,
.public-plan__feature-banner {
  width: 100%;
  background: var(--public-texture) center top;
  text-align: center;
}

.public-plan__banner-band {
  margin-top: -50px;
  padding: 50px 0 20px;
}

.public-plan__banner {
  width: min(100%, 700px);
  margin: 0 auto;
}

.public-plan > p {
  width: min(calc(100% - 32px), 1000px);
  margin: 12px auto 40px;
  padding: 20px;
  border: 1px solid #333;
  background: #f1f1fc;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.6;
}

.public-top__free-list {
  display: block;
  padding: 0;
}

.public-top__free-list section {
  width: 100%;
  padding: 0;
  border: 0;
}

.public-plan__feature-banner {
  padding: 20px 0;
}

.public-plan__feature-banner img {
  display: block;
  width: min(100%, 700px);
  margin: 0 auto;
}

.public-top__free-list p {
  width: min(calc(100% - 32px), 1000px);
  margin: 12px auto 40px;
  padding: 20px;
  border: 1px solid #333;
  background: #f1f1fc;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.6;
}

.public-registration--lower {
  padding: 40px 16px;
  background-image: var(--public-section-texture);
}

.public-registration--lower .public-registration__inner {
  width: min(100%, 1000px);
  border: 2px solid #333;
}

.public-registration--lower .public-registration__headline {
  padding: 12px;
  background: linear-gradient(#880000, #ee0000);
  color: #fff;
}

@media (max-width: 768px) {
  .public-top__lead {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
  }

  .public-top__hero {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
  }

  .public-top__lead-content {
    position: relative;
    z-index: 1;
    padding-top: 28%;
  }

  .public-registration--upper {
    width: 100%;
    padding: 0 0 16px;
    background: transparent;
  }

  .public-registration__ribbon {
    margin: 0 auto;
  }

  .public-registration--upper .public-registration__inner {
    width: 95%;
    margin-top: 41%;
    border-width: 5px;
  }

  .public-registration--upper .public-registration__headline {
    padding: 8px;
    background: linear-gradient(#ed3643, #a5262c);
    color: #fff;
    text-shadow: 1px 1px 1px #555;
  }

  .public-top__point {
    padding: 0;
  }

  .public-top__point-image {
    width: 90%;
    max-width: none;
    margin: 5% auto 0;
  }

  .public-top__steps {
    position: relative;
    z-index: 1;
  }

  .public-top__step-list li {
    grid-template-columns: 10% minmax(0, 1fr);
    gap: 2%;
  }

  .public-top__step-list picture,
  .public-top__step-list img {
    width: 100%;
  }

  .public-top__results {
    padding: 18px 0 24px;
  }

  .public-result-card {
    width: 100%;
    max-width: 380px;
  }

  .public-top__information {
    padding: 20px 0;
  }

  .public-top__plans {
    padding: 20px 0 0;
  }

  .public-plan__banner-band {
    margin: 0;
    padding: 20px 0;
  }

  .public-plan__banner,
  .public-plan__feature-banner img {
    width: 100%;
  }

  .public-plan > p,
  .public-top__free-list p {
    width: 94%;
    margin: 12px auto;
    padding: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
  }

  .public-plan__feature-banner {
    padding: 20px 0;
  }

  .public-registration--lower {
    padding: 20px 0;
  }

  .public-registration--lower .public-registration__inner {
    width: 94%;
  }

  .public-registration--lower .public-registration__headline {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .public-header__inner {
    grid-template-columns: 118px minmax(0, 1fr);
    padding-right: 6px;
    padding-left: 6px;
    gap: 6px;
  }

  .public-login {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 42px;
    gap: 3px;
  }

  .public-login__field {
    gap: 2px;
  }

  .public-login__field label {
    font-size: 9px;
  }

  .public-login__field input {
    height: 30px;
    padding-right: 3px;
    padding-left: 3px;
    font-size: 12px;
  }

  .public-login__button {
    width: 42px;
    height: 42px;
  }

  .public-login__recovery {
    font-size: 9px;
  }
}
/* Public TOP finishing adjustments */
.public-result-card {
  display: flex;
  flex-direction: column;
}

.public-result-card__payout {
  flex: 1;
  font-weight: 900;
}

@media (min-width: 769px) {
  .public-result-card time {
    font-size: 19px;
  }

  .public-result-card h3 {
    min-height: 44px;
    padding: 7px 9px;
    font-size: 18px;
    line-height: 1.3;
  }

  .public-result-card dl {
    padding: 4px 12px;
  }

  .public-result-card dl div {
    grid-template-columns: 55px minmax(0, 1fr);
    padding: 2px 0;
  }

  .public-result-card dt {
    font-size: 14px;
  }

  .public-result-card dd {
    font-size: 15px;
  }

  .public-result-card__payout {
    padding: 6px 8px 8px;
    font-size: 24px;
  }

  .public-result-card__payout img {
    width: 26px;
  }
}

@media (max-width: 768px) {
  .public-result-card {
    height: 252px;
    min-height: 252px;
  }

  .public-result-card time {
    min-height: 58px;
    padding: 14px 10px 6px;
    font-size: 20px;
  }

  .public-result-card h3 {
    min-height: 48px;
    padding: 8px 10px;
    font-size: 20px;
    line-height: 1.3;
  }

  .public-result-card dl {
    min-height: 54px;
    padding: 5px 18px;
  }

  .public-result-card dl div {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 3px 0;
  }

  .public-result-card dt {
    font-size: 14px;
  }

  .public-result-card dd {
    font-size: 16px;
  }

  .public-result-card__payout {
    min-height: 44px;
    padding: 6px 10px 9px;
    font-size: 26px;
  }

  .public-result-card__payout img {
    width: 28px;
  }

  .public-registration__inner {
    padding: 18px 16px;
  }

  .public-registration__headline {
    font-size: clamp(18px, 5.2vw, 22px);
  }

  .public-registration__form {
    gap: 10px;
  }

  .public-registration__form input[type="email"] {
    height: 48px;
    padding: 10px 12px;
  }

  .public-registration__submit {
    width: min(100%, 310px);
    min-height: 48px;
  }

  .public-registration__notes p {
    line-height: 1.65;
  }

  .public-top__point-image {
    width: min(84%, 320px);
    max-width: 320px;
    margin: 4% auto 2%;
  }

  .public-footer,
  .public-footer__inner,
  .public-footer__notices,
  .public-footer__copyright {
    background-color: #060973;
  }

  .public-footer__notices {
    background-image: none;
  }
}

/* Final fidelity adjustments from the saved FULLGATE PC/SP styles. */
@media (min-width: 769px) {
  .public-footer__nav {
    padding-bottom: 6px;
  }

  .public-footer__nav a {
    border-bottom: 10px solid #a31f27;
  }
}

@media (max-width: 768px) {
  .public-registration--upper .public-registration__inner {
    padding: 0;
    background: rgba(255, 255, 255, 0.65);
  }

  .public-registration--upper .public-registration__headline {
    width: 100%;
    margin: 0 auto 10px;
    padding: 3% 2.5%;
    font-size: 18px;
    line-height: 1.3;
  }

  .public-registration--upper .public-registration__form {
    display: block;
    width: 100%;
  }

  .public-registration--upper .public-registration__form input[type="email"] {
    width: 91%;
    height: auto;
    margin: 0 2% 10px;
    padding: 10px 5px;
    border: 3px solid #8d000b;
    border-radius: 5px;
    font-size: 12px;
  }

  .public-registration--upper .public-registration__submit {
    width: 170px;
    height: 45px;
    min-height: 45px;
  }

  .public-registration--upper .public-registration__submit img {
    width: 170px;
    height: 45px;
  }

  .public-registration--upper .public-registration__notes {
    width: 95%;
    margin: 0 auto;
  }

  .public-registration--upper .public-registration__notes p {
    width: 100%;
    margin: 5px auto;
    font-size: 12px;
    line-height: normal;
  }

  .public-top__section-title-sp {
    width: 90%;
    margin: 4% auto 2%;
    padding: 7px 5px;
    border-width: 1px;
    font-size: 1.4em;
  }

  .public-top__steps {
    padding-bottom: 0;
  }

  .public-top__step-list {
    width: 100%;
    gap: 0;
  }

  .public-top__step-list li {
    width: 95%;
    margin: 0 auto 3%;
    padding: 0;
    border-bottom-width: 5px;
  }

  .public-top__step-list p {
    line-height: normal;
  }

  .public-top__result-grid {
    gap: 0;
  }

  .public-result-card {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding-bottom: 7%;
  }

  .public-result-card time {
    height: 65px;
    min-height: 65px;
    margin: 20px 0 10px;
    padding: 0;
    font-size: 20px;
    line-height: 65px;
  }

  .public-result-card__payout {
    flex: 0 0 auto;
    margin-top: 5%;
  }

  .public-top__point-image {
    width: 90%;
    max-width: none;
    margin: 5% auto 0;
  }

  .public-registration--lower .public-registration__inner {
    width: 94%;
    padding: 12px 0;
    border: 2px solid #333;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .public-registration--lower .public-registration__headline {
    margin: 12px 0;
    padding: 12px 0;
    font-size: 16px;
  }

  .public-registration--lower .public-registration__form {
    display: grid;
    width: 100%;
    padding: 0 20px;
    gap: 10px;
  }

  .public-registration--lower .public-registration__form input[type="email"] {
    width: 100%;
    height: auto;
    padding: 15px;
    border: 3px solid #8d000b;
    border-radius: 6px;
    font-size: 12px;
  }

  .public-registration--lower .public-registration__submit {
    width: 100%;
    height: auto;
    min-height: 45px;
  }

  .public-registration--lower .public-registration__notes {
    width: 100%;
    margin: 0;
    padding: 12px 20px 0;
  }

  .public-registration--lower .public-registration__notes p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }

  .public-footer {
    width: 100%;
    padding: 2% 0 0;
  }

  .public-footer__nav {
    width: 90%;
    margin: 3% auto 0;
    padding: 0;
    gap: 0;
  }

  .public-footer__nav a {
    margin-left: 3%;
    padding: 1.5% 2%;
    border: 0;
    border-bottom: 10px solid #a31f27;
    font-size: 12px;
  }

  .public-footer__nav a:nth-child(odd) {
    border-right: 1px solid #fff;
  }

  .public-footer__nav a:last-child {
    grid-column: auto;
  }

  .public-footer__notices {
    width: 95%;
    margin: 6% auto 3%;
    padding: 0;
  }
}

/* Public authentication pages */
.public-auth {
  min-height: 520px;
  padding: 38px 16px 56px;
  background:
    linear-gradient(rgba(245, 245, 248, 0.96), rgba(232, 233, 242, 0.96)),
    var(--public-texture);
}

.public-auth__inner {
  width: min(100%, 740px);
  margin: 0 auto;
}

.public-auth__title {
  margin: 0;
  padding: 14px 22px 12px;
  border-bottom: 5px solid #a51f27;
  background: linear-gradient(#20257f, #090d5d);
  color: #fff;
  font-size: 26px;
  line-height: 1.35;
  text-shadow: 0 1px 2px #000;
}

.public-auth__panel {
  padding: 30px 34px;
  border: 1px solid #aaa;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.public-auth__panel--thanks {
  text-align: center;
}

.public-auth__lead {
  margin: 0 0 22px;
  color: #9b111c;
  font-size: 22px;
  font-weight: 700;
}

.public-auth__message {
  padding: 22px 20px;
  border: 2px solid #1a2173;
  background: #f6f7ff;
  font-size: 16px;
  line-height: 1.75;
}

.public-auth__message strong {
  display: block;
  margin-bottom: 8px;
  color: #151b69;
  font-size: 19px;
}

.public-auth__message p,
.public-auth__note,
.public-auth__panel > p {
  margin: 0;
  line-height: 1.75;
}

.public-auth__note {
  margin-top: 20px;
  color: #555;
  font-size: 14px;
}

.public-auth__panel--primary {
  border: 2px solid #9b111c;
  background: #fffdf2;
}

.public-auth__section-title {
  margin: 0 0 14px;
  padding: 8px 12px;
  border-left: 7px solid #a51f27;
  color: #83121a;
  font-size: 21px;
}

.public-auth__section-title--password {
  border-left-color: #1a2173;
  color: #151b69;
}

.public-auth__mail-cta {
  display: block;
  width: min(100%, 460px);
  min-height: 52px;
  margin: 22px auto 0;
  padding: 13px 20px;
  border: 2px solid #9d6400;
  border-radius: 5px;
  background: linear-gradient(#fff080, #e8a800 56%, #bd7200);
  color: #4a2300;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}

.public-auth__separator {
  display: flex;
  margin: 18px 0;
  align-items: center;
  gap: 14px;
  color: #555;
  font-size: 13px;
}

.public-auth__separator::before,
.public-auth__separator::after {
  height: 1px;
  background: #aaa;
  content: "";
  flex: 1;
}

.public-auth__form {
  display: grid;
  margin-top: 20px;
  gap: 16px;
}

.public-auth__field {
  display: grid;
  gap: 6px;
}

.public-auth__field label {
  color: #222;
  font-weight: 700;
}

.public-auth__field input {
  width: 100%;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  font: inherit;
}

.public-auth__password-submit {
  width: min(100%, 300px);
  min-height: 48px;
  margin: 4px auto 0;
  border: 1px solid #060a4f;
  border-radius: 4px;
  background: linear-gradient(#343b9c, #0b1064);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.public-auth__password-help {
  margin-top: 20px !important;
  padding-top: 16px;
  border-top: 1px solid #ccc;
  font-size: 14px;
}

.public-auth__password-help a {
  color: #92151e;
  font-weight: 700;
}

.public-header--brand-only .public-header__inner {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .public-auth {
    min-height: 420px;
    padding: 24px 0 36px;
  }

  .public-auth__inner {
    width: 94%;
  }

  .public-auth__title {
    padding: 11px 14px 9px;
    border-bottom-width: 4px;
    font-size: 20px;
  }

  .public-auth__panel {
    padding: 22px 18px;
  }

  .public-auth__lead {
    margin-bottom: 17px;
    font-size: 19px;
  }

  .public-auth__message {
    padding: 17px 13px;
    font-size: 15px;
    line-height: 1.7;
  }

  .public-auth__message strong {
    font-size: 17px;
  }

  .public-auth__note {
    font-size: 14px;
    line-height: 1.7;
  }

  .public-auth__pc-break {
    display: none;
  }

  .public-auth__section-title {
    font-size: 18px;
  }

  .public-auth__mail-cta,
  .public-auth__password-submit {
    width: 100%;
    min-height: 50px;
    font-size: 16px;
  }

  .public-auth__field input {
    min-height: 48px;
    font-size: 16px;
  }

  .public-auth__password-help {
    font-size: 14px;
    line-height: 1.7;
  }

  .public-header--brand-only .public-header__inner {
    display: flex;
    justify-content: flex-start;
  }

  .public-header--brand-only .public-header__brand {
    flex: 0 1 260px;
    max-width: 72%;
  }
}

/* Public TOP: lightweight current-SP alignment and gratitude voices */

.public-header__login-link {
  display: inline-flex;
  min-width: 150px;
  min-height: 50px;
  padding: 10px 22px;
  border: 2px solid #f3c944;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#df2831, #8c0009);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 1px 2px #000;
}

.public-login__button,
.public-registration__submit {
  line-height: 1.3;
}

.public-login__button {
  border: 1px solid #e0a625;
  border-radius: 4px;
  background: linear-gradient(#e42832, #970008);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  font-size: 15px;
}

.public-registration__submit {
  border: 2px solid #a96800;
  border-radius: 7px;
  background: linear-gradient(#fff26c 0%, #f3bd0a 48%, #dc7d00 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.45),
    0 2px 4px rgba(0, 0, 0, 0.28);
  color: #5b2400;
  font-size: 18px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

.public-top__voices {
  padding: 34px 16px 38px;
  background: #f4efe2;
}

.public-top__voices-title {
  margin: 0 0 20px;
  padding: 11px 18px 9px;
  border-bottom: 5px solid #a51f27;
  background: linear-gradient(#20257f, #090d5d);
  color: #fff;
  font-size: 27px;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0 1px 2px #000;
}

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

.public-top-voice {
  min-width: 0;
  min-height: 210px;
  padding: 0 18px 17px;
  border: 2px solid #182070;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.public-top-voice header {
  margin: 0 -18px 14px;
  padding: 10px 14px 8px;
  border-bottom: 3px solid #a51f27;
  background: #eff1fb;
}

.public-top-voice h3 {
  margin: 0;
  color: #111767;
  font-size: 18px;
  line-height: 1.45;
}

.public-top-voice header span {
  display: block;
  margin-top: 3px;
  color: #9b111c;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.public-top-voice p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.public-top__voices-more {
  display: block;
  width: min(100%, 360px);
  margin: 22px auto 0;
  padding: 12px 18px;
  border: 1px solid #080d58;
  border-radius: 4px;
  background: linear-gradient(#353b9e, #0c1165);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 769px) {
  .public-header__inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .public-header__brand {
    flex-basis: 330px;
  }

  .public-header__logo {
    width: 330px;
  }

  .public-top__lead {
    height: 1100px;
  }

  .public-top__lead::after {
    content: none;
  }

  .public-top__lead-content {
    top: 545px;
    grid-template-columns: 780px 200px;
    gap: 20px;
  }

  .public-registration--upper .public-registration__inner,
  .public-registration--lower .public-registration__inner {
    width: 780px;
    height: auto;
    min-height: 220px;
    padding: 14px 20px;
    border: 6px solid #172078;
  }

  .public-registration--lower .public-registration__inner {
    margin: 0 auto;
  }

  .public-registration--upper .public-registration__headline,
  .public-registration--lower .public-registration__headline {
    margin: 0 0 11px;
    padding: 9px 12px;
    background: linear-gradient(#e62c32, #a00009);
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
    text-shadow: 0 1px 2px #5b0000;
  }

  .public-registration__form {
    width: min(100%, 700px);
  }

  .public-registration__form input[type="email"] {
    height: 52px;
    font-size: 16px;
  }

  .public-registration__submit {
    flex-basis: 220px;
    width: 220px;
    height: 52px;
    font-size: 20px;
  }

  .public-top__point-image {
    width: 200px;
    height: 200px;
  }

  .public-top__steps {
    top: 785px;
  }

  .public-result-card dt {
    font-size: 15px;
  }

  .public-result-card dd {
    font-size: 17px;
    font-weight: 700;
  }

  .public-result-card__payout {
    font-size: 26px;
  }

  .public-footer__nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0 16px 18px;
    gap: 1px;
  }

  .public-footer__nav a {
    padding: 11px 8px;
    border: 1px solid #b9bdd5;
    background: #fff;
    color: #111767;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  .public-header {
    min-height: 92px;
  }

  .public-header__inner {
    display: flex;
    min-height: 92px;
    padding: 10px 14px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
  }

  .public-header__brand {
    flex: 0 1 250px;
    width: min(100%, 250px);
    min-width: 0;
    max-width: calc(100% - 96px);
  }

  .public-header__logo {
    width: min(100%, 250px);
  }

  .public-login {
    display: none;
  }

  .public-header__login-link {
    min-width: 82px;
    min-height: 46px;
    padding: 9px 14px;
    font-size: 16px;
  }

  .public-registration--upper {
    padding-top: 22px;
    background: #fff;
  }

  .public-registration__inner,
  .public-registration--upper .public-registration__inner,
  .public-registration--lower .public-registration__inner {
    width: 94%;
    margin-top: 0;
    padding: 14px 12px 15px;
    border: 3px solid #172078;
    letter-spacing: normal;
  }

  .public-registration__headline,
  .public-registration--upper .public-registration__headline,
  .public-registration--lower .public-registration__headline {
    margin: 0 0 12px;
    padding: 9px 8px;
    background: linear-gradient(#e62c32, #a00009);
    color: #fff;
    font-size: clamp(17px, 4.9vw, 23px);
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-shadow: 0 1px 2px #5b0000;
  }

  .public-registration__form,
  .public-registration--upper .public-registration__form,
  .public-registration--lower .public-registration__form {
    display: grid;
    width: 100%;
    padding: 0;
    gap: 10px;
  }

  .public-registration__form input[type="email"],
  .public-registration--upper .public-registration__form input[type="email"],
  .public-registration--lower .public-registration__form input[type="email"] {
    width: 100%;
    max-width: 100%;
    height: 52px;
    margin: 0;
    padding: 10px 12px;
    border: 3px solid #8d000b;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.3;
  }

  .public-registration__submit,
  .public-registration--upper .public-registration__submit,
  .public-registration--lower .public-registration__submit {
    width: 100%;
    min-height: 60px;
    font-size: 22px;
    justify-self: stretch;
  }

  .public-registration__notes,
  .public-registration--upper .public-registration__notes,
  .public-registration--lower .public-registration__notes {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }

  .public-registration__notes p,
  .public-registration--upper .public-registration__notes p,
  .public-registration--lower .public-registration__notes p {
    margin: 3px 0;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.55;
  }

  .public-result-card dt {
    font-size: 16px;
  }

  .public-result-card dd {
    font-size: 19px;
    font-weight: 700;
  }

  .public-result-card__payout {
    font-size: clamp(29px, 8vw, 36px);
  }

  .public-top__voices {
    padding: 26px 12px 30px;
  }

  .public-top__voices-title {
    margin-bottom: 14px;
    padding: 10px 12px 8px;
    font-size: 23px;
  }

  .public-top__voice-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .public-top-voice {
    min-height: 0;
    padding: 0 14px 14px;
  }

  .public-top-voice header {
    margin: 0 -14px 11px;
    padding: 9px 11px 7px;
  }

  .public-top-voice h3 {
    font-size: 17px;
  }

  .public-top-voice p {
    font-size: 14px;
    line-height: 1.65;
  }

  .public-top__voices-more {
    width: 100%;
    min-height: 50px;
    margin-top: 17px;
    font-size: 16px;
  }

  .public-footer__nav {
    width: 94%;
    margin: 12px auto 0;
    padding: 0;
    border: 1px solid #aeb3cf;
    background: #f5f6fb;
  }

  .public-footer__nav a {
    margin: 0;
    padding: 12px 8px;
    border: 0;
    border-right: 1px solid #c4c7da;
    border-bottom: 1px solid #c4c7da;
    background: #fff;
    color: #111767;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }

  .public-footer__nav a:nth-child(odd) {
    border-right: 1px solid #c4c7da;
  }

  .public-footer__nav a:last-child {
    border-bottom: 0;
  }
}

/* Public TOP source-of-truth layout: corrected, flattened legacy artwork. */
.public-top__hero-promotion {
  display: none;
}

@media (min-width: 769px) {
  .public-top__lead {
    position: relative;
    display: block;
    height: 1080px;
    overflow: hidden;
    background: #f1f1fc;
  }

  .public-top__lead::after {
    content: none;
  }

  .public-top__hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    min-height: 0;
    overflow: hidden;
  }

  .public-top__hero picture {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 2500px;
    height: 800px;
    transform: translateX(-50%);
  }

  .public-top__hero-image {
    width: 2500px;
    max-width: none;
    height: 800px;
  }

  .public-top__hero-promotion {
    position: absolute;
    z-index: 2;
    top: 300px;
    left: 50%;
    display: block;
    width: 1000px;
    aspect-ratio: 5 / 1;
    margin: 0;
    overflow: hidden;
    transform: translateX(-50%);
  }

  .public-top__hero-promotion picture,
  .public-top__hero-promotion img {
    display: block;
    width: 100%;
    height: auto;
  }

  .public-top__lead-content {
    position: absolute;
    z-index: 2;
    top: 500px;
    left: 50%;
    display: block;
    width: 1000px;
    margin: 0;
    transform: translateX(-50%);
  }

  .public-registration--upper {
    width: 780px;
  }

  .public-registration--upper .public-registration__inner,
  .public-registration--lower .public-registration__inner {
    box-sizing: border-box;
    width: 780px;
    min-height: 220px;
    margin: 0;
    padding: 14px 20px;
  }

  .public-registration--lower .public-registration__inner {
    margin: 0 auto;
  }

  .public-registration__form,
  .public-registration--upper .public-registration__form,
  .public-registration--lower .public-registration__form {
    display: flex;
    width: 720px;
    max-width: 100%;
    padding: 0;
    align-items: stretch;
    gap: 12px;
  }

  .public-registration__form input[type="email"],
  .public-registration--upper .public-registration__form input[type="email"],
  .public-registration--lower .public-registration__form input[type="email"] {
    box-sizing: border-box;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 56px;
    margin: 0;
    padding: 11px 14px;
    font-size: 17px;
  }

  .public-registration__submit,
  .public-registration--upper .public-registration__submit,
  .public-registration--lower .public-registration__submit {
    flex: 0 0 220px;
    width: 220px;
    height: 56px;
    min-height: 56px;
    padding: 8px 14px;
    font-size: 20px;
  }

  .public-top__point {
    position: absolute;
    z-index: 2;
    top: 500px;
    left: 50%;
    width: 1000px;
    padding: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .public-top__point picture,
  .public-top__point-image {
    display: block;
    margin: 0 0 0 auto;
  }

  .public-top__point-image {
    width: 220px;
    height: auto;
  }

  .public-top__steps {
    position: absolute;
    z-index: 2;
    top: 750px;
    left: 50%;
    width: 1000px;
    padding: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .public-top__lead {
    position: relative;
    display: block;
    overflow: visible;
    background: #fff;
  }

  .public-top__hero {
    position: relative;
    width: 100%;
    height: 60.2941vw;
    min-height: 0;
    overflow: hidden;
  }

  .public-top__hero picture,
  .public-top__hero-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .public-top__hero-promotion {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  .public-top__hero-promotion picture,
  .public-top__hero-promotion img {
    display: block;
    width: 100%;
    height: auto;
  }

  .public-top__lead-content {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 0;
  }

  .public-registration--upper {
    width: 100%;
    padding: 0 0 16px;
    background: #fff;
  }

  .public-registration__inner,
  .public-registration--upper .public-registration__inner,
  .public-registration--lower .public-registration__inner {
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto;
    padding: 14px 12px 15px;
  }

  .public-registration__form,
  .public-registration--upper .public-registration__form,
  .public-registration--lower .public-registration__form {
    display: grid;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0;
    justify-items: stretch;
    gap: 11px;
  }

  .public-registration__form input[type="email"],
  .public-registration--upper .public-registration__form input[type="email"],
  .public-registration--lower .public-registration__form input[type="email"] {
    box-sizing: border-box;
    display: block;
    flex: none;
    flex-basis: auto;
    inline-size: 100%;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 56px;
    margin: 0;
    padding: 11px 13px;
    font-size: 16px;
  }

  .public-registration__submit,
  .public-registration--upper .public-registration__submit,
  .public-registration--lower .public-registration__submit {
    box-sizing: border-box;
    flex: none;
    flex-basis: auto;
    inline-size: 100%;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 64px;
    min-height: 64px;
    padding: 10px 14px;
    font-size: 23px;
    justify-self: stretch;
  }

  .public-top__point-image {
    width: 90%;
    max-width: none;
    height: auto;
    margin: 5% auto 0;
  }

  .public-top__point {
    padding-bottom: 24px;
  }

  .public-top__steps {
    position: static;
    width: 100%;
    transform: none;
  }

  .public-footer__nav a:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }
}
