/* Start custom CSS for html, class: .elementor-element-d7e3850 *//* --- BAZA WIEDZY - FULL WIDTH STYLE --- */
.baza-wiedzy-long {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
    background: #fff;
}

.bw-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Wstęp */
.bw-intro-full {
    background: #004b87;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 50px;
}
.bw-lead { font-size: 22px; font-weight: 300; margin: 0; }

/* Skutki emocjonalne - Siatka */
.bw-emotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 80px;
}
.bw-emotion-card {
    background: #f8fafc;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
}
.bw-emotion-card:hover { background: #e9f7f5; transform: translateY(-5px); }
.bw-emotion-card i { font-size: 30px; color: #00a896; margin-bottom: 15px; }
.bw-emotion-card h3 { font-size: 16px; color: #004b87; margin-bottom: 10px; }
.bw-emotion-card p { font-size: 13px; color: #666; }

/* Rodzaje niedosłuchu */
.bw-section-title { text-align: center; margin-bottom: 40px; }
.bw-section-title h2 { color: #004b87; font-size: 32px; font-weight: 800; }

.bw-types-list { margin-bottom: 80px; }
.bw-type-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-left: 5px solid #00a896;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.bw-number {
    background: #004b87;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: bold;
}
.bw-type-content h3 { font-size: 18px; color: #004b87; margin-bottom: 5px; }

/* Kolumny Objawy/Przyczyny */
.bw-info-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #f4f7f9;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 80px;
}
.bw-col h3 { color: #004b87; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.bw-col ul { list-style: none; padding: 0; }
.bw-col ul li { margin-bottom: 10px; position: relative; padding-left: 25px; }
.bw-col ul li::before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0; color: #00a896; }

/* Diagnostyka */
.bw-treatment-box { text-align: center; margin-bottom: 80px; }
.bw-treatment-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 30px 0;
}
.bw-t-item { background: #eef2f6; padding: 15px 25px; border-radius: 10px; font-size: 14px; }
.bw-pills { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.bw-pills span { background: #00a896; color: #fff; padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: bold; }

/* Footer CTA */
.bw-footer-cta {
    text-align: center;
    padding: 80px 20px;
    background: #f8fafc;
    border-radius: 40px;
    margin-bottom: 40px;
}
.bw-footer-cta h3 { font-size: 28px; color: #004b87; margin-bottom: 15px; }
.bw-main-btn {
    display: inline-block;
    background: #004b87;
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
    transition: 0.3s;
}
.bw-main-btn:hover { background: #00a896; transform: scale(1.05); }

@media (max-width: 768px) {
    .bw-info-columns { grid-template-columns: 1fr; padding: 30px; }
    .bw-intro-full { padding: 40px 20px; }
    .bw-lead { font-size: 18px; }
}/* End custom CSS */