/* Lease24 Core — bazowy layout treści (header/footer maja CSS inline) */
*{box-sizing:border-box;}
body.l24-body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1A2332;background:#fff;line-height:1.65;}
img{max-width:100%;height:auto;}
.l24-main{max-width:1100px;margin:0 auto;padding:2.5rem 1.25rem;}
.l24-entry-title{font-size:2rem;line-height:1.2;margin:0 0 1rem;color:#1A2332;}
.l24-entry-meta{color:#64748b;font-size:.9rem;margin-bottom:1rem;}
.l24-entry-content{font-size:1.05rem;}
.l24-entry-content a{color:var(--lease24-accent,#10b981);}
.l24-list-item{padding:1.25rem 0;border-bottom:1px solid #e5e7eb;}
.l24-list-item h2{margin:0 0 .35rem;font-size:1.3rem;}
.l24-list-item h2 a{color:#1A2332;text-decoration:none;}
.l24-list-item h2 a:hover{color:var(--lease24-accent,#10b981);}
.l24-btn{display:inline-block;background:var(--lease24-accent,#10b981);color:#fff;padding:.7rem 1.4rem;border-radius:8px;text-decoration:none;font-weight:700;}
.l24-landing{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem;}
