:root{--primary-color:#2c3e50;--secondary-color:#e67e22;--text-color:#333;--light-bg:#f5f6fa;--white:#ffffff;--gradient-job-seekers:linear-gradient(135deg, var(--primary-color) 0%, #34495e 100%);--gradient-employers:linear-gradient(135deg, var(--secondary-color) 0%, #d35400 100%);--shadow:0 4px 6px rgba(0, 0, 0, 0.1);--border-radius:8px}body{font-family:'Inter',system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--light-bg);margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:2rem}.final-cta{text-align:center;padding:4rem 1rem;background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow)}.final-cta h2{font-size:2.25rem;color:var(--primary-colo);margin-bottom:2rem;font-weight:700;line-height:1.3}.cta-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.cta-button{display:inline-block;padding:1.25rem 2.5rem;font-size:1rem;font-weight:600;color:var(--white);border-radius:var(--border-radius);text-decoration:none;transition:transform 0.3s ease,box-shadow 0.3s ease}.cta-buttons a{color:#fff}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgb(0 0 0 / .2)}.job-seekers{background:var(--gradient-job-seekers)}.employers{background:var(--gradient-employers)}@media (max-width:768px){.final-cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-button{width:100%;max-width:300px;text-align:center}}@media (max-width:480px){.final-cta{padding:3rem 1rem}.final-cta h2{font-size:1.75rem}.cta-button{padding:1rem 2rem;font-size:.9rem}}