.apply-solar-wrap {
  background: #f6f8fb;
  padding: 80px 0;
}
.apply-solar-head {
  margin-bottom: 20px;
}
.apply-solar-head h1 {
  margin: 0 0 8px;
  font-size: 34px;
  color: #0f172a;
}
.apply-solar-head p {
  margin: 0;
  color: #64748b;
}
.apply-solar-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 24px -18px rgba(15, 23, 42, 0.5);
}
.apply-solar-card label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  color: #334155;
}
.apply-steps {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
.apply-steps span {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 20px;
  background: #f1f5f9;
  color: #64748b;
}
.apply-steps span.active {
  background: #dbeafe;
  color: #1d4ed8;
}
.apply-steps span.apply-step--done {
  background: #dcfce7;
  color: #166534;
}
.apply-solar-section-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
  margin: 1.25rem 0 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e2e8f0;
}
.apply-solar-section-label:first-child {
  margin-top: 0;
}
.emi-preview {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 13px;
  color: #334155;
  padding: 10px 12px;
}

.apply-solar-mobile.apply-solar-mobile--locked {
  background-color: #f1f5f9;
  border-color: #cbd5e1;
  color: #334155;
  cursor: not-allowed;
}
.apply-solar-verified-note {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #15803d;
  margin-top: 0.5rem;
}
.apply-solar-otp-input {
  min-width: 140px;
  max-width: 180px;
}
@media (max-width: 576px) {
  .apply-solar-otp-input {
    width: 100%;
    max-width: none;
  }
}

/* Theme-aligned website action buttons (orange branding) */
.apply-solar-wrap .btn-primary {
  background: #f97316;
  border: 1px solid #f97316;
  color: #fff;
  box-shadow: 0 10px 20px -14px rgba(249, 115, 22, 0.7);
}
.apply-solar-wrap .btn-primary:hover,
.apply-solar-wrap .btn-primary:focus,
.apply-solar-wrap .btn-primary:active {
  background: #ea580c;
  border-color: #ea580c;
  color: #fff;
}

.apply-solar-wrap .btn-outline-primary {
  border-color: #f97316;
  color: #f97316;
}
.apply-solar-wrap .btn-outline-primary:hover,
.apply-solar-wrap .btn-outline-primary:focus,
.apply-solar-wrap .btn-outline-primary:active {
  background: #f97316;
  border-color: #f97316;
  color: #fff;
}
