
/* ============================================================
   12. CTA FINAL
   ============================================================ */
.rh-por-cta { background: #ffffff; width: 100%; }
.rh-por-cta-pad { padding: 0 0 80px; }

.rh-cta-final-new {
  background: #262626; border-radius: 24px; padding: 72px;
  text-align: center; position: relative; overflow: hidden;
}
.rh-cta-final-new::before { content:''; position:absolute; top:-100px; left:-100px; width:350px; height:350px; border-radius:50%; background:#BFD8B3; opacity:0.03; }

.rh-cta-pre { font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #606C59 !important; display: block; margin: 0 0 20px; position: relative; z-index: 1; }
.rh-cta-h2 {
  font-size: clamp(26px,3vw,42px); font-weight: 600; color: #ffffff !important; line-height: 1.15;
  margin: 0 0 40px; display: block; position: relative; z-index: 1;
  max-width: 700px; margin-left: auto; margin-right: auto;
}
.rh-cta-checks-row { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; margin: 0 0 40px; position: relative; z-index: 1; }
.rh-cta-check { font-size: 13px; font-weight: 600; color: #606C59 !important; display: flex; align-items: center; gap: 8px; }
.rh-cta-check::before { content:''; width:6px; height:6px; background:#BFD8B3; border-radius:50%; flex-shrink:0; }
.rh-cta-btn-wrap { display: flex; flex-direction: column; align-items: center; gap: 10px; position: relative; z-index: 1; }

.rh-cta-main-btn {
  display: inline-flex !important; align-items: center; gap: 10px;
  font-size: 13px !important; font-weight: 600 !important; letter-spacing: 0.06em !important;
  text-decoration: none !important; padding: 18px 44px !important; border-radius: 100px !important;
  background: #BFD8B3 !important; color: #262626 !important; transition: all 0.2s;
}
.rh-cta-main-btn:link, .rh-cta-main-btn:visited, .rh-cta-main-btn:active { color: #262626 !important; text-decoration: none !important; }
.rh-cta-main-btn:hover { background: #99AD8F !important; color: #262626 !important; transform: translateY(-1px); }
.rh-cta-nda { font-size: 12px; font-weight: 600; color: #464646 !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 600px) {
  .rh-cta-final-new { padding: 40px 24px; }
  .rh-cta-checks-row { gap: 16px; flex-direction: column; align-items: center; }
}
