.cta-btn{display:inline-block;background-color:var(--secondary);color:white;padding:.8rem 2rem;border-radius:5px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:background-color .3s,transform .2s;margin-top:1rem}.cta-btn:hover{background-color:#218838;transform:translateY(-2px)}footer{background-color:var(--dark);color:white;text-align:center;padding:2rem 0;margin-top:3rem;border-top:5px solid var(--accent)}.footer-content{max-width:800px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin:1.5rem 0;flex-wrap:wrap}.footer-links a{color:#e9ecef;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--accent)}.copyright{margin-top:1.5rem;font-size:.9rem;opacity:.8}