body { padding-bottom: 4.5rem; }
@media (min-width: 992px) { body { padding-bottom: 0; } }
body.public-page { padding-bottom: 0; }

.navbar-brand { letter-spacing: 0.02em; }

.landing-hero {
  background: linear-gradient(135deg, #157347 0%, #198754 45%, #20c997 100%);
  color: #fff;
}

.landing-hero h1,
.landing-hero .landing-hero-lead {
  color: #fff;
}

.landing-hero-lead {
  opacity: 0.95;
}

.landing-hero-note {
  color: rgba(255, 255, 255, 0.85);
}

.landing-step-num {
  font-size: 1.5rem;
  line-height: 1;
}

.landing-hero-badge {
  background-color: rgba(255, 255, 255, 0.95);
  color: #146c43;
  font-weight: 600;
}

.landing-hero .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.9);
}

.landing-hero .btn-outline-light:hover,
.landing-hero .btn-outline-light:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}
.py-lg-6 { padding-top: 4rem; padding-bottom: 4rem; }

.landing-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.landing-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}
.landing-benefits .bi-check2 {
  font-size: 1.1rem;
  line-height: 1.35;
  flex-shrink: 0;
}

.auth-section { min-height: 50vh; }
.auth-card { border-radius: 1rem; }

.error-icon {
  font-size: 4rem;
  line-height: 1;
}

.form-control:focus,
.form-check-input:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.2);
}

.quick-add .collapse .card {
  background: #f8f9fa;
}

.calendar-day,
.bg-success-subtle:not(.text-success),
.bg-danger-subtle {
  color: var(--bs-body-color);
}

.nav-pills .nav-link:not(.active):not(.text-success) {
  color: var(--bs-secondary-color);
}

.nav-pills .nav-link.active {
  color: #fff;
}

.wizard-save-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 3.75rem;
  z-index: 1020;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--bs-border-color);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {
  .wizard-save-bar { display: none !important; }
}

@media (max-width: 991.98px) {
  .wizard-save-actions { display: none; }
}

.wizard-quick-toolbar .btn {
  flex: 1 1 7rem;
}
