/*
 * Auth shell (main_layout_header.html): login, register, etc.
 * Shared marketing visuals (e.g. .page-bg) come from home_page.css.
 */
body .content {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  max-width: none
}

body .main_section {
  grid-column: auto;
  grid-row: auto;
  padding: 0;
  background: transparent;
  min-height: 0
}

.login-solo {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(1rem, 4vw, 2rem)
}

.login-solo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(110% 90% at 15% 20%, rgba(63, 156, 255, 0.16), transparent 60%), radial-gradient(95% 85% at 85% 80%, rgba(74, 242, 142, 0.14), transparent 62%), linear-gradient(180deg, rgba(7, 14, 30, 0.78) 0%, rgba(8, 16, 34, 0.74) 50%, rgba(7, 14, 30, 0.8) 100%);
  z-index: -2
}

.login-solo__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08), transparent 35%), radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.07), transparent 36%);
  animation: loginBgDrift 22s ease-in-out infinite alternate
}

.login-solo__bg::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 75%);
  animation: loginGridDrift 26s linear infinite
}

@keyframes loginBgDrift {
  from {
    transform: translate3d(-8px, 0, 0)
  }

  to {
    transform: translate3d(8px, -10px, 0)
  }
}

@keyframes loginGridDrift {
  from {
    background-position: 0 0, 0 0
  }

  to {
    background-position: 48px 26px, 22px 38px
  }
}

.login-solo__wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: center
}

.login-solo__value {
  color: rgba(233, 242, 255, 0.95);
  padding: clamp(0.5rem, 2vw, 1.2rem)
}

.login-solo__title {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.1;
  font-weight: 820;
  letter-spacing: -0.02em;
  color: rgba(248, 252, 255, 0.98)
}

.login-solo__title span {
  color: #4af28e;
  text-shadow: 0 0 26px rgba(74, 242, 142, 0.2)
}

.login-solo__sub {
  margin: 0 0 1rem;
  max-width: 58ch;
  color: rgba(210, 224, 255, 0.76);
  line-height: 1.65
}

.login-solo__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.62rem
}

.login-solo__points li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(229, 239, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 560
}

.login-solo__points li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4af28e;
  box-shadow: 0 0 12px rgba(74, 242, 142, 0.55)
}

.login-card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(18, 28, 48, 0.9) 0%, rgba(10, 18, 32, 0.95) 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  padding: clamp(1rem, 2.2vw, 1.7rem)
}

.login-card__title {
  margin: 0;
  color: rgba(248, 252, 255, 0.97);
  font-size: 1.35rem;
  font-weight: 760
}

.login-card__sub {
  margin: 0.42rem 0 1.05rem;
  color: rgba(206, 219, 245, 0.72);
  font-size: 0.92rem
}

.login-label {
  display: block;
  margin-bottom: 0.36rem;
  color: rgba(229, 239, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 560
}

.login-solo .textbox {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 14, 28, 0.74);
  color: #f3f8ff;
  padding: 0.72rem 0.84rem;
  font-size: 0.94rem
}

.login-solo .textbox:focus {
  outline: none;
  border-color: rgba(77, 180, 255, 0.85);
  box-shadow: 0 0 0 3px rgba(77, 180, 255, 0.16)
}

.login-btn {
  width: 100%;
  border: 0;
  border-radius: 13px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.84rem 1rem;
  background: linear-gradient(160deg, #ff5a63 0%, #ff4d57 50%, #e93a46 100%);
  box-shadow: 0 4px 15px rgba(255, 77, 87, 0.45), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1)
}

.login-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  background: linear-gradient(160deg, #ff4d57 0%, #f4434e 50%, #db3340 100%);
  box-shadow: 0 8px 25px rgba(255, 77, 87, 0.5), 0 1px 0 rgba(255, 255, 255, 0.15) inset
}

.login-links {
  margin-top: 1.15rem;
  display: grid;
  gap: 1.05rem;
  text-align: center;
  color: rgba(194, 209, 236, 0.74);
  font-size: 0.88rem;
  line-height: 1.45
}

.login-links__forgot {
  font-size: 0.82rem;
  color: rgba(194, 209, 236, 0.66)
}

