.cta-container{border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.08);margin-top:2rem;padding:1.5rem}.cta-container-primary{background-color:var(--couleur-primaire);color:#f8fafc}.cta-container-secondary{background-color:var(--couleur-primaire);border:1px solid #2d3748;color:#f1f5f9}.cta-content{margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.cta-heading{font-size:1.4rem;font-weight:600;margin-bottom:.75rem}.cta-description{line-height:1.6;margin-bottom:1.25rem}.cta-description-primary,.cta-description-secondary{color:#cbd5e1}.cta-button{border-radius:.25rem;display:inline-block;font-size:1rem;font-weight:500;letter-spacing:.01em;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.cta-button-primary{background-color:#fff;border:1px solid transparent;color:#1a365d}.cta-button-primary:hover{background-color:#f1f5f9;box-shadow:0 2px 5px rgba(0,0,0,.1)}.cta-button-secondary{background-color:#3b82f6;border:1px solid transparent;color:#fff}.cta-button-secondary:hover{background-color:#2563eb;box-shadow:0 2px 5px rgba(0,0,0,.2)}.cta-button:active{transform:translateY(1px)}