.sf-auth-premium {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0 1.25rem;
}

body.sf-auth-page .sf-auth-premium {
  padding: 0.5rem 0 1rem;
}

.sf-auth-premium__grid {
  width: 100%;
  max-width: 920px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .sf-auth-premium__grid {
    grid-template-columns: 1fr 1.05fr;
    align-items: stretch;
  }
}

.sf-auth-premium__trust {
  background: linear-gradient(160deg, #0f1b2e 0%, #132a47 55%, #1a3a5c 100%);
  color: #e2e8f0;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 12px 40px rgba(15, 27, 46, 0.25);
}

.sf-auth-premium__trust-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.sf-auth-premium__trust h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: #f8fafc;
}

.sf-auth-premium__trust p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.sf-auth-premium__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.sf-auth-premium__card--wide {
  max-width: 720px;
  margin: 0 auto;
}

.sf-auth-premium__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.35rem;
}

.sf-auth-premium__title {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.sf-auth-premium__lead {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0 0 1.25rem;
}

.sf-auth-premium__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  justify-content: center;
  font-size: 0.82rem;
  margin-top: 1.25rem;
}

.sf-auth-legal-check {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #475569;
}

.sf-auth-legal-check a {
  font-weight: 600;
}

.sf-account-type-toggle.sf-toggle-row {
  gap: 0;
  font-weight: inherit;
  color: inherit;
}

.sf-account-type-toggle.sf-toggle-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sf-account-type-toggle.sf-toggle-row i {
  width: 2.8rem;
  height: 1.45rem;
  border-radius: 999px;
  background: #dbe4ef;
  position: relative;
  flex: 0 0 auto;
  transition: background 0.16s ease;
}

.sf-account-type-toggle.sf-toggle-row i::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  top: 0.175rem;
  left: 0.175rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.2);
  transition: transform 0.16s ease;
}

.sf-account-type-toggle.sf-toggle-row input:checked + i {
  background: var(--pf-c-primary, #2f6df6);
}

.sf-account-type-toggle.sf-toggle-row input:checked + i::after {
  transform: translateX(1.35rem);
}

.lux-register-company[hidden] {
  display: none !important;
}
