:root{--primary-accent-color:#5c6e58;--text-color:#718096;--soft-background:#f8f9fa;--cta-overlay-color:rgba(30,30,30,0.2);--cta-text-color:#ffffff}.cta-section{position:relative;padding:6rem 0;text-align:center;overflow:hidden;background:linear-gradient(135deg,var(--soft-background) 0,#e9ecef 100%);background-image:url(/images/cta-background.jpg);background-size:cover;background-position:50%;background-attachment:fixed}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--cta-overlay-color);z-index:1}.cta-section .container{position:relative;z-index:2}.cta-section h2,.cta-section p{color:var(--cta-text-color)}.btn-cta-section{color:white;border:1px solid white;margin:0 1rem;padding:.875rem 2rem;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 15px rgba(0,0,0,.1)}.btn-cta-section:hover{background-color:white;color:var(--primary-accent-color);box-shadow:0 4px 15px rgba(0,0,0,.2)}@media (max-width:768px){.cta-section h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:350px;justify-content:center}}