.login-links__forgot a {
  color: #4af28e
}

.login-links__register {
  font-size: 0.9rem;
  color: rgba(220, 233, 252, 0.84)
}

.login-links a {
  color: #ff5a63;
  text-decoration: none;
  font-weight: 700
}

.login-links .login-links__forgot a {
  color: #4af28e
}

.login-help a {
  color: #4af28e;
  text-decoration: none;
  font-weight: 620
}

.login-links a:hover,
.login-help a:hover {
  color: #66f6a1
}

.login-links .login-links__forgot a:hover {
  color: #66f6a1
}

.login-help {
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(194, 209, 236, 0.74);
  font-size: 0.84rem;
  line-height: 1.45
}

.login-help .btn {
  margin-top: 0.62rem;
  border: 1px solid rgba(74, 242, 142, 0.42);
  background: linear-gradient(180deg, rgba(74, 242, 142, 0.18), rgba(74, 242, 142, 0.08));
  color: #4af28e;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.32rem 0.8rem;
  font-size: 0.8rem;
  box-shadow: 0 0 0 1px rgba(74, 242, 142, 0.08) inset
}

@media (max-width:1199.98px) {
  .login-solo {
    padding: clamp(0.9rem, 3vw, 1.5rem)
  }

  .login-solo__wrap {
    width: min(980px, 100%);
    gap: clamp(0.9rem, 2vw, 1.5rem);
    grid-template-columns: 1fr 1fr
  }

  .login-solo__title {
    font-size: clamp(1.85rem, 3.6vw, 2.7rem)
  }
}

@media (max-width:991.98px) {
  .login-solo {
    align-items: flex-start;
    padding: 1rem
  }

  .login-solo__wrap {
    grid-template-columns: 1fr;
    width: min(740px, 100%);
    gap: 1rem
  }

  .login-solo__value {
    padding: 0.35rem 0.2rem 0.1rem;
    text-align: center;
    margin-bottom: 0.75rem
  }

  .login-card {
    border-radius: 20px;
    padding: 1.1rem
  }

  .login-solo__title {
    font-size: clamp(1.75rem, 5.4vw, 2.35rem)
  }

  .login-solo__sub {
    margin-left: auto;
    margin-right: auto
  }

  .login-solo__points {
    max-width: 560px;
    margin: 0.2rem auto 0;
    text-align: left
  }
}

@media (max-width:767.98px) {
  .login-solo {
    padding: 0.8rem
  }

  .login-card {
    border-radius: 18px;
    padding: 1rem
  }

  .login-card__title {
    font-size: 1.2rem
  }

  .login-card__sub {
    font-size: 0.88rem;
    margin-bottom: 0.9rem
  }

  .login-solo__title {
    font-size: clamp(1.52rem, 8.3vw, 2rem);
    line-height: 1.16
  }

  .login-solo__sub {
    font-size: 0.93rem;
    line-height: 1.55
  }

  .login-solo__points {
    justify-items: center;
    text-align: center
  }

  .login-solo__points li {
    font-size: 0.9rem;
    justify-content: center;
    text-align: center
  }

  .login-btn {
    padding: 0.82rem 0.95rem;
    font-size: 0.96rem
  }

  .login-links {
    margin-top: 1rem;
    font-size: 0.84rem
  }
}

@media (max-width:389.98px) {
  .login-solo {
    padding: 0.65rem
  }

  .login-card {
    padding: 0.9rem
  }

  .login-solo .textbox {
    padding: 0.68rem 0.76rem;
    font-size: 0.9rem
  }
}

body .content {
  display: block;
  width: 100%;
  min-height: 0;
  height: auto;
  max-width: none
}

body .main_section {
  grid-column: auto;
  grid-row: auto;
  padding: 0;
  background: transparent;
  min-height: 0
}

.register-solo {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: clamp(1rem, 4vw, 2rem)
}

.register-solo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(110% 90% at 15% 20%, rgba(63, 156, 255, 0.16), transparent 60%), radial-gradient(95% 85% at 85% 80%, rgba(74, 242, 142, 0.14), transparent 62%), linear-gradient(180deg, rgba(7, 14, 30, 0.78) 0%, rgba(8, 16, 34, 0.74) 50%, rgba(7, 14, 30, 0.8) 100%);
  z-index: -2
}

