/* PAE CTA Block */
.pae-cta-wrap { border-radius: 14px; padding: 72px 40px; background: linear-gradient(135deg,#4f46e5,#7c3aed); }
.pae-cta-layout-center { text-align: center; }
.pae-cta-layout-center .pae-cta-content { max-width: 640px; margin: 0 auto 32px; }
.pae-cta-layout-center .pae-cta-buttons { justify-content: center; }
.pae-cta-layout-split { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.pae-cta-layout-split .pae-cta-content { margin-bottom: 0; flex: 1; }
.pae-cta-layout-banner { padding: 40px; }
.pae-cta-badge { display: inline-block; padding: 4px 14px; border-radius: 100px; background: rgba(255,255,255,0.15); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 14px; }
.pae-cta-title { font-size: clamp(22px,3vw,40px); font-weight: 800; color: #fff; margin: 0 0 14px; line-height: 1.2; }
.pae-cta-desc  { font-size: 16px; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.7; }
.pae-cta-content { margin-bottom: 32px; }
.pae-cta-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.pae-cta-btn { display: inline-flex; align-items: center; padding: 13px 28px; border-radius: 8px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.25s ease; border: 2px solid transparent; line-height: 1; }
.pae-cta-btn-primary { background: #fff; color: var(--pae-primary); }
.pae-cta-btn-primary:hover { background: #f0f0ff; color: var(--pae-primary); transform: translateY(-2px); }
.pae-cta-btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.pae-cta-btn-secondary:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }
@media (max-width: 767px) { .pae-cta-layout-split { flex-direction: column; text-align: center; } .pae-cta-buttons { justify-content: center; } }
