.hover-shadow:hover { box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; transform: translateY(-5px); }
.transition-all { transition: all 0.3s ease; }
.bg-light-gray { background-color: #f9f9f9; }
/* Stylizacja charakterystyki N38 */
.power-section .card {
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.power-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

/* Sekcja B2B i Safety */
.info-blocks-section .rounded-4 {
    border-radius: 1.5rem !important;
}

.bg-gradient-dark {
    background: linear-gradient(135deg, #2c3e50 0%, #000000 100%);
}

.border-safety {
    border-left: 8px solid #ffc107 !important; /* bootstrap warning color */
}

/* Wspólne przejścia */
.transition-all {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    transform: translateY(-5px);
}