.register-solo__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background: radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.08), transparent 35%), radial-gradient(circle at 78% 78%, rgba(255, 255, 255, 0.07), transparent 36%);
  animation: registerBgDrift 22s ease-in-out infinite alternate
}

.register-solo__bg::after {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 75%);
  animation: registerGridDrift 26s linear infinite
}

@keyframes registerBgDrift {
  from {
    transform: translate3d(-8px, 0, 0)
  }

  to {
    transform: translate3d(8px, -10px, 0)
  }
}

@keyframes registerGridDrift {
  from {
    background-position: 0 0, 0 0
  }

  to {
    background-position: 48px 26px, 22px 38px
  }
}

.register-solo__wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: center
}

.register-solo__value {
  color: rgba(233, 242, 255, 0.95);
  padding: clamp(0.5rem, 2vw, 1.2rem)
}

.register-solo__title {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  font-weight: 820;
  letter-spacing: -0.02em;
  color: rgba(248, 252, 255, 0.98)
}

.register-solo__title span {
  color: #4af28e;
  text-shadow: 0 0 26px rgba(74, 242, 142, 0.2)
}

.register-solo__sub {
  margin: 0 0 1rem;
  max-width: 58ch;
  color: rgba(210, 224, 255, 0.76);
  line-height: 1.65
}

.register-solo__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.62rem
}

.register-solo__points li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(229, 239, 255, 0.88);
  font-size: 0.94rem;
  font-weight: 560
}

.register-solo__points li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4af28e;
  box-shadow: 0 0 12px rgba(74, 242, 142, 0.55)
}

.register-solo__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem
}

.register-solo__chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(225, 236, 255, 0.86);
  padding: 0.32rem 0.72rem;
  font-size: 0.8rem;
  font-weight: 620
}

.register-solo__chip.is-done {
  border-color: rgba(74, 242, 142, 0.5);
  background: rgba(74, 242, 142, 0.16);
  color: #4af28e
}

.register-solo__chip.is-pending {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(205, 220, 244, 0.82)
}

.register-status {
  margin-top: 0.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: linear-gradient(170deg, rgba(13, 22, 40, 0.82), rgba(9, 16, 30, 0.88));
  padding: 0.85rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3)
}

.register-status__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09)
}

.register-status__row:last-child {
  border-bottom: 0;
  padding-bottom: 0.2rem
}

.register-status__label {
  color: rgba(190, 205, 232, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 650
}

.register-status__value {
  color: rgba(237, 245, 255, 0.95);
  font-size: 0.94rem;
  font-weight: 630;
  text-align: right
}

.register-status__value--ok {
  color: #4af28e
}

.register-status__value--warn {
  color: #ffd078
}

.register-status__next {
  margin-top: 0.75rem;
  color: rgba(210, 224, 248, 0.82);
  font-size: 0.87rem;
  line-height: 1.5
}

.register-status__next strong {
  color: rgba(245, 251, 255, 0.95);
  font-weight: 650
}

.register-card {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(165deg, rgba(18, 28, 48, 0.9) 0%, rgba(10, 18, 32, 0.95) 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  padding: clamp(1rem, 2.2vw, 1.7rem)
}

.register-flow {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.register-card__title {
  margin: 0;
  color: rgba(248, 252, 255, 0.97);
  font-size: 1.35rem;
  font-weight: 760
}

.register-card__sub {
  margin: 0.42rem 0 1.05rem;
  color: rgba(206, 219, 245, 0.72);
  font-size: 0.92rem
}

.register-steps {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0
}

.register-steps__item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(194, 209, 236, 0.75);
  font-size: 0.92rem;
  font-weight: 620
}

.register-steps__dot {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(232, 242, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1
}

.register-steps__line {
  position: relative;
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  overflow: hidden
}

.register-steps__line::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -35%;
  width: 35%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(74, 242, 142, 0), rgba(74, 242, 142, 0.95), rgba(74, 242, 142, 0));
  box-shadow: 0 0 10px rgba(74, 242, 142, 0.8), 0 0 20px rgba(74, 242, 142, 0.45);
  filter: blur(0.25px);
  animation: registerEnergyFlow 1.9s ease-in-out infinite
}

.register-steps__item.is-active {
  color: rgba(236, 245, 255, 0.96)
}

.register-steps__item.is-active .register-steps__dot {
  border-color: rgba(74, 242, 142, 0.6);
  background: rgba(74, 242, 142, 0.2);
  color: #4af28e;
  box-shadow: 0 0 12px rgba(74, 242, 142, 0.2)
}

.register-steps__item.is-done {
  color: rgba(200, 235, 214, 0.88)
}

.register-steps__item.is-done .register-steps__dot {
  border-color: rgba(74, 242, 142, 0.75);
  background: rgba(74, 242, 142, 0.22);
  color: #4af28e
}

@keyframes registerEnergyFlow {
  0% {
    left: -35%;
    opacity: 0.12
  }

  12% {
    opacity: 1
  }

  88% {
    opacity: 1
  }

  100% {
    left: 100%;
    opacity: 0.1
  }
}

.register-label {
  display: block;
  margin-bottom: 0.36rem;
  color: rgba(229, 239, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 560
}

.register-solo .textbox {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 14, 28, 0.74);
  color: #f3f8ff;
  padding: 0.72rem 0.84rem;
  font-size: 0.94rem
}

.register-solo .textbox:focus {
  outline: none;
  border-color: rgba(77, 180, 255, 0.85);
  box-shadow: 0 0 0 3px rgba(77, 180, 255, 0.16)
}

.register-captcha {
  margin: 0.95rem 0;
  padding: 0.65rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 14, 28, 0.5);
  overflow-x: auto
}

