.lse-cta { position: relative; overflow: hidden; }
.lse-cta--navy-teal { background: linear-gradient(135deg, var(--lsol-navy,#0C2340) 0%, var(--lsol-teal,#14A89D) 100%); }
.lse-cta--coral  { background: var(--lsol-coral,#E8523A); }
.lse-cta--teal   { background: var(--lsol-teal,#14A89D); }
.lse-cta--image  { background-size:cover; background-position:center; }
.lse-cta--image::before { content:''; position:absolute; inset:0; background:rgba(12,35,64,.75); }
.lse-cta__wave { position:relative; z-index:1; line-height:0; }
.lse-cta__wave svg { display:block; width:100%; }
.lse-cta__inner { position:relative; z-index:2; text-align:center; padding:5rem 6%; max-width:760px; margin-inline:auto; display:flex; flex-direction:column; align-items:center; gap:1.25rem; }
.lse-cta__title { font-family:var(--luc-font-secondary,'Fraunces',serif); font-size:clamp(2rem,4vw,3rem); font-weight:700; color:#fff; letter-spacing:-.03em; line-height:1.12; margin:0; }
.lse-cta__subtitle { font-size:1.05rem; color:rgba(255,255,255,.8); line-height:1.7; margin:0; }
.lse-cta__actions { display:flex; flex-wrap:wrap; gap:.875rem; justify-content:center; margin-top:.5rem; }
