/* Footer nav links (Quick links + Social media) — turn red on hover */
        footer ul a:hover {
            color: #C8102E !important;
        }
        .newsletter-form { margin: 0; }
        .newsletter-input {
            flex: 1;
            background: transparent;
            border: 1px solid #4b5563;
            color: #fff;
            padding: 10px 14px;
            font-size: 14px;
            outline: none;
            transition: border-color 0.2s;
        }
        .newsletter-input::placeholder { color: #9ca3af; }
        .newsletter-input:focus { border-color: #fff; }
        .newsletter-btn {
            background: #C8102E;
            color: #fff;
            border: none;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.2s;
            white-space: nowrap;
        }
        .newsletter-btn:hover { background: #A00D24; }
