/**
 * Supplier register — split-screen partnership signup (design match).
 */
html.supplier-register-page {
  min-height: 100%;
  min-height: 100dvh;
  background: #f3f5f7 !important;
  background-image: none !important;
}

body.supplier-register-body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: #f3f5f7;
  color: #1e293b;
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.sr-page {
  --sr-teal: #0a7a7a;
  --sr-teal-deep: #066666;
  --sr-teal-soft: #e6f3f3;
  --sr-teal-line: #94d2bd;
  --sr-navy: #001c2b;
  --sr-navy-2: #032536;
  --sr-ink: #0f172a;
  --sr-muted: #64748b;
  --sr-border: #d8dee6;
  --sr-surface: #ffffff;
  --sr-canvas: #f3f5f7;
  display: grid;
  grid-template-columns: minmax(320px, 38%) minmax(0, 1fr);
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
}

.sr-aside {
  background: linear-gradient(180deg, var(--sr-navy) 0%, var(--sr-navy-2) 100%);
  color: #e8eef3;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  overflow-y: auto;
}

.sr-collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 1.15rem 1.35rem 0;
  flex-shrink: 0;
}

.sr-collage img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.5rem;
}

.sr-aside-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 2.35rem 2.15rem 2.25rem;
  min-height: 0;
}

.sr-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 2.35rem;
}

.sr-brand .stayeasy-brand-logo,
.sr-brand img {
  height: auto;
  max-width: 11.5rem;
  width: auto;
}

.sr-aside-intro {
  margin-bottom: 2.75rem;
}

.sr-kicker {
  margin: 0 0 1.05rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7ec8c4;
}

.sr-aside-title {
  margin: 0 0 1.15rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2rem, 2.6vw, 2.75rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 18rem;
}

.sr-aside-lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(232, 238, 243, 0.78);
  max-width: 22rem;
}

.sr-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.85rem;
  flex: 1 1 auto;
}

.sr-features li {
  display: grid;
  grid-template-columns: 2.85rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.sr-feature-icon {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  color: #9fd9d5;
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1;
}

.sr-feature-icon .bi {
  display: block;
  line-height: 1;
  font-size: 1.15rem;
}

.sr-feature-copy {
  min-width: 0;
}

.sr-features strong {
  display: block;
  font-size: 0.96rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.4rem;
  line-height: 1.35;
}

.sr-feature-desc {
  display: block;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(232, 238, 243, 0.68);
}

.sr-aside-footer {
  margin-top: auto;
  padding-top: 2.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  font-size: 0.88rem;
  line-height: 1.5;
}

.sr-aside-footer a {
  color: #8fd4cf;
  text-decoration: none;
  font-weight: 500;
}

.sr-aside-footer a:hover {
  color: #b8ebe7;
  text-decoration: underline;
}

.sr-aside-footer .sr-muted-link {
  color: rgba(232, 238, 243, 0.75);
  margin: 0;
}

.sr-aside-footer .sr-muted-link a {
  font-weight: 600;
}

.sr-main {
  background: var(--sr-canvas);
  min-width: 0;
  padding: 2rem 1.75rem 2.5rem;
}

.sr-main-inner {
  max-width: 62rem;
  margin: 0 auto;
}

.sr-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--sr-teal);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 1.25rem;
}

.sr-back:hover {
  color: var(--sr-teal-deep);
  text-decoration: underline;
}

.sr-main-title {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-size: clamp(1.95rem, 2.6vw, 2.45rem);
  line-height: 1.15;
  color: var(--sr-ink);
}

.sr-main-sub {
  margin: 0 0 1.5rem;
  color: var(--sr-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 38rem;
}

.sr-stepper {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  margin-bottom: 1.65rem;
  padding: 0.15rem 0 0.35rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.sr-step {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
}

.sr-step.is-active {
  color: var(--sr-ink);
  font-weight: 600;
}

.sr-step-num {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  background: #e2e8f0;
  color: #64748b;
  flex-shrink: 0;
}

.sr-step.is-active .sr-step-num {
  background: var(--sr-teal);
  color: #fff;
}

.sr-step-line {
  width: 2.5rem;
  height: 1px;
  background: #cbd5e1;
  margin: 0 0.65rem;
  flex-shrink: 0;
}

.sr-card {
  background: var(--sr-surface);
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.05);
  padding: 1.5rem 1.5rem 1.65rem;
  overflow: visible;
}

.sr-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 16.5rem);
  gap: 1.5rem;
  align-items: start;
}

.sr-form-col {
  min-width: 0;
}

