.site-footer{padding:1rem 2rem;position:relative;z-index:1}.footer-content{display:flex;align-items:center;position:relative;max-width:1200px;margin:0 auto;gap:1rem}.footer-left{position:absolute;right:calc(50% + 10rem)}.footer-left .footer-email{color:var(--foreground);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-left .footer-email:hover{color:var(--accent)}.footer-center{position:absolute;left:50%;transform:translateX(-50%)}.footer-right{position:absolute;left:calc(50% + 10rem)}.footer-center .footer-copyright{color:var(--foreground);font-size:.9rem;text-align:center}.footer-right .footer-legal-notice{background:none;border:none;color:var(--foreground);font-size:.9rem;cursor:pointer;transition:color .3s ease;padding:0;font-family:inherit}.footer-right .footer-legal-notice:hover{color:var(--accent)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:.5rem;max-width:750px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1.5rem;border-bottom:1px solid var(--border-color)}.modal-header h2{color:var(--foreground);font-size:1.5rem;margin:0;font-weight:600}.modal-close{background:none;border:none;color:var(--text-muted);font-size:2rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .3s ease}.modal-close:hover{color:var(--foreground);background-color:var(--overlay-background)}.modal-body{padding:1.5rem 2rem}.legal-info{margin-bottom:1.5rem}.legal-info p{color:var(--foreground);margin-bottom:1.2rem;line-height:1.6}.legal-info strong{color:var(--foreground);font-weight:600;display:block;margin-bottom:.2rem}.legal-info a{color:var(--foreground);text-decoration:underline;transition:all .3s ease}.legal-info a:hover{color:var(--accent);text-decoration:none}.legal-footer{padding-top:1rem;border-top:1px solid var(--border-color);text-align:center;margin-top:.75rem}@media (max-width:768px){.site-footer{padding:1rem}.footer-content{flex-direction:column;gap:.75rem;text-align:center;position:static}.footer-center,.footer-left,.footer-right{position:static;transform:none;width:100%}.modal-content{margin:1rem;max-width:calc(100% - 2rem)}.modal-body,.modal-header{padding:1.25rem}}@media (max-width:480px){.footer-center .footer-copyright,.footer-left .footer-email,.footer-right .footer-legal-notice{font-size:.8rem}.modal-header h2{font-size:1.25rem}}