/* Apply CTA card — replaces the embedded Zoho Form iframe. The form was
   retired in favour of routing applicants into the unified onboarding
   wizard with ?track=talent. The wizard collects the same eligibility
   (Master's, NYSC, age) + personal + education + CV data and submits via
   /api/onboarding/submit so every Talent applicant lands on Zoho Recruit
   with the right Tag + Source. */

.apply-cta-section {
  background: #ffffff;
  padding: 2.5rem 1.25rem 4rem;
  border-bottom: 1px solid #e5e7eb;
}

.apply-cta-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.apply-cta-headline-block {
  text-align: center;
  margin-bottom: 2rem;
}

.apply-cta-section-label {
  margin-bottom: 0.5rem;
}

.apply-cta-h2 {
  font-weight: 800;
  font-size: 1.55rem;
  color: #020301;
  margin-bottom: 0.4rem;
}

.apply-cta-lead {
  color: #6b7280;
  font-size: 0.875rem;
}

.apply-cta-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1.25rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 3rem 2rem;
  text-align: center;
}

.apply-cta-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: rgba(241, 178, 64, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.apply-cta-icon svg {
  width: 1.75rem;
  height: 1.75rem;
  color: #c9962a;
}

.apply-cta-title {
  font-weight: 800;
  font-size: 1.5rem;
  color: #020301;
  margin-bottom: 0.75rem;
}

.apply-cta-body {
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.apply-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: #f1b240;
  color: #020301;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  border-radius: 0.875rem;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
}

.apply-cta-btn:hover {
  background: #f9d07a;
  transform: scale(1.03);
}

.apply-cta-foot {
  color: #9ca3af;
  font-size: 0.78rem;
  margin-top: 1rem;
}

.apply-cta-disclaimer {
  text-align: center;
  color: #d1d5db;
  font-size: 0.72rem;
  margin-top: 1rem;
}
