/* Start custom CSS for html, class: .elementor-element-4c0c70a *//* --- Sekcja o23: Systemy FM --- */
.o23 {
    padding: 40px 20px;
    background-color: #f9fbfd;
    font-family: 'Montserrat', sans-serif;
}

.o23-container {
    max-width: 1300px;
    margin: 0 auto;
}

.o23-header {
    text-align: center;
    margin-bottom: 50px;
}

.o23-title {
    font-size: 36px;
    color: #004b87;
    margin-bottom: 20px;
    font-weight: 300;
}

.o23-title strong { font-weight: 800; }

.o23-intro {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Siatka kart */
.o23-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.o23-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 75, 135, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eef2f6;
}

.o23-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 75, 135, 0.08);
}

/* Styl ikon zgodny z poprzednimi sekcjami */
.o23-icon-box {
    width: 60px;
    height: 60px;
    background-color: #e9f7f5; /* Jasny miętowy */
    color: #00a896;           /* Morski turkus */
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.o23-card-content h3 {
    font-size: 18px;
    color: #004b87;
    margin-bottom: 12px;
    font-weight: 700;
}

.o23-card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Podsumowanie na dole */
.o23-summary {
    margin-top: 60px;
    padding: 30px;
    background: #004b87;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}

.o23-summary p {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

/* Responsywność */
@media (max-width: 1024px) {
    .o23-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
    .o23-grid { grid-template-columns: 1fr; }
    .o23-title { font-size: 28px; }
}/* End custom CSS */