.register-btn {
  width: 100%;
  border: 0;
  border-radius: 13px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.84rem 1rem;
  background: linear-gradient(160deg, #ff5a63 0%, #ff4d57 50%, #e93a46 100%);
  box-shadow: 0 4px 15px rgba(255, 77, 87, 0.45), 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1)
}

.register-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  background: linear-gradient(160deg, #ff4d57 0%, #f4434e 50%, #db3340 100%);
  box-shadow: 0 8px 25px rgba(255, 77, 87, 0.5), 0 1px 0 rgba(255, 255, 255, 0.15) inset
}

.register-alt {
  margin: 0.92rem 0 0;
  text-align: center;
  color: rgba(194, 209, 236, 0.74);
  font-size: 0.86rem
}

.register-alt a,
.register-help a {
  color: #4af28e;
  text-decoration: none;
  font-weight: 620
}

.register-help {
  margin-top: 0.95rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(194, 209, 236, 0.74);
  font-size: 0.84rem
}

.register-help .register-help__btn {
  display: inline-block;
  margin-top: 0.1rem;
  border: 1px solid rgba(74, 242, 142, 0.42);
  background: linear-gradient(180deg, rgba(74, 242, 142, 0.18), rgba(74, 242, 142, 0.08));
  color: #4af28e;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.32rem 0.8rem;
  font-size: 0.8rem;
  box-shadow: 0 0 0 1px rgba(74, 242, 142, 0.08) inset;
  text-decoration: none
}

.setup-step {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(170deg, rgba(7, 16, 33, 0.85), rgba(6, 12, 24, 0.88));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.03) inset, 0 0 22px rgba(74, 242, 142, 0.06);
  padding: 1.15rem;
  margin-bottom: 0.95rem;
  color: rgba(230, 236, 249, 0.92)
}

.setup-step__plan {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.52rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(186, 202, 230, 0.72)
}

.setup-step__price {
  margin-top: 0.1rem;
  display: grid;
  gap: 0.14rem
}

.setup-step__trial {
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.35;
  color: #ff4d57;
  text-shadow: 0 0 14px rgba(255, 77, 87, 0.22)
}

.setup-step__main {
  font-size: clamp(1.56rem, 2.4vw, 1.84rem);
  font-weight: 840;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: rgba(250, 252, 255, 0.99)
}

.setup-step__trust {
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(196, 210, 235, 0.8)
}

.payment-method-title {
  margin: 0.2rem 0 0.55rem;
  font-size: 0.84rem;
  font-weight: 620;
  letter-spacing: 0.02em;
  color: rgba(188, 203, 230, 0.76)
}

.sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 0.9rem
}

.sub-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(170deg, rgba(7, 16, 33, 0.85), rgba(6, 12, 24, 0.88));
  padding: 0.9rem;
  color: rgba(194, 211, 240, 0.72);
  font-size: 0.82rem
}

.sub-card h4 {
  margin: 0 0 0.45rem;
  color: rgba(248, 252, 255, 0.98);
  font-size: 0.95rem;
  font-weight: 700
}

.sub-card h4 i {
  color: #66d7ff
}

@media (max-width:1199.98px) {
  .register-solo {
    padding: clamp(0.9rem, 3vw, 1.5rem)
  }

  .register-solo__wrap {
    width: min(980px, 100%);
    gap: clamp(0.9rem, 2vw, 1.5rem);
    grid-template-columns: 1fr 1fr
  }

  .register-solo__title {
    font-size: clamp(1.85rem, 3.6vw, 2.7rem)
  }
}

@media (max-width:991.98px) {
  .register-solo {
    align-items: flex-start;
    padding: 1rem
  }

  .register-solo__wrap {
    grid-template-columns: 1fr;
    width: min(740px, 100%);
    gap: 1.45rem
  }

  .register-card {
    border-radius: 20px;
    padding: 1.1rem
  }

  .register-flow {
    gap: 0.85rem;
    width: min(620px, calc(100% - 2.6rem));
    margin-inline: auto
  }

  .register-solo__value {
    padding: 0.35rem 0.2rem 0.1rem;
    text-align: center;
    margin-bottom: 0.75rem
  }

  .register-solo__title {
    font-size: clamp(1.75rem, 5.4vw, 2.35rem)
  }

  .register-solo__sub {
    margin-left: auto;
    margin-right: auto
  }

  .register-status {
    max-width: 560px;
    margin: 0.3rem auto 0
  }

  .register-solo__points {
    max-width: 560px;
    margin: 0.2rem auto 0;
    text-align: center;
    justify-items: center
  }

  .register-solo__points li {
    justify-content: center;
    text-align: center
  }

  .register-solo__chips {
    justify-content: center
  }

  .register-captcha {
    display: flex;
    justify-content: center
  }
}

@media (max-width:767.98px) {
  .register-solo {
    padding: 0.8rem
  }

  .register-card {
    border-radius: 18px;
    padding: 1rem
  }

  .register-flow {
    width: min(520px, calc(100% - 2.2rem));
    margin-inline: auto
  }

  .register-card__title {
    font-size: 1.2rem
  }

  .register-card__sub {
    font-size: 0.88rem;
    margin-bottom: 0.9rem
  }

  .register-steps {
    gap: 0.4rem;
    margin-bottom: 0.15rem
  }

  .register-steps__item {
    font-size: 0.8rem
  }

  .register-steps__dot {
    width: 26px;
    height: 26px;
    font-size: 0.78rem
  }

  .register-solo__title {
    font-size: clamp(1.52rem, 8.3vw, 2rem);
    line-height: 1.16
  }

  .register-solo__sub {
    font-size: 0.93rem;
    line-height: 1.55
  }

  .register-status__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem
  }

  .register-status__value {
    text-align: left
  }

  .register-solo__points li {
    font-size: 0.9rem;
    justify-content: center;
    text-align: center
  }

  .register-solo__points {
    justify-items: center;
    text-align: center
  }

  .register-btn {
    padding: 0.82rem 0.95rem;
    font-size: 0.96rem
  }

  .sub-grid {
    grid-template-columns: 1fr
  }
}

@media (max-width:389.98px) {
  .register-solo {
    padding: 0.65rem
  }

  .register-card {
    padding: 0.9rem
  }

  .register-flow {
    width: calc(100% - 1.4rem)
  }

  .register-solo .textbox {
    padding: 0.68rem 0.76rem;
    font-size: 0.9rem
  }

  .register-captcha {
    justify-content: flex-start;
    overflow: hidden
  }

  .register-captcha .g-recaptcha {
    transform: scale(0.88);
    transform-origin: left top
  }
}
