.site-footer { background: #1f1b1b; color: #e5e7eb; position: relative; z-index: 2; }
.site-footer .footer-subscribe { max-width: 1180px; margin: 0 auto; padding: 28px 24px 0; }
.site-footer .subscribe-inner { display: flex; align-items: center; gap: 16px; background: #241f1f; border: 1px solid #3a3232; border-radius: 14px; padding: 16px 18px; box-shadow: 0 10px 24px rgba(0,0,0,0.18); }
.site-footer .subscribe-text { margin: 0; flex: 1; font-weight: 600; color: #f0f1f5; }
.site-footer .subscribe-form { display: flex; align-items: center; gap: 10px; }
.site-footer .subscribe-form input { width: 300px; max-width: 42vw; padding: 10px 14px; border-radius: 999px; border: 1px solid #4b5563; background: #1f1b1b; color: #ffffff; font-family: inherit; }
.site-footer .subscribe-form input::placeholder { color: #9ca3af; }
.site-footer .subscribe-form button { padding: 10px 16px; border: none; border-radius: 999px; color: #242424; font-weight: 700; background: linear-gradient(135deg, #ff956b, #ffd29d); box-shadow: 0 6px 14px rgba(255,149,107,0.35); }
.site-footer .subscribe-success { margin-left: auto; color: #a7f3d0; font-weight: 700; }
.site-footer .footer-top { max-width: 1180px; margin: 0 auto; padding: 48px 24px; display: grid; grid-template-columns: 1.3fr 0.7fr 0.7fr; gap: 32px; }
.site-footer .footer-brand .brand-row { display: flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 800; color: #ffffff; }
.site-footer .brand-logo { flex-shrink: 0; height: auto; max-height: 77px; width: auto; }
.site-footer .footer-brand p { margin-top: 12px; line-height: 1.6; color: #d1d5db; }
.site-footer .footer-links h4, .site-footer .footer-contact h4 { margin: 0 0 12px; font-size: 18px; font-weight: 700; color: #f0f1f5; }
.site-footer .footer-links a { display: block; padding: 6px 0; color: #e5e7eb; }
.site-footer .footer-links a:hover { color: #ffffff; }
.site-footer .footer-contact ul { list-style: none; padding: 0; margin: 0; }
.site-footer .footer-contact li { display: flex; align-items: center; gap: 10px; padding: 6px 0; }
.site-footer .footer-contact .icon { color: #f59e0b; }
.site-footer .footer-bottom { max-width: 1180px; margin: 0 auto; padding: 16px 24px 28px; }
.site-footer .divider { height: 1px; background: #3a3232; margin-bottom: 16px; }
.site-footer .copyright { color: #9ca3af; font-size: 14px; }