.register-page {
  margin: 0;
  min-height: 100vh;
  background: #f8fbf9;
  font-family: "Inter", sans-serif;
  color: #101828;
}

.register-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.register-left {
  padding: 46px 7%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.register-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
}

.register-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.register-brand img {
  width: 58px;
}

.register-brand strong {
  display: block;
  color: #006c3e;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.register-brand span {
  color: #344054;
  font-size: 14px;
  font-weight: 600;
}

.login-link {
  color: #344054;
  font-weight: 600;
}

.login-link a {
  margin-left: 12px;
  color: #006c3e;
  font-weight: 900;
  text-decoration: none;
}

.register-form-card {
  max-width: 760px;
}

.register-kicker {
  color: #006c3e;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 12px;
}

.register-form-card h1 {
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -1.7px;
  font-weight: 900;
  color: #101828;
  margin-bottom: 16px;
}

.register-subtitle {
  max-width: 520px;
  color: #667085;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 34px;
}

.register-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.register-field {
  position: relative;
  margin-bottom: 16px;
}

.register-field.full {
  width: 100%;
}

.register-field > i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #006c3e;
  font-size: 18px;
  z-index: 2;
}

.register-field input,
.register-field select {
  width: 100%;
  height: 58px;
  border-radius: 14px;
  border: 1px solid #d9e7df;
  background: #ffffff;
  padding: 0 48px;
  font-size: 15px;
  color: #101828;
  outline: none;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.035);
  transition: all 0.25s ease;
}

.register-field input:focus,
.register-field select:focus {
  border-color: #006c3e;
  box-shadow: 0 0 0 5px rgba(0, 108, 62, 0.1);
}

.field-action {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: none;
  background: #f3faf6;
  border-radius: 10px;
  color: #101828;
}

.privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #344054;
  font-weight: 700;
  margin: 8px 0 24px;
}

.privacy-check input {
  width: 19px;
  height: 19px;
  accent-color: #006c3e;
  margin-top: 3px;
}

.register-submit {
  width: 100%;
  height: 62px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #006c3e, #004f2d);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 18px 38px rgba(0, 108, 62, 0.22);
}

.safe-note {
  margin-top: 28px;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
}

.safe-note i {
  color: #006c3e;
  margin-right: 8px;
}

.register-right {
  position: relative;
  padding: 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 25%, rgba(45, 221, 133, 0.22), transparent 20%),
    radial-gradient(circle at 25% 78%, rgba(255, 255, 255, 0.10), transparent 30%),
    linear-gradient(135deg, #083d27 0%, #006c3e 48%, #04351f 100%);
  color: #ffffff;
}

.register-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.55;
}

.back-link {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.register-right-content {
  position: relative;
  z-index: 2;
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.register-right h2 {
  color: #ffffff;
  font-size: clamp(48px, 4.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -2px;
  font-weight: 950;
  margin-bottom: 28px;
}

.register-right h2 span {
  color: #38ef8f;
}

.register-right p {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.register-orb {
  margin-top: 70px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.16), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.register-orb > i {
  font-size: 120px;
  color: rgba(255,255,255,0.92);
}

.register-orb span {
  position: absolute;
  right: 42px;
  bottom: 58px;
  width: 105px;
  height: 105px;
  border-radius: 28px;
  background: #ffffff;
  color: #006c3e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

.iti {
  width: 100%;
}

.alert {
  border-radius: 14px;
  font-weight: 700;
}

#side-bar,
.progress-wrap,
.search-input-area,
#anywhere-home,
.p--100 {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .register-shell {
    grid-template-columns: 1fr;
  }

  .register-right {
    display: none;
  }

  .register-left {
    padding: 36px 26px;
  }

  .register-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 36px;
  }

  .register-grid {
    grid-template-columns: 1fr;
  }

  .register-form-card h1 {
    font-size: 36px;
  }
}

.register-select-block {
  margin-bottom: 22px;
}

.register-select-block label {
  display: block;
  margin-bottom: 10px;
  color: #101828;
  font-size: 15px;
  font-weight: 800;
}

.privacy-check {
  margin-top: 8px;
  margin-bottom: 26px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #006c3e;
  border-radius: 7px;
  background: #ffffff;
  position: relative;
  transition: all 0.2s ease;
}

.custom-checkbox input:checked ~ .checkmark {
  background: #006c3e;
  border-color: #006c3e;
}

.custom-checkbox input:checked ~ .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.privacy-text {
  color: #344054;
  font-size: 15px;
  font-weight: 700;
}
