.psbeh-footer {
    --psbeh-blue: #06345f;
    --psbeh-blue-dark: #02284a;
    --psbeh-green: #5a9635;
    --psbeh-text: rgba(255,255,255,.78);
    background: var(--psbeh-footer-background, linear-gradient(135deg, var(--psbeh-blue) 0%, var(--psbeh-blue-dark) 100%));
    color: #fff;
    padding: 64px 0 24px;
    font-family: inherit;
}
.psbeh-footer *, .psbeh-footer *::before, .psbeh-footer *::after { box-sizing: border-box; }
.psbeh-footer-inner { width: min(1440px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr .9fr; gap: 44px; }
.psbeh-footer-logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; line-height: 1; margin-bottom: 22px; }
.psbeh-footer-logo-main { font-size: clamp(38px, 3vw, 56px); font-weight: 900; letter-spacing: -.06em; }
.psbeh-footer-logo-line { width: 2px; height: 44px; background: #fff; opacity: .55; }
.psbeh-footer-logo-sub { font-size: clamp(15px, 1.4vw, 22px); font-weight: 800; line-height: 1.02; }
.psbeh-footer p { color: var(--psbeh-text); font-size: 16px; line-height: 1.7; margin: 0 0 18px; max-width: 520px; }
.psbeh-footer h3 { color: #fff; font-size: 18px; margin: 0 0 16px; }
.psbeh-footer a { color: rgba(255,255,255,.82); text-decoration: none !important; display: block; margin: 0 0 10px; font-weight: 700; }
.psbeh-footer a:hover { color: #fff; }
.psbeh-footer-button { display: inline-flex !important; width: auto; background: var(--psbeh-green); color: #fff !important; border-radius: 999px; padding: 14px 22px; margin-top: 8px !important; }
.psbeh-footer-bottom { width: min(1440px, calc(100% - 40px)); margin: 42px auto 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.7); font-size: 14px; }
.psbeh-footer-bottom a { display: inline; margin: 0 0 0 16px; font-size: 14px; }
@media (max-width: 860px) {
    .psbeh-footer-inner { width: min(100% - 28px, 720px); grid-template-columns: 1fr; gap: 30px; }
    .psbeh-footer-bottom { width: min(100% - 28px, 720px); flex-direction: column; }
    .psbeh-footer-bottom a { margin: 0 16px 0 0; }
}
.psbeh-footer-logo-img {
    display: block;
    width: var(--psbeh-footer-logo-width, 230px);
    max-width: min(280px, 70vw);
    max-height: 150px;
    height: auto;
    object-fit: contain;
    background: #fff;
    border-radius: 18px;
    padding: 12px;
    margin-bottom: 22px;
}
