/* =============================================
   ReplyRig — Custom Styles
   Bootstrap 5 base, minimal overrides
   ============================================= */

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  background-color: #f8f9fa;
  color: #212529;
}

/* ---- Hero ---- */
.hero {
  padding: 80px 0 60px;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.15;
}

/* ---- Step numbers ---- */
.step-number {
  width: 56px;
  height: 56px;
  background-color: #ffc107;
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---- Review example card ---- */
.avatar-placeholder {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffc107;
  color: #000;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ---- Dashboard stats ---- */
.stat-number {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin-top: 2px;
}

/* ---- Cards ---- */
.card {
  border-radius: 12px;
}

/* ---- Navbar ---- */
.navbar-brand {
  font-size: 1.4rem;
  letter-spacing: -0.5px;
}

/* ---- Buttons ---- */
.btn-warning {
  color: #000;
}

/* ---- Footer ---- */
footer {
  font-size: 0.85rem;
}

/* ---- Table ---- */
.table th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  font-weight: 600;
}

.table td {
  font-size: 0.9rem;
  vertical-align: middle;
}

/* ---- Responsive tweaks ---- */
@media (max-width: 768px) {
  .hero {
    padding: 40px 0 30px;
  }

  .stat-number {
    font-size: 1.5rem;
  }
}
