/* Start custom CSS for html, class: .elementor-element-7ba0479 *//* --- BAZA WIEDZY - SYSTEMY FM --- */
.baza-fm-full {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
    background: #fff;
    padding-bottom: 60px;
}

.bf-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.bf-hero {
    background: #f0f4f8;
    padding: 70px 0;
    text-align: center;
    margin-bottom: 50px;
}
.bf-badge {
    background: #00a896;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}
.bf-intro-text { font-size: 17px; max-width: 850px; margin: 0 auto 20px; }
.bf-intro-highlight { font-size: 20px; color: #004b87; max-width: 850px; margin: 0 auto; }

/* Definicja */
.bf-definition-card {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 60px;
    box-shadow: 0 10px 30px rgba(0,75,135,0.05);
}
.bf-def-content h2 { color: #004b87; margin-bottom: 20px; }
.bf-def-icon { font-size: 60px; color: #e9f7f5; }

/* Grid Korzyści */
.bf-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}
.bf-benefit-box {
    background: #f8fafc;
    padding: 35px;
    border-radius: 25px;
    border: 1px solid #f1f5f9;
}
.bf-icon-wrap { font-size: 30px; color: #00a896; margin-bottom: 15px; }
.bf-benefit-box h3 { color: #004b87; font-size: 19px; margin-bottom: 15px; }
.bf-benefit-box ul { padding-left: 20px; margin-top: 15px; font-size: 14px; }
.bf-benefit-box ul li { margin-bottom: 8px; }
.bf-small-text { font-size: 13px; color: #666; margin-top: 15px; font-style: italic; }

/* Dom i Technologia */
.bf-home-usage {
    background: #004b87;
    color: #fff;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 60px;
    text-align: center;
}
.bf-home-usage h3 { margin-bottom: 15px; }

.bf-target-section { text-align: center; margin-bottom: 60px; }
.bf-target-section h2 { color: #004b87; margin-bottom: 30px; }
.bf-target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}
.bf-target-item { background: #e9f7f5; padding: 20px; border-radius: 15px; font-size: 14px; color: #004b87; font-weight: 500; }
.bf-apd-info { margin-top: 25px; font-size: 14px; color: #555; max-width: 800px; margin-left: auto; margin-right: auto; }

.bf-tech-resound { text-align: center; margin-bottom: 60px; padding: 40px; border: 2px dashed #e2e8f0; border-radius: 30px; }
.bf-tech-list { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.bf-tech-list span { background: #fff; padding: 8px 15px; border-radius: 50px; font-size: 14px; color: #00a896; font-weight: 700; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }

/* Footer */
.bf-footer { text-align: center; background: #f8fbff; padding: 50px; border-radius: 30px; }
.bf-summary { font-size: 17px; color: #004b87; font-weight: 500; max-width: 850px; margin: 0 auto 30px; }
.bf-refund-info { color: #00a896; font-weight: 700; margin-bottom: 30px; }
.bf-cta-btn {
    display: inline-block;
    background: #00a896;
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(0, 168, 150, 0.2);
}
.bf-cta-btn:hover { background: #004b87; transform: translateY(-3px); }

@media (max-width: 768px) {
    .bf-definition-card { flex-direction: column; text-align: center; padding: 30px; }
    .bf-def-icon { order: -1; margin-bottom: 20px; }
    .bf-home-usage { padding: 30px 20px; }
}/* End custom CSS */