/* ---------- Footer ---------- */
.site-footer { width: 100%; margin-top: 72px; padding: 64px 0 0; color: var(--fa-color-background); background: var(--fa-color-primary); border-radius: 48px 48px 0 0; box-shadow: 0 -18px 60px rgba(0, 71, 126, .12); }
.footer-grid { display: grid; grid-template-columns: minmax(250px, 1.35fr) repeat(2, minmax(150px, .7fr)) minmax(220px, 1fr); gap: 52px; align-items: start; padding-bottom: 44px; }
.footer-col, .footer-branding, .footer-contact-social { min-width: 0; }
.footer-logo { display: inline-flex; align-items: center; max-width: 100%; margin-bottom: 24px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.footer-logo__image, .footer-logo img { display: block; width: 205px; max-width: 100%; max-height: 64px; object-fit: contain; }
.footer-tagline { max-width: 330px; margin: 0; color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 1.75; }
.footer-tagline strong { color: var(--fa-color-background); font-weight: 650; }
.footer-col__title { position: relative; margin: 0 0 20px; padding-bottom: 14px; color: var(--fa-color-background); font-size: 24px; line-height: 1.25; font-weight: 600; letter-spacing: -.02em; }
.footer-col__title::after { position: absolute; bottom: 0; left: 0; width: 34px; height: 2px; content: ""; background: rgba(255, 255, 255, .8); border-radius: 2px; }
.footer-certifications { margin-top: 24px; }
.footer-certifications__items { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-start; }
.footer-certification { display: flex; flex-direction: column; gap: 9px; align-items: center; width: 100px; text-align: center; }
.footer-certification__media { display: flex; align-items: center; justify-content: center; width: 100px; height: 68px; padding: 9px; background: rgba(255, 255, 255, .96); border: 1px solid rgba(255, 255, 255, .65); border-radius: .85rem; box-shadow: 0 12px 28px rgba(0, 44, 78, .14); }
.footer-certification__image { width: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.footer-certification__name { color: rgba(255, 255, 255, .78); font-size: 11px; line-height: 1.35; }
.footer-menu ul { margin: 0; padding: 0; list-style: none; line-height: 1; }
.footer-menu li { margin: 0; padding: 0; }
.footer-menu li + li { margin-top: 7px; }
.footer-menu a { position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 5px 0; color: rgba(255, 255, 255, .84); font-size: 14px; line-height: 1.35; text-decoration: none; transition: color .25s ease, transform .25s ease; }
.footer-menu a::before { display: block; flex: 0 0 13px; width: 13px; height: 13px; content: ""; background: currentColor; -webkit-mask: url("../images/right-arrow.svg") center / contain no-repeat; mask: url("../images/right-arrow.svg") center / contain no-repeat; transform: rotate(-45deg); transition: transform .25s ease; }
.footer-menu a:hover { color: var(--fa-color-background); text-decoration: none; transform: translateX(3px); }
.footer-menu a:hover::before { transform: rotate(0deg); }
.footer-contact__list { margin: 0; padding: 0; list-style: none; }
.footer-contact__list li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; align-items: start; margin: 0 0 12px; padding: 0; color: rgba(255, 255, 255, .84); font-size: 14px; line-height: 1.6; }
.footer-contact__list li:last-child { margin-bottom: 0; }
.footer-contact__list a { color: rgba(255, 255, 255, .84); text-decoration: none; transition: color .25s ease; }
.footer-contact__list a:hover { color: var(--fa-color-background); text-decoration: underline; text-underline-offset: 3px; }
.footer-contact__icon { display: block; width: 18px; height: 18px; margin-top: 3px; color: var(--fa-color-background); }
.footer-contact__item--phone .footer-contact__icon { transform: scaleX(-1); }
.footer-address { display: block; line-height: 1.6; }
.footer-social { margin-top: 24px; }
.footer-social .footer-col__title { margin-bottom: 18px; }
.footer-social__icons { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-social__link { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--fa-color-background); background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.footer-social__link:hover { color: var(--fa-color-primary); background: var(--fa-color-background); border-color: var(--fa-color-background); text-decoration: none; transform: translateY(-3px); }
.footer-social__link .dashicons { width: 22px; height: 22px; font-size: 22px; line-height: 1; }
.footer-social__link .btn-icon { display: block; width: 22px; height: 22px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 60px; padding: 14px 0; color: rgba(255, 255, 255, .7); border-top: 1px solid rgba(255, 255, 255, .28); font-size: 12px; line-height: 1.6; }
.footer-bottom__copyright, .footer-bottom__credit { display: block; }
.footer-bottom__credit { white-space: nowrap; }
.footer-bottom a { color: var(--fa-color-background); font-weight: 600; text-decoration: none; }
.footer-bottom a:hover { color: var(--fa-color-background); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width:1100px) {
	.footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 32px; }
	.footer-branding { grid-column: 1 / -1; }
	.footer-tagline { max-width: 480px; }
}
@media (max-width:900px) {
	.footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 36px; }
	.footer-branding { grid-column: 1 / -1; }
}
@media (max-width:600px) {
	.site-footer { margin-top: 48px; padding-top: 44px; border-radius: 24px 24px 0 0; }
	.footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 22px; padding-bottom: 32px; }
	.footer-branding, .footer-contact-social { grid-column: 1 / -1; }
	.footer-logo { margin-bottom: 18px; padding: 0; }
	.footer-logo__image, .footer-logo img { width: 185px; max-width: 100%; max-height: 58px; }
	.footer-tagline { max-width: 100%; }
	.footer-menu a { gap: 8px; font-size: 14px; }
	.footer-tagline, .footer-contact__list li, .footer-contact__list a { font-size: 14px; }
	.footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; min-height: 0; padding: 16px 0; font-size: 13px; }
	.footer-bottom__credit { white-space: normal; }
}
@media (max-width:420px) {
	.footer-grid { grid-template-columns: minmax(0, 1fr); }
	.footer-branding, .footer-contact-social { grid-column: auto; }
}
