.post-cta { margin: 0; }
.post-cta .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 28px; font-size: 14px; font-weight: 700; letter-spacing: .02em; border: none; border-radius: var(--r-sm); transition: transform .35s var(--ease), box-shadow .35s, background .2s; text-decoration: none; cursor: pointer; }
.post-cta .btn:hover { transform: translateY(-2px); }
.post-cta .btn-primary { background: var(--brand); color: #fff; box-shadow: var(--sh-brand); }
.post-cta .btn-primary:hover { background: var(--brand-deep); }
.post-cta .btn-white { background: #fff; color: var(--brand); box-shadow: 0 12px 30px rgba(255,255,255,.1); }
.post-cta .btn-white:hover { background: var(--brand-wash); }
.post-cta .btn-outline-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.28); }
.post-cta .btn-outline-light:hover { background: rgba(255,255,255,.08); }

/* Banner */
.cta-banner { background: var(--brand); border-radius: var(--r-xl); padding: clamp(36px,5vw,56px); display: flex; justify-content: space-between; align-items: center; gap: 40px; box-shadow: var(--sh-brand); position: relative; overflow: hidden; }
.cta-banner::before { content: ""; position: absolute; top: -120px; right: -120px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(201,168,76,.25) 0%, transparent 70%); pointer-events: none; }
.cta-banner-text { position: relative; z-index: 1; max-width: 520px; }
.cta-banner .label-light { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 14px; }
.cta-banner .label-light::before { content: ""; width: 28px; height: 1.5px; background: var(--accent); }
.cta-banner h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 500; text-wrap: balance; line-height: 1.16; margin: 0; }
.cta-banner h2 em { font-style: italic; color: var(--accent-soft); font-weight: 500; }
.cta-banner p { color: rgba(255,255,255,.7); margin-top: 14px; font-size: .98rem; line-height: 1.65; max-width: 48ch; }
.cta-banner-actions { display: flex; flex-wrap: wrap; gap: 12px; flex-shrink: 0; position: relative; z-index: 1; }
@media (max-width: 760px) {
  .cta-banner { flex-direction: column; align-items: flex-start; }
  .cta-banner-actions { width: 100%; }
  .cta-banner-actions .btn { flex: 1 1 auto; }
}

/* Quote */
.cta-quote { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(40px,6vw,72px) 0; text-align: center; position: relative; }
.cta-quote::before { content: ""; position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); width: 54px; height: 54px; background: var(--accent); border-radius: 50%; }
.cta-quote::after { content: "\201C"; position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); width: 54px; height: 54px; display: grid; place-items: center; padding-top: 12px; font-family: 'Playfair Display', serif; font-size: 56px; line-height: 1; color: #fff; }
.cta-quote-mini { font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 18px; }
.cta-quote h2 { font-family: 'Playfair Display', serif; font-style: normal; font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--ink); max-width: 24ch; margin: 0 auto; line-height: 1.28; text-wrap: balance; }
.cta-quote-author { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px; padding: 8px 18px 8px 8px; border: 1px solid var(--line); border-radius: var(--r-full); background: var(--bg); }
.cta-quote-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%); color: #fff; display: grid; place-items: center; font-family: 'Playfair Display', serif; font-weight: 600; font-size: .95rem; }
.cta-quote-author-info { text-align: left; }
.cta-quote-author-info strong { display: block; font-size: .86rem; color: var(--ink); font-weight: 700; }
.cta-quote-author-info span { display: block; font-size: .74rem; color: var(--muted); }
.cta-quote-cta { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--brand); border-bottom: 1.5px solid var(--accent); padding-bottom: 6px; text-decoration: none; }
.cta-quote-cta::after { content: "\2192"; transition: transform .3s; }
.cta-quote-cta:hover::after { transform: translateX(4px); }

