.final-cta,
.final-cta * {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.final-cta {
  background: #ffffff;
  padding: 80px 24px 100px;
  text-align: center;
}

/* TOP BLUE BOX */
.final-help {
  max-width: 920px;
  margin: 0 auto 80px;
  padding: 40px 24px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius: 14px;
  color: #ffffff;
}

.final-help h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
}

.final-help p {
  font-size: 14px;
  opacity: 0.9;
  margin: 0 0 18px;
}

.final-help-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* MAIN CTA */
.final-main {
  max-width: 820px;
  margin: 0 auto;
}

.final-main h2 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 10px;
}

.final-main p {
  font-size: 15px;
  color: rgba(15, 23, 42, 0.65);
  margin: 0 0 24px;
}

.final-main-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* BUTTONS (reusable style) */
.btn {
  height: 38px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: #2563eb;
  color: #ffffff;
}

.btn-ghost {
  border: 1px solid rgba(15, 23, 42, 0.15);
  color: #0f172a;
  background: #ffffff;
}

.btn-white {
  background: #ffffff;
  color: #2563eb;
}

.btn-outline {
  border: 1px solid rgba(255,255,255,0.45);
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 560px) {
  .final-help {
    padding: 32px 18px;
  }

  .final-main h2 {
    font-size: 26px;
  }
}
