/* ============================================================
   CTA STRIP — closing
   ============================================================ */
.cta-strip {
  background: var(--parchment);
  padding: 96px 48px;
  position: relative;
  text-align: center;
}
.cta-strip-inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.cta-strip .section-head {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  justify-content: center;
}
.cta-strip .section-label {
  margin-left: 0;
}
.cta-strip h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--prussian);
  margin-bottom: 20px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.cta-strip h2 em { font-style: italic; color: var(--antique-gold); }
.cta-strip p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(15, 26, 46, 0.7);
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cta-strip .cta-row {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.cta-strip .btn-primary { background: var(--prussian); color: var(--parchment); }
.cta-strip .btn-primary:hover { background: var(--admiralty); box-shadow: 0 12px 32px rgba(18, 43, 79, 0.22); }
.cta-strip .btn-ghost-dark {
  font-family: var(--button);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--prussian);
  text-decoration: none;
  padding: 16px 4px;
  border-bottom: 1px solid var(--prussian);
  transition: all 0.3s;
}
.cta-strip .btn-ghost-dark:hover { color: var(--antique-gold); border-color: var(--antique-gold); }
