.elementor-5410 .elementor-element.elementor-element-02df005{--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-5410 .elementor-element.elementor-element-99b397c{--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-5410 .elementor-element.elementor-element-5f9097d{--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-5410 .elementor-element.elementor-element-c4f32d4{--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-72ba469 */.rfid-hero {
    padding: 90px 20px;
    background: #eef3ff;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.rfid-hero-img {
    flex: 1 1 480px;
    text-align: center;
}

.rfid-hero-img img {
    width: 100%;
    max-width: 520px;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.rfid-hero-content {
    flex: 1 1 550px;
}

.rfid-hero-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #002b5c;
    margin-bottom: 20px;
}

.rfid-hero-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #444;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2ab67cb */.rfid-usecases {
    padding: 70px 20px;
    background: #ffffff;
}

.rfid-usecases h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #002b5c;
    margin-bottom: 40px;
}

.rfid-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* STAŁE 3 KOLUMNY */
    gap: 28px;
}

.rfid-box {
    background: #f5f9ff;
    border-radius: 14px;
    padding: 24px 26px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.rfid-box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #002b5c;
    margin-bottom: 10px;
}

.rfid-box ul {
    list-style: disc;
    padding-left: 20px;
    text-align: left;
}

.rfid-box li {
    margin-bottom: 6px;
    color: #444;
    line-height: 1.6;
}

/* 🔥 PRZESUNIĘCIE "Serwis i obsługa klienta" POD PRODUKCJĘ */
.rfid-box:nth-child(4) {
    grid-column: 2;       /* środkowa kolumna */
    justify-self: center; /* wycentrowanie */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e0e6ad6 */.rfid-integration {
    padding: 70px 20px;
    background: #f0f4ff;
    text-align: center;
}

.rfid-integration h2 {
    font-size: 30px;
    font-weight: 800;
    color: #002b5c;
    margin-bottom: 32px;
}

.rfid-integration-list {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* STAŁE 3 KOLUMNY */
    gap: 20px;
}

.rfid-integration-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* 🔥 normalny, czytelny rozmiar ikon */
.rfid-integration-item span,
.rfid-integration-item {
    font-size: 28px;
    line-height: 1;
}

/* normalizacja tekstu obok ikony */
.rfid-integration-item strong,
.rfid-integration-item p {
    font-size: 16px;
    line-height: 1.6;
}

/* 🔥 PRZESUNIĘCIE "RCP/KD" POD ERP → druga kolumna */
.rfid-integration-item:nth-child(4) {
    grid-column: 2;
    justify-self: center;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b7ddad3 */.rfid-cta {
    padding: 60px 20px;
    background: #f4f7ff;
    text-align: center;
}

.rfid-cta h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 800;
    color: #002b5c;
}

.rfid-cta-wrapper {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.rfid-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);
    display: inline-block;
}

.rfid-cta-btn:hover {
    background: #013a73;
    transform: translateY(-3px);
}

.rfid-cta-btn.purple {
    background: #6f42c1;
}

.rfid-cta-btn.purple:hover {
    background: #5a32a5;
}/* End custom CSS */