/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* MPATER: interaktywna mini-wizytówka w centralnym elemencie nagłówka. */
.mp-profile-column,
.elementor-element-d06091a,
.elementor-element-d06091a .elementor-widget-container,
.elementor-element-d06091a .module-logo {
    overflow: visible;
}

.mp-profile-column {
    z-index: 30;
}

.elementor-element-d06091a .module-logo {
    align-items: center;
    justify-content: center;
}

.elementor-element-d06091a .mp-profile {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 55px;
    z-index: 40;
}

.elementor-element-d06091a .mp-profile-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 220px;
    height: 55px;
    min-width: 220px;
    padding: 3px 36px 3px 4px;
    color: #10233b;
    border: 1px solid rgba(16, 35, 59, 0.12);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(6, 16, 28, 0.16), inset 0 0 0 2px rgba(255, 255, 255, 0.72);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.elementor-element-d06091a .mp-profile-toggle__avatar-wrap {
    position: relative;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.elementor-element-d06091a .mp-profile-toggle__avatar,
.elementor-element-d06091a .mp-profile-card__avatar {
    content: normal !important;
}

.elementor-element-d06091a .mp-profile-toggle__avatar {
    display: block;
    width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    margin: 0;
    border: 1px solid rgba(242, 201, 76, 0.72);
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.elementor-element-d06091a .mp-profile-toggle__hint {
    position: absolute;
    top: 2px;
    right: 1px;
    z-index: 3;
    display: none;
    width: 9px;
    height: 9px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #f2c94c;
    box-shadow: 0 0 0 0 rgba(242, 201, 76, 0.62);
    pointer-events: none;
}

.elementor-element-d06091a .mp-profile-toggle.has-hint .mp-profile-toggle__hint {
    display: block;
    animation: mp-profile-hint-pulse 1.8s ease-out infinite;
}

.elementor-element-d06091a .mp-profile-toggle__copy {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 10px;
    color: #10233b;
    text-align: left;
    font-family: inherit;
    line-height: 1;
    flex-direction: column;
    justify-content: center;
}

.elementor-element-d06091a .mp-profile-toggle__copy strong {
    color: inherit;
    font-family: inherit;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.05;
}

.elementor-element-d06091a .mp-profile-toggle__copy span {
    margin-top: 3px;
    color: #566273;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.elementor-element-d06091a .mp-profile-toggle__chevron {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    color: #10233b;
    transform: translateY(-50%);
    pointer-events: none;
}

.elementor-element-d06091a .mp-profile-toggle__chevron svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 220ms ease;
}

.elementor-element-d06091a .mp-profile-toggle[aria-expanded="true"] .mp-profile-toggle__chevron svg {
    transform: rotate(180deg);
}

.elementor-element-d06091a .mp-profile-toggle:focus-visible {
    outline: 3px solid #f2c94c;
    outline-offset: 4px;
}

.elementor-element-d06091a .mp-profile-card {
    --mp-card-shift: 0px;
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    z-index: 50;
    width: min(400px, calc(100vw - 32px));
    padding: 23px 24px 24px;
    color: #10233b;
    text-align: left;
    border: 1px solid rgba(242, 201, 76, 0.58);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 58px rgba(6, 16, 28, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translate(calc(-50% + var(--mp-card-shift)), -10px);
    transform-origin: top center;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.elementor-element-d06091a .mp-profile-card[hidden] {
    display: none;
}

.elementor-element-d06091a .mp-profile-card.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate(calc(-50% + var(--mp-card-shift)), 0);
    pointer-events: auto;
}

.elementor-element-d06091a .mp-profile-card__connector {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 20px;
    height: 11px;
    background: #ffffff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: translateX(-50%);
}

.elementor-element-d06091a .mp-profile-card__heading {
    display: flex;
    align-items: center;
    gap: 17px;
}

.elementor-element-d06091a .mp-profile-card__avatar {
    position: static;
    flex: 0 0 82px;
    width: 82px !important;
    max-width: 82px !important;
    height: 82px !important;
    margin: 0;
    border: 2px solid rgba(242, 201, 76, 0.82);
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.elementor-element-d06091a .mp-profile-card__identity {
    min-width: 0;
}

.elementor-element-d06091a .mp-profile-card__identity h2 {
    margin: 0;
    color: #10233b;
    font-family: inherit;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
}

.elementor-element-d06091a .mp-profile-card__identity p {
    margin: 4px 0 0;
    color: #35465a;
    font-family: inherit;
    font-size: 14px;
    font-style: italic;
    line-height: 1.35;
}

.elementor-element-d06091a .mp-profile-card__meta {
    margin: 10px 0 0;
    padding: 0;
    color: #5f6975;
    border: 0;
    font-family: inherit;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}

.elementor-element-d06091a .mp-profile-card__actions svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.elementor-element-d06091a .mp-profile-card__description {
    margin: 18px 0;
    color: #26384d;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.elementor-element-d06091a .mp-profile-card__actions {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
    gap: 9px;
}

.elementor-element-d06091a .mp-profile-card__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 46px;
    padding: 8px 10px;
    color: #10233b;
    border: 1px solid rgba(16, 35, 59, 0.18);
    border-radius: 10px;
    background: transparent;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.elementor-element-d06091a .mp-profile-card__actions a:hover {
    color: #10233b;
    border-color: rgba(16, 35, 59, 0.32);
    background: #f4f6f8;
    transform: translateY(-1px);
}

.elementor-element-d06091a .mp-profile-card__actions a:focus-visible {
    outline: 3px solid #f2c94c;
    outline-offset: 2px;
}

.elementor-element-d06091a .mp-profile-card__actions .mp-profile-card__contact {
    color: #10233b;
    border-color: #f2c94c;
    background: #f2c94c;
}

.elementor-element-d06091a .mp-profile-card__actions .mp-profile-card__contact:hover {
    color: #10233b;
    border-color: #e5b935;
    background: #e5b935;
}

@media (max-width: 767px) {
    .elementor-element-d06091a .mp-profile-card {
        width: min(358px, calc(100vw - 32px));
        padding: 21px;
        border-radius: 20px;
    }

    .elementor-element-d06091a .mp-profile-card__avatar {
        flex-basis: 74px;
        width: 74px !important;
        max-width: 74px !important;
        height: 74px !important;
    }

    .elementor-element-d06091a .mp-profile-card__identity h2 {
        font-size: 20px;
    }

    .elementor-element-d06091a .mp-profile-card__identity p,
    .elementor-element-d06091a .mp-profile-card__description {
        font-size: 13.5px;
    }

    .elementor-element-d06091a .mp-profile-card__meta {
        font-size: 11.5px;
        white-space: normal;
    }

    .elementor-element-d06091a .mp-profile-card__actions {
        grid-template-columns: 1fr 1fr;
    }

    .elementor-element-d06091a .mp-profile-card__actions .mp-profile-card__contact {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 374px) {
    .elementor-element-d06091a .mp-profile-card {
        padding: 19px;
    }

    .elementor-element-d06091a .mp-profile-card__actions {
        grid-template-columns: 1fr;
    }

    .elementor-element-d06091a .mp-profile-card__actions .mp-profile-card__contact {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .elementor-element-d06091a .mp-profile-toggle__chevron svg,
    .elementor-element-d06091a .mp-profile-card,
    .elementor-element-d06091a .mp-profile-card__actions a {
        transition: none;
    }

    .elementor-element-d06091a .mp-profile-toggle.has-hint .mp-profile-toggle__hint {
        animation: none;
    }
}

/* --------------------------------------------------------------------------
   Autorska stopka mpater.pl — strona główna
   -------------------------------------------------------------------------- */

.home #footer.main-footer.site-footer {
    display: none !important;
}

.mp-site-footer {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 8%, rgba(239, 186, 42, .09), transparent 31%),
        linear-gradient(145deg, #071425 0%, #091a30 55%, #061221 100%);
    color: #fff;
    padding: 88px 24px 28px;
}

.mp-site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent 75%);
}

.mp-site-footer__container {
    position: relative;
    width: min(100%, 1760px);
    margin: 0 auto;
}

.mp-site-footer__main {
    display: grid;
    grid-template-columns: minmax(400px, 480px) minmax(0, 1fr);
    gap: clamp(64px, 7vw, 128px);
    align-items: start;
}

.mp-footer-card {
    padding: 28px;
    border: 1px solid rgba(242, 201, 76, .65);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
    color: #10233b;
}

.mp-footer-card__heading {
    display: flex;
    align-items: center;
    gap: 18px;
}

.mp-footer-card__avatar {
    display: block;
    flex: 0 0 94px;
    width: 94px;
    height: 94px;
    border: 2px solid rgba(242, 201, 76, .82);
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .2s ease;
}

.mp-footer-card__avatar.is-loaded {
    opacity: 1;
}

.mp-footer-card__identity {
    min-width: 0;
}

.mp-footer-card__identity h2 {
    margin: 0;
    color: #081d35;
    font-family: inherit;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.mp-footer-card__identity > p:not(.mp-footer-card__meta) {
    margin: 5px 0 0;
    color: #35465a;
    font-family: inherit;
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
}

.mp-footer-card__meta {
    margin: 9px 0 0;
    color: #35465a;
    font-family: inherit;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.35;
}

.mp-footer-card__meta span {
    margin: 0 4px;
    color: #d7a923;
}

.mp-footer-card__description {
    margin: 27px 0 23px;
    color: #26384d;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
}

.mp-footer-card__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mp-footer-card__nav a {
    display: inline-flex;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #dce2e9;
    border-radius: 14px;
    color: #0a1e36;
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.mp-footer-card__nav a:hover {
    border-color: #e4b228;
    background: #fffaf0;
    color: #8d6800;
}

.mp-footer-card__nav a:last-child {
    border-color: #f2c94c;
    background: #f2c94c;
    color: #10233b;
}

.mp-footer-card__nav a:last-child:hover {
    border-color: #e8b92c;
    background: #e8b92c;
    color: #10233b;
}

.mp-footer-card__nav a:focus-visible,
.mp-footer-links a:focus-visible {
    outline: 2px solid #f1bf2d;
    outline-offset: 4px;
}

.mp-footer-card__nav svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.mp-footer-links {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr) minmax(0, 1fr);
    gap: clamp(28px, 3.5vw, 64px);
    padding-top: 8px;
}

.mp-footer-links__column {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.mp-footer-links__column h3 {
    margin: 0 0 12px;
    color: #efbd2e;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mp-footer-links__column > a {
    position: relative;
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    line-height: 1.45;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.mp-footer-links__column > a:not(.mp-footer-links__contact):hover {
    color: #fff;
    transform: translateX(4px);
}

.mp-footer-links__column--contact > p {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.5;
}

.mp-footer-links__column--contact > p span {
    min-width: 0;
}

.mp-footer-links__column--contact > p svg {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-top: 2px;
    fill: none;
    stroke: #efbd2e;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.mp-footer-links__column > a.mp-footer-links__contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
}

.mp-footer-links__contact svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #efbd2e;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform .2s ease;
}

.mp-footer-links__contact:hover {
    color: #efbd2e !important;
}

.mp-footer-links__contact:hover svg {
    transform: translateX(4px);
}

.mp-site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 72px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.mp-site-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .52);
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .035em;
}

.mp-site-footer__bottom span {
    margin: 0 4px;
    color: #b68b18;
}

@media (max-width: 1180px) {
    .mp-site-footer__main {
        grid-template-columns: minmax(360px, 440px) minmax(0, 1fr);
        gap: 52px;
    }

    .mp-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 52px;
    }

    .mp-footer-links__column--contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 880px) {
    .mp-site-footer {
        padding-top: 68px;
    }

    .mp-site-footer__main {
        grid-template-columns: minmax(0, 1fr);
        gap: 62px;
    }

    .mp-footer-card {
        width: min(100%, 520px);
    }

    .mp-footer-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mp-footer-links__column--contact {
        grid-column: auto;
    }
}

@media (max-width: 640px) {
    .mp-site-footer {
        padding: 58px 18px 24px;
    }

    .mp-footer-card {
        padding: 22px 18px 18px;
        border-radius: 23px;
    }

    .mp-footer-card__heading {
        gap: 15px;
    }

    .mp-footer-card__avatar {
        flex-basis: 78px;
        width: 78px;
        height: 78px;
    }

    .mp-footer-card__identity h2 {
        font-size: 24px;
    }

    .mp-footer-card__identity > p:not(.mp-footer-card__meta) {
        font-size: 14px;
    }

    .mp-footer-card__meta {
        margin-top: 7px;
        font-size: 11px;
    }

    .mp-footer-card__description {
        margin: 20px 0 18px;
        font-size: 14px;
        line-height: 1.55;
    }

    .mp-footer-card__nav {
        gap: 6px;
    }

    .mp-footer-card__nav a {
        min-height: 47px;
        gap: 5px;
        padding: 0 5px;
        border-radius: 11px;
        font-size: 11.5px;
    }

    .mp-footer-card__nav svg {
        width: 16px;
        height: 16px;
    }

    .mp-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 28px;
    }

    .mp-footer-links__column--contact {
        grid-column: 1 / -1;
    }

    .mp-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-top: 54px;
        padding-top: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mp-footer-card__avatar,
    .mp-footer-card__nav a,
    .mp-footer-links__column > a,
    .mp-footer-links__contact svg {
        transition: none !important;
    }
}

@keyframes mp-profile-hint-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(242, 201, 76, 0.62);
    }

    68%, 100% {
        box-shadow: 0 0 0 8px rgba(242, 201, 76, 0);
    }
}






