.elementor-5406 .elementor-element.elementor-element-32a1f6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5406 .elementor-element.elementor-element-4742cb5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5406 .elementor-element.elementor-element-cb6e37b{text-align:left;}.elementor-5406 .elementor-element.elementor-element-1d3b210{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5406 .elementor-element.elementor-element-7367c7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-f283bd9 *//* SEKCJA HERO ERP */
.erp-hero {
    padding: 90px 20px;
    background: #f5f9ff;
}

.erp-hero-inner {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

/* LEWY BLOK – TEKST */
.erp-hero-content {
    flex: 1 1 550px;
}

.erp-hero-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #002b5c;
    line-height: 1.25;
    margin-bottom: 20px;
}

.erp-hero-content p {
    font-size: 20px;
    color: #444;
    line-height: 1.7;
    max-width: 600px;
}

/* PRAWY BLOK – OBRAZEK */
.erp-hero-img {
    flex: 1 1 500px;
    text-align: right;
}

.erp-hero-img img {
    width: 100%;
    max-width: 520px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

/* MOBILE */
@media (max-width: 900px) {
    .erp-hero-inner {
        text-align: center;
        flex-direction: column;
    }

    .erp-hero-img {
        text-align: center;
    }

    .erp-hero-content h1 {
        font-size: 34px;
    }

    .erp-hero-content p {
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cb6e37b */.erp-features {
    padding: 70px 20px;
    background: #f5f9ff;
    text-align: center;
}

.erp-features h2 {
    font-size: 32px;
    color: #002b5c;
    font-weight: 800;
    margin-bottom: 50px;
}

.erp-grid {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* WYŚRODKOWANIE FINANSE + KSIĘGOWOŚĆ */
.erp-center {
    grid-column: 2 / 3; /* Ustawia box dokładnie w środku */
}

.erp-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 25px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: 0.25s;
}

.erp-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.erp-box h3 {
    font-size: 22px;
    color: #002b5c;
    margin-bottom: 12px;
    font-weight: 700;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 900px) {
    .erp-grid {
        grid-template-columns: 1fr;
    }
    .erp-center {
        grid-column: auto; /* normalna kolejność na mobile */
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-96fabe8 */.erp-benefits {
    padding: 70px 20px;
    background: #ffffff;
    max-width: 1200px;
    margin: auto;
}

.erp-benefits h2 {
    text-align: center;
    color: #002b5c;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 35px;
}

.erp-benefits ul {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: auto;
}

.erp-benefits li {
    font-size: 18px;
    color: #444;
    padding: 12px 0;
    border-bottom: 1px solid #e5e9f0;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f036a21 *//* Wrapper CTA */
.erp-cta-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 25px;
}

/* Podstawowy przycisk */
.erp-cta-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #002b5c;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none !important;
    transition: 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    cursor: pointer;
}

/* Hover */
.erp-cta-btn:hover {
    background: #013a73;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.22);
}

/* Fioletowy */
.erp-cta-btn.purple {
    background: #6f42c1;
}

.erp-cta-btn.purple:hover {
    background: #5a32a5;
}/* End custom CSS */