.elementor-5408 .elementor-element.elementor-element-04775a2{--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-5408 .elementor-element.elementor-element-c46a552{--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-5408 .elementor-element.elementor-element-3845cd7{--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-5408 .elementor-element.elementor-element-21f4ea0{--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-21acc90 */.rcp-hero {
    padding: 90px 20px;
    background: #eef3ff;
    display: flex;
    justify-content: center;     /* NOWE – centrowanie całości */
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    text-align: left;
}

.rcp-hero-content {
    flex: 1 1 600px;
    min-width: 320px;
}

.rcp-hero-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #002b5c;
}

.rcp-hero-content h1 span {
    color: #0066ff;
}

.rcp-hero-content p {
    margin-top: 20px;
    font-size: 20px;
    color: #444;
    line-height: 1.7;
}

/* === OBRAZEK === */

.rcp-hero-img {
    flex: 1 1 480px;
    display: flex;              /* NOWE – dzięki temu środkowanie działa perfekcyjnie */
    justify-content: center;    /* ŚRODKOWANIE poziome */
    align-items: center;        /* ŚRODKOWANIE pionowe */
    min-width: 320px;
}

.rcp-hero-img img {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
    display: block;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fe4bae5 */.rcp-features {
    padding: 80px 20px;
    background: #f8fbff;
    text-align: center;
}

.rcp-features h2 {
    font-size: 30px;
    font-weight: 800;
    color: #002b5c;
    margin-bottom: 40px;
}

.rcp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1300px;
    margin: auto;
}

.rcp-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: 0.25s;
}

.rcp-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.rcp-box h3 {
    color: #002b5c;
    font-size: 22px;
    margin-bottom: 10px;
}

.rcp-box p {
    color: #444;
    line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-315a537 */.rcp-cta {
    padding: 60px 20px;
    background: #f4f7ff;
    text-align: center;
}

.rcp-cta h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #002b5c;
}

.rcp-cta-wrapper {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.rcp-cta-btn {
    padding: 14px 32px;
    background: #002b5c;
    color: #fff !important;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.rcp-cta-btn:hover {
    background: #013a73;
    transform: translateY(-3px);
}

.rcp-cta-btn.purple {
    background: #6f42c1;
}

.rcp-cta-btn.purple:hover {
    background: #5a32a5;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c01d63c *//* --- SEKCJA CTA --- */

.rcp-cta {
    padding: 60px 20px;
    background: #f4f7ff;
    text-align: center;
}

.rcp-cta h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #002b5c;
}

.rcp-cta-wrapper {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* PODSTAWOWY PRZYCISK */
.rcp-cta-btn {
    padding: 14px 32px;
    background: #002b5c;
    color: #ffffff !important;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: inline-block;
}

/* HOVER */
.rcp-cta-btn:hover {
    background: #013a73;
    transform: translateY(-3px);
}

/* PODŚWIETLENIE AKTYWNEJ PODSTRONY */
.rcp-cta-btn.active {
    background: #0094ff;
    box-shadow: 0 4px 14px rgba(0,120,255,0.3);
}

/* FIOLETOWY CTA */
.rcp-cta-btn.purple {
    background: #6f42c1;
}

.rcp-cta-btn.purple:hover {
    background: #5a32a5;
}/* End custom CSS */