/* Bularu — login landing (split marketing + form) */
body.auth-login {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.split {
  display: flex;
  flex: 1;
  min-height: 0;
}

/* Left: features / pricing */
.features-panel {
  flex: 1;
  padding: 48px 40px;
  overflow-y: auto;
  color: #fff;
}
.features-panel h1 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #fff;
}
.features-panel .tagline {
  font-size: 1rem;
  opacity: 0.75;
  margin-bottom: 36px;
  line-height: 1.6;
  max-width: 460px;
}
.section-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.trial-note {
  font-size: 0.72rem;
  opacity: 0.45;
  margin-top: 16px;
  line-height: 1.5;
}

.feat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 32px;
}
.feat {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 16px;
}
.feat-icon {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.feat h3 {
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.feat p {
  font-size: 0.76rem;
  opacity: 0.65;
  line-height: 1.5;
}

.industries {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 28px;
}
.ind-badge {
  background: rgba(147, 197, 253, 0.12);
  border: 1px solid rgba(147, 197, 253, 0.25);
  color: #93c5fd;
  border-radius: 999px;
  padding: 3px 12px;
  font-size: 0.72rem;
  font-weight: 600;
}

.quote {
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid #93c5fd;
  border-radius: 0 8px 8px 0;
  padding: 14px 16px;
  font-size: 0.82rem;
  opacity: 0.8;
  margin-bottom: 24px;
  font-style: italic;
}

/* Pricing grid on landing */
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 8px;
}
@media (max-width: 1100px) {
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .plan-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-plan {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.lp-plan.lp-featured {
  border-color: #93c5fd;
  background: rgba(147, 197, 253, 0.1);
  box-shadow: 0 0 0 4px rgba(147, 197, 253, 0.08);
}
.lp-popular {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #93c5fd;
  color: #0f172a;
  font-size: 0.62rem;
  font-weight: 900;
  padding: 2px 10px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lp-plan-name {
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.6;
  margin-top: 6px;
}
.lp-price {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.lp-price span {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.6;
}
.lp-note {
  font-size: 0.62rem;
  opacity: 0.5;
  line-height: 1.4;
}
.lp-features {
  list-style: none;
  padding: 0;
  margin: 4px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.lp-features li {
  font-size: 0.72rem;
  opacity: 0.8;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.lp-features .tk {
  color: #86efac;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.lp-features .nd {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.7rem;
  flex-shrink: 0;
}
.lp-btn {
  display: block;
  text-align: center;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
}
.lp-btn-primary {
  background: #93c5fd;
  color: #0f172a;
}
.lp-btn-primary:hover {
  background: #bfdbfe;
}
.lp-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.lp-btn-outline:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Right: login form panel */
.login-panel {
  width: 380px;
  flex-shrink: 0;
  background: #fff;
  padding: 48px 40px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-panel .logo {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--dk);
  margin-bottom: 2px;
}
.login-panel .logo span {
  color: var(--g);
}
.login-panel .sub {
  font-size: 0.82rem;
  color: #6b7280;
  margin-bottom: 28px;
}
.field-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.field-label-row label {
  margin: 0;
}
.forgot-link {
  font-size: 0.75rem;
  color: #9ca3af;
  text-decoration: none;
}
.forgot-link:hover {
  color: var(--g);
}
.pricing-link {
  text-align: center;
  margin-top: 8px;
}
.pricing-link a {
  font-size: 0.78rem;
  color: #6b7280;
}
.lang-select {
  background: transparent;
  border: none;
  color: #9ca3af;
  font-size: 0.72rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .split {
    flex-direction: column;
  }
  .features-panel {
    padding: 28px 24px;
    flex: none;
  }
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .login-panel {
    width: 100%;
    padding: 32px 24px;
  }
  .features-panel h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .features-panel {
    display: none;
  }
  .topbar-links .guide-hide {
    display: none;
  }
}
