*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; scroll-behavior: smooth; }
body { background-color: #f8fafc; color: #1e293b; line-height: 1.6; padding: 0; margin: 0; }
.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 20px; clear: both; }
.block-section { display: block; width: 100%; padding: 60px 0; clear: both; }
.table-layout { display: table; width: 100%; border-collapse: separate; border-spacing: 20px; table-layout: fixed; }
.table-cell { display: table-cell; vertical-align: top; word-wrap: break-word; overflow-wrap: break-word; }
@media (max-width: 767px) {
    .table-layout { display: block; border-spacing: 0; }
    .table-cell { display: block; width: 100% !important; margin-bottom: 20px; }
}
.nav-bar { background-color: #ffffff; position: sticky; top: 0; z-index: 9999; border-bottom: 1px solid #e2e8f0; padding: 15px 0; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.logo { float: left; font-size: 22px; font-weight: 800; color: #0f172a; text-decoration: none; line-height: 40px; }
.logo span { color: #2563eb; }
.nav-links { float: right; line-height: 40px; }
.nav-link { font-weight: 600; color: #475569; text-decoration: none; font-size: 14px; margin-left: 25px; display: inline-block; }
.nav-link:hover { color: #2563eb; }
.btn-blue { background-color: #2563eb; color: #ffffff; padding: 12px 24px; border-radius: 8px; font-weight: 700; text-decoration: none; border: none; display: inline-block; text-align: center; cursor: pointer; }
.btn-blue:hover { background-color: #1d4ed8; }
.btn-hero { padding: 16px 32px; font-size: 18px; margin-top: 15px; box-shadow: 0 10px 15px rgba(37, 99, 235, 0.2); }
.btn-dark { background-color: #1e293b; color: #f1f5f9; padding: 16px 32px; border-radius: 8px; font-weight: 600; text-decoration: none; display: inline-block; border: 1px solid #334155; text-align: center; margin-top: 15px; }
.btn-dark:hover { background-color: #0f172a; }
.hero-bg { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: #ffffff; padding: 80px 0; }
.badge-main { background-color: rgba(59, 130, 246, 0.15); color: #93c5fd; border: 1px solid rgba(59, 130, 246, 0.3); font-weight: 700; padding: 6px 16px; border-radius: 50px; font-size: 13px; text-transform: uppercase; display: inline-block; }
.hero-title { font-size: 26px; font-weight: 800; line-height: 1.3; margin: 15px 0; text-wrap: balance; }
.hero-desc { font-size: 18px; color: #cbd5e1; font-weight: 300; margin-bottom: 30px; max-width: 750px; }
@media (min-width: 768px) { .hero-title { font-size: 48px; line-height: 1.2; margin: 20px 0; } }
.stats-margin { margin-top: -40px; margin-bottom: 20px; position: relative; z-index: 100; }
.card-stat { background-color: #ffffff; padding: 22px; border-radius: 12px; box-shadow: 0 15px 30px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.icon-square { width: 48px; height: 48px; border-radius: 10px; display: inline-block; vertical-align: middle; font-size: 22px; text-align: center; line-height: 48px; margin-right: 15px; }
.stat-text-box { display: inline-block; vertical-align: middle; width: calc(100% - 70px); }
.bg-red-light { background-color: #fef2f2; }
.bg-amber-light { background-color: #fffbeb; }
.bg-emerald-light { background-color: #ecfdf5; }
.text-center { text-align: center; }
.title-label { font-size: 13px; color: #2563eb; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.main-title { font-size: 30px; font-weight: 800; color: #0f172a; margin-bottom: 15px; line-height: 1.3; }
.desc-text { font-size: 17px; color: #475569; max-width: 850px; margin: 0 auto; }
.alert-panel { background-color: #0f172a; color: #ffffff; padding: 40px; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.badge-red { background-color: #ef4444; color: #ffffff; font-weight: 800; padding: 4px 10px; border-radius: 4px; font-size: 11px; text-transform: uppercase; display: inline-block; margin-bottom: 12px; }
.alert-title { font-size: 26px; font-weight: 800; margin-bottom: 12px; }
.alert-desc { color: #94a3b8; font-size: 16px; margin-bottom: 20px; }
.card-dark { background-color: #1e293b; padding: 25px; border-radius: 12px; border: 1px solid #334155; }
.card-dark .icon { font-size: 24px; margin-bottom: 10px; }
.card-dark h3 { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.card-dark p { color: #94a3b8; font-size: 14px; line-height: 1.6; }
.card-white { background-color: #ffffff; padding: 30px; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.01); }
.card-white .icon { font-size: 32px; margin-bottom: 10px; }
.card-white h4 { font-size: 18px; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.card-white p { color: #475569; font-size: 14px; line-height: 1.6; }
.form-section-bg { background-color: #f1f5f9; }
.form-container { background-color: #ffffff; border-radius: 16px; padding: 35px; box-shadow: 0 15px 30px rgba(0,0,0,0.04); border: 1px solid #e2e8f0; max-width: 750px; margin: 0 auto; }
.form-input-group { margin-bottom: 18px; display: block; }
.form-input-label { display: block; font-size: 14px; font-weight: 600; color: #475569; margin-bottom: 6px; }
.form-input-field { width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid #cbd5e1; font-size: 15px; color: #0f172a; }
.checkbox-row { display: block; margin-bottom: 22px; }
.checkbox-input { float: left; width: 16px; height: 16px; margin-top: 2px; }
.checkbox-text { margin-left: 26px; font-size: 12px; color: #64748b; line-height: 1.4; display: block; }
.site-footer { background-color: #0f172a; color: #94a3b8; padding: 40px 0; text-align: center; border-top: 1px solid #1e293b; }
.footer-logo { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }
.footer-logo span { color: #2563eb; }
.footer-copy { font-size: 13px; color: #64748b; }
.clearfix::after { content: ""; clear: both; display: table; }
/* Styl dla pierwszego, najważniejszego aspektu działalności */
.priorytet-box { background-color: #f0f5ff; border-left: 6px solid #2563eb; padding: 25px; border-radius: 12px; margin-bottom: 25px; border-top: 1px solid #e0e7ff; border-right: 1px solid #e0e7ff; border-bottom: 1px solid #e0e7ff; }
.priorytet-title { color: #1e3a8a; font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.priorytet-desc { color: #1e293b; font-size: 14px; line-height: 1.6; }
