
/* RZYM.IT — Hero + Sekcje (redesign maj 2026) */
.rz-hero{background:linear-gradient(148deg,#2C2420 0%,#4A3328 55%,#C4622D 100%);padding:clamp(2.5rem,7vw,5rem) 0;position:relative;overflow:hidden;}
.rz-hero::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(212,168,67,.12) 0%,transparent 70%);pointer-events:none;}
.rz-hero__inner{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative;z-index:1;}
.rz-hero__eyebrow{font-family:-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#D4A843;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;}
.rz-hero__eyebrow::before{content:'';display:inline-block;width:28px;height:1px;background:#D4A843;}
.rz-hero__title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.8rem,5vw,3.2rem);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.03em;margin-bottom:1rem;max-width:600px;}
.rz-hero__subtitle{font-size:.95rem;color:rgba(253,250,246,.6);line-height:1.6;max-width:460px;margin-bottom:2rem;font-family:-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;}
.rz-hero__cta{display:inline-flex;align-items:center;gap:.4rem;background:#C4622D;color:#fff!important;font-family:-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.7rem 1.6rem;border-radius:50px;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 4px 16px rgba(196,98,45,.4);text-decoration:none;}
.rz-hero__cta:hover{background:#A0501E!important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(196,98,45,.45);}
.rz-section-label-wrap{background:#F7F3EE;text-align:center;padding:2rem 2rem .5rem;}
.rz-section__eyebrow{font-family:-apple-system,'Segoe UI',Helvetica,Arial,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8A7F74;margin-bottom:.3rem;}
.rz-section__title{font-family:Georgia,'Times New Roman',serif;font-size:1.45rem;color:#2C2420;letter-spacing:-.02em;margin-bottom:0;}