/* MPATER 2026-07-21: dwuliniowy profil w topie + rzeczywisty przycisk CTA */
@media (min-width: 1025px) {
    .elementor-element-d06091a,
    .elementor-element-d06091a .elementor-widget-container,
    .elementor-element-d06091a .module-logo {
        overflow: visible !important;
    }

    .elementor-element-d06091a .module-logo,
    .elementor-element-d06091a .mp-profile {
        width: 260px !important;
        max-width: 260px !important;
    }

    .elementor-element-d06091a .mp-profile {
        position: relative;
        height: 84px !important;
        overflow: visible !important;
    }

    .elementor-element-d06091a .mp-profile-toggle {
        display: grid !important;
        grid-template-columns: 72px minmax(0, 1fr) 14px;
        align-items: center;
        column-gap: 4px;
        width: 260px !important;
        min-width: 260px !important;
        height: 84px !important;
        padding: 6px !important;
        overflow: visible !important;
        border: 1px solid rgba(8, 27, 51, 0.13) !important;
        border-radius: 30px !important;
        background: #fff !important;
        box-shadow: 0 9px 25px rgba(4, 18, 38, 0.15) !important;
    }

    .elementor-element-d06091a .mp-profile-toggle::after {
        content: none !important;
        display: none !important;
    }

    .elementor-element-d06091a .mp-profile-toggle__avatar-wrap {
        position: relative;
        display: block;
        grid-column: 1;
        width: 72px !important;
        height: 72px !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 2px solid #f3c43b !important;
        border-radius: 50% !important;
        background: #fff !important;
        box-sizing: border-box;
    }

    .elementor-element-d06091a .mp-profile-toggle__avatar {
        display: block;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        object-position: 50% 38% !important;
        clip-path: circle(50%);
    }

    .elementor-element-d06091a .mp-profile-toggle__hint {
        top: -2px !important;
        right: -2px !important;
        z-index: 5;
        width: 13px !important;
        height: 13px !important;
        border: 2px solid #fff !important;
        border-radius: 50% !important;
        background: #f3c43b !important;
        box-shadow: 0 0 0 1px rgba(243, 196, 59, 0.5);
        box-sizing: border-box;
        pointer-events: none;
    }

    .elementor-element-d06091a .mp-profile-toggle__copy {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        min-width: 0;
        margin: 0 !important;
        color: #0b203a !important;
        line-height: 1 !important;
    }

    .elementor-element-d06091a .mp-profile-toggle__copy strong {
        display: block;
        margin: 0 !important;
        color: #071d38 !important;
        font-family: inherit !important;
        font-size: 20.5px !important;
        font-weight: 650 !important;
        line-height: 1 !important;
        letter-spacing: -0.45px !important;
        white-space: nowrap;
    }

    .elementor-element-d06091a .mp-profile-toggle__copy > span {
        display: block;
        margin-top: 3px !important;
        color: #42546b !important;
        font-family: inherit !important;
        font-size: 12.5px !important;
        font-weight: 400 !important;
        line-height: 1.02 !important;
        white-space: nowrap;
    }

    .elementor-element-d06091a .mp-profile-toggle__copy > span::after {
        content: " · Gorlice";
        color: #66758a;
        font-weight: 400;
    }

    .elementor-element-d06091a .mp-profile-toggle__copy::after {
        content: none !important;
        display: none !important;
    }

    .elementor-element-d06091a .mp-profile-toggle__chevron {
        position: static !important;
        grid-column: 3;
        align-self: center;
        width: 14px !important;
        height: 14px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .elementor-element-d06091a .mp-profile-toggle__chevron svg {
        display: block;
        width: 14px !important;
        height: 14px !important;
        stroke: #071d38 !important;
        stroke-width: 2 !important;
    }

    .elementor-element-d06091a .mp-profile-cta {
        position: absolute;
        left: 50%;
        bottom: -17px;
        z-index: 60;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 126px;
        min-width: 126px;
        height: 32px;
        min-height: 32px;
        margin: 0;
        padding: 0 10px;
        overflow: visible;
        border: 2px solid #f3c43b;
        border-radius: 17px;
        color: #f3c43b;
        background: #08182f;
        box-shadow: 0 6px 15px rgba(3, 14, 29, 0.19);
        font: inherit;
        cursor: pointer;
        transform: translateX(-50%);
        appearance: none;
        pointer-events: auto;
        box-sizing: border-box;
    }

    .elementor-element-d06091a .mp-profile-cta::before,
    .elementor-element-d06091a .mp-profile-cta::after {
        pointer-events: none;
    }

    .elementor-element-d06091a .mp-profile-cta:hover {
        color: #ffd75f;
        border-color: #ffd75f;
    }

    .elementor-element-d06091a .mp-profile-cta:focus-visible {
        outline: 3px solid rgba(243, 196, 59, 0.4);
        outline-offset: 3px;
    }

    .elementor-element-d06091a .mp-profile-cta__icon {
        flex: 0 0 15px;
        width: 15px;
        height: 15px;
        overflow: visible;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        pointer-events: none;
    }

    .elementor-element-d06091a .mp-profile-cta__label {
        display: inline-block;
        color: currentColor;
        font-family: inherit;
        font-size: 12.8px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        pointer-events: none;
    }

    .elementor-element-d06091a .mp-profile-toggle.has-hint + .mp-profile-cta .mp-profile-cta__label {
        color: transparent;
        background: linear-gradient(105deg, #d8aa20 0%, #f3c43b 38%, #fff2ae 50%, #f3c43b 62%, #d8aa20 100%);
        background-size: 220% 100%;
        -webkit-background-clip: text;
        background-clip: text;
        animation: mp-profile-label-shimmer 4.2s ease-in-out infinite;
    }
}

@keyframes mp-profile-label-shimmer {
    0% { background-position: 140% 0; }
    68%, 100% { background-position: -120% 0; }
}

@media (prefers-reduced-motion: reduce) {
    .elementor-element-d06091a .mp-profile-toggle.has-hint .mp-profile-toggle__hint,
    .elementor-element-d06091a .mp-profile-toggle.has-hint + .mp-profile-cta .mp-profile-cta__label {
        animation: none !important;
    }
}

/* MPATER 2026-07-21: profil wpisany w mobilny bialy header */
@media (max-width: 1024px) {
    .elementor-element-944722c {
        display: none !important;
    }

    .lqd-mobile-sec,
    .lqd-mobile-sec-inner,
    .lqd-mobile-sec .lqd-mobile-modules-container {
        overflow: visible !important;
    }

    .lqd-mobile-sec {
        position: relative;
        z-index: 1000;
        background: #fff;
    }

    .lqd-mobile-sec-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        min-height: 82px;
        padding: 0 18px !important;
        background: #fff;
    }

    .lqd-mobile-sec .lqd-mobile-modules-container,
    .lqd-mobile-sec .lqd-mobile-modules-container.empty {
        display: flex !important;
        flex: 1 1 auto;
        align-items: center;
        width: auto !important;
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    .lqd-mobile-sec .navbar-brand:not(.mp-profile-toggle) {
        display: none !important;
    }

    .lqd-mobile-sec .navbar-toggle {
        order: 3;
        flex: 0 0 48px;
        width: 48px !important;
        min-width: 48px;
        margin: 0 0 0 auto !important;
        padding: 0 !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host {
        flex: 0 1 auto;
        width: 220px !important;
        max-width: calc(100vw - 92px) !important;
        margin: 0 !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .elementor-widget-container,
    .lqd-mobile-sec .mp-profile-mobile-host .module-logo,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile {
        width: 220px !important;
        max-width: calc(100vw - 92px) !important;
        height: 58px !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile {
        position: relative;
        display: block !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle {
        display: grid !important;
        grid-template-columns: 52px minmax(0, 1fr) 14px;
        align-items: center;
        column-gap: 7px;
        width: 220px !important;
        min-width: 0 !important;
        max-width: calc(100vw - 92px) !important;
        height: 58px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        cursor: pointer;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle::after,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy::after {
        content: none !important;
        display: none !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__avatar-wrap {
        position: relative;
        display: block;
        grid-column: 1;
        width: 52px !important;
        height: 52px !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 2px solid #f3c43b !important;
        border-radius: 50% !important;
        background: #fff !important;
        box-sizing: border-box;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__avatar {
        display: block;
        width: 100% !important;
        max-width: none !important;
        height: 100% !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        object-position: 50% 38% !important;
        clip-path: circle(50%);
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__hint {
        display: none !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        margin: 0 !important;
        color: #0b203a !important;
        text-align: left;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy strong {
        display: block;
        margin: 0 !important;
        color: #071d38 !important;
        font-family: inherit !important;
        font-size: 20px !important;
        font-weight: 650 !important;
        line-height: 1.05 !important;
        letter-spacing: -0.35px;
        white-space: nowrap;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy > span {
        display: block;
        margin-top: 4px !important;
        overflow: hidden;
        color: #52647a !important;
        font-family: inherit !important;
        font-size: 12.5px !important;
        font-weight: 400 !important;
        line-height: 1.1 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy > span::after {
        content: ", Gorlice";
        color: #69778a;
        font-weight: 400;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__chevron {
        position: static !important;
        grid-column: 3;
        align-self: center;
        width: 14px !important;
        height: 14px !important;
        margin: 0 !important;
        transform: none !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__chevron svg {
        display: block;
        width: 14px !important;
        height: 14px !important;
        stroke: #071d38 !important;
        stroke-width: 2 !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-cta {
        display: none !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-card {
        top: calc(100% + 12px) !important;
        left: 0 !important;
        z-index: 9999;
        width: min(358px, calc(100vw - 36px)) !important;
        transform: translate(0, -8px) !important;
        transform-origin: top left;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-card.is-open {
        transform: translate(0, 0) !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-card__connector {
        left: 26px !important;
        transform: translateX(-50%) !important;
    }
}

@media (max-width: 374px) {
    .lqd-mobile-sec-inner {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host,
    .lqd-mobile-sec .mp-profile-mobile-host .elementor-widget-container,
    .lqd-mobile-sec .mp-profile-mobile-host .module-logo,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle {
        width: 208px !important;
        max-width: calc(100vw - 82px) !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle {
        grid-template-columns: 50px minmax(0, 1fr) 12px;
        column-gap: 6px;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__avatar-wrap {
        width: 50px !important;
        height: 50px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy strong {
        font-size: 18px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy > span {
        font-size: 11.5px !important;
    }
}



/* MPATER 2026-07-21: mobilny header fixed - poprawka sticky */
@media (max-width: 1024px) {
    #wrap {
        padding-top: 82px !important;
    }

    #header.site-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 9990 !important;
        width: 100% !important;
        margin: 0 !important;
        transform: none !important;
        backface-visibility: hidden;
    }

    #header.site-header .lqd-mobile-sec {
        width: 100%;
        box-shadow: 0 7px 20px rgba(6, 22, 42, 0.10);
    }

    body.admin-bar #header.site-header {
        top: 32px !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar #header.site-header {
        top: 46px !important;
    }
}

/* MPATER 2026-07-21: premiumowa hierarchia hero */
.elementor-element-98526d9 {
    background-image:
        linear-gradient(180deg, rgba(4, 15, 29, 0.70) 0%, rgba(4, 14, 27, 0.66) 48%, rgba(3, 12, 23, 0.75) 100%),
        url("https://mpater.pl/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
}

.elementor-element-12f1bcc {
    text-align: center;
}

.elementor-element-12f1bcc h1 {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 20px;
    margin: 0 auto !important;
    color: #f3c43b !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.24em !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.elementor-element-12f1bcc h1::before,
.elementor-element-12f1bcc h1::after {
    content: "";
    display: block;
    flex: 0 1 54px;
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(243, 196, 59, 0.78));
}

.elementor-element-12f1bcc h1::after {
    background: linear-gradient(90deg, rgba(243, 196, 59, 0.78), transparent);
}

.elementor-element-eea3191 {
    text-align: center;
}

.elementor-element-eea3191 h2 {
    display: block !important;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto !important;
    font-family: inherit !important;
    font-size: clamp(48px, 5vw, 74px) !important;
    font-weight: 500 !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
    text-align: center;
    text-wrap: balance;
}

.elementor-element-eea3191 .mp-hero-title-line {
    display: block;
}

.elementor-element-eea3191 .mp-hero-title-line--light {
    color: #fff;
}

.elementor-element-eea3191 .mp-hero-title-line--gold {
    margin-top: 5px;
    color: #f3c43b;
}

.elementor-element-eea3191::after {
    content: "";
    display: block;
    width: min(360px, 38vw);
    height: 12px;
    margin: 30px auto 0;
    background:
        radial-gradient(circle, rgba(255, 220, 111, 1) 0 2px, rgba(243, 196, 59, 0.35) 3px, transparent 6px) center / 14px 14px no-repeat,
        linear-gradient(90deg, transparent 0%, rgba(243, 196, 59, 0.55) 28%, rgba(243, 196, 59, 0.9) 50%, rgba(243, 196, 59, 0.55) 72%, transparent 100%) center / 100% 1px no-repeat;
}

.elementor-element-77ddfbf {
    max-width: 920px;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
}

.elementor-element-77ddfbf p {
    display: block !important;
    width: 100%;
    max-width: 920px;
    margin: 0 auto !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-family: inherit !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-wrap: pretty;
}

.elementor-element-bc5e2e1,
.elementor-element-513b764 {
    margin-top: 30px !important;
}

@media (max-width: 1024px) {
    .elementor-element-98526d9 {
        background-image:
            linear-gradient(180deg, rgba(4, 15, 29, 0.74) 0%, rgba(4, 14, 27, 0.70) 48%, rgba(3, 12, 23, 0.79) 100%),
            url("https://mpater.pl/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg") !important;
        background-position: center center !important;
    }

    .elementor-element-12f1bcc h1 {
        gap: 10px;
        font-size: 11.5px !important;
        letter-spacing: 0.19em !important;
    }

    .elementor-element-12f1bcc h1::before,
    .elementor-element-12f1bcc h1::after {
        flex-basis: 28px;
        width: 28px;
    }

    .elementor-element-eea3191 h2 {
        max-width: calc(100vw - 56px);
        font-size: clamp(36px, 6.8vw, 56px) !important;
        line-height: 1.07 !important;
        letter-spacing: -0.035em !important;
    }

    .elementor-element-eea3191::after {
        width: min(260px, 46vw);
        margin-top: 24px;
    }

    .elementor-element-77ddfbf {
        max-width: min(760px, calc(100vw - 64px));
    }

    .elementor-element-77ddfbf p {
        font-size: 17px !important;
        line-height: 1.62 !important;
    }

    .elementor-element-bc5e2e1,
    .elementor-element-513b764 {
        margin-top: 24px !important;
    }
}

@media (max-width: 767px) {
    .elementor-element-98526d9 {
        background-position: 54% center !important;
    }

    .elementor-element-12f1bcc h1 {
        gap: 8px;
        font-size: 10px !important;
        line-height: 1.35 !important;
        letter-spacing: 0.15em !important;
    }

    .elementor-element-12f1bcc h1::before,
    .elementor-element-12f1bcc h1::after {
        flex-basis: 18px;
        width: 18px;
    }

    .elementor-element-eea3191 h2 {
        max-width: calc(100vw - 32px);
        font-size: clamp(30px, 8.2vw, 38px) !important;
        font-weight: 520 !important;
        line-height: 1.08 !important;
        letter-spacing: -0.025em !important;
    }

    .elementor-element-eea3191 .mp-hero-title-line--gold {
        margin-top: 6px;
    }

    .elementor-element-eea3191::after {
        width: 170px;
        height: 10px;
        margin-top: 20px;
    }

    .elementor-element-77ddfbf {
        max-width: calc(100vw - 38px);
    }

    .elementor-element-77ddfbf p {
        font-size: 15.5px !important;
        line-height: 1.58 !important;
    }

    .elementor-element-bc5e2e1,
    .elementor-element-513b764 {
        margin-top: 20px !important;
    }
}

/* MPATER 2026-07-21: finalny kontrast i szerokosc opisu hero */
body.home.elementor-page-10 .elementor-element.elementor-element-98526d9 {
    background-image:
        linear-gradient(180deg, rgba(4, 15, 29, 0.70) 0%, rgba(4, 14, 27, 0.66) 48%, rgba(3, 12, 23, 0.75) 100%),
        url("https://mpater.pl/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg") !important;
}

.elementor-element-77ddfbf {
    width: min(780px, calc(100% - 64px)) !important;
    max-width: 780px !important;
}

.elementor-element-77ddfbf p {
    max-width: 780px !important;
}

@media (max-width: 1024px) {
    body.home.elementor-page-10 .elementor-element.elementor-element-98526d9 {
        background-image:
            linear-gradient(180deg, rgba(4, 15, 29, 0.74) 0%, rgba(4, 14, 27, 0.70) 48%, rgba(3, 12, 23, 0.79) 100%),
            url("https://mpater.pl/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg") !important;
    }

    .elementor-element-77ddfbf {
        width: min(760px, calc(100vw - 64px)) !important;
    }
}

@media (max-width: 767px) {
    .elementor-element-77ddfbf {
        width: calc(100vw - 38px) !important;
        max-width: calc(100vw - 38px) !important;
    }
}

/* MPATER 2026-07-21: pelna szerokosc wewnetrznego opisu hero */
.elementor-element-77ddfbf .ld-fancy-heading {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

/* MPATER 2026-07-21: wymuszenie szerokosci opisu ponad style widgetu Hub */
body.home.elementor-page-10 .elementor-element.elementor-element-77ddfbf .elementor-widget-container .ld-fancy-heading {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

/* MPATER 2026-07-21: usuniecie wewnetrznego paddingu opisu hero */
body.home.elementor-page-10 .elementor-element.elementor-element-77ddfbf > .elementor-widget-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* MPATER 2026-07-21: przyciski hero na niskich ekranach desktopowych */
@media (min-width: 1025px) and (max-height: 800px) {
    .elementor-element-bc5e2e1,
    .elementor-element-513b764 {
        margin-top: 5px !important;
    }
}

/* MPATER 2026-07-22: pierwszy spójny szlif całej wersji mobilnej.
   Wszystkie reguły są zamknięte w breakpointach telefonu — desktop pozostaje bez zmian. */
@media (max-width: 767px) {
    /* 01. Niższy, lżejszy header z zachowaniem wygodnych pól dotykowych. */
    #wrap {
        padding-top: 74px !important;
    }

    .lqd-mobile-sec-inner {
        min-height: 74px !important;
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .lqd-mobile-sec .navbar-toggle {
        flex-basis: 46px;
        width: 46px !important;
        min-width: 46px;
    }

    .lqd-mobile-sec .mp-profile-mobile-host,
    .lqd-mobile-sec .mp-profile-mobile-host .elementor-widget-container,
    .lqd-mobile-sec .mp-profile-mobile-host .module-logo,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle {
        width: 216px !important;
        max-width: calc(100vw - 82px) !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .elementor-widget-container,
    .lqd-mobile-sec .mp-profile-mobile-host .module-logo,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle {
        height: 54px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle {
        grid-template-columns: 48px minmax(0, 1fr) 14px;
        column-gap: 7px;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__avatar-wrap {
        width: 48px !important;
        height: 48px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy strong {
        font-size: 19px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy > span {
        margin-top: 3px !important;
        font-size: 12px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-card {
        top: calc(100% + 10px) !important;
        width: min(356px, calc(100vw - 28px)) !important;
    }

    /* 02. Hero mieści pełny komunikat i oba CTA bez wrażenia ścisku. */
    body.home.elementor-page-10 .elementor-element.elementor-element-98526d9 {
        min-height: calc(100svh - 74px) !important;
        padding: 64px 16px 58px !important;
        background-position: 55% center !important;
    }

    .elementor-element-12f1bcc h1 {
        gap: 7px;
        font-size: 10px !important;
        letter-spacing: .14em !important;
    }

    .elementor-element-eea3191 h2 {
        max-width: 358px;
        font-size: clamp(31px, 8.7vw, 37px) !important;
        line-height: 1.07 !important;
        letter-spacing: -.03em !important;
    }

    .elementor-element-eea3191::after {
        width: 142px;
        margin-top: 18px;
    }

    .elementor-element-77ddfbf,
    .elementor-element-77ddfbf p {
        width: 100% !important;
        max-width: 352px !important;
    }

    .elementor-element-77ddfbf p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    body.home .elementor-element-f474074 .elementor-widget-wrap {
        align-items: center !important;
        flex-direction: column !important;
    }

    body.home .elementor-element-bc5e2e1,
    body.home .elementor-element-513b764 {
        width: min(100%, 342px) !important;
        max-width: 342px !important;
        margin: 10px auto 0 !important;
    }

    body.home .elementor-element-bc5e2e1 .elementor-button,
    body.home .elementor-element-513b764 .elementor-button {
        width: 100% !important;
        min-height: 56px;
        justify-content: center;
    }

    .elementor-element-98526d9 > .elementor-shape-bottom.mp-static-hero-arc {
        height: 18px !important;
    }

    /* 03. Jeden rytm pionowy i jedna skala nagłówków w kolejnych rozdziałach. */
    .mp-services-section,
    .mp-approach-section,
    .mp-process-section,
    .mp-locality-section,
    .mp-faq-section,
    .mp-after-hours-section,
    .mp-blog-section {
        padding-top: 74px;
        padding-bottom: 78px;
    }

    .mp-services-heading h2,
    .mp-approach-copy h2,
    .mp-process-heading h2,
    .mp-locality-copy > h2,
    .mp-faq-heading h2,
    .mp-after-hours-heading h2,
    .mp-blog-heading h2 {
        font-size: clamp(30px, 8.35vw, 36px);
        line-height: 1.12;
        letter-spacing: -.036em;
    }

    .mp-services-heading p,
    .mp-approach-copy p,
    .mp-process-heading > p,
    .mp-locality-intro p,
    .mp-faq-heading > p,
    .mp-after-hours-heading > p,
    .mp-blog-heading > p {
        font-size: 15.5px;
        line-height: 1.68;
    }

    /* 04. Usługi: krótszy skan, mocniejsze CTA i brak zbędnych pustych odcinków. */
    .mp-services-heading {
        margin-bottom: 44px;
    }

    .mp-services-grid {
        row-gap: 48px;
    }

    .mp-service-media {
        border-radius: 15px;
        box-shadow: 0 10px 26px rgba(11, 28, 51, .07);
    }

    .mp-service-copy {
        padding: 21px 1px 0;
    }

    .mp-service-copy h3 {
        font-size: clamp(22px, 6.35vw, 25px);
        line-height: 1.22;
    }

    .mp-service-copy > p {
        margin-top: 14px;
        color: #405064;
        font-size: 15.5px;
        line-height: 1.66;
    }

    .mp-service-link {
        min-height: 44px;
        margin-top: 15px;
        font-size: 14.5px;
    }

    .mp-services-all {
        margin-top: 58px;
    }

    .mp-services-all a {
        width: 100%;
        min-height: 56px;
    }

    /* 05. Najpierw komunikat, później zdjęcie — lepsza narracja na małym ekranie. */
    .mp-approach-container,
    .mp-locality-container {
        gap: 38px;
    }

    .mp-approach-copy,
    .mp-locality-copy {
        order: 1;
    }

    .mp-approach-media,
    .mp-locality-media {
        order: 2;
        width: 100%;
        max-height: 520px;
        border-radius: 15px;
    }

    .mp-approach-copy p,
    .mp-locality-intro {
        margin-top: 21px;
    }

    .mp-approach-link,
    .mp-locality-link {
        margin-top: 26px;
    }

    /* 06. Proces pozostaje czytelną osią, ale zajmuje mniej niepotrzebnej wysokości. */
    .mp-process-heading {
        margin-bottom: 46px;
    }

    .mp-process-step {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
        padding-bottom: 36px;
    }

    .mp-process-steps::before {
        top: 24px;
        bottom: 24px;
        left: 24px;
    }

    .mp-process-number {
        width: 48px;
        height: 48px;
        box-shadow: 0 0 0 6px rgba(11, 28, 51, .96);
    }

    .mp-process-step h3 {
        font-size: 21px;
        line-height: 1.25;
    }

    .mp-process-step p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.64;
    }

    .mp-process-more {
        margin-top: 44px;
    }

    /* 07. Lokalność: zwarte punkty i łatwiejsze skanowanie. */
    .mp-locality-points {
        margin-top: 26px;
    }

    .mp-locality-point {
        gap: 5px;
        padding: 15px 0;
    }

    .mp-locality-point h3 {
        font-size: 15.5px;
    }

    .mp-locality-point p {
        font-size: 14px;
        line-height: 1.58;
    }

    /* 08. FAQ: większa czytelność pytań przy mniejszej liczbie pustych marginesów. */
    .mp-faq-container {
        gap: 40px;
    }

    .mp-faq-item summary {
        grid-template-columns: 29px minmax(0, 1fr) 28px;
        gap: 9px;
        min-height: 68px;
        padding: 18px 0;
    }

    .mp-faq-question {
        font-size: 17px;
        line-height: 1.38;
    }

    .mp-faq-answer {
        padding: 0 0 21px 38px;
    }

    .mp-faq-answer p {
        font-size: 15px;
        line-height: 1.66;
    }

    .mp-faq-contact {
        margin-top: 28px;
        padding: 19px 18px;
    }

    /* 09. Galeria zachowuje instagramowy charakter: trzy równe kolumny i 1 px przerwy. */
    .mp-after-hours-heading {
        margin-bottom: 36px;
    }

    .mp-after-hours-tags {
        gap: 8px 13px;
        margin-top: 17px;
    }

    .mp-after-hours-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1px;
    }

    .mp-after-hours-item img {
        filter: saturate(.94) contrast(1.02) brightness(.98);
    }

    /* 10. Poradnik, końcowe CTA i stopka kończą stronę bez przeskoków skali. */
    .mp-blog-heading {
        margin-bottom: 36px;
    }

    .mp-blog-grid {
        gap: 16px;
    }

    .mp-blog-card,
    .mp-blog-card--lead {
        border-radius: 17px;
    }

    .mp-blog-card-media,
    .mp-blog-card--lead .mp-blog-card-media {
        aspect-ratio: 16 / 9;
    }

    .mp-blog-card-body,
    .mp-blog-card--lead .mp-blog-card-body {
        padding: 20px 19px 22px;
    }

    .mp-blog-card h3,
    .mp-blog-card--lead h3 {
        font-size: 22px;
        line-height: 1.22;
    }

    .mp-blog-card-body > p {
        margin-top: 13px;
        font-size: 14.5px;
        line-height: 1.62;
    }

    .mp-blog-card-link {
        min-height: 42px;
        margin-top: 13px;
        padding-top: 0;
    }

    .mp-blog-cta {
        gap: 20px;
        margin-top: 28px;
        padding: 26px 20px;
        border-radius: 18px;
    }

    .mp-blog-cta h3 {
        font-size: 25px;
        line-height: 1.2;
    }

    .mp-closing-cta-section {
        padding: 76px 18px 80px;
    }

    .mp-closing-cta-container h2 {
        font-size: clamp(32px, 9vw, 38px);
        line-height: 1.09;
    }

    .mp-closing-cta-container > p {
        margin-top: 21px;
        font-size: 15.5px;
        line-height: 1.65;
    }

    .mp-closing-cta-actions {
        margin-top: 28px;
    }

    .mp-closing-cta-actions a {
        min-height: 54px;
    }

    .mp-site-footer {
        padding: 50px 16px 22px;
    }

    .mp-site-footer__main {
        gap: 48px;
    }

    .mp-footer-card {
        padding: 20px 16px 17px;
        border-radius: 20px;
    }

    .mp-footer-card__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .mp-footer-card__nav a {
        min-height: 50px;
        padding: 0 8px;
        font-size: 13px;
    }

    .mp-footer-card__nav a:last-child {
        grid-column: 1 / -1;
    }

    .mp-footer-links {
        gap: 36px 24px;
    }

    .mp-site-footer__bottom {
        margin-top: 46px;
    }
}

/* MPATER 2026-07-23: autorytatywna, końcowa warstwa desktopowa.
   Umieszczona na końcu celowo, ponad starszymi regułami sekcji. */
@media (min-width: 1025px) {
    body.home.elementor-page-10 .elementor-element.elementor-element-98526d9 {
        background-image:
            linear-gradient(180deg, rgba(4, 15, 29, .57) 0%, rgba(4, 14, 27, .53) 48%, rgba(3, 12, 23, .64) 100%),
            radial-gradient(circle at 50% 46%, rgba(4, 14, 27, .08) 0%, rgba(4, 14, 27, .26) 72%),
            url("https://mpater.pl/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg") !important;
    }

    body.home.elementor-page-10 .elementor-element.elementor-element-77ddfbf {
        width: min(1040px, calc(100% - 80px)) !important;
        max-width: 1040px !important;
    }

    body.home.elementor-page-10 .elementor-element.elementor-element-77ddfbf p {
        max-width: 1040px !important;
        font-size: 18px !important;
        line-height: 1.55 !important;
    }

    .mp-hero-description-line {
        display: block;
        white-space: nowrap;
    }

    body.home .elementor-element-bc5e2e1,
    body.home .elementor-element-513b764 {
        width: 282px !important;
        max-width: 282px !important;
    }

    body.home .elementor-element-bc5e2e1 .elementor-button,
    body.home .elementor-element-513b764 .elementor-button {
        width: 100% !important;
        min-height: 64px !important;
        padding-right: 26px !important;
        padding-left: 26px !important;
        justify-content: center;
    }

    body.home .elementor-element-52ee4da {
        margin-top: 54px !important;
        padding-bottom: 12px !important;
    }

    .mp-services-section {
        padding: 58px 28px 84px;
        background:
            radial-gradient(circle at 11% 7%, rgba(242, 201, 76, .12), transparent 27%),
            radial-gradient(circle at 91% 42%, rgba(11, 28, 51, .045), transparent 31%),
            linear-gradient(180deg, #fffdf8 0%, #f8fafc 38%, #fff 100%);
    }

    .mp-services-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: .28;
        background-image: repeating-linear-gradient(135deg, transparent 0 34px, rgba(11, 28, 51, .022) 34px 35px);
    }

    .mp-services-container {
        position: relative;
        z-index: 1;
    }

    .mp-services-heading {
        margin-bottom: 68px;
    }

    .mp-services-grid {
        row-gap: 62px;
    }

    .mp-services-all {
        margin-top: 56px;
    }

    .mp-service-media--search img {
        transition: transform .55s cubic-bezier(.2, .7, .2, 1);
    }

    .mp-approach-section,
    .mp-process-section,
    .mp-locality-section,
    .mp-faq-section,
    .mp-after-hours-section,
    .mp-blog-section {
        padding-top: 88px;
        padding-bottom: 92px;
    }

    .mp-process-heading,
    .mp-after-hours-heading,
    .mp-blog-heading {
        margin-bottom: 54px;
    }

    .mp-approach-eyebrow,
    .mp-process-eyebrow,
    .mp-locality-eyebrow,
    .mp-faq-eyebrow,
    .mp-after-hours-eyebrow,
    .mp-blog-eyebrow {
        margin-bottom: 18px;
    }

    .mp-blog-section {
        padding-top: 82px;
        padding-bottom: 86px;
    }

    .mp-blog-container {
        max-width: 1180px;
    }

    .mp-blog-heading {
        max-width: 820px;
        margin-bottom: 44px;
    }

    .mp-blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        align-items: stretch;
    }

    .mp-blog-card,
    .mp-blog-card--lead {
        display: flex;
        flex-direction: column;
        grid-column: auto;
        min-height: 0;
        border-radius: 18px;
    }

    .mp-blog-card-media,
    .mp-blog-card--lead .mp-blog-card-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .mp-blog-card-body,
    .mp-blog-card--lead .mp-blog-card-body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 22px 22px 24px;
    }

    .mp-blog-card h3,
    .mp-blog-card--lead h3 {
        min-height: 0;
        margin-top: 15px;
        display: block;
        overflow: visible;
        font-size: 21px;
        line-height: 1.24;
    }

    .mp-blog-card-body > p {
        display: none;
    }

    .mp-blog-card-link {
        margin-top: auto;
        padding-top: 20px;
    }

    .mp-blog-all {
        min-height: 50px;
        margin: 34px auto 0;
        padding: 0 22px;
        border: 1px solid rgba(11, 28, 51, .28);
        border-radius: 999px;
    }

    .mp-closing-cta-section {
        min-height: 480px;
        padding: 84px 24px;
    }

    .mp-closing-cta-container {
        max-width: 1120px;
    }

    .mp-closing-cta-container h2 {
        max-width: none;
        white-space: nowrap;
        font-size: clamp(46px, 4.6vw, 58px);
        line-height: 1.06;
    }

    .mp-closing-cta-container > p {
        max-width: 900px;
        margin-top: 26px;
    }

    .mp-closing-cta-actions {
        margin-top: 34px;
    }

    .mp-site-footer__bottom {
        align-items: flex-start;
        gap: 26px;
    }

    .mp-site-footer__bottom p:first-child {
        flex: 0 0 auto;
    }

    .mp-site-footer__bottom p:last-child {
        max-width: 680px;
        margin-left: auto;
        text-align: right;
        line-height: 1.75;
    }
}

@media (hover: hover) and (min-width: 1025px) {
    .mp-service-card--ready .mp-service-media--search:hover img {
        transform: scale(1.025);
    }

    .mp-blog-all:hover svg {
        transform: translateX(4px);
    }

    .mp-blog-all:hover {
        border-color: #d4a51c;
        background: #0b1c33;
        color: #fff;
    }
}

/* MPATER 2026-07-23: drugi szlif desktopu — rytm, hero, usługi,
   kompaktowy poradnik i informacyjny dół stopki. Menu pozostaje bez zmian. */
.lqd-preloader-wrap {
    display: none !important;
}

.mp-blog-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #0b1c33;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.4;
    text-decoration: none;
}

.mp-blog-all svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

@media (min-width: 1025px) {
    /* Tło Gorlic pozostaje ciemne, ale odzyskuje detale i lokalny charakter. */
    body.home.elementor-page-10 .elementor-element.elementor-element-98526d9 {
        background-image:
            linear-gradient(180deg, rgba(4, 15, 29, .57) 0%, rgba(4, 14, 27, .53) 48%, rgba(3, 12, 23, .64) 100%),
            radial-gradient(circle at 50% 46%, rgba(4, 14, 27, .08) 0%, rgba(4, 14, 27, .26) 72%),
            url("https://mpater.pl/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg") !important;
    }

    /* Dokładnie trzy czytelne linie opisu, bez przypadkowego łamania. */
    body.home.elementor-page-10 .elementor-element.elementor-element-77ddfbf {
        width: min(1040px, calc(100% - 80px)) !important;
        max-width: 1040px !important;
    }

    body.home.elementor-page-10 .elementor-element.elementor-element-77ddfbf p {
        max-width: 1040px !important;
        font-size: 18px !important;
        line-height: 1.55 !important;
    }

    .mp-hero-description-line {
        display: block;
        white-space: nowrap;
    }

    /* Oba CTA mają identyczny wymiar i wspólną oś. */
    body.home .elementor-element-bc5e2e1,
    body.home .elementor-element-513b764 {
        width: 282px !important;
        max-width: 282px !important;
    }

    body.home .elementor-element-bc5e2e1 .elementor-button,
    body.home .elementor-element-513b764 .elementor-button {
        width: 100% !important;
        min-height: 64px !important;
        padding-right: 26px !important;
        padding-left: 26px !important;
        justify-content: center;
    }

    /* Domknięcie trzech wyróżników i szybsze przejście do usług. */
    body.home .elementor-element-52ee4da {
        margin-top: 54px !important;
        padding-bottom: 12px !important;
    }

    .mp-services-section {
        padding: 58px 28px 84px;
        background:
            radial-gradient(circle at 11% 7%, rgba(242, 201, 76, .12), transparent 27%),
            radial-gradient(circle at 91% 42%, rgba(11, 28, 51, .045), transparent 31%),
            linear-gradient(180deg, #fffdf8 0%, #f8fafc 38%, #fff 100%);
    }

    .mp-services-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: .28;
        background-image: repeating-linear-gradient(135deg, transparent 0 34px, rgba(11, 28, 51, .022) 34px 35px);
    }

    .mp-services-container {
        position: relative;
        z-index: 1;
    }

    .mp-services-heading {
        margin-bottom: 68px;
    }

    .mp-services-grid {
        row-gap: 62px;
    }

    .mp-services-all {
        margin-top: 56px;
    }

    .mp-service-media--search img {
        transition: transform .55s cubic-bezier(.2, .7, .2, 1);
    }

    /* Jeden, spokojny rytm kolejnych rozdziałów strony. */
    .mp-approach-section,
    .mp-process-section,
    .mp-locality-section,
    .mp-faq-section,
    .mp-after-hours-section,
    .mp-blog-section {
        padding-top: 88px;
        padding-bottom: 92px;
    }

    .mp-process-heading,
    .mp-after-hours-heading,
    .mp-blog-heading {
        margin-bottom: 54px;
    }

    .mp-approach-eyebrow,
    .mp-process-eyebrow,
    .mp-locality-eyebrow,
    .mp-faq-eyebrow,
    .mp-after-hours-eyebrow,
    .mp-blog-eyebrow {
        margin-bottom: 18px;
    }

    /* Poradnik: jeden rząd, pełne tytuły, bez rozbudowanego drugiego CTA. */
    .mp-blog-section {
        padding-top: 82px;
        padding-bottom: 86px;
    }

    .mp-blog-container {
        max-width: 1180px;
    }

    .mp-blog-heading {
        max-width: 820px;
        margin-bottom: 44px;
    }

    .mp-blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        align-items: stretch;
    }

    .mp-blog-card,
    .mp-blog-card--lead {
        display: flex;
        flex-direction: column;
        grid-column: auto;
        min-height: 0;
        border-radius: 18px;
    }

    .mp-blog-card-media,
    .mp-blog-card--lead .mp-blog-card-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .mp-blog-card-body,
    .mp-blog-card--lead .mp-blog-card-body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 22px 22px 24px;
    }

    .mp-blog-card h3,
    .mp-blog-card--lead h3 {
        min-height: 0;
        margin-top: 15px;
        font-size: 21px;
        line-height: 1.24;
        display: block;
        overflow: visible;
    }

    .mp-blog-card-body > p {
        display: none;
    }

    .mp-blog-card-link {
        margin-top: auto;
        padding-top: 20px;
    }

    .mp-blog-all {
        min-height: 50px;
        margin: 34px auto 0;
        padding: 0 22px;
        border: 1px solid rgba(11, 28, 51, .28);
        border-radius: 999px;
    }

    /* Końcowe CTA nie dominuje nad stroną i zachowuje tytuł w jednej linii. */
    .mp-closing-cta-section {
        min-height: 480px;
        padding: 84px 24px;
    }

    .mp-closing-cta-container {
        max-width: 1120px;
    }

    .mp-closing-cta-container h2 {
        max-width: none;
        font-size: clamp(46px, 4.6vw, 58px);
        line-height: 1.06;
        white-space: nowrap;
    }

    .mp-closing-cta-container > p {
        max-width: 900px;
        margin-top: 26px;
    }

    .mp-closing-cta-actions {
        margin-top: 34px;
    }

    .mp-site-footer__bottom {
        align-items: flex-start;
        gap: 26px;
    }

    .mp-site-footer__bottom p:first-child {
        flex: 0 0 auto;
    }

    .mp-site-footer__bottom p:last-child {
        max-width: 680px;
        margin-left: auto;
        text-align: right;
        line-height: 1.75;
    }
}

@media (max-width: 767px) {
    .mp-hero-description-line {
        display: inline;
        white-space: normal;
    }

    .mp-hero-description-line:not(:last-child)::after {
        content: " ";
    }

    .mp-blog-all {
        width: 100%;
        min-height: 52px;
        margin-top: 24px;
        padding: 0 18px;
        border: 1px solid rgba(11, 28, 51, .28);
        border-radius: 999px;
        font-size: 13.5px;
    }
}

@media (hover: hover) and (min-width: 1025px) {
    .mp-service-card--ready .mp-service-media--search:hover img {
        transform: scale(1.025);
    }

    .mp-blog-all:hover svg {
        transform: translateX(4px);
    }

    .mp-blog-all:hover {
        border-color: #d4a51c;
        background: #0b1c33;
        color: #fff;
    }
}

@media (max-width: 374px) {
    .lqd-mobile-sec .mp-profile-mobile-host,
    .lqd-mobile-sec .mp-profile-mobile-host .elementor-widget-container,
    .lqd-mobile-sec .mp-profile-mobile-host .module-logo,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile,
    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle {
        width: 202px !important;
        max-width: calc(100vw - 78px) !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle {
        grid-template-columns: 46px minmax(0, 1fr) 12px;
        column-gap: 6px;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__avatar-wrap {
        width: 46px !important;
        height: 46px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy strong {
        font-size: 17.5px !important;
    }

    .lqd-mobile-sec .mp-profile-mobile-host .mp-profile-toggle__copy > span {
        font-size: 11px !important;
    }
}

/* MPATER 2026-07-21: standardowy kursor i statyczne przejscie hero */
html,
body {
    cursor: auto !important;
}

a,
button,
[role="button"],
input[type="button"],
input[type="submit"],
label[for],
select {
    cursor: pointer !important;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
[contenteditable="true"] {
    cursor: text !important;
}

.elementor-element-98526d9 > .elementor-shape-bottom.mp-static-hero-arc {
    height: 38px !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.elementor-element-98526d9 > .elementor-shape-bottom.mp-static-hero-arc svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
}

.elementor-element-98526d9 > .elementor-shape-bottom.mp-static-hero-arc path {
    fill: #fff !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
}

@media (max-width: 767px) {
    .elementor-element-98526d9 > .elementor-shape-bottom.mp-static-hero-arc {
        height: 24px !important;
    }
}

/* ================================================================
   MPATER — AUTORSKA SEKCJA USŁUG, ETAP 1/6
   ================================================================ */

/* Stara, demonstracyjna sekcja Hub pozostaje w Elementorze jako kopia
   bezpieczeństwa, ale nie jest wyświetlana na stronie głównej. */
.home .elementor-element.elementor-element-d42dcf3 {
    display: none !important;
}

/* Awaryjna warstwa wizualna dla sekcji demonstracyjnych usuwanych także
   po stronie PHP. Obejmuje desktop i wszystkie breakpointy mobilne. */
.home .elementor-element.elementor-element-2c991df,
.home .elementor-element.elementor-element-8182509,
.home .elementor-element.elementor-element-3b17882,
.home .elementor-element.elementor-element-745ca973,
.home .elementor-element.elementor-element-7508ca66 {
    display: none !important;
}

.mp-services-section {
    --mp-services-navy: #0b1c33;
    --mp-services-ink: #172033;
    --mp-services-muted: #526175;
    --mp-services-gold: #f2c94c;
    --mp-services-line: #dce3ea;
    --mp-services-surface: #f5f7fa;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    padding: clamp(96px, 8vw, 142px) 28px clamp(92px, 8vw, 132px);
    color: var(--mp-services-ink);
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mp-services-container {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.mp-services-heading {
    width: min(920px, 100%);
    margin: 0 auto clamp(66px, 6vw, 92px);
    text-align: center;
}

.mp-services-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
    color: #a57c0e;
}

.mp-services-eyebrow span {
    display: block;
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(165, 124, 14, .78));
}

.mp-services-eyebrow span:last-child {
    background: linear-gradient(90deg, rgba(165, 124, 14, .78), transparent);
}

.mp-services-eyebrow b {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .28em;
}

.mp-services-heading h2 {
    max-width: 900px;
    margin: 0 auto;
    color: var(--mp-services-navy);
    font-size: clamp(38px, 4.1vw, 54px);
    font-weight: 650;
    line-height: 1.09;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mp-services-heading p {
    max-width: 760px;
    margin: 26px auto 0;
    color: var(--mp-services-muted);
    font-size: clamp(16px, 1.45vw, 19px);
    font-weight: 400;
    line-height: 1.72;
    text-wrap: balance;
}

.mp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(34px, 4vw, 58px);
    row-gap: clamp(76px, 7vw, 108px);
    align-items: start;
}

.mp-service-card {
    min-width: 0;
}

.mp-service-card:nth-child(even) {
    margin-top: 78px;
}

.mp-service-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border: 1px solid var(--mp-services-line);
    border-radius: 20px;
    background: var(--mp-services-surface);
    box-shadow: 0 15px 38px rgba(11, 28, 51, .08);
    color: inherit;
}

.mp-service-card--ready .mp-service-media {
    border-color: rgba(242, 201, 76, .75);
}

.mp-service-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

/* Usługa 02: autentyczny widok wyszukiwarki pozostaje w całości widoczny. */
.mp-service-media--search {
    background: #fff;
}

.mp-service-media--search img {
    object-fit: contain;
    background: #fff;
    transition: none;
}

.mp-service-index {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(242, 201, 76, .58);
    border-radius: 999px;
    background: rgba(11, 28, 51, .9);
    box-shadow: 0 8px 20px rgba(11, 28, 51, .18);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .16em;
    backdrop-filter: blur(8px);
}

.mp-service-placeholder {
    display: grid;
    place-items: center;
    border-style: solid;
    background:
        linear-gradient(135deg, rgba(11, 28, 51, .035), rgba(242, 201, 76, .07)),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(11, 28, 51, .025) 18px 19px),
        #f8fafc;
    box-shadow: none;
}

.mp-service-card--priority .mp-service-placeholder {
    border-color: rgba(242, 201, 76, .7);
}

.mp-service-placeholder-label {
    max-width: 260px;
    padding: 0 24px;
    color: #8290a3;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .2em;
    text-align: center;
}

.mp-service-copy {
    position: relative;
    padding: 28px 6px 0;
}

.mp-service-copy h3 {
    max-width: 520px;
    min-height: 2.48em;
    margin: 0;
    color: var(--mp-services-navy);
    font-size: clamp(23px, 2.05vw, 29px);
    font-weight: 650;
    line-height: 1.24;
    letter-spacing: -.028em;
    text-wrap: balance;
}

.mp-service-copy h3 a {
    color: inherit;
    text-decoration: none;
}

.mp-service-copy > p {
    max-width: 500px;
    margin: 18px 0 0;
    color: var(--mp-services-muted);
    font-size: 16px;
    line-height: 1.72;
}

.mp-service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: var(--mp-services-navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.mp-service-link svg,
.mp-services-all svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

.mp-service-skeleton {
    display: grid;
    gap: 10px;
    max-width: 470px;
    margin-top: 22px;
}

.mp-service-skeleton i {
    display: block;
    width: 100%;
    height: 8px;
    border-radius: 99px;
    background: #e7ecf2;
}

.mp-service-skeleton i:nth-child(2) {
    width: 88%;
}

.mp-service-skeleton i:nth-child(3) {
    width: 62%;
}

.mp-services-all {
    display: flex;
    justify-content: center;
    margin-top: clamp(88px, 8vw, 124px);
}

.mp-services-all a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 28px;
    border: 1px solid var(--mp-services-navy);
    border-radius: 999px;
    color: var(--mp-services-navy);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

/* Osobiste podejście — osobny rozdział po sekcji usług. */
.mp-approach-section {
    --mp-approach-navy: #0b1c33;
    --mp-approach-muted: #526175;
    --mp-approach-gold: #d4a51c;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: clamp(94px, 8vw, 136px) 28px;
    border-top: 1px solid rgba(11, 28, 51, .08);
    background:
        radial-gradient(circle at 14% 22%, rgba(242, 201, 76, .1), transparent 28%),
        linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
    color: var(--mp-approach-navy);
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mp-approach-container {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: clamp(52px, 7vw, 104px);
    width: min(1200px, 100%);
    margin: 0 auto;
}

.mp-approach-media {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: clamp(500px, 48vw, 650px);
    border: 1px solid rgba(212, 165, 28, .58);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(11, 28, 51, .035), rgba(242, 201, 76, .08)),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(11, 28, 51, .026) 18px 19px),
        #f9fafb;
    box-shadow: 0 24px 64px rgba(11, 28, 51, .08);
}

.mp-approach-media::after {
    content: "";
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 64px;
    height: 3px;
    background: var(--mp-approach-gold);
}

.mp-approach-media-label {
    max-width: 300px;
    padding: 0 28px;
    color: #8290a3;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .2em;
    text-align: center;
}

.mp-approach-copy {
    max-width: 590px;
}

.mp-approach-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: #9a7410;
}

.mp-approach-eyebrow span {
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, var(--mp-approach-gold), rgba(212, 165, 28, .16));
}

.mp-approach-eyebrow b {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;
}

.mp-approach-copy h2 {
    margin: 0;
    color: var(--mp-approach-navy);
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 650;
    line-height: 1.1;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mp-approach-copy p {
    margin: 30px 0 0;
    color: var(--mp-approach-muted);
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.78;
}

.mp-approach-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    margin-top: 36px;
    padding: 0 28px;
    border: 1px solid var(--mp-approach-navy);
    border-radius: 999px;
    background: var(--mp-approach-navy);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.mp-approach-link svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

/* Jak pracuję — cztery czytelne etapy bez szablonowych ikon i kafelków. */
.mp-process-section {
    --mp-process-navy: #0b1c33;
    --mp-process-blue: #132842;
    --mp-process-gold: #f2c94c;
    --mp-process-text: #f7f9fc;
    --mp-process-muted: #aeb9c8;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: clamp(96px, 8.5vw, 144px) 28px clamp(94px, 8vw, 132px);
    background:
        radial-gradient(circle at 50% -10%, rgba(242, 201, 76, .1), transparent 34%),
        linear-gradient(145deg, var(--mp-process-navy), #081629 70%);
    color: var(--mp-process-text);
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mp-process-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .025), transparent);
}

.mp-process-container {
    position: relative;
    width: min(1200px, 100%);
    margin: 0 auto;
}

.mp-process-heading {
    width: min(850px, 100%);
    margin: 0 auto clamp(72px, 7vw, 104px);
    text-align: center;
}

.mp-process-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 22px;
    color: var(--mp-process-gold);
}

.mp-process-eyebrow span {
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(242, 201, 76, .76));
}

.mp-process-eyebrow span:last-child {
    background: linear-gradient(90deg, rgba(242, 201, 76, .76), transparent);
}

.mp-process-eyebrow b {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .27em;
}

.mp-process-heading h2 {
    max-width: 820px;
    margin: 0 auto;
    color: var(--mp-process-text);
    font-size: clamp(38px, 4.1vw, 54px);
    font-weight: 650;
    line-height: 1.09;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mp-process-heading > p {
    max-width: 720px;
    margin: 26px auto 0;
    color: var(--mp-process-muted);
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: 1.72;
    text-wrap: balance;
}

.mp-process-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(26px, 3.2vw, 46px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-process-steps::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 27px;
    left: 27px;
    right: 27px;
    height: 1px;
    background: linear-gradient(90deg, rgba(242, 201, 76, .85), rgba(242, 201, 76, .25));
}

.mp-process-step {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.mp-process-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(242, 201, 76, .68);
    border-radius: 50%;
    background: var(--mp-process-navy);
    box-shadow: 0 0 0 8px rgba(11, 28, 51, .94);
    color: var(--mp-process-gold);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .12em;
}

.mp-process-step-copy {
    padding-top: 30px;
}

.mp-process-step h3 {
    min-height: 2.55em;
    margin: 0;
    color: var(--mp-process-text);
    font-size: clamp(20px, 1.75vw, 24px);
    font-weight: 650;
    line-height: 1.28;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.mp-process-step p {
    margin: 18px 0 0;
    color: var(--mp-process-muted);
    font-size: 15px;
    line-height: 1.72;
}

.mp-process-more {
    display: flex;
    justify-content: center;
    margin-top: clamp(64px, 6vw, 88px);
}

.mp-process-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 26px;
    border: 1px solid rgba(242, 201, 76, .58);
    border-radius: 999px;
    color: var(--mp-process-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.mp-process-more svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

/* Lokalność — autentyczne zdjęcie z Gorlic i dwa równorzędne tryby współpracy. */
.mp-locality-section {
    --mp-locality-navy: #0b1c33;
    --mp-locality-muted: #526175;
    --mp-locality-gold: #d4a51c;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: clamp(96px, 8.5vw, 144px) 28px;
    background:
        radial-gradient(circle at 88% 12%, rgba(242, 201, 76, .1), transparent 28%),
        linear-gradient(180deg, #fff, #f8f9fb);
    color: var(--mp-locality-navy);
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mp-locality-container {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(54px, 7vw, 104px);
    width: min(1200px, 100%);
    margin: 0 auto;
}

.mp-locality-media {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: clamp(560px, 52vw, 720px);
    border: 1px solid rgba(212, 165, 28, .58);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(11, 28, 51, .04), rgba(242, 201, 76, .08)),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(11, 28, 51, .027) 18px 19px),
        #f8fafc;
    box-shadow: 0 24px 64px rgba(11, 28, 51, .09);
}

.mp-locality-media::before {
    content: "GORLICE";
    position: absolute;
    top: 24px;
    left: 26px;
    color: rgba(11, 28, 51, .22);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;
}

.mp-locality-media::after {
    content: "";
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 64px;
    height: 3px;
    background: var(--mp-locality-gold);
}

.mp-locality-media-label {
    max-width: 300px;
    padding: 0 28px;
    color: #8290a3;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: .2em;
    text-align: center;
}

.mp-locality-copy {
    max-width: 630px;
}

.mp-locality-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: #9a7410;
}

.mp-locality-eyebrow span {
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, var(--mp-locality-gold), rgba(212, 165, 28, .16));
}

.mp-locality-eyebrow b {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;
}

.mp-locality-copy > h2 {
    margin: 0;
    color: var(--mp-locality-navy);
    font-size: clamp(36px, 3.75vw, 52px);
    font-weight: 650;
    line-height: 1.1;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mp-locality-intro {
    margin-top: 30px;
}

.mp-locality-intro p {
    margin: 0;
    color: var(--mp-locality-muted);
    font-size: 16px;
    line-height: 1.76;
}

.mp-locality-intro p + p {
    margin-top: 16px;
}

.mp-locality-points {
    margin-top: 38px;
    border-top: 1px solid rgba(11, 28, 51, .12);
}

.mp-locality-point {
    display: grid;
    grid-template-columns: minmax(150px, .75fr) minmax(0, 1.25fr);
    gap: 24px;
    align-items: baseline;
    padding: 19px 0;
    border-bottom: 1px solid rgba(11, 28, 51, .12);
}

.mp-locality-point h3 {
    margin: 0;
    color: var(--mp-locality-navy);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.015em;
}

.mp-locality-point p {
    margin: 0;
    color: var(--mp-locality-muted);
    font-size: 14px;
    line-height: 1.62;
}

.mp-locality-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    margin-top: 36px;
    padding: 0 28px;
    border: 1px solid var(--mp-locality-navy);
    border-radius: 999px;
    background: var(--mp-locality-navy);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.mp-locality-link svg {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

/* FAQ — semantyczny akordeon bez JavaScriptu. */
.mp-faq-section {
    --mp-faq-navy: #0b1c33;
    --mp-faq-muted: #526175;
    --mp-faq-gold: #d4a51c;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: clamp(96px, 8.5vw, 144px) 28px;
    border-top: 1px solid rgba(11, 28, 51, .08);
    background: #f3f5f7;
    color: var(--mp-faq-navy);
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mp-faq-container {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(58px, 8vw, 116px);
    width: min(1200px, 100%);
    margin: 0 auto;
}

.mp-faq-heading {
    max-width: 430px;
}

.mp-faq-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: #9a7410;
}

.mp-faq-eyebrow span {
    width: 44px;
    height: 1px;
    background: linear-gradient(90deg, var(--mp-faq-gold), rgba(212, 165, 28, .16));
}

.mp-faq-eyebrow b {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .24em;
}

.mp-faq-heading h2 {
    margin: 0;
    color: var(--mp-faq-navy);
    font-size: clamp(36px, 3.75vw, 52px);
    font-weight: 650;
    line-height: 1.1;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.mp-faq-heading > p {
    margin: 26px 0 0;
    color: var(--mp-faq-muted);
    font-size: 16px;
    line-height: 1.72;
}

.mp-faq-content {
    min-width: 0;
}

.mp-faq-list {
    border-top: 1px solid rgba(11, 28, 51, .16);
}

.mp-faq-item {
    border-bottom: 1px solid rgba(11, 28, 51, .16);
}

.mp-faq-item summary {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    gap: 18px;
    align-items: center;
    padding: 26px 0;
    color: var(--mp-faq-navy);
    cursor: pointer;
    list-style: none;
}

.mp-faq-item summary::-webkit-details-marker {
    display: none;
}

.mp-faq-number {
    color: #9a7410;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .15em;
}

.mp-faq-question {
    font-size: clamp(18px, 1.7vw, 22px);
    font-weight: 650;
    line-height: 1.36;
    letter-spacing: -.022em;
}

.mp-faq-toggle {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(11, 28, 51, .22);
    border-radius: 50%;
}

.mp-faq-toggle::before,
.mp-faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: var(--mp-faq-navy);
    transform: translate(-50%, -50%);
}

.mp-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: opacity .2s ease;
}

.mp-faq-item[open] .mp-faq-toggle {
    border-color: rgba(212, 165, 28, .72);
    background: rgba(242, 201, 76, .11);
}

.mp-faq-item[open] .mp-faq-toggle::after {
    opacity: 0;
}

.mp-faq-answer {
    padding: 0 48px 28px 66px;
}

.mp-faq-answer p {
    max-width: 680px;
    margin: 0;
    color: var(--mp-faq-muted);
    font-size: 16px;
    line-height: 1.76;
}

.mp-faq-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 40px;
    padding: 24px 26px;
    border: 1px solid rgba(212, 165, 28, .45);
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
}

.mp-faq-contact p {
    margin: 0;
    color: var(--mp-faq-navy);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
}

.mp-faq-contact a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    color: var(--mp-faq-navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.mp-faq-contact svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

/* Po godzinach — autentyczna, zwarta tablica zdjęć bez lightboxa. */
.mp-after-hours-section {
    --mp-after-hours-navy: #0b1c33;
    --mp-after-hours-muted: #526175;
    --mp-after-hours-gold: #d4a51c;
    position: relative;
    width: 100%;
    padding: 130px 24px 140px;
    background: #fff;
    color: var(--mp-after-hours-navy);
}

.mp-after-hours-container {
    width: min(100%, 1380px);
    margin: 0 auto;
}

.mp-after-hours-heading {
    max-width: 900px;
    margin: 0 auto 62px;
    text-align: center;
}

.mp-after-hours-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 24px;
}

.mp-after-hours-eyebrow span {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 165, 28, .16), var(--mp-after-hours-gold));
}

.mp-after-hours-eyebrow span:last-child {
    background: linear-gradient(90deg, var(--mp-after-hours-gold), rgba(212, 165, 28, .16));
}

.mp-after-hours-eyebrow b {
    color: #8a6810;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .28em;
}

.mp-after-hours-heading h2 {
    max-width: 860px;
    margin: 0 auto;
    color: var(--mp-after-hours-navy);
    font-size: clamp(42px, 4.45vw, 66px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.mp-after-hours-heading > p {
    max-width: 740px;
    margin: 26px auto 0;
    color: var(--mp-after-hours-muted);
    font-size: 18px;
    line-height: 1.72;
}

.mp-after-hours-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    margin-top: 24px;
    color: #8a6810;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: .045em;
}

.mp-after-hours-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    width: 100%;
    background: #fff;
}

.mp-after-hours-item {
    position: relative;
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
    background: #eef1f4;
}

.mp-after-hours-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mp-after-hours-image--01 { object-position: 50% 60%; }
.mp-after-hours-image--02 { object-position: 50% 48%; }
.mp-after-hours-image--03 { object-position: 50% 57%; }
.mp-after-hours-image--04 { object-position: 50% 70%; }
.mp-after-hours-image--05 { object-position: 50% 40%; }
.mp-after-hours-image--06 { object-position: 50% 65%; }
.mp-after-hours-image--07 { object-position: 50% 50%; }
.mp-after-hours-image--08 { object-position: 50% 55%; }
.mp-after-hours-image--09 { object-position: 50% 75%; }
.mp-after-hours-image--10 { object-position: 50% 50%; }

@media (max-width: 1024px) {
    .mp-after-hours-section {
        padding-right: 22px;
        padding-left: 22px;
    }

    .mp-after-hours-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mp-after-hours-section {
        padding: 82px 0 88px;
    }

    .mp-after-hours-heading {
        margin-bottom: 42px;
        padding: 0 18px;
        text-align: left;
    }

    .mp-after-hours-eyebrow {
        justify-content: flex-start;
        gap: 12px;
        margin-bottom: 19px;
    }

    .mp-after-hours-eyebrow span {
        width: 30px;
    }

    .mp-after-hours-eyebrow span:last-child {
        display: none;
    }

    .mp-after-hours-heading h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.12;
        letter-spacing: -.038em;
    }

    .mp-after-hours-heading > p {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.68;
    }

    .mp-after-hours-tags {
        justify-content: flex-start;
        gap: 9px 16px;
        margin-top: 20px;
    }

    .mp-after-hours-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Poradnik — autorski układ redakcyjny zamiast demonstracyjnej sekcji HUB. */
.mp-blog-section {
    --mp-blog-navy: #0b1c33;
    --mp-blog-muted: #526175;
    --mp-blog-gold: #d4a51c;
    position: relative;
    width: 100%;
    padding: 136px 24px 142px;
    background: #f6f7f8;
    color: var(--mp-blog-navy);
}

.mp-blog-container {
    width: min(100%, 1380px);
    margin: 0 auto;
}

.mp-blog-heading {
    max-width: 900px;
    margin: 0 auto 66px;
    text-align: center;
}

.mp-blog-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 24px;
}

.mp-blog-eyebrow span {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, rgba(212, 165, 28, .16), var(--mp-blog-gold));
}

.mp-blog-eyebrow span:last-child {
    background: linear-gradient(90deg, var(--mp-blog-gold), rgba(212, 165, 28, .16));
}

.mp-blog-eyebrow b {
    color: #8a6810;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .26em;
}

.mp-blog-heading h2 {
    max-width: 880px;
    margin: 0 auto;
    color: var(--mp-blog-navy);
    font-size: clamp(42px, 4.45vw, 66px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.mp-blog-heading > p {
    max-width: 720px;
    margin: 26px auto 0;
    color: var(--mp-blog-muted);
    font-size: 18px;
    line-height: 1.72;
}

.mp-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mp-blog-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e1e5e9;
    border-radius: 24px;
    background: #fff;
}

.mp-blog-card--lead {
    grid-column: span 2;
    grid-row: span 2;
}

.mp-blog-card-media {
    position: relative;
    display: block;
    min-height: 188px;
    overflow: hidden;
    background: #e9edf0;
}

.mp-blog-card--lead .mp-blog-card-media {
    min-height: 460px;
}

.mp-blog-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .45s cubic-bezier(.2, .7, .2, 1);
}

.mp-blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 26px 26px;
}

.mp-blog-card--lead .mp-blog-card-body {
    padding: 32px 34px 34px;
}

.mp-blog-card-meta {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 17px;
}

.mp-blog-card-meta span {
    color: #8a6810;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.mp-blog-card-meta small {
    flex: 0 0 auto;
    color: #8490a0;
    font-size: 12px;
    line-height: 1.2;
}

.mp-blog-card h3 {
    margin: 0;
    color: var(--mp-blog-navy);
    font-size: clamp(22px, 1.65vw, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.mp-blog-card--lead h3 {
    max-width: 780px;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.12;
    letter-spacing: -.04em;
}

.mp-blog-card h3 a {
    color: inherit;
    text-decoration: none;
}

.mp-blog-card-body > p {
    max-width: 760px;
    margin: 20px 0 0;
    color: var(--mp-blog-muted);
    font-size: 17px;
    line-height: 1.68;
}

.mp-blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 23px;
    color: var(--mp-blog-navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.mp-blog-card-link svg,
.mp-blog-cta > a svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

.mp-blog-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
    margin-top: 46px;
    padding: 44px 48px;
    overflow: hidden;
    border: 1px solid rgba(212, 165, 28, .48);
    border-radius: 26px;
    background: var(--mp-blog-navy);
    color: #fff;
}

.mp-blog-cta > div > span {
    display: block;
    margin-bottom: 13px;
    color: #edc749;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: .2em;
}

.mp-blog-cta h3 {
    max-width: 800px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 2.45vw, 38px);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -.03em;
}

.mp-blog-cta p {
    max-width: 760px;
    margin: 15px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.65;
}

.mp-blog-cta > a {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 15px 24px;
    border: 1px solid var(--mp-blog-gold);
    border-radius: 999px;
    color: #f4ca42;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .25s ease, color .25s ease;
}

@media (max-width: 1024px) {
    .mp-blog-section {
        padding-right: 22px;
        padding-left: 22px;
    }

    .mp-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mp-blog-card--lead {
        grid-column: span 2;
        grid-row: auto;
    }

    .mp-blog-card--lead .mp-blog-card-media {
        min-height: 390px;
    }

    .mp-blog-cta {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mp-blog-cta > a {
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .mp-blog-section {
        padding: 86px 18px 92px;
    }

    .mp-blog-heading {
        margin-bottom: 42px;
        text-align: left;
    }

    .mp-blog-eyebrow {
        justify-content: flex-start;
        gap: 12px;
        margin-bottom: 19px;
    }

    .mp-blog-eyebrow span {
        width: 30px;
    }

    .mp-blog-eyebrow span:last-child {
        display: none;
    }

    .mp-blog-eyebrow b {
        font-size: 11px;
        letter-spacing: .19em;
    }

    .mp-blog-heading h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.12;
        letter-spacing: -.038em;
    }

    .mp-blog-heading > p {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.68;
    }

    .mp-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mp-blog-card,
    .mp-blog-card--lead {
        grid-column: auto;
        grid-row: auto;
        border-radius: 20px;
    }

    .mp-blog-card-media,
    .mp-blog-card--lead .mp-blog-card-media {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .mp-blog-card-body,
    .mp-blog-card--lead .mp-blog-card-body {
        padding: 22px 22px 24px;
    }

    .mp-blog-card h3,
    .mp-blog-card--lead h3 {
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: -.03em;
    }

    .mp-blog-card-body > p {
        margin-top: 16px;
        font-size: 15px;
    }

    .mp-blog-cta {
        gap: 25px;
        margin-top: 32px;
        padding: 30px 24px;
        border-radius: 22px;
    }

    .mp-blog-cta h3 {
        font-size: 28px;
    }

    .mp-blog-cta > a {
        width: 100%;
        min-height: 56px;
    }
}

/* Końcowe CTA — spokojne, lokalne domknięcie strony przed stopką. */
.mp-closing-cta-section {
    --mp-closing-navy: #0b1c33;
    --mp-closing-gold: #d4a51c;
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 610px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 112px 24px;
    background: var(--mp-closing-navy);
    color: #fff;
}

.mp-closing-cta-backdrop {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(7, 22, 42, .97) 0%, rgba(7, 22, 42, .91) 46%, rgba(7, 22, 42, .68) 100%),
        url('/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg');
    background-position: center, center 50%;
    background-size: cover;
}

.mp-closing-cta-section::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 72% 52%, rgba(212, 165, 28, .14), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 32%);
    content: '';
    pointer-events: none;
}

.mp-closing-cta-container {
    width: min(100%, 1180px);
    margin: 0 auto;
    text-align: center;
}

.mp-closing-cta-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 25px;
}

.mp-closing-cta-eyebrow span {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, rgba(237, 199, 73, .12), #edc749);
}

.mp-closing-cta-eyebrow span:last-child {
    background: linear-gradient(90deg, #edc749, rgba(237, 199, 73, .12));
}

.mp-closing-cta-eyebrow b {
    color: #edc749;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: .27em;
}

.mp-closing-cta-container h2 {
    max-width: 980px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(46px, 5.2vw, 78px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.048em;
}

.mp-closing-cta-container > p {
    max-width: 810px;
    margin: 29px auto 0;
    color: rgba(255, 255, 255, .76);
    font-size: 18px;
    line-height: 1.72;
}

.mp-closing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 39px;
}

.mp-closing-cta-actions a {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.mp-closing-cta-actions svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .25s ease;
}

.mp-closing-cta-primary {
    border: 1px solid #edc749;
    background: #edc749;
    color: var(--mp-closing-navy);
}

.mp-closing-cta-secondary {
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .035);
    color: #fff;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

@media (max-width: 767px) {
    .mp-closing-cta-section {
        min-height: 0;
        padding: 88px 18px 92px;
    }

    .mp-closing-cta-backdrop {
        background-image:
            linear-gradient(180deg, rgba(7, 22, 42, .92) 0%, rgba(7, 22, 42, .86) 100%),
            url('/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg');
        background-position: center, 58% 50%;
    }

    .mp-closing-cta-eyebrow {
        gap: 12px;
        margin-bottom: 21px;
    }

    .mp-closing-cta-eyebrow span {
        width: 30px;
    }

    .mp-closing-cta-eyebrow b {
        font-size: 11px;
        letter-spacing: .2em;
    }

    .mp-closing-cta-container h2 {
        font-size: clamp(36px, 10.5vw, 47px);
        line-height: 1.08;
        letter-spacing: -.042em;
    }

    .mp-closing-cta-container > p {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.68;
    }

    .mp-closing-cta-actions {
        flex-direction: column;
        gap: 11px;
        margin-top: 32px;
    }

    .mp-closing-cta-actions a {
        width: 100%;
        min-height: 58px;
    }
}

@media (hover: hover) {
    .mp-service-card--ready .mp-service-media:hover img {
        transform: scale(1.025);
    }

    .mp-blog-card:hover .mp-blog-card-media img {
        transform: scale(1.025);
    }

    .mp-blog-card-link:hover svg,
    .mp-blog-cta > a:hover svg {
        transform: translateX(4px);
    }

    .mp-blog-cta > a:hover {
        background: var(--mp-blog-gold);
        color: var(--mp-blog-navy);
    }

    .mp-closing-cta-primary:hover {
        border-color: #fff;
        background: #fff;
        color: var(--mp-closing-navy);
    }

    .mp-closing-cta-primary:hover svg {
        transform: translateX(4px);
    }

    .mp-closing-cta-secondary:hover {
        border-color: #fff;
        background: #fff;
        color: var(--mp-closing-navy);
    }

    .mp-service-card--ready .mp-service-media--search:hover img {
        transform: none;
    }

    .mp-service-link:hover svg,
    .mp-services-all a:hover svg {
        transform: translateX(4px);
    }

    .mp-services-all a:hover {
        border-color: var(--mp-services-gold);
        background: var(--mp-services-navy);
        color: #fff;
    }

    .mp-approach-link:hover {
        border-color: var(--mp-approach-gold);
        background: #fff;
        color: var(--mp-approach-navy);
    }

    .mp-approach-link:hover svg {
        transform: translateX(4px);
    }

    .mp-process-more a:hover {
        border-color: var(--mp-process-gold);
        background: var(--mp-process-gold);
        color: var(--mp-process-navy);
    }

    .mp-process-more a:hover svg {
        transform: translateX(4px);
    }

    .mp-locality-link:hover {
        border-color: var(--mp-locality-gold);
        background: #fff;
        color: var(--mp-locality-navy);
    }

    .mp-locality-link:hover svg {
        transform: translateX(4px);
    }

    .mp-faq-item summary:hover .mp-faq-question {
        color: #8a6810;
    }

    .mp-faq-contact a:hover svg {
        transform: translateX(4px);
    }
}

@media (max-width: 1024px) {
    .mp-services-section {
        padding-right: 22px;
        padding-left: 22px;
    }

    .mp-service-card:nth-child(even) {
        margin-top: 52px;
    }

    .mp-service-copy h3 {
        min-height: 3.72em;
    }

    .mp-approach-section {
        padding-right: 22px;
        padding-left: 22px;
    }

    .mp-approach-container {
        gap: 46px;
    }

    .mp-approach-media {
        min-height: 520px;
    }

    .mp-process-section {
        padding-right: 22px;
        padding-left: 22px;
    }

    .mp-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 58px;
    }

    .mp-process-steps::before {
        display: none;
    }

    .mp-process-step {
        padding-top: 22px;
        border-top: 1px solid rgba(242, 201, 76, .28);
    }

    .mp-process-number {
        box-shadow: none;
    }

    .mp-locality-section {
        padding-right: 22px;
        padding-left: 22px;
    }

    .mp-locality-container {
        grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
        gap: 44px;
    }

    .mp-locality-media {
        min-height: 620px;
    }

    .mp-locality-point {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }

    .mp-faq-section {
        padding-right: 22px;
        padding-left: 22px;
    }

    .mp-faq-container {
        grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
        gap: 48px;
    }

    .mp-faq-item summary {
        grid-template-columns: 40px minmax(0, 1fr) 30px;
        gap: 14px;
    }

    .mp-faq-answer {
        padding-left: 54px;
    }

    .mp-faq-contact {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .mp-services-section {
        padding: 82px 18px 88px;
    }

    .mp-services-heading {
        margin-bottom: 54px;
    }

    .mp-services-eyebrow {
        gap: 12px;
        margin-bottom: 17px;
    }

    .mp-services-eyebrow span {
        width: 28px;
    }

    .mp-services-heading h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.12;
        letter-spacing: -.038em;
    }

    .mp-services-heading p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.65;
    }

    .mp-services-grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 58px;
    }

    .mp-service-card:nth-child(even) {
        margin-top: 0;
    }

    .mp-service-media {
        border-radius: 16px;
    }

    .mp-service-index {
        top: 14px;
        left: 14px;
    }

    .mp-service-copy {
        padding: 23px 2px 0;
    }

    .mp-service-copy h3 {
        min-height: 0;
        font-size: clamp(22px, 6.5vw, 27px);
    }

    .mp-services-all {
        margin-top: 74px;
    }

    .mp-approach-section {
        padding: 82px 18px 88px;
    }

    .mp-approach-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 46px;
    }

    .mp-approach-media {
        min-height: 0;
        aspect-ratio: 4 / 5;
        border-radius: 16px;
    }

    .mp-approach-media::after {
        right: 18px;
        bottom: 18px;
        width: 48px;
    }

    .mp-approach-eyebrow {
        gap: 12px;
        margin-bottom: 19px;
    }

    .mp-approach-eyebrow span {
        width: 32px;
    }

    .mp-approach-copy h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.12;
        letter-spacing: -.038em;
    }

    .mp-approach-copy p {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.72;
    }

    .mp-approach-link {
        width: 100%;
        min-height: 56px;
        margin-top: 30px;
        padding: 0 20px;
        text-align: center;
    }

    .mp-process-section {
        padding: 82px 18px 88px;
    }

    .mp-process-heading {
        margin-bottom: 58px;
        text-align: left;
    }

    .mp-process-eyebrow {
        justify-content: flex-start;
        gap: 12px;
        margin-bottom: 19px;
    }

    .mp-process-eyebrow span {
        width: 30px;
    }

    .mp-process-eyebrow span:last-child {
        display: none;
    }

    .mp-process-heading h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.12;
        letter-spacing: -.038em;
        text-align: left;
    }

    .mp-process-heading > p {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.68;
        text-align: left;
    }

    .mp-process-steps {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .mp-process-steps::before {
        display: block;
        top: 27px;
        bottom: 27px;
        left: 27px;
        right: auto;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, rgba(242, 201, 76, .82), rgba(242, 201, 76, .18));
    }

    .mp-process-step {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 20px;
        padding: 0 0 46px;
        border-top: 0;
    }

    .mp-process-step:last-child {
        padding-bottom: 0;
    }

    .mp-process-number {
        box-shadow: 0 0 0 7px rgba(11, 28, 51, .95);
    }

    .mp-process-step-copy {
        padding-top: 2px;
    }

    .mp-process-step h3 {
        min-height: 0;
        font-size: 22px;
    }

    .mp-process-step p {
        margin-top: 13px;
        font-size: 15px;
        line-height: 1.68;
    }

    .mp-process-more {
        margin-top: 58px;
    }

    .mp-process-more a {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    .mp-locality-section {
        padding: 82px 18px 88px;
    }

    .mp-locality-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 46px;
    }

    .mp-locality-media {
        min-height: 0;
        aspect-ratio: 4 / 5;
        border-radius: 16px;
    }

    .mp-locality-media::before {
        top: 18px;
        left: 18px;
    }

    .mp-locality-media::after {
        right: 18px;
        bottom: 18px;
        width: 48px;
    }

    .mp-locality-eyebrow {
        gap: 12px;
        margin-bottom: 19px;
    }

    .mp-locality-eyebrow span {
        width: 32px;
    }

    .mp-locality-copy > h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.12;
        letter-spacing: -.038em;
    }

    .mp-locality-intro {
        margin-top: 24px;
    }

    .mp-locality-intro p {
        font-size: 16px;
        line-height: 1.72;
    }

    .mp-locality-points {
        margin-top: 32px;
    }

    .mp-locality-point {
        padding: 18px 0;
    }

    .mp-locality-link {
        width: 100%;
        min-height: 56px;
        margin-top: 30px;
        padding: 0 20px;
        text-align: center;
    }

    .mp-faq-section {
        padding: 82px 18px 88px;
    }

    .mp-faq-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 52px;
    }

    .mp-faq-heading {
        max-width: none;
    }

    .mp-faq-eyebrow {
        gap: 12px;
        margin-bottom: 19px;
    }

    .mp-faq-eyebrow span {
        width: 32px;
    }

    .mp-faq-heading h2 {
        font-size: clamp(32px, 9vw, 40px);
        line-height: 1.12;
        letter-spacing: -.038em;
    }

    .mp-faq-heading > p {
        margin-top: 22px;
        line-height: 1.68;
    }

    .mp-faq-item summary {
        grid-template-columns: 34px minmax(0, 1fr) 28px;
        gap: 10px;
        padding: 22px 0;
    }

    .mp-faq-question {
        font-size: 18px;
        line-height: 1.4;
    }

    .mp-faq-toggle {
        width: 28px;
        height: 28px;
    }

    .mp-faq-answer {
        padding: 0 4px 24px 44px;
    }

    .mp-faq-answer p {
        font-size: 15px;
        line-height: 1.72;
    }

    .mp-faq-contact {
        gap: 14px;
        margin-top: 34px;
        padding: 22px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mp-service-media img,
    .mp-service-link svg,
    .mp-services-all,
    .mp-services-all a,
    .mp-services-all svg {
        animation: none !important;
        transition: none !important;
    }

    .mp-approach-link,
    .mp-approach-link svg {
        animation: none !important;
        transition: none !important;
    }

    .mp-process-more a,
    .mp-process-more svg {
        animation: none !important;
        transition: none !important;
    }

    .mp-locality-link,
    .mp-locality-link svg {
        animation: none !important;
        transition: none !important;
    }

    .mp-faq-toggle::after,
    .mp-faq-contact svg {
        animation: none !important;
        transition: none !important;
    }
}

/* MPATER 2026-07-22: pierwszy pakiet szlifu wizualnego desktopu.
   Nagłówek strony pozostaje świadomie bez zmian. */
@media (min-width: 1025px) {
    /* Spokojniejszy rytm usług bez indeksu postępu 1/6–6/6. */
    .mp-services-grid {
        row-gap: clamp(52px, 5vw, 72px);
    }

    .mp-service-card:nth-child(even) {
        margin-top: 44px;
    }

    .mp-service-copy {
        padding-top: 30px;
    }

    .mp-service-copy > p {
        color: #3f4e61;
        line-height: 1.68;
    }

    .mp-service-link {
        margin-top: 22px;
        font-size: 15px;
        font-weight: 750;
    }

    /* Więcej treści procesu w pierwszym ekranie sekcji. */
    .mp-process-section {
        padding-top: clamp(82px, 6.7vw, 110px);
        padding-bottom: clamp(82px, 6.5vw, 106px);
    }

    .mp-process-heading {
        margin-bottom: clamp(52px, 4.7vw, 68px);
    }

    .mp-process-step-copy {
        padding-top: 24px;
    }

    .mp-process-step p {
        margin-top: 15px;
    }

    .mp-process-more {
        margin-top: clamp(48px, 4.3vw, 62px);
    }

    /* Szerszy blok nagłówka FAQ i lżejsze łamanie H2. */
    .mp-faq-container {
        grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
        gap: clamp(58px, 6vw, 84px);
    }

    .mp-faq-heading {
        max-width: 500px;
    }

    .mp-faq-heading h2 {
        font-size: clamp(38px, 3.35vw, 48px);
        line-height: 1.08;
    }

    /* Jeden subtelny szlif tonalny dla całej galerii. */
    .mp-after-hours-item img {
        filter: saturate(.92) contrast(1.025) brightness(.975);
    }

    /* Karty poradnika kończą się zgodnie z faktyczną ilością treści. */
    .mp-blog-grid {
        align-items: start;
    }

    .mp-blog-card {
        align-self: start;
    }

    .mp-blog-card:not(.mp-blog-card--lead) .mp-blog-card-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .mp-blog-card:not(.mp-blog-card--lead) .mp-blog-card-media img {
        min-height: 0;
    }

    .mp-blog-card-body {
        flex: 0 0 auto;
    }

    .mp-blog-card-link {
        margin-top: 22px;
        padding-top: 0;
    }
}

/* Niski ekran desktopowy: pełne CTA pozostają w bezpiecznej odległości
   od dolnej krawędzi hero. */
@media (min-width: 1025px) and (max-height: 800px) {
    body.home.elementor-page-10 .elementor-element.elementor-element-98526d9 {
        padding-top: 110px !important;
        padding-bottom: 76px !important;
    }

    .elementor-element-12f1bcc,
    .elementor-element-eea3191,
    .elementor-element-77ddfbf {
        margin-bottom: 18px !important;
    }

    .elementor-element-eea3191::after {
        margin-top: 22px;
    }

    .elementor-element-77ddfbf {
        width: min(860px, calc(100% - 64px)) !important;
        max-width: 860px !important;
    }

    .elementor-element-77ddfbf p {
        max-width: 860px !important;
        font-size: 18px !important;
        line-height: 1.56 !important;
    }

    .elementor-element-bc5e2e1,
    .elementor-element-513b764 {
        margin-top: 0 !important;
    }
}

/* Finalna warstwa mobilna musi pozostać na końcu arkusza, aby miała
   pierwszeństwo przed starszymi regułami responsywnymi poszczególnych sekcji. */
@media (max-width: 767px) {
    .elementor-element-98526d9 > .elementor-shape-bottom.mp-static-hero-arc {
        height: 18px !important;
    }

    .mp-services-section,
    .mp-approach-section,
    .mp-process-section,
    .mp-locality-section,
    .mp-faq-section,
    .mp-after-hours-section,
    .mp-blog-section {
        padding-top: 74px;
        padding-bottom: 78px;
    }

    .mp-services-heading h2,
    .mp-approach-copy h2,
    .mp-process-heading h2,
    .mp-locality-copy > h2,
    .mp-faq-heading h2,
    .mp-after-hours-heading h2,
    .mp-blog-heading h2 {
        font-size: clamp(30px, 8.35vw, 36px);
        line-height: 1.12;
        letter-spacing: -.036em;
    }

    .mp-services-heading p,
    .mp-approach-copy p,
    .mp-process-heading > p,
    .mp-locality-intro p,
    .mp-faq-heading > p,
    .mp-after-hours-heading > p,
    .mp-blog-heading > p {
        font-size: 15.5px;
        line-height: 1.68;
    }

    .mp-services-heading {
        margin-bottom: 44px;
    }

    .mp-services-grid {
        row-gap: 48px;
    }

    .mp-service-media {
        border-radius: 15px;
        box-shadow: 0 10px 26px rgba(11, 28, 51, .07);
    }

    .mp-service-copy {
        padding: 21px 1px 0;
    }

    .mp-service-copy h3 {
        font-size: clamp(22px, 6.35vw, 25px);
        line-height: 1.22;
    }

    .mp-service-copy > p {
        margin-top: 14px;
        color: #405064;
        font-size: 15.5px;
        line-height: 1.66;
    }

    .mp-service-link {
        min-height: 44px;
        margin-top: 15px;
        font-size: 14.5px;
    }

    .mp-services-all {
        margin-top: 58px;
    }

    .mp-services-all a {
        width: 100%;
        min-height: 56px;
    }

    .mp-approach-container,
    .mp-locality-container {
        gap: 38px;
    }

    .mp-approach-copy,
    .mp-locality-copy {
        order: 1;
    }

    .mp-approach-media,
    .mp-locality-media {
        order: 2;
        width: 100%;
        max-height: 520px;
        border-radius: 15px;
    }

    .mp-approach-copy p,
    .mp-locality-intro {
        margin-top: 21px;
    }

    .mp-approach-link,
    .mp-locality-link {
        margin-top: 26px;
    }

    .mp-process-heading {
        margin-bottom: 46px;
    }

    .mp-process-step {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
        padding-bottom: 36px;
    }

    .mp-process-steps::before {
        top: 24px;
        bottom: 24px;
        left: 24px;
    }

    .mp-process-number {
        width: 48px;
        height: 48px;
        box-shadow: 0 0 0 6px rgba(11, 28, 51, .96);
    }

    .mp-process-step h3 {
        font-size: 21px;
        line-height: 1.25;
    }

    .mp-process-step p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.64;
    }

    .mp-process-more {
        margin-top: 44px;
    }

    .mp-locality-points {
        margin-top: 26px;
    }

    .mp-locality-point {
        gap: 5px;
        padding: 15px 0;
    }

    .mp-locality-point h3 {
        font-size: 15.5px;
    }

    .mp-locality-point p {
        font-size: 14px;
        line-height: 1.58;
    }

    .mp-faq-container {
        gap: 40px;
    }

    .mp-faq-item summary {
        grid-template-columns: 29px minmax(0, 1fr) 28px;
        gap: 9px;
        min-height: 68px;
        padding: 18px 0;
    }

    .mp-faq-question {
        font-size: 17px;
        line-height: 1.38;
    }

    .mp-faq-answer {
        padding: 0 0 21px 38px;
    }

    .mp-faq-answer p {
        font-size: 15px;
        line-height: 1.66;
    }

    .mp-faq-contact {
        margin-top: 28px;
        padding: 19px 18px;
    }

    .mp-after-hours-heading,
    .mp-blog-heading {
        margin-bottom: 36px;
    }

    .mp-after-hours-tags {
        gap: 8px 13px;
        margin-top: 17px;
    }

    .mp-after-hours-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1px;
    }

    .mp-after-hours-item img {
        filter: saturate(.94) contrast(1.02) brightness(.98);
    }

    .mp-blog-grid {
        gap: 16px;
    }

    .mp-blog-card,
    .mp-blog-card--lead {
        border-radius: 17px;
    }

    .mp-blog-card-media,
    .mp-blog-card--lead .mp-blog-card-media {
        aspect-ratio: 16 / 9;
    }

    .mp-blog-card-body,
    .mp-blog-card--lead .mp-blog-card-body {
        padding: 20px 19px 22px;
    }

    .mp-blog-card h3,
    .mp-blog-card--lead h3 {
        font-size: 22px;
        line-height: 1.22;
    }

    .mp-blog-card-body > p {
        margin-top: 13px;
        font-size: 14.5px;
        line-height: 1.62;
    }

    .mp-blog-card-link {
        min-height: 42px;
        margin-top: 13px;
        padding-top: 0;
    }

    .mp-blog-cta {
        gap: 20px;
        margin-top: 28px;
        padding: 26px 20px;
        border-radius: 18px;
    }

    .mp-blog-cta h3 {
        font-size: 25px;
        line-height: 1.2;
    }

    .mp-closing-cta-section {
        padding: 76px 18px 80px;
    }

    .mp-closing-cta-container h2 {
        font-size: clamp(32px, 9vw, 38px);
        line-height: 1.09;
    }

    .mp-closing-cta-container > p {
        margin-top: 21px;
        font-size: 15.5px;
        line-height: 1.65;
    }

    .mp-closing-cta-actions {
        margin-top: 28px;
    }

    .mp-closing-cta-actions a {
        min-height: 54px;
    }

    .mp-site-footer {
        padding: 50px 16px 22px;
    }

    .mp-site-footer__main {
        gap: 48px;
    }

    .mp-footer-card {
        padding: 20px 16px 17px;
        border-radius: 20px;
    }

    .mp-footer-card__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .mp-footer-card__nav a {
        min-height: 50px;
        padding: 0 8px;
        font-size: 13px;
    }

    .mp-footer-card__nav a:last-child {
        grid-column: 1 / -1;
    }

    .mp-footer-links {
        gap: 36px 24px;
    }

    .mp-site-footer__bottom {
        margin-top: 46px;
    }
}
/* MPATER 2026-07-23: finalna warstwa desktopowa — musi pozostać na końcu. */
@media (min-width: 1025px) {
    /* Ukrywa jedynie milisekundowe etapy pośrednie budowania wizytówki. */
    .elementor-element-d06091a:not([data-mp-profile-ready="true"]) .module-logo,
    .elementor-element-d06091a .mp-profile:not(:has(.mp-profile-cta)) {
        visibility: hidden !important;
    }

    .elementor-element-bc5e2e1 .elementor-button,
    .elementor-element-513b764 .elementor-button {
        box-sizing: border-box !important;
        width: 282px !important;
        min-width: 282px !important;
        height: 64px !important;
        min-height: 64px !important;
        padding-right: 32px !important;
        padding-left: 32px !important;
    }

    body.home.elementor-page-10 .elementor-element.elementor-element-98526d9 {
        background-image:
            linear-gradient(180deg, rgba(4, 15, 29, .57) 0%, rgba(4, 14, 27, .53) 48%, rgba(3, 12, 23, .64) 100%),
            radial-gradient(circle at 50% 46%, rgba(4, 14, 27, .08) 0%, rgba(4, 14, 27, .26) 72%),
            url("https://mpater.pl/wp-content/uploads/2026/07/Rynek-o-wschodzie-MG.jpg") !important;
    }

    body.home.elementor-page-10 .elementor-element.elementor-element-77ddfbf {
        width: min(1040px, calc(100% - 80px)) !important;
        max-width: 1040px !important;
    }

    body.home.elementor-page-10 .elementor-element.elementor-element-77ddfbf p {
        max-width: 1040px !important;
        font-size: 18px !important;
        line-height: 1.55 !important;
    }

    .mp-hero-description-line {
        display: block;
        white-space: nowrap;
    }

    body.home .elementor-element-bc5e2e1,
    body.home .elementor-element-513b764 {
        width: 282px !important;
        max-width: 282px !important;
    }

    body.home .elementor-element-bc5e2e1 .elementor-button,
    body.home .elementor-element-513b764 .elementor-button {
        width: 100% !important;
        min-height: 64px !important;
        padding-right: 26px !important;
        padding-left: 26px !important;
        justify-content: center;
    }

    body.home .elementor-element-52ee4da {
        margin-top: 54px !important;
        padding-bottom: 12px !important;
    }

    .mp-services-section {
        padding: 58px 28px 84px;
        background:
            radial-gradient(circle at 11% 7%, rgba(242, 201, 76, .12), transparent 27%),
            radial-gradient(circle at 91% 42%, rgba(11, 28, 51, .045), transparent 31%),
            linear-gradient(180deg, #fffdf8 0%, #f8fafc 38%, #fff 100%);
    }

    .mp-services-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: .28;
        background-image: repeating-linear-gradient(135deg, transparent 0 34px, rgba(11, 28, 51, .022) 34px 35px);
    }

    .mp-services-container {
        position: relative;
        z-index: 1;
    }

    .mp-services-heading {
        margin-bottom: 68px;
    }

    .mp-services-grid {
        row-gap: 62px;
    }

    .mp-services-all {
        margin-top: 56px;
    }

    .mp-service-media--search img {
        transition: transform .55s cubic-bezier(.2, .7, .2, 1);
    }

    .mp-approach-section,
    .mp-process-section,
    .mp-locality-section,
    .mp-faq-section,
    .mp-after-hours-section,
    .mp-blog-section {
        padding-top: 88px;
        padding-bottom: 92px;
    }

    .mp-process-heading,
    .mp-after-hours-heading,
    .mp-blog-heading {
        margin-bottom: 54px;
    }

    .mp-approach-eyebrow,
    .mp-process-eyebrow,
    .mp-locality-eyebrow,
    .mp-faq-eyebrow,
    .mp-after-hours-eyebrow,
    .mp-blog-eyebrow {
        margin-bottom: 18px;
    }

    .mp-blog-section {
        padding-top: 82px;
        padding-bottom: 86px;
    }

    .mp-blog-heading {
        max-width: 820px;
        margin-bottom: 44px;
    }

    .mp-blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        align-items: stretch;
    }

    .mp-blog-card,
    .mp-blog-card--lead {
        display: flex;
        grid-column: auto;
        flex-direction: column;
        min-height: 0;
        border-radius: 18px;
    }

    .mp-blog-card-media,
    .mp-blog-card--lead .mp-blog-card-media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .mp-blog-card-body,
    .mp-blog-card--lead .mp-blog-card-body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 22px 22px 24px;
    }

    .mp-blog-card h3,
    .mp-blog-card--lead h3 {
        min-height: 0;
        margin-top: 15px;
        display: block;
        overflow: visible;
        font-size: 21px;
        line-height: 1.24;
    }

    .mp-blog-card-body > p {
        display: none;
    }

    .mp-blog-card-link {
        margin-top: auto;
        padding-top: 20px;
    }

    .mp-blog-all {
        min-height: 50px;
        margin: 34px auto 0;
        padding: 0 22px;
        border: 1px solid rgba(11, 28, 51, .28);
        border-radius: 999px;
    }

    .mp-closing-cta-section {
        min-height: 480px;
        padding: 84px 24px;
    }

    .mp-closing-cta-container {
        max-width: 1120px;
    }

    .mp-closing-cta-container h2 {
        max-width: none;
        white-space: nowrap;
        font-size: clamp(46px, 4.6vw, 58px);
        line-height: 1.06;
    }

    .mp-closing-cta-container > p {
        max-width: 900px;
        margin-top: 26px;
    }

    .mp-closing-cta-actions {
        margin-top: 34px;
    }

    .mp-site-footer__bottom {
        align-items: flex-start;
        gap: 26px;
    }

    .mp-site-footer__bottom p:first-child {
        flex: 0 0 auto;
    }

    .mp-site-footer__bottom p:last-child {
        max-width: 680px;
        margin-left: auto;
        text-align: right;
        line-height: 1.75;
    }
}

@media (hover: hover) and (min-width: 1025px) {
    .mp-service-card--ready .mp-service-media--search:hover img {
        transform: scale(1.025);
    }

    .mp-blog-all:hover svg {
        transform: translateX(4px);
    }

    .mp-blog-all:hover {
        border-color: #d4a51c;
        background: #0b1c33;
        color: #fff;
    }
}
