.site-footer.site-footer--shared {
    --footer-text: #f7fbff;
    --footer-muted: #b7c7d8;
    --footer-blue: #58c9ff;
    --footer-green: #72e77d;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    border-top: 1px solid rgba(166, 211, 239, .16);
    background: #040b16;
    color: var(--footer-muted);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    text-align: left;
}

.public-payment-policy {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    padding: 28px 20px;
    border-top: 1px solid rgba(114, 231, 125, .22);
    border-bottom: 1px solid rgba(166, 211, 239, .13);
    background: linear-gradient(135deg, #071321, #0a1c2d 58%, #092219);
    color: #dbe9f5;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.public-payment-policy__inner {
    display: grid;
    grid-template-columns: minmax(210px, .8fr) minmax(0, 1.65fr) auto;
    align-items: center;
    gap: clamp(22px, 4vw, 52px);
    width: min(1180px, 100%);
    margin: 0 auto;
}

.public-payment-policy__heading { display: grid; gap: 5px; }
.public-payment-policy__heading span {
    color: #72e77d;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.public-payment-policy__heading strong { color: #f7fbff; font-size: 1.05rem; line-height: 1.35; }
.public-payment-policy__items { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.public-payment-policy__item {
    min-width: 0;
    padding-left: 16px;
    border-left: 2px solid rgba(88, 201, 255, .38);
}
.public-payment-policy__item:last-child { border-left-color: rgba(114, 231, 125, .42); }
.public-payment-policy__item strong { display: block; margin-bottom: 4px; color: #f7fbff; font-size: .78rem; }
.public-payment-policy__item p { margin: 0; color: #afc0d1; font-size: .76rem; line-height: 1.55; }
.public-payment-policy__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid rgba(114, 231, 125, .34);
    border-radius: 11px;
    background: rgba(20, 62, 48, .45);
    color: #dfffe3;
    font-size: .74rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}
.public-payment-policy__link:hover { border-color: #72e77d; background: rgba(31, 94, 65, .55); color: #fff; }

.payment-policy-inline {
    display: grid;
    gap: 5px;
    margin: 16px 0;
    padding: 14px 16px;
    border: 1px solid rgba(114, 231, 125, .26);
    border-radius: 12px;
    background: rgba(11, 39, 38, .5);
    color: #bcd0df;
    font-size: .78rem;
    line-height: 1.55;
}
.payment-policy-inline[hidden] { display: none !important; }
.payment-policy-inline strong { color: #f2fbf5; }
.payment-policy-inline a { color: #78dfff; font-weight: 750; text-decoration: none; }
.payment-policy-inline a:hover { text-decoration: underline; }

.rental-payment-notice a {
    color: #8adeff;
    font-weight: 800;
    text-decoration: none;
}
.rental-payment-notice a:hover { text-decoration: underline; }

body.public-page footer.site-footer.site-footer--shared[role="contentinfo"],
footer.site-footer.site-footer--shared[role="contentinfo"] {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.site-footer--shared *,
.site-footer--shared *::before,
.site-footer--shared *::after { box-sizing: border-box; }

.site-footer--shared a { text-decoration: none; }

.site-footer--shared .site-footer__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px 0;
    border-bottom: 1px solid rgba(166, 211, 239, .13);
}

.site-footer--shared .site-footer__cta > div:first-child {
    display: grid;
    gap: 7px;
    max-width: 650px;
}

.site-footer--shared .site-footer__cta span {
    color: var(--footer-green);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer--shared .site-footer__cta strong {
    color: var(--footer-text);
    font-size: clamp(1.15rem, 2.2vw, 1.65rem);
    line-height: 1.25;
}

.site-footer--shared .site-footer__cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.site-footer--shared .site-footer__cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 17px;
    border: 1px solid rgba(166, 211, 239, .22);
    border-radius: 12px;
    background: rgba(15, 32, 54, .72);
    color: #e7f2fc;
    font-size: .75rem;
    font-weight: 900;
}

.site-footer--shared .site-footer__cta-actions .site-footer__cta-primary {
    border-color: rgba(114, 231, 125, .46);
    background: linear-gradient(118deg, #2563eb, #22b8e6, #22c55e);
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .18);
}

.site-footer--shared .site-footer__inner {
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(150px, .75fr));
    gap: clamp(30px, 5vw, 64px);
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 42px;
}

.site-footer--shared .site-footer__brand img {
    display: block;
    width: 178px;
    height: 66px;
    margin: 0 0 16px;
    object-fit: contain;
}

.site-footer--shared .site-footer__brand p {
    max-width: 310px;
    margin: 0;
    color: #aebfd1;
    font-size: .84rem;
    line-height: 1.65;
}

.site-footer--shared .site-footer__brand address {
    margin-top: 13px;
    color: #8497aa;
    font-size: .72rem;
    font-style: normal;
    line-height: 1.55;
}

.site-footer--shared .site-footer__group { display: grid; align-content: start; gap: 10px; }

.site-footer--shared .site-footer__group h2 {
    margin: 0 0 5px;
    color: #f7fbff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.site-footer--shared .site-footer__group a,
.site-footer--shared .site-footer__group > span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    color: #b7c7d8;
    font-size: .79rem;
    line-height: 1.45;
}

.site-footer--shared .site-footer__group a:hover { color: #8adeff; }
.site-footer--shared .site-footer__group a[href^="mailto:"] { overflow-wrap: anywhere; }
.site-footer--shared .site-footer__group > span { color: #8497aa; font-size: .71rem; }

.site-footer--shared .site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 20px 0 max(28px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(166, 211, 239, .11);
}

.site-footer--shared .site-footer__bottom p { margin: 0; color: #8497aa; font-size: .72rem; }
.site-footer--shared .site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.site-footer--shared .site-footer__bottom nav a { color: #9cafc1; font-size: .72rem; }
.site-footer--shared .site-footer__bottom nav a:hover { color: #8adeff; }
.site-footer--shared .site-footer__staff { color: #8295a8; font-size: .7rem; }
.site-footer--shared .site-footer__staff:hover { color: #b8d4e9; }

@media (max-width: 980px) {
    .public-payment-policy__inner { grid-template-columns: 1fr auto; }
    .public-payment-policy__items { grid-column: 1 / -1; grid-row: 2; }
    .site-footer--shared .site-footer__inner { grid-template-columns: 1.2fr 1fr 1fr; }
    .site-footer--shared .site-footer__group--region { display: none; }
}

@media (max-width: 760px) {
    .public-payment-policy { padding: 25px 16px; }
    .public-payment-policy__inner { grid-template-columns: 1fr; gap: 18px; }
    .public-payment-policy__items { grid-column: 1; grid-row: auto; }
    .public-payment-policy__link { width: 100%; }
    .site-footer--shared .site-footer__cta {
        align-items: flex-start;
        width: calc(100% - 32px);
        flex-direction: column;
    }
    .site-footer--shared .site-footer__cta-actions { justify-content: flex-start; width: 100%; }
    .site-footer--shared .site-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px 24px;
        width: calc(100% - 32px);
        padding-top: 44px;
    }
    .site-footer--shared .site-footer__brand { grid-column: 1 / -1; }
    .site-footer--shared .site-footer__bottom {
        align-items: flex-start;
        width: calc(100% - 32px);
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .public-payment-policy__items { grid-template-columns: 1fr; }
    .site-footer--shared .site-footer__inner { grid-template-columns: 1fr; }
    .site-footer--shared .site-footer__brand,
    .site-footer--shared .site-footer__group { grid-column: 1; }
    .site-footer--shared .site-footer__group--region { display: grid; }
    .site-footer--shared .site-footer__cta-actions { display: grid; grid-template-columns: 1fr; }
    .site-footer--shared .site-footer__cta-actions a { width: 100%; }
}
