/* Start custom CSS for html, class: .elementor-element-b645363 *//* --- BAZA WIEDZY DZIECKO - FULL WIDTH STYLE --- */
.baza-dziecko-full {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #444;
    line-height: 1.6;
    background: #fff;
    overflow-x: hidden;
}

.bd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.bd-hero {
    background: #f8fbff;
    text-align: center;
    border-bottom: 1px solid #eef2f8;
}
.bd-icon-top {
    font-size: 40px;
    color: #00a896;
    margin-bottom: 20px;
}
.bd-lead {
    font-size: 19px;
    max-width: 900px;
    margin: 0 auto 20px;
    color: #004b87;
    font-weight: 400;
}

/* Pillars Grid */
.bd-pillars {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 0;
}
.bd-pillar-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid #f0f4f8;
    box-shadow: 0 10px 30px rgba(0, 75, 135, 0.03);
    position: relative;
}
.bd-pill-icon {
    width: 60px;
    height: 60px;
    background: #e9f7f5;
    color: #00a896;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.bd-pillar-card h3 { color: #004b87; font-size: 22px; margin-bottom: 20px; font-weight: 700; }
.bd-pillar-card ul { margin: 20px 0; padding-left: 20px; }
.bd-pillar-card ul li { margin-bottom: 8px; color: #555; }
.bd-note { font-style: italic; color: #00a896; font-weight: 600; margin-top: 15px; }

/* Alert Box */
.bd-alert-box {
    background: #004b87;
    color: #fff;
    padding: 50px;
    border-radius: 40px;
    margin-bottom: 60px;
}
.bd-alert-box h2 { font-size: 28px; margin-bottom: 20px; }
.bd-alert-list { margin: 25px 0; }
.bd-alert-list p { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.bd-alert-list i { color: #00a896; }

/* Check Section */
.bd-check-section {
    background: #f4fcfb;
    padding: 60px;
    border-radius: 40px;
    margin-bottom: 60px;
    text-align: center;
}
.bd-check-header i { font-size: 35px; color: #00a896; margin-bottom: 15px; }
.bd-check-header h2 { color: #004b87; margin-bottom: 20px; }
.bd-check-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 30px 0;
}
.bd-check-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #e0f2f0;
}
.bd-check-footer { font-weight: 700; color: #004b87; }

/* Summary & CTA */
.bd-summary-cta {
    text-align: center;
    padding-bottom: 80px;
}
.bd-summary-cta h2 { color: #004b87; font-size: 30px; margin-bottom: 30px; }
.bd-summary-content { max-width: 800px; margin: 0 auto; }
.bd-highlight { font-size: 20px; color: #00a896; font-weight: 700; margin: 30px 0; }
.bd-final-cta {
    background: #f8fafc;
    padding: 40px;
    border-radius: 30px;
    margin-top: 40px;
}
.bd-btn-child {
    display: inline-block;
    background: #00a896;
    color: #fff;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 25px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(0, 168, 150, 0.2);
}
.bd-btn-child:hover { background: #004b87; transform: translateY(-3px); }

@media (max-width: 768px) {
    .bd-pillar-card, .bd-alert-box, .bd-check-section { padding: 30px 20px; }
    .bd-lead { font-size: 16px; }
    .bd-summary-cta h2 { font-size: 24px; }
}/* End custom CSS */