.saije-studio-map { width: 100%; height: 60vh; margin: 0; padding: 0; background: #f1f5f9; }
.saije-studio-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.saije-footer, .saije-footer * { box-sizing: border-box; }
.saije-footer { width: 100%; margin: 0; padding: 54px 0 24px; background: #64748b; color: #fff; font: 400 13px/1.65 'Open Sans', Arial, sans-serif; text-align: left; }
.saije-footer .saije-footer-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.saije-footer .saije-footer-grid { display: grid; grid-template-columns: 1.1fr 1.7fr 1fr 1.2fr; gap: 42px; }
.saije-footer a { color: #fff; text-decoration: none; text-underline-offset: 4px; }
.saije-footer a:hover { text-decoration: underline; }
.saije-footer a:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.saije-footer p { margin: 1em 0; }
.saije-footer h2 { margin: 12px 0 20px; color: #f1f5f9; font: 400 19px/normal 'Oswald', sans-serif; letter-spacing: normal; text-transform: uppercase; }
.saije-footer address { max-width: 210px; font-style: normal; }
.saije-footer-brand img { display: block; width: 134px; height: 128px; max-width: 100%; object-fit: contain; }
.saije-footer-brand p { color: #f1f5f9; }
.saije-footer-links { display: flex; flex-direction: column; gap: 10px; }
.saije-footer .saije-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 24px; border-top: 1px solid #cbd5e166; font-size: 11px; }
.saije-footer-legal { display: flex; flex-wrap: wrap; gap: 10px 22px; flex-shrink: 0; }
@media (max-width: 1000px) {
    .saije-footer .saije-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 40px; }
}
@media (max-width: 600px) {
    .saije-footer { padding-top: 32px; }
    .saije-footer .saije-footer-shell { width: calc(100% - 36px); }
    .saije-footer .saije-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
    .saije-footer-brand { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; }
    .saije-footer-brand img { width: 94px; height: 90px; }
    .saije-footer .saije-footer-bottom { flex-direction: column; }
}
@media (max-width: 767px) {
    .saije-footer:has(+ .saije-services-mobile-book) { padding-bottom: 96px; }
}
@media (max-width: 720px) {
    .service-page-v2 .saije-footer { padding-bottom: 96px; }
}
