/* Copyright (c) Janyasi's Legal Associates. All Rights Reserved. */

/* ==========================================================================
   Shared CTA panel — used on Career, Our Approach, and similar pages that
   end with a single call-to-action (e.g. "book a consultation").
   ========================================================================== */
.cta-panel {
  max-width: 560px;
  margin: 0 auto;
  padding: 42px 30px;
  background: var(--cream);
  border-radius: var(--radius-md);
  text-align: center;
}

.cta-panel i {
  font-size: 30px;
  color: var(--gold-dark);
  margin-bottom: 16px;
}

.cta-panel h2,
.cta-panel h3 {
  font-size: 20px;
  color: var(--black);
  margin-bottom: 10px;
}

.cta-panel p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