.sr-section-label {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--sr-ink);
}

.sr-section-hint {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  color: var(--sr-muted);
  line-height: 1.5;
}

.sr-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.65rem;
}

.sr-cat {
  position: relative;
  margin: 0;
  cursor: pointer;
  min-width: 0;
}

.sr-cat input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sr-cat-body {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: start;
  min-height: 5rem;
  padding: 0.9rem 0.95rem;
  border: 1.5px solid var(--sr-border);
  border-radius: 0.7rem;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.sr-cat:hover .sr-cat-body {
  border-color: rgba(10, 122, 122, 0.45);
}

.sr-cat input:focus-visible + .sr-cat-body {
  outline: 2px solid rgba(10, 122, 122, 0.35);
  outline-offset: 2px;
}

.sr-cat input:checked + .sr-cat-body {
  border-color: var(--sr-teal);
  background: rgba(10, 122, 122, 0.05);
  box-shadow: 0 0 0 1px rgba(10, 122, 122, 0.2);
}

.sr-cat-icon {
  width: 1.85rem;
  height: 1.85rem;
  color: var(--sr-teal);
  font-size: 1.35rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sr-cat-text {
  min-width: 0;
}

.sr-cat-text strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--sr-ink);
  margin-bottom: 0.15rem;
}

.sr-cat-text span {
  display: block;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--sr-muted);
}

.sr-cat-radio {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  border: 1.5px solid #cbd5e1;
  margin-top: 0.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 0.65rem;
  flex-shrink: 0;
}

.sr-cat input:checked + .sr-cat-body .sr-cat-radio {
  background: var(--sr-teal);
  border-color: var(--sr-teal);
  color: #fff;
}

.sr-cat--disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.sr-cat--disabled:hover .sr-cat-body {
  border-color: var(--sr-border);
}

.sr-cat--disabled .sr-cat-body {
  background: #f8fafc;
  pointer-events: none;
}

.sr-cat--disabled .sr-cat-icon {
  color: #94a3b8;
}

.sr-account-head {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--sr-ink);
}

.sr-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1.1rem;
}

.sr-field {
  min-width: 0;
}

.sr-field--full {
  grid-column: 1 / -1;
}

.sr-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #334155;
}

.sr-req {
  color: #dc2626;
  font-weight: 600;
}

.sr-input,
.sr-select,
#supplierRegisterForm .form-control,
#supplierRegisterForm .form-select {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--sr-border);
  border-radius: 0.45rem;
  background: #fff;
  color: var(--sr-ink);
  font-size: 0.92rem;
  box-shadow: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#supplierRegisterForm .form-control:hover,
#supplierRegisterForm .form-select:hover,
.sr-input:hover,
.sr-select:hover {
  border-color: rgba(10, 122, 122, 0.45);
}

#supplierRegisterForm .form-control:focus,
#supplierRegisterForm .form-select:focus,
.sr-input:focus,
.sr-select:focus {
  border-color: var(--sr-teal);
  box-shadow: 0 0 0 3px rgba(10, 122, 122, 0.15) !important;
  outline: none;
}

.sr-pw-wrap {
  position: relative;
}

.sr-pw-wrap .form-control,
.sr-pw-wrap .sr-input {
  padding-right: 2.75rem;
}

.sr-pw-wrap .stayeasy-password-toggle {
  display: block;
  position: relative;
  width: 100%;
}

.sr-pw-wrap .stayeasy-password-toggle .form-control {
  border-radius: 0.45rem;
  padding-right: 2.75rem;
  width: 100%;
}

.sr-pw-wrap .stayeasy-password-toggle-btn {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  border: 0 !important;
  background: transparent !important;
  color: #64748b !important;
  box-shadow: none !important;
  padding: 0.35rem 0.55rem;
  line-height: 1;
}

.sr-pw-wrap .stayeasy-password-toggle-btn:hover,
.sr-pw-wrap .stayeasy-password-toggle-btn:focus {
  color: var(--sr-teal) !important;
}

.sr-pwd-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  grid-column: 1 / -1;
}

.sr-pwd-checks li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: #94a3b8;
}

.sr-pwd-checks li i {
  font-size: 0.85rem;
}

.sr-pwd-checks li.is-ok {
  color: var(--sr-teal);
}

.sr-checks {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sr-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
}

.sr-check input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
  accent-color: var(--sr-teal);
  cursor: pointer;
}

.sr-check label {
  font-size: 0.86rem;
  line-height: 1.5;
  color: #334155;
  cursor: pointer;
}

