.cta {
  padding: 72px 0;
  background: linear-gradient(145deg, #e8edf5, #d8e3f0);
  text-align: center;
}

.cta h2 {
  max-width: 1080px;
  margin: 0 auto 20px;
  color: #090b10;
  font: 700 clamp(2.2rem, 4.8vw, 4.25rem)/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}

.cta p {
  max-width: 760px;
  margin: 0 auto 25px;
  color: #646d7b;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.cta .button {
  min-height: 52px;
  margin-top: 0;
  padding: 14px 26px;
  border-radius: 999px;
  background: #090b10;
  color: white;
  box-shadow: 0 10px 24px rgba(9, 11, 16, .18);
  transition: transform .18s ease, background .18s ease;
}

.cta .button:hover {
  transform: translateY(-2px);
  background: #273752;
}

.cta .button:focus-visible {
  outline: 3px solid #8db5e7;
  outline-offset: 3px;
}

@media (max-width: 620px) {
  .cta { padding: 58px 0; }
  .cta h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .cta .button { width: min(100%, 330px); }
}

@media (prefers-reduced-motion: reduce) {
  .cta .button { transition: none; }
}
