/* ===========================
   HomeHarbor – CTA Section
   Scope: .hh-cta-section
   =========================== */

.hh-cta-section{
  --ink:#0f172a; --muted:#586273; --muted-2:#6b7280;

  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);

  /* Layout */
  max-width:920px;
  margin:0 auto;
  padding:18px 20px;

  /* Hintergrund & Card-Look entfernt */
  background:transparent;
  border:0;
  box-shadow:none;

  text-align:center;
}

/* Heading */
.hh-cta-section h2{
  margin:0 0 10px;
  font-size:clamp(20px,3.2vw,28px);
  font-weight:800;
  letter-spacing:-.01em;
  line-height:1.25;
}

/* Body-Text */
.hh-cta-section p{
  margin:0 auto 8px;
  max-width:60ch;
  font-size:clamp(14.5px,1.9vw,16px);
  color:var(--muted);
  line-height:1.6;
}

/* Hint */
.hh-cta-section .hint{
  margin-top:6px;
  font-size:14px;
  color:var(--muted-2);
}

/* Responsive */
@media (max-width:640px){
  .hh-cta-section{ padding:16px 14px; }
}