.sr-check a {
  color: var(--sr-teal);
  font-weight: 600;
  text-decoration: none;
}

.sr-check a:hover {
  text-decoration: underline;
}

.sr-submit {
  margin-top: 1.35rem;
  width: 100%;
  min-height: 3rem;
  border: 0;
  border-radius: 0.5rem;
  background: var(--sr-teal);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: background 0.15s ease;
}

.sr-submit:hover,
.sr-submit:focus {
  background: var(--sr-teal-deep);
  color: #fff;
}

.sr-secure {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: var(--sr-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.sr-signin {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.88rem;
  color: var(--sr-muted);
}

.sr-signin a {
  color: var(--sr-teal);
  font-weight: 600;
  text-decoration: none;
}

.sr-signin a:hover {
  text-decoration: underline;
}

.sr-next {
  background: var(--sr-teal-soft);
  border-radius: 0.85rem;
  padding: 1.2rem 1.05rem 1.25rem;
  border: 1px solid rgba(10, 122, 122, 0.08);
  min-width: 0;
  position: sticky;
  top: 1.5rem;
  align-self: start;
  z-index: 2;
}

.sr-next h3 {
  margin: 0 0 1.05rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--sr-ink);
}

.sr-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.sr-timeline::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 0.9rem;
  bottom: 1.4rem;
  width: 1px;
  background: rgba(10, 122, 122, 0.25);
}

.sr-timeline li {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.75rem;
  align-items: start;
  position: relative;
  margin-bottom: 1.1rem;
}

.sr-timeline li:last-child {
  margin-bottom: 0.9rem;
}

.sr-timeline-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--sr-teal);
  color: var(--sr-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  z-index: 1;
  flex-shrink: 0;
}

.sr-timeline p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #334155;
  padding-top: 0.2rem;
}

.sr-next-note {
  margin: 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(10, 122, 122, 0.15);
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #475569;
}

.sr-next-note i {
  color: var(--sr-teal);
  margin-top: 0.1rem;
  flex-shrink: 0;
}

#supplierRegisterForm .iti {
  width: 100%;
  display: block;
}

#supplierRegisterForm .iti__flag-container {
  z-index: 4;
}

#supplierRegisterForm .iti input.iti__tel-input,
#supplierRegisterForm .iti input[type="tel"] {
  padding-left: 3.35rem !important;
}

.sr-alert {
  margin-bottom: 1rem;
  border-radius: 0.7rem;
  border: 0;
  box-shadow: none;
}

.sr-offer-error {
  margin: -0.55rem 0 1rem;
}

@media (min-width: 992px) {
  .sr-aside-body {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) and (min-height: 820px) {
  .sr-brand {
    margin-bottom: 2.75rem;
  }

  .sr-aside-intro {
    margin-bottom: 3.25rem;
  }

  .sr-features {
    gap: 2.15rem;
  }

  .sr-aside-footer {
    padding-top: 3.25rem;
  }
}

@media (max-width: 1100px) {
  .sr-layout {
    grid-template-columns: 1fr;
  }

  .sr-next {
    order: -1;
    position: static;
    top: auto;
  }
}

@media (max-width: 991.98px) {
  .sr-page {
    grid-template-columns: 1fr;
  }

  .sr-aside {
    min-height: auto;
  }

  .sr-collage {
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem 1.15rem 0;
  }

  .sr-aside-body {
    padding: 1.75rem 1.5rem 1.85rem;
  }

  .sr-brand {
    margin-bottom: 1.85rem;
  }

  .sr-aside-intro {
    margin-bottom: 2rem;
  }

  .sr-features {
    gap: 1.5rem;
  }

  .sr-aside-footer {
    padding-top: 2rem;
  }

  .sr-main {
    padding: 1.5rem 1.15rem 2.25rem;
  }

  .sr-card {
    padding: 1.25rem 1.1rem 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .sr-categories,
  .sr-fields {
    grid-template-columns: 1fr;
  }

  .sr-collage {
    gap: 0.35rem;
    padding: 0.75rem 0.75rem 0;
  }

  .sr-aside-body {
    padding: 1.5rem 1.15rem 1.65rem;
  }

  .sr-brand {
    margin-bottom: 1.5rem;
  }

  .sr-aside-intro {
    margin-bottom: 1.65rem;
  }

  .sr-aside-title {
    max-width: none;
  }

  .sr-features {
    gap: 1.35rem;
  }

  .sr-step-line {
    width: 1.25rem;
    margin: 0 0.35rem;
  }

  .sr-step span:not(.sr-step-num) {
    font-size: 0.75rem;
  }
}
