.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-257 .elementor-element.elementor-element-c9de5df:not(.elementor-motion-effects-element-type-background), .elementor-257 .elementor-element.elementor-element-c9de5df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F5EF;}.elementor-257 .elementor-element.elementor-element-c9de5df{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-257 .elementor-element.elementor-element-c9de5df > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-c9de5df *//* =========================
   POLITYKA PRYWATNOŚCI - DOMKI MIŁO-MI
========================= */

.milomi-policy {
    background: #F8F5EF;
    position: relative;
    overflow: hidden;
    padding: 120px 20px 130px;
}

/* subtelne tło */
.milomi-policy::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 50% 8%,
            rgba(145, 119, 61, 0.08) 0%,
            rgba(145, 119, 61, 0.035) 22%,
            rgba(145, 119, 61, 0.00) 54%
        ),
        radial-gradient(
            circle at 12% 82%,
            rgba(8, 38, 28, 0.055) 0%,
            rgba(8, 38, 28, 0.02) 26%,
            rgba(8, 38, 28, 0.00) 58%
        );
    pointer-events: none;
    z-index: 1;
}

.milomi-policy__inner {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
}

/* header */
.milomi-policy__header {
    text-align: center;
    margin-bottom: 72px;
}

.milomi-policy__eyebrow {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #91773D;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 7px;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 28px;
}

.milomi-policy__eyebrow::before,
.milomi-policy__eyebrow::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: rgba(145, 119, 61, 0.62);
}

.milomi-policy__header h1 {
    color: #08261C;
    font-size: 64px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin: 0 0 26px;
}

.milomi-policy__header h1 span {
    color: #91773D;
}

.milomi-policy__header p {
    color: #46534B;
    font-size: 18px;
    line-height: 1.75em;
    margin: 0;
}

/* content card */
.milomi-policy__content {
    background: #FFFFFF;
    border: 1px solid rgba(8, 38, 28, 0.10);
    box-shadow: 0 28px 80px rgba(8, 38, 28, 0.10);
    padding: 62px 70px;
}

.milomi-policy__content h2 {
    color: #08261C;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin: 58px 0 22px;
}

.milomi-policy__content h2:first-child {
    margin-top: 0;
}

.milomi-policy__content p {
    color: #2F3E36;
    font-size: 16.5px;
    line-height: 1.85em;
    font-weight: 400;
    margin: 0 0 18px;
}

.milomi-policy__content strong {
    color: #08261C;
    font-weight: 600;
}

.milomi-policy__content ul {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.milomi-policy__content li {
    position: relative;
    color: #2F3E36;
    font-size: 16.5px;
    line-height: 1.75em;
    padding-left: 34px;
    margin-bottom: 10px;
}

.milomi-policy__content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 18px;
    height: 1px;
    background: #91773D;
}

.milomi-policy__content li::after {
    content: "";
    position: absolute;
    left: 18px;
    top: calc(0.8em - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #91773D;
}

/* tablet */
@media (max-width: 1024px) {
    .milomi-policy {
        padding: 90px 20px 100px;
    }

    .milomi-policy__header {
        margin-bottom: 56px;
    }

    .milomi-policy__header h1 {
        font-size: 52px;
    }

    .milomi-policy__content {
        padding: 52px 46px;
    }

    .milomi-policy__content h2 {
        font-size: 29px;
    }

    .milomi-policy__content p,
    .milomi-policy__content li {
        font-size: 16px;
    }
}

/* mobile */
@media (max-width: 767px) {
    .milomi-policy {
        padding: 70px 10px 80px;
    }

    .milomi-policy__header {
        margin-bottom: 42px;
    }

    .milomi-policy__eyebrow {
        gap: 12px;
        letter-spacing: 4px;
        font-size: 10px;
        margin-bottom: 22px;
    }

    .milomi-policy__eyebrow::before,
    .milomi-policy__eyebrow::after {
        width: 30px;
    }

    .milomi-policy__header h1 {
        font-size: 38px;
        line-height: 1.14em;
        margin-bottom: 22px;
    }

    .milomi-policy__header p {
        font-size: 15.5px;
        line-height: 1.75em;
    }

    .milomi-policy__content {
        padding: 34px 24px;
    }

    .milomi-policy__content h2 {
        font-size: 25px;
        line-height: 1.25em;
        margin: 44px 0 18px;
    }

    .milomi-policy__content p,
    .milomi-policy__content li {
        font-size: 15px;
        line-height: 1.75em;
    }

    .milomi-policy__content li {
        padding-left: 30px;
    }
}/* End custom CSS */