﻿footer{background-color:#000;padding:60px 20px 40px;font-size:13px;color:#86868b;border-top:1px solid rgba(0,0,0,.1)}footer .footer-content{max-width:980px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}footer .ns-footer-logo{display:flex;gap:20px;margin-bottom:20px}footer .ns-footer-logo .footer-logo img{height:30px;width:auto;opacity:.8;transition:opacity .2s}footer .ns-footer-logo .footer-logo img:hover{opacity:1}footer .links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;width:100%;max-width:1000px;margin-bottom:40px;text-align:left}@media(max-width:900px){footer .links-grid{grid-template-columns:repeat(2,1fr);text-align:center}}@media(max-width:768px){footer .links-grid{grid-template-columns:1fr;gap:30px}}footer .links-grid .link-column h4{font-size:12px;font-weight:600;color:#ccc;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}footer .links-grid .link-column a{display:block;color:#86868b;text-decoration:none;margin-bottom:8px;font-size:13px;transition:color .2s}footer .links-grid .link-column a:hover{color:#0071e3;text-decoration:underline}footer .footer-bottom{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;padding-top:20px;border-top:1px solid rgba(0,0,0,.05)}footer .footer-bottom .footer-copyright{color:#86868b}footer .footer-bottom .footer-legal-links{display:flex;gap:15px}footer .footer-bottom .footer-legal-links a{color:#86868b;text-decoration:none}footer .footer-bottom .footer-legal-links a:hover{text-decoration:underline;color:#ccc}footer .footer-bottom .footer-legal-links .separator{color:#d2d2d7}.footer-newsletter{width:100%;max-width:1200px;margin:0 auto 0}.newsletter-content{text-align:center}.newsletter-content h3{color:#fff;font-size:20px;margin:0 0 8px 0;font-weight:600}.newsletter-content p{color:#bbb;font-size:14px;margin:0 0 20px 0}.newsletter-form{display:flex;flex-direction:column;gap:10px;max-width:500px;margin:0 auto}.newsletter-input{flex:1;padding:12px 16px;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:16px;background-color:rgba(255,255,255,.1);color:#fff;transition:all .3s ease}.newsletter-input::placeholder{color:rgba(255,255,255,.5)}.newsletter-input:focus{outline:0;border-color:#007bff;background-color:rgba(255,255,255,.15)}.newsletter-input:disabled{opacity:.6;cursor:not-allowed}.newsletter-button{padding:12px 24px;background-color:#007bff;color:#fff;border:0;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-button:hover:not(:disabled){background-color:#0056b3;transform:translateY(-1px)}.newsletter-button:disabled{background-color:#555;cursor:not-allowed;opacity:.6}.newsletter-error{color:#ff6b6b;font-size:14px;margin:10px 0 0 0}.newsletter-success{background-color:rgba(40,167,69,.2);border:1px solid rgba(40,167,69,.4);border-radius:8px;padding:15px;max-width:500px;margin:0 auto}.newsletter-success p{color:#28a745;font-size:16px;margin:0}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}.newsletter-form{flex-direction:row}.newsletter-button{white-space:nowrap}}