/* Approved PerfectNet footer — isolated from Lagom .site-footer */
.announce { background: #16043f; color: #fff; }
.announce__inner { width: min(calc(100% - 32px), 1280px); margin: 0 auto; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.announce p { margin: 0; color: #fff; font-size: 14px; }
.announce__close { background: none; border: 0; color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.announce.is-hidden { display: none; }
.btn--announce { background: #ff7800; color: #fff; padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 700; }

.pn-footer.site-footer {
    background: #02062c !important;
    color: #c9d2e8 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pn-footer .support-band { background: #030b4a; color: #fff; padding: 72px 0; }
.pn-footer .support-band h2,
.pn-footer .support-band p,
.pn-footer .support-band h3 { color: #fff; }
.pn-footer .support-band h2 { font-size: clamp(28px, 3vw, 38px); margin-bottom: 12px; }
.pn-footer .support-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.pn-footer .support-band article { background: rgba(255,255,255,.06); border-radius: 14px; padding: 26px; border: 1px solid rgba(255,255,255,.08); }
.pn-footer .footer-main { padding: 52px 0 28px; }
.pn-footer .footer-main__inner { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 24px; width: min(calc(100% - 40px), 1240px); margin: 0 auto; }
.pn-footer .footer-brand p { color: #9aa6c4; }
.pn-footer .footer-main h6 { color: #fff; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.pn-footer .footer-main a { color: #c9d2e8; display: block; padding: 4px 0; }
.pn-footer .footer-main a:hover { color: #fff; }
.pn-footer .footer-legal { border-top: 1px solid rgba(255,255,255,.08); padding: 16px 0; font-size: 13px; }
.pn-footer .footer-legal__inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; width: min(calc(100% - 40px), 1240px); margin: 0 auto; }
.pn-footer .footer-legal ul { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
.pn-footer .footer-phone a { color: #fff; font-weight: 700; }
.pn-footer .brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 22px; }
.pn-footer .brand img { width: 48px; height: 48px; }
.pn-footer .brand__name span { color: #ff7800; }
.pn-footer .btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 700; border-radius: 8px; padding: 13px 21px; }
.pn-footer .btn--primary { background: #ff7800; color: #fff; }
.pn-footer .btn--ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.78); }

@media (max-width: 860px) {
    .pn-footer .support-band__grid,
    .pn-footer .footer-main__inner { grid-template-columns: 1fr; }
}
