/* ============================================================
   CAPELY: FAQ + closing CTA
   The accordion markup, icon rotation and open/close behaviour all
   live in css/site.css and js/site.js already (contract §6). This
   file only adds the one thing the shared system does not define:
   the closing CTA box layout.
   ============================================================ */

.cta-close .cta-box {
  max-width: var(--maxw-text);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 64px) clamp(24px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
}

.cta-close .cta-box h2 {
  font-size: clamp(24px, 3.4vw, 34px);
}
