Cennik
Cennik świadczeń — CM UNIMED Kraków
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
*{box-sizing:border-box;margin:0;padding:0}
.uc{font-family:'Inter',system-ui,sans-serif;color:#1e293b;max-width:920px;margin:0 auto}
/* HERO */
.uc-hero{
background:linear-gradient(135deg,#061830 0%,#0d2d5e 45%,#0f3572 100%);
border-radius:14px;
padding:2rem 2.25rem 1.75rem;
margin-bottom:1.5rem;
position:relative;
overflow:hidden;
}
.uc-hero::before{
content:'';position:absolute;top:-80px;right:-80px;
width:320px;height:320px;
...