.elementor-6388 .elementor-element.elementor-element-8d4fe03{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:40px;}.elementor-6388 .elementor-element.elementor-element-a595698{--display:flex;}.elementor-6388 .elementor-element.elementor-element-32185c1 .pxl-image-single img{height:472px;width:100%;}.elementor-6388 .elementor-element.elementor-element-ad21e68{--display:flex;}@media(max-width:1366px){.elementor-6388 .elementor-element.elementor-element-8d4fe03{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:0px;}}@media(max-width:1024px){.elementor-6388 .elementor-element.elementor-element-8d4fe03{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}@media(max-width:767px){.elementor-6388 .elementor-element.elementor-element-8d4fe03{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-8d57d92 *//* =====================================
   DAVID FIXHAUS – CONTENT STANDARD FINAL
   (bez podkreśleń linków)
   ===================================== */

/* ZMIENNE */
:root {
    --dfh-text-main: #4a5568;
    --dfh-text-dark: #1a202c;
    --dfh-text-muted: #718096;

    --dfh-accent: #0056b3;
    --dfh-accent-soft: #e6f0fb;

    --dfh-border: #e2e8f0;
    --dfh-bg-soft: #f8fafc;

    --dfh-radius: 10px;
}

/* KONTENER ARTYKUŁU */
.dfh-article {
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 12px 60px;
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--dfh-text-main);
}

/* NAGŁÓWEK */
.dfh-article h1 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--dfh-text-dark);
    margin-bottom: 12px;
}

/* META */
.dfh-meta {
    font-size: 14px;
    color: var(--dfh-text-muted);
    margin-bottom: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--dfh-border);
}

/* NAGŁÓWKI */
.dfh-article h2 {
    font-size: 25px;
    font-weight: 700;
    color: var(--dfh-text-dark);
    margin: 56px 0 20px;
}

.dfh-article h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dfh-text-dark);
    margin: 36px 0 14px;
}

/* TEKST */
.dfh-article p {
    margin-bottom: 20px;
}

.dfh-article strong {
    font-weight: 600;
    color: var(--dfh-text-dark);
}

/* LISTY */
.dfh-article ul {
    padding-left: 20px;
    margin-bottom: 24px;
}

.dfh-article li {
    margin-bottom: 10px;
}

/* ===============================
   LINKI – BEZ PODKREŚLEŃ (GLOBALNIE)
   =============================== */

.dfh-article a,
.dfh-highlight a,
.dfh-case a,
.dfh-faq a {
    color: var(--dfh-accent);
    text-decoration: none;
    font-weight: 500;
}

.dfh-article a:hover,
.dfh-highlight a:hover,
.dfh-case a:hover,
.dfh-faq a:hover {
    color: #003d82;
}

/* SEKCJA WYRÓŻNIONA */
.dfh-highlight {
    background: var(--dfh-bg-soft);
    border-left: 4px solid var(--dfh-accent);
    padding: 22px 24px;
    border-radius: var(--dfh-radius);
    margin: 40px 0;
}

/* ===============================
   CASE STUDY – CZYTELNE
   =============================== */

.dfh-case {
    background-color: #2f3a4a;
    padding: 28px;
    border-radius: var(--dfh-radius);
    margin: 48px 0;
}

.dfh-case h3 {
    margin-top: 0;
    color: #ffffff;
    font-weight: 700;
}

.dfh-case p,
.dfh-case li {
    color: #e6edf5;
    line-height: 1.7;
}

.dfh-case strong {
    color: #ffffff;
    font-weight: 600;
}

/* FAQ */
.dfh-faq details {
    border-top: 1px solid var(--dfh-border);
    padding: 16px 0;
}

.dfh-faq summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--dfh-text-dark);
}

.dfh-faq p {
    margin-top: 12px;
}

/* ===============================
   CTA – KONWERSJA
   =============================== */

.dfh-cta {
    margin-top: 70px;
    padding: 50px 20px;
    background: #1f2937;
    border-radius: 14px;
    text-align: center;
}

.dfh-cta h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.dfh-cta p {
    color: #d1d9e6;
    font-size: 16px;
    max-width: 560px;
    margin: 0 auto 30px;
}

/* PRZYCISKI */
.dfh-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.dfh-btn {
    padding: 15px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 16px;
    min-width: 220px;
    text-align: center;
    text-decoration: none;
    transition: 
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

/* BIAŁY */
.dfh-btn-primary {
    background-color: #ffffff;
    color: #1f2937;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* ŻÓŁTY – LOGO */
.dfh-btn-secondary {
    background-color: #f5c400;
    color: #1f2937;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

/* HOVER */
.dfh-btn-primary:hover,
.dfh-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.28);
}

.dfh-btn-primary:hover {
    background-color: #f3f4f6;
}

.dfh-btn-secondary:hover {
    background-color: #e6b800;
}

/* ===============================
   STICKY CTA – MOBILE
   =============================== */

@media (max-width: 768px) {

    .dfh-article {
        font-size: 16px;
        padding-bottom: 140px;
    }

    .dfh-article h1 {
        font-size: 28px;
    }

    .dfh-article h2 {
        font-size: 22px;
    }

    .dfh-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        margin: 0;
        border-radius: 16px 16px 0 0;
        padding: 18px 16px 22px;
    }

    .dfh-cta h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .dfh-cta p {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .dfh-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .dfh-btn {
        width: 100%;
        min-width: unset;
        padding: 16px 20px;
    }
}/* End custom CSS */