.site-footer { padding: 52px 0 10px; background: #087ff5; color: #fff; }
.footer-columns { display: grid; grid-template-columns: 1.15fr .85fr .95fr 1fr; gap: clamp(45px, 7vw, 105px); }
.footer-column h2 { margin: 0 0 5px; color: #fff; font-family: 'DM Sans', system-ui, sans-serif; font-size: 1.25rem; font-weight: 600; line-height: 1.4; }
.footer-column p { margin: 0; font-size: .96rem; line-height: 1.55; }
.footer-about p { max-width: 270px; }
.footer-links { display: grid; gap: 2px; margin: 0; padding: 5px 0 0; list-style: none; }
.footer-links a, .footer-contact a { color: #fff; text-decoration: none; transition: opacity .18s ease; }
.footer-links a:hover, .footer-contact a:hover { opacity: .72; }
.footer-contact address { margin: 0; font-size: .96rem; font-style: normal; line-height: 1.55; }
.footer-contact .footer-social-title { margin-top: 5px; }
.footer-socials { display: flex; gap: 7px; margin-top: 5px; }
.footer-socials a { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgb(255 255 255 / 85%); border-radius: 50%; color: #fff; font-size: .95rem; line-height: 1; text-decoration: none; }
.footer-socials a:hover { background: #fff; color: #087ff5; opacity: 1; }
.footer-newsletter { margin-top: 28px; text-align: center; }
.footer-newsletter > h2 { margin: 0 0 15px; color: #fff; font-family: Georgia, serif; font-size: clamp(1.65rem, 2.2vw, 2rem); letter-spacing: .08em; }
.newsletter-form { display: grid; gap: 19px; padding: 56px 16px 10px; background: rgb(255 255 255 / 2.5%); }
.newsletter-form input, .newsletter-form button { width: 100%; min-height: 44px; border: 0; border-radius: 0; font: inherit; }
.newsletter-form input { padding: 0 11px; background: #fff; color: #252525; font-family: Georgia, serif; font-size: .82rem; outline: 1px solid rgb(0 0 0 / 8%); }
.newsletter-form input:focus { outline: 2px solid #4e5d99; }
.newsletter-form button { background: #505d98; color: #fff; font-size: .82rem; cursor: pointer; transition: background .18s ease; }
.newsletter-form button:hover { background: #404d86; }
.newsletter-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.newsletter-notice { max-width: 720px; margin: 0 auto 14px; padding: 12px 16px; background: #fff; color: #153247; border-left: 4px solid #fff; }
.newsletter-notice--success { border-color: #65d394; }
.newsletter-notice--error { border-color: #ffd166; }
.footer-bottom { display: flex; justify-content: center; padding: 13px 0 0; font-size: .95rem; text-align: center; }
.footer-bottom p { margin: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
	.footer-columns { grid-template-columns: repeat(2, 1fr); }
	.footer-about p { max-width: 420px; }
}

@media (max-width: 620px) {
	.site-footer { padding-top: 42px; }
	.footer-columns { grid-template-columns: 1fr; gap: 30px; }
	.footer-newsletter { margin-top: 38px; }
	.newsletter-form { padding: 30px 12px 10px; }
}
