.register-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 14%, rgba(44, 93, 220, 0.28), transparent 36%),
    linear-gradient(180deg, #101f7f 0%, #16276d 55%, #172868 100%);
  color: #fff;
}

.register-header {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #132170;
  box-shadow: 0 3px 12px rgba(5, 10, 36, 0.22);
}

.register-header-inner {
width: 100%;
    margin: 0 auto;
    padding: 14px 30px;
}

.register-main {
  width: 100%;
  padding: 72px 0 88px;
}

.register-hero,
.register-panel-wrap {
  width: 1326px;
  max-width: calc(100% - 36px);
  margin: 0 auto;
}

.register-hero {
  margin-bottom: 30px;
}

.register-hero .section-titles {
  align-items: flex-start;
  margin-bottom: 18px;
}

.register-hero .section-titles h2 {
  align-self: auto;
}

.register-intro {
  max-width: 760px;
  margin: 0;
  color: #dce6ff;
  font-size: 16px;
  line-height: 1.6;
}

.register-panel {
  border-radius: 22px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(24, 61, 155, 0.95) 0%, rgba(19, 47, 131, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 50px rgba(5, 11, 40, 0.24);
}

.register-panel-copy h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}

.register-notice-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 10px;
  color: #e3ecff;
  font-size: 15px;
  line-height: 1.65;
}

.register-panel-action {
  margin-top: 26px;
  display: flex;
  justify-content: flex-end;
}

.register-start-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ffcc00;
  color: #111125;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.register-page .site-footer {
  margin-top: 0;
}

@media (max-width: 992px) {
  .register-header-inner,
  .register-hero,
  .register-panel-wrap {
    max-width: calc(100% - 24px);
  }
}

@media (max-width: 768px) {
  .register-main {
    padding: 42px 0 70px;
  }

  .register-panel {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .register-panel-copy h3 {
    font-size: 21px;
  }

  .register-panel-action {
    justify-content: stretch;
  }

  .register-start-btn {
    width: 100%;
  }
}
