.elementor-5405 .elementor-element.elementor-element-0ea108a{--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-5405 .elementor-element.elementor-element-99884bf{--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-5405 .elementor-element.elementor-element-2b1ba86{--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-5405 .elementor-element.elementor-element-41d1c89{--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-913296c */.is-hero {
    padding: 110px 20px;
    background: linear-gradient(135deg, #002b5c, #005a9e);
    color: #fff;
    text-align: center;
}

.is-hero h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
}

.is-hero p {
    font-size: 20px;
    max-width: 850px;
    margin: auto;
    opacity: 0.9;
    line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7a6cb5b */.is-modules {
    padding: 70px 20px;
    background: #f5f9ff;
    text-align: center;
}

.is-modules h2 {
    font-size: 30px;
    color: #002b5c;
    font-weight: 800;
    margin-bottom: 40px;
}

.is-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    gap: 30px;
    justify-content: center;       /* >>> KLUCZ, ŻEBY AUTOID I RFID BYŁY NA ŚRODKU <<< */
    max-width: 1100px;
    margin: auto;
}

.is-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: 0.25s;
}

.is-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

.is-box h3 {
    font-size: 22px;
    color: #002b5c;
    margin-bottom: 10px;
}

.is-box p {
    color: #444;
    line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7c86c5d */.is-benefits {
    padding: 80px 20px;
    background: #eef3ff;
}

.is-benefits h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #002b5c;
    margin-bottom: 60px;
}

.is-timeline {
    max-width: 900px;
    margin: auto;
    border-left: 4px solid #002b5c;
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tl-item {
    position: relative;
}

.tl-item .dot {
    position: absolute;
    left: -48px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: #002b5c;
    border-radius: 50%;
}

.tl-item h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.tl-item p {
    color: #444;
    line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9079fe7 */.is-cta {
    padding: 60px 20px;
    background: #f8fbff;
    text-align: center;
}

.is-cta h2 {
    color: #002b5c;
    font-weight: 800;
    margin-bottom: 25px;
}

.is-cta-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.is-btn {
    padding: 14px 32px;
    background: #002b5c;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: 0.25s;
}

.is-btn:hover {
    background: #013a73;
    transform: translateY(-3px);
}

.is-btn.purple {
    background: #6f42c1;
}

.is-btn.purple:hover {
    background: #5a32a5;
}/* End custom CSS */