/* SP Jaczów — footer proposal 2 / visibility & alignment fix v1.6.2 */
body.sp11-site {
    --spj-f-text: #16315a;
    --spj-f-muted: #5c6f86;
    --spj-f-link: #1f4f98;
    --spj-f-blue: #356cc8;
    --spj-f-blue-bg: #eaf2ff;
    --spj-f-blue-border: #abc8ef;
    --spj-f-green: #376b2d;
    --spj-f-green-bg: #eef7e9;
    --spj-f-green-border: #b9d5a8;
    --spj-f-gold: #805804;
    --spj-f-gold-bg: #fff5de;
    --spj-f-gold-border: #e8cc79;
}

body.sp11-site .sp11-contact-band.spj-footer-contact {
    position: relative;
    padding: 0;
    color: var(--spj-f-text);
    background:
        radial-gradient(22rem 9rem at 100% 50%, rgba(234, 202, 109, .13), transparent 70%),
        linear-gradient(180deg, #fff 0%, #fffdf8 100%);
    border-top: 1px solid #e5ebf2;
    border-bottom: 0;
}
body.sp11-site .sp11-contact-band.spj-footer-contact::after {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg,
        #4f79d1 0 25%, #72a4e4 25% 40%,
        #e2b941 40% 60%, #84af6b 60% 80%, #9b7dd7 80% 100%);
}
body.sp11-site .spj-footer-contact__grid {
    display: grid;
    grid-template-columns: minmax(18rem, 1.55fr) repeat(3, minmax(10rem, .8fr));
    gap: 1.5rem;
    align-items: center;
    padding: 35px 0;
}
body.sp11-site .spj-footer-contact__intro h2 {
    margin: 0 0 .45rem;
    color: var(--spj-f-text);
    font-size: clamp(1.4rem, 2vw, 1.7rem);
    font-weight: 700;
    line-height: 1.2;
}
body.sp11-site .spj-footer-contact__intro p {
    max-width: 34rem;
    margin: 0;
    color: var(--spj-f-muted);
    line-height: 1.65;
}
body.sp11-site .spj-footer-contact__item {
    display: grid;
    grid-template-columns: 2.65rem minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
    min-width: 0;
}
body.sp11-site .spj-footer-contact__icon {
    width: 2.65rem;
    height: 2.65rem;
    display: grid;
    place-items: center;
    color: var(--spj-f-blue);
    background: #edf4ff;
    border: 1px solid #ccdcf4;
    border-radius: 50%;
    font-size: 1.15rem;
    font-weight: 700;
}
body.sp11-site .spj-footer-contact__item--email .spj-footer-contact__icon {
    color: var(--spj-f-green);
    background: var(--spj-f-green-bg);
    border-color: var(--spj-f-green-border);
}
body.sp11-site .spj-footer-contact__item--address .spj-footer-contact__icon {
    color: var(--spj-f-gold);
    background: var(--spj-f-gold-bg);
    border-color: var(--spj-f-gold-border);
}
body.sp11-site .spj-footer-contact__label {
    display: block;
    margin-bottom: .2rem;
    color: #748397;
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
body.sp11-site .spj-footer-contact__item a,
body.sp11-site .spj-footer-contact__item address {
    color: var(--spj-f-text);
    font-size: .98rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
}
body.sp11-site .spj-footer-contact__item .sp11-social-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: .55rem;
    font-size: .86rem;
    font-weight: 600;
}

body.sp11-site .sp11-footer.spj-footer-proposal2 {
    position: relative;
    color: var(--spj-f-text);
    background:
        radial-gradient(28rem 16rem at 0% 100%, rgba(96, 150, 224, .10), transparent 65%),
        linear-gradient(180deg, #f5f9ff 0%, #eef4fb 100%);
    border-top: 0;
}
body.sp11-site .sp11-footer.spj-footer-proposal2::before { display: none !important; }
body.sp11-site .spj-footer-proposal2__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 1.2rem;
    padding: 35px 0;
    align-items: stretch;
}
body.sp11-site .spj-footer-card {
    position: relative;
    min-width: 0;
    min-height: 14.5rem;
    padding: 1.55rem 1.45rem;
    overflow: hidden;
    border: 1px solid;
    border-radius: 1.15rem;
    box-shadow: 0 .75rem 1.8rem rgba(30, 66, 111, .07);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: .25rem;
    background-image: none !important;
}
body.sp11-site .spj-footer-card::before {
    content: "";
    position: absolute;
    right: -.15rem;
    bottom: -.15rem;
    width: min(12.25rem, 45%);
    height: 80%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: .72;
    pointer-events: none;
    z-index: 0;
}
body.sp11-site .spj-footer-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 38%, rgba(255,255,255,0) 62%);
}
body.sp11-site .spj-footer-card > * { position: relative; z-index: 1; }
body.sp11-site .spj-footer-card h2,
body.sp11-site .spj-footer-card p,
body.sp11-site .spj-footer-card ul {
    max-width: 68%;
}
body.sp11-site .spj-footer-card--school {
    color: var(--spj-f-text);
    border-color: var(--spj-f-blue-border);
    background:
        linear-gradient(180deg, #edf4ff 0%, #e6f0ff 100%);
}
body.sp11-site .spj-footer-card--school::before {
    background-image: url('../images/footer/footer-school-bg-v1.png');
}
body.sp11-site .spj-footer-card--info {
    color: var(--spj-f-text);
    border-color: var(--spj-f-green-border);
    background:
        linear-gradient(180deg, #f0f8eb 0%, #eaf6e4 100%);
}
body.sp11-site .spj-footer-card--info::before {
    background-image: url('../images/footer/footer-info-bg-v1.png');
}
body.sp11-site .spj-footer-card--quick {
    color: var(--spj-f-text);
    border-color: var(--spj-f-gold-border);
    background:
        linear-gradient(180deg, #fff7e3 0%, #fff3d8 100%);
}
body.sp11-site .spj-footer-card--quick::before {
    background-image: url('../images/footer/footer-quick-bg-v1.png');
}
body.sp11-site .spj-footer-card__mark {
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    margin-bottom: .75rem;
    border-radius: 50%;
    font-weight: 800;
}
body.sp11-site .spj-footer-card__mark--blue { color:#fff; background:#4b80d7; }
body.sp11-site .spj-footer-card__mark--green { color:#fff; background:#6d9a54; }
body.sp11-site .spj-footer-card__mark--gold { color:#6b4b00; background:#f2cc61; }
body.sp11-site .spj-footer-card h2 {
    margin: 0 0 .85rem;
    color: var(--spj-f-text);
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25;
}
body.sp11-site .spj-footer-card p { color: var(--spj-f-muted); line-height: 1.6; }
body.sp11-site .spj-footer-card p + p { margin-top: .75rem; }
body.sp11-site .spj-footer-card ul { margin:0; padding:0; list-style:none; }
body.sp11-site .spj-footer-card li + li { margin-top:.65rem; }
body.sp11-site .spj-footer-card a {
    color: var(--spj-f-link);
    font-weight: 600;
    text-underline-offset: .18em;
}
body.sp11-site .spj-footer-card a:hover { text-decoration-thickness: 2px; }
body.sp11-site .spj-footer-card a:focus-visible,
body.sp11-site .spj-footer-contact__item a:focus-visible {
    outline: 3px solid #204d86;
    outline-offset: 3px;
    border-radius: .25rem;
}
body.sp11-site .sp11-footer__bottom {
    padding: 1rem 0 1.25rem;
    color: #667a91;
    border-top: 1px solid #d5e0ec;
    font-size: .88rem;
}

@media (max-width: 72rem) {
    body.sp11-site .spj-footer-contact__grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    body.sp11-site .spj-footer-contact__intro { grid-column: 1 / -1; }
    body.sp11-site .spj-footer-proposal2__grid { grid-template-columns: 1fr; }
    body.sp11-site .spj-footer-card {
        min-height: 11.25rem;
    }
    body.sp11-site .spj-footer-card::before {
        width: 9rem;
        height: 78%;
        opacity: .76;
    }
    body.sp11-site .spj-footer-card h2,
    body.sp11-site .spj-footer-card p,
    body.sp11-site .spj-footer-card ul {
        max-width: calc(100% - 8.1rem);
    }
}
@media (max-width: 40rem) {
    body.sp11-site .spj-footer-contact__grid { grid-template-columns: 1fr; padding: 35px 0; }
    body.sp11-site .spj-footer-contact__intro { grid-column: auto; }
    body.sp11-site .spj-footer-contact__item { padding-top: .85rem; border-top: 1px solid #e4eaf1; }
    body.sp11-site .spj-footer-proposal2__grid { padding: 35px 0; }
    body.sp11-site .spj-footer-card {
        min-height: 0;
        background-color: #fff !important;
    }
    body.sp11-site .spj-footer-card::before,
    body.sp11-site .spj-footer-card::after { display: none; }
    body.sp11-site .spj-footer-card h2,
    body.sp11-site .spj-footer-card p,
    body.sp11-site .spj-footer-card ul { max-width: 100%; }
    body.sp11-site .spj-footer-card--school { border-left: 4px solid var(--spj-f-blue); }
    body.sp11-site .spj-footer-card--info { border-left: 4px solid #6d9a54; }
    body.sp11-site .spj-footer-card--quick { border-left: 4px solid #d8aa35; }
}
@media (forced-colors: active) {
    body.sp11-site .spj-footer-contact,
    body.sp11-site .spj-footer-proposal2,
    body.sp11-site .spj-footer-card,
    body.sp11-site .spj-footer-contact__icon,
    body.sp11-site .spj-footer-card__mark {
        color: CanvasText !important;
        background: Canvas !important;
        border-color: CanvasText !important;
        box-shadow: none !important;
    }
    body.sp11-site .spj-footer-card::before,
    body.sp11-site .spj-footer-card::after { display:none !important; }
}
@media print {
    body.sp11-site .spj-footer-contact,
    body.sp11-site .spj-footer-proposal2,
    body.sp11-site .spj-footer-card { background:#fff !important; box-shadow:none !important; }
    body.sp11-site .spj-footer-card::before,
    body.sp11-site .spj-footer-card::after { display:none !important; }
}