/* Personal */
.cta-personal { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: grid; grid-template-columns: 320px 1fr; box-shadow: var(--sh-sm); }
.cta-personal-img { background: linear-gradient(135deg, #1a1e4a 0%, #262b67 50%, #3d4494 100%); position: relative; min-height: 240px; display: grid; place-items: center; color: rgba(255,255,255,.5); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.cta-personal-img::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 14px, rgba(255,255,255,.04) 14px 15px); }
.cta-personal-img span { position: relative; z-index: 1; padding: 0 16px; text-align: center; line-height: 1.5; }
.cta-personal-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% top; display: block; }
.cta-personal-body { padding: clamp(28px,4vw,40px); display: flex; flex-direction: column; justify-content: center; }
.cta-personal-mini { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--brand); margin-bottom: 12px; }
.cta-personal-mini::before { content: ""; width: 28px; height: 1.5px; background: var(--accent); }
.cta-personal h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); font-weight: 500; margin-bottom: 10px; max-width: 24ch; text-wrap: balance; }
.cta-personal p { color: var(--muted); font-size: .96rem; line-height: 1.65; max-width: 50ch; margin-bottom: 20px; }
.cta-personal-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.cta-personal-tel { display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; height: 52px; border: 1px solid var(--line); border-radius: var(--r-sm); font-weight: 700; color: var(--ink); font-size: 14px; transition: border-color .25s, color .25s; text-decoration: none; }
.cta-personal-tel:hover { border-color: var(--brand); color: var(--brand); }
.cta-personal-tel svg { width: 14px; height: 14px; }
@media (max-width: 760px) {
  .cta-personal { grid-template-columns: 1fr; }
  .cta-personal-img { min-height: 160px; }
}

/* Strip */
.cta-strip { display: flex; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.cta-strip-mark { flex: 0 0 6px; background: var(--accent); }
.cta-strip-body { flex: 1; padding: 22px 26px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-strip-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--brand-wash); color: var(--brand); display: grid; place-items: center; flex-shrink: 0; }
.cta-strip-icon svg { width: 22px; height: 22px; }
.cta-strip-text { flex: 1; min-width: 240px; }
.cta-strip-text strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 500; color: var(--ink); line-height: 1.3; margin-bottom: 4px; }
.cta-strip-text span { font-size: .88rem; color: var(--muted); }
.cta-strip-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--brand); padding: 12px 20px; border-radius: var(--r-full); background: var(--brand-wash); transition: background .25s, gap .25s var(--ease); flex-shrink: 0; text-decoration: none; }
.cta-strip-link::after { content: "\2192"; transition: transform .25s; }
.cta-strip-link:hover { background: var(--brand-soft); gap: 12px; }
@media (max-width: 600px) {
  .cta-strip-body { padding: 18px 20px; }
  .cta-strip-link { width: 100%; justify-content: center; }
}

/* Checklist */
.cta-checklist { background: var(--brand-wash); border: 1px solid var(--brand-soft); border-radius: var(--r-lg); padding: 0; overflow: hidden; display: grid; grid-template-columns: 1.1fr 1fr; }
.cta-checklist-left { padding: clamp(32px,4vw,44px); }
.cta-checklist-mini { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
.cta-checklist-mini::before { content: ""; width: 28px; height: 1.5px; background: var(--accent); }
.cta-checklist h3 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); font-weight: 500; margin-bottom: 14px; max-width: 18ch; text-wrap: balance; }
.cta-checklist h3 em { font-style: italic; color: var(--accent-deep); font-weight: 500; }
.cta-checklist-lead { color: var(--text); font-size: .96rem; line-height: 1.65; margin-bottom: 22px; max-width: 42ch; }
.cta-checklist-right { background: var(--white); padding: clamp(28px,4vw,40px); border-left: 1px solid var(--brand-soft); display: flex; flex-direction: column; justify-content: center; }
.cta-checklist-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 14px; }
.cta-checklist-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .94rem; color: var(--ink); line-height: 1.5; }
.cta-checklist-list li::before { content: ""; flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--accent-soft); border: 1.5px solid var(--accent); margin-top: 1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a8873a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 12 10 18 20 6'/%3E%3C/svg%3E"); background-size: 12px; background-position: center; background-repeat: no-repeat; }
.cta-checklist-foot { font-size: .78rem; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.cta-checklist-foot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #2c7a4f; }
@media (max-width: 760px) {
  .cta-checklist { grid-template-columns: 1fr; }
  .cta-checklist-right { border-left: none; border-top: 1px solid var(--brand-soft); }
}
