.rekl-section { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 2rem; margin-bottom: 1.25rem; }
.rekl-section h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: .85rem; padding-bottom: .75rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: .6rem; }
.rekl-num { width: 26px; height: 26px; background: var(--navy); color: white; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; }
.rekl-section p { font-size: .92rem; color: var(--text-muted); line-height: 1.7; margin-bottom: .75rem; }
.rekl-section p:last-child { margin-bottom: 0; }
.rekl-section ul { margin: .25rem 0 .75rem 1.25rem; }
.rekl-section li { font-size: .92rem; color: var(--text-muted); line-height: 1.8; }
.rekl-section li strong { color: var(--text); }