footer { border-top: 1px solid #eee; margin-top: 80px; font-family: Arial, sans-serif; }
.footer-wrap { display: grid; grid-template-columns: repeat(4, 1fr) 1.4fr; gap: 40px; padding: 60px 50px; align-items: start; }
.footer-col h4 { font-size: 13px; font-weight: 800; letter-spacing: 0.5px; margin-bottom: 18px; color: #111; }
.footer-col a { display: block; color: #666; text-decoration: none; font-size: 13px; margin-bottom: 12px; }
.footer-col a:hover { color: #111; }
.newsletter-box { background: #111; color: #fff; padding: 35px 30px; }
.newsletter-box h3 { font-size: 22px; margin-bottom: 12px; font-family: Georgia, serif; }
.newsletter-box p { font-size: 13px; color: #ccc; line-height: 1.5; margin-bottom: 20px; }
.newsletter-box input { width: 100%; background: transparent; border: none; border-bottom: 1px solid #555; color: #fff; padding: 8px 0; margin-bottom: 20px; font-size: 14px; }
.newsletter-box input::placeholder { color: #999; }
.newsletter-box button { width: 100%; background: #fff; color: #111; border: none; padding: 13px; font-weight: 700; letter-spacing: 1px; font-size: 13px; cursor: pointer; }
.newsletter-box .fine-print { font-size: 11px; color: #999; margin-top: 15px; line-height: 1.5; }
.footer-bottom { text-align: center; padding: 20px; color: #999; font-size: 12px; border-top: 1px solid #eee; }
@media (max-width: 900px) {
    .footer-wrap { grid-template-columns: 1fr 1fr; padding: 40px 20px; }
}
@media (max-width: 500px) {
    .footer-wrap { grid-template-columns: 1fr; }
}
