/* === Smartpanels.pl — Article Subpage Styles === */
.article-content { padding-bottom: 40px; }
.article-content p, .article-content li { font-size: 15px; line-height: 1.75; }

.intro-lead { font-size: 17px !important; line-height: 1.8 !important; border-left: 4px solid #4fc3f7; padding-left: 20px; margin: 25px 0 35px; }

/* Principle / summary cards */
.principle-cards { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0; }
.principle-card { flex: 1 1 280px; background: rgba(79,195,247,0.08); border: 1px solid rgba(79,195,247,0.25); border-radius: 8px; padding: 22px 20px; }
.principle-card .pc-num { display: inline-block; background: #4fc3f7; color: #16213e; font-weight: 800; font-size: 14px; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 50%; margin-bottom: 10px; }
.principle-card .pc-icon { display: inline-block; background: #4fc3f7; color: #16213e; font-size: 16px; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 50%; margin-bottom: 10px; }
.principle-card h4 { color: #000; font-size: 16px; font-weight: 700; margin: 0 0 8px; }
.principle-card p { margin: 0; font-size: 14px; color: #000; }

/* Rule / step items */
.rule-item { display: flex; gap: 18px; margin-bottom: 28px; padding: 20px; background: rgba(2,136,209,0.2); border-radius: 8px; border-left: 4px solid #4fc3f7; transition: background 0.2s; }
.rule-item:hover { background: rgba(79,195,247,0.06); }
.rule-num { flex-shrink: 0; width: 48px; height: 48px; background: linear-gradient(135deg, #4fc3f7 0%, #0288d1 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.rule-num span { color: #fff; font-weight: 800; font-size: 18px; }
.rule-body h3 { color: #000; font-size: 17px; font-weight: 700; margin: 0 0 8px; }
.rule-body p { margin: 0 0 6px; color: #000; }
.rule-icon { color: #4fc3f7; margin-right: 6px; }

/* Step items (process) */
.step-item { display: flex; gap: 18px; margin-bottom: 28px; padding: 20px; background: rgba(2,136,209,0.2); border-radius: 8px; border-left: 4px solid #4fc3f7; position: relative; transition: background 0.2s; }
.step-item:hover { background: rgba(79,195,247,0.06); }
.step-num { flex-shrink: 0; width: 52px; height: 52px; background: linear-gradient(135deg, #4fc3f7 0%, #0288d1 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.step-num i { color: #fff; font-size: 20px; }
.step-num small { color: rgba(255,255,255,0.7); font-size: 10px; font-weight: 700; margin-top: 1px; }
.step-body h3 { color: #000; font-size: 17px; font-weight: 700; margin: 0 0 8px; }
.step-body p { margin: 0 0 6px; color: #000; }

/* Tip box */
.tip-box { background: rgba(79,195,247,0.1); border: 1px solid rgba(79,195,247,0.3); border-radius: 8px; padding: 18px 22px; margin: 20px 0; }
.tip-box .tip-icon { color: #4fc3f7; font-size: 18px; margin-right: 8px; }
.tip-box strong { color: #0a2c3b; }
.tip-box p { margin: 0; }

/* Warning box */
.warn-box { background: rgba(255,167,38,0.1); border: 1px solid rgba(255,167,38,0.3); border-radius: 8px; padding: 18px 22px; margin: 20px 0; }
.warn-box .warn-icon { color: #ffa726; font-size: 18px; margin-right: 8px; }
.warn-box p { margin: 0; }

/* Info box */
.info-box { background: rgba(221,255,2,0.08); border: 1px solid rgba(156,39,176,0.25); border-radius: 8px; padding: 18px 22px; margin: 20px 0; }
.info-box strong { color: #cb0beb; }
.info-box p { margin: 0; }

/* Section with icon */
/*.section-icon { display: inline-block; width: 44px; height: 44px; background: rgba(79,195,247,0.15); border-radius: 50%; text-align: center; line-height: 44px; margin-bottom: 12px; margin-top: 30px; }*/
.section-icon { display: inline-block; width: 44px; height: 44px; background: rgba(79,195,247,0.15); border-radius: 50%; text-align: center; line-height: 44px; margin-bottom: 0; margin-top: 0; margin-right: 8px; vertical-align: middle; }
.section-icon i { color: #4fc3f7; font-size: 20px; }

/* FAQ items */
.faq-item { background: rgba(255,255,255,0.04); border-radius: 8px; padding: 20px 22px; margin-bottom: 16px; border: 1px solid rgba(255,255,255,0.08); }
.faq-item h3 { color: #4fc3f7; font-size: 16px; margin: 0 0 10px; font-weight: 600; }
.faq-item h3 i { margin-right: 8px; }
.faq-item p { margin: 0; color: #000; }

/* CTA box */
.cta-box { background: linear-gradient(135deg, rgba(79,195,247,0.15) 0%, rgba(2,136,209,0.15) 100%); border: 1px solid rgba(79,195,247,0.3); border-radius: 12px; padding: 30px; margin: 35px 0; text-align: center; }
.cta-box h3 { color: #000; margin-top: 0; }
.cta-box a.btn-cta { display: inline-block; background: #4fc3f7; color: #16213e; padding: 10px 28px; border-radius: 6px; font-weight: 700; text-decoration: none; margin: 6px 4px 0; transition: background 0.2s; }
.cta-box a.btn-cta:hover { background: #81d4fa; }

/* Links row */
.links-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.links-row a { display: inline-block; background: rgba(79,195,247,0.1); border: 1px solid rgba(79,195,247,0.25); color: #4fc3f7; padding: 8px 16px; border-radius: 6px; text-decoration: none; font-size: 14px; transition: background 0.2s; }
.links-row a:hover { background: rgba(79,195,247,0.2); color: #000; }

/* Checklist */
.checklist { padding-left: 5px; }
.checklist li { list-style: none; padding-left: 0; margin-bottom: 8px; }
.checklist li:before { content: "\f00c"; font-family: FontAwesome; color: #4fc3f7; margin-right: 10px; }

/* Stat cards row */
.stat-cards { display: flex; flex-wrap: wrap; gap: 15px; margin: 25px 0; }
.stat-card { flex: 1 1 140px; background: rgba(79,195,247,0.08); border: 1px solid rgba(79,195,247,0.2); border-radius: 8px; padding: 18px; text-align: center; }
.stat-card .stat-val { display: block; color: #4fc3f7; font-size: 28px; font-weight: 800; line-height: 1.2; }
.stat-card .stat-label { display: block; color: #999; font-size: 12px; margin-top: 4px; }

/* Comparison table */
.article-content table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 25px 0; border-radius: 8px; overflow: hidden; }
.article-content table th { background: rgba(79,195,247,0.2); color: #fff; padding: 12px 14px; font-weight: 700; font-size: 14px; text-align: left; }
.article-content table td { background: rgba(255,255,255,0.03); padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,0.06); color: #ccc; font-size: 14px; }
.article-content table tr:hover td { background: rgba(79,195,247,0.06); }

@media (max-width: 767px) {
    .principle-cards { flex-direction: column; }
    .rule-item, .step-item { flex-direction: column; gap: 12px; }
    .rule-num, .step-num { width: 40px; height: 40px; }
    .rule-num span { font-size: 16px; }
    .stat-cards { flex-direction: column; }
    .links-row { flex-direction: column; }
    .cta-box a.btn-cta { display: block; margin: 8px 0 0; }
}
