/* =====================================================================
   UNIWEST.eu — wariant (d): PORTAL NIERUCHOMOŚCI (Otodom/Zillow vibe)
   Czysta biel, duże zdjęcia, mocna wyszukiwarka, czerwień jako akcent.
   Samowystarczalny: pełny układ + skóra. Treść/URL/dane nietknięte.
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root{
   --brand:#5b4bd6;
   --brand-d:#4a3cb8;
   --navy:#0f1b2d;          /* granat nagłówka/nawigacji */
   --navy-2:#1c2c44;
   --ink:#10151c;
   --ink-2:#3c4656;
   --muted:#7a8597;
   --line:#e9edf3;
   --page:#eef1f6;
   --card:#ffffff;
   --radius:16px;
   --radius-sm:11px;
   --shadow:0 18px 50px rgba(15,27,45,.12);
   --shadow-sm:0 4px 16px rgba(15,27,45,.08);
   --font:'Inter',-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
   --head:'Raleway','Inter',-apple-system,'Segoe UI',Arial,sans-serif;  /* spójne z logo */
   --grad-a:#2ea6dd; --grad-b:#7b4fe0;                 /* gradient z logo (2. akcent) */
   --grad:linear-gradient(135deg,#2ea6dd,#7b4fe0);
}
*{ box-sizing:border-box; }

body{
   margin:0; border-top:none;
   background:var(--page);
   font-family:var(--font); font-size:15px; line-height:1.55;
   color:var(--ink-2); -webkit-font-smoothing:antialiased;
}
a{ transition:all .15s ease; }
html{ scroll-behavior:smooth; }

/* premium: pojawianie sekcji przy scrollu (progressive enhancement — bez JS treść widoczna) */
html.reveal-on .uw-reveal{ opacity:0; transform:translateY(24px); will-change:opacity,transform;
   transition:opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
html.reveal-on .uw-reveal.in{ opacity:1; transform:none; }
/* subtelny stagger kafli w siatkach */
html.reveal-on .uw-reveal .uw-why>*, html.reveal-on .uw-reveal .uw-serv>*,
html.reveal-on .uw-reveal .uw-steps>*, html.reveal-on .uw-reveal .uw-offers>*{
   opacity:0; transform:translateY(16px); transition:opacity .55s ease, transform .55s ease; }
html.reveal-on .uw-reveal.in .uw-why>*, html.reveal-on .uw-reveal.in .uw-serv>*,
html.reveal-on .uw-reveal.in .uw-steps>*, html.reveal-on .uw-reveal.in .uw-offers>*{ opacity:1; transform:none; }
html.reveal-on .uw-reveal.in >div>*:nth-child(2){ transition-delay:.07s; }
html.reveal-on .uw-reveal.in >div>*:nth-child(3){ transition-delay:.14s; }
html.reveal-on .uw-reveal.in >div>*:nth-child(4){ transition-delay:.21s; }
html.reveal-on .uw-reveal.in >div>*:nth-child(5){ transition-delay:.28s; }
html.reveal-on .uw-reveal.in >div>*:nth-child(6){ transition-delay:.35s; }
@media (prefers-reduced-motion: reduce){
   html{ scroll-behavior:auto; }
   html.reveal-on .uw-reveal, html.reveal-on .uw-reveal .uw-why>*, html.reveal-on .uw-reveal .uw-serv>*,
   html.reveal-on .uw-reveal .uw-steps>*, html.reveal-on .uw-reveal .uw-offers>*{ opacity:1!important; transform:none!important; transition:none!important; }
}
label{ margin-top:7px; display:block; }
h4{ font-family:var(--head); font-size:1.1rem; margin:14px 0; color:var(--ink); font-weight:700; letter-spacing:-.01em; }
h4 span{ color:var(--brand); }
h4 a:link,h4 a:visited{ text-decoration:none; color:var(--ink); }
h4 a:hover{ color:var(--brand); }
.clear{ clear:both; }

#main{
   width:1280px; margin:24px auto 44px;
   background:var(--card); border-radius:22px;
   box-shadow:var(--shadow); padding:0 20px 10px; height:auto;
}

/* nagłówek — układ elastyczny, premium */
#header{ height:auto; padding:22px 4px 18px; display:flex; align-items:flex-start; flex-wrap:wrap; gap:16px 28px; }
#h1,#h2,#h3,#h4{ float:none; text-align:left; }
#h1{ width:auto; }
#h1 img{ height:58px; width:auto; display:block; }
#h1 span{ color:var(--muted); font-size:12px; }
#h1 b{ color:var(--ink); }
#h2{ width:auto; padding:0; margin-top:0; }    /* wyrównanie z logo */
#h3{ display:none; }               /* dekoracyjne zdjęcie + adres nagłówka schowane */
#h4{ width:auto; margin-left:auto; margin-top:14px; }
#cmenu{ width:auto; margin:0; display:flex; gap:24px; justify-content:flex-end; }

/* kafelek "Zadzwoń" — spójny z logo (gradientowy obrys, bez czerwieni) */
.uw-phone{
   display:inline-flex; align-items:center; gap:13px; text-decoration:none;
   padding:4px; border:none; background:none; box-shadow:none; transition:transform .16s ease;
}
.uw-phone::before{
   content:""; flex:0 0 auto; width:52px; height:52px; border-radius:14px; border:2px solid transparent;
   background:
     url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%236d5bd0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 10.8a15 15 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24 11 11 0 0 0 3.5.56 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.4a1 1 0 0 1 1 1 11 11 0 0 0 .56 3.5 1 1 0 0 1-.24 1z'/%3E%3C/svg%3E") center/23px no-repeat padding-box,
     linear-gradient(#fff,#fff) padding-box,
     linear-gradient(135deg,#28b6d6,#7b4fe0) border-box;
   box-shadow:0 5px 16px rgba(90,80,200,.16);
}
.uw-phone small{ display:block; font-size:10.5px; color:var(--muted); font-weight:700; letter-spacing:.7px; text-transform:uppercase; }
.uw-phone b{ display:block; font-family:var(--head); font-size:20px; color:var(--navy); font-weight:800; letter-spacing:.4px; line-height:1.15; }
.uw-phone:hover{ transform:translateY(-1px); }
.uw-phone:hover::before{ box-shadow:0 9px 22px rgba(90,80,200,.30); }
a#start:link,a#start:visited,a#mejl:link,a#mejl:visited,a#map:link,a#map:visited{
   color:var(--muted); text-decoration:none; font-size:11.5px; font-weight:700; letter-spacing:.7px; text-transform:uppercase;
   display:inline-flex; align-items:center; height:auto; float:none;
   padding:6px 0; background:none; border:none; border-radius:0;
}
a#start,a#mejl,a#map{ background-image:none; }
a#start:hover,a#mejl:hover,a#map:hover{ color:var(--brand); background:none; transform:none; }

/* nawigacja — czysta, granatowa */
#topmenu{
   background:var(--navy); background-image:none; height:auto; padding:0; margin:6px 0 0;
   border:none; border-radius:14px; overflow:hidden; box-shadow:var(--shadow-sm);
}
#topmenu ul{ list-style:none; margin:0; padding:0; display:flex; }
#topmenu li{ display:block; margin:0; flex:1; }
#topmenu a:link,#topmenu a:visited{
   color:#c6d0de; text-decoration:none; font-size:13px; font-weight:600; letter-spacing:.4px;
   text-transform:uppercase;   /* fix: mała „ł" w danych → „Ł"; równe menu */
   display:block; text-align:center; padding:16px 6px; border:none;
   border-bottom:3px solid transparent;
}
#topmenu a:hover{ color:#fff; background:rgba(255,255,255,.05); }
#topmenu a.active,#topmenu .active{ color:#fff; border-bottom-color:var(--brand); }
#topmenu a.uw-hot{ color:#fff; }
#topmenu a.uw-hot::before{ content:""; display:inline-block; width:6px; height:6px; border-radius:50%; background:var(--grad); margin-right:7px; vertical-align:middle; box-shadow:0 0 8px rgba(91,75,214,.75); }

#content{ padding-top:6px; }
#c1,#c2,#c3,#c1b{ float:left; padding-top:24px; }
#c1{ width:300px; }
#c2{ width:600px; padding-left:26px; padding-right:26px; }
#c3{ width:340px; }
#c1b{ width:900px; padding-left:10px; }
#c4{ width:900px; margin-top:15px; padding:5px 0 0 5px; border-left:1px solid var(--line); float:left; }
#c5,#c6{ width:50%; float:left; padding:5px 0; }

/* WYSZUKIWARKA — gwiazda portalu: biała karta z czerwonym akcentem */
.greybox{
   background:var(--card); color:var(--ink-2); border:1px solid var(--line);
   border-top:4px solid var(--brand); border-radius:var(--radius);
   margin:0 0 16px; padding:20px 18px; min-height:0; box-shadow:var(--shadow-sm);
}
.greybox b{ font-family:var(--head); font-size:1.15rem; color:var(--ink); font-weight:700; letter-spacing:-.01em; }
.greybox b:first-child{ display:inline-block; margin-bottom:8px; }
.greybox label{ padding-bottom:5px; padding-top:12px; font-size:12px; font-weight:700; color:var(--muted); text-transform:uppercase; letter-spacing:.5px; }
.greybox select,.greybox input[type="text"]{
   width:100%; padding:11px 12px; border:1px solid var(--line); border-radius:10px;
   background:#f7f9fc; color:var(--ink); font-family:var(--font); font-size:13.5px; outline:none;
}
.greybox select:focus,.greybox input[type="text"]:focus{ border-color:var(--brand); background:#fff; box-shadow:0 0 0 3px rgba(91,75,214,.12); }
.greybox input[type="submit"]{
   margin-top:18px; padding:13px 22px; width:100%; background:var(--grad); color:#fff;
   font-weight:700; font-size:14px; border:none; border-radius:11px; cursor:pointer;
   font-family:var(--font); box-shadow:0 10px 22px rgba(91,75,214,.30);
}
.greybox input[type="submit"]:hover{ filter:brightness(.92); transform:translateY(-1px); }

/* NA SKRÓTY — kafelki kategorii z licznikami */
.darkbox{
   background:var(--card); color:var(--ink-2); border:1px solid var(--line);
   border-radius:var(--radius); padding:18px; margin:0; height:auto; font-size:14px; box-shadow:var(--shadow-sm);
   display:grid; grid-template-columns:1fr 1fr; gap:8px;
}
.darkbox b{ font-family:var(--head); font-size:.78rem; letter-spacing:.8px; text-transform:uppercase; color:var(--muted); grid-column:1 / -1; margin-bottom:4px; font-weight:700; }
.darkbox br{ display:none; }
.darkbox a:link,.darkbox a:visited{
   color:var(--navy); text-decoration:none; display:flex; align-items:center; justify-content:flex-start; gap:11px;
   min-width:0; box-sizing:border-box;
   padding:12px 13px; margin:0; background:var(--card); border:1px solid var(--line);
   border-radius:14px; font-size:13px; font-weight:700; line-height:1.2; box-shadow:var(--shadow-sm); transition:all .18s ease;
}
.darkbox a:hover{ background:var(--card); color:var(--navy); border-color:transparent; transform:translateY(-3px); box-shadow:var(--shadow); }

/* OFERTA WYRÓŻNIONA */
#featured{ width:100%; height:585px; overflow:hidden; position:relative; border-radius:var(--radius); box-shadow:var(--shadow-sm); }
#featured img{ width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.2,.7,.2,1); }
a#feature:hover img{ transform:scale(1.06); }
a#feature:link,a#feature:visited{ position:absolute; inset:0; text-decoration:none; display:block; overflow:hidden; border:none; border-radius:var(--radius); }
a#feature::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(7,12,20,0) 40%,rgba(7,12,20,.78) 100%); pointer-events:none; }
a#feature:hover{ box-shadow:inset 0 0 0 3px var(--brand); }
.featured-title{
   position:absolute; margin:0; top:16px; left:16px; background:#fff; color:var(--brand-d); z-index:3;
   padding:8px 16px; font-size:12px; font-weight:800; letter-spacing:.6px; border-radius:999px; box-shadow:var(--shadow-sm);
}
.featured-title::before{ content:"★ "; }
.featured-desc{
   position:absolute; left:0; right:0; bottom:0; margin:0; z-index:4; background:transparent; color:#fff; width:100%;
   padding:18px 20px; font-size:13px; line-height:1.55; visibility:visible; opacity:1; filter:none;
   display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}
.featured-desc b{ color:#fff; font-family:var(--head); font-size:1.05rem; font-weight:700; }
.featured-desc b:first-of-type{ color:#ffd2d4; }   /* cena wyróżniona */

/* lista wyróżnionych */
.img-list{ padding:0; margin-top:18px; }
.img-list>div{ background:#f7f9fc; border:1px dashed var(--line)!important; border-radius:var(--radius); padding:28px!important; color:var(--muted); text-align:center; }
.img-list img{ width:100%; height:100%; object-fit:cover; border:none; padding:0; }
.img-list a:link,.img-list a:visited{ height:140px; width:180px; border:1px solid var(--line); border-radius:var(--radius-sm); display:block; float:left; margin:0 0 12px; padding:0; overflow:hidden; position:relative; box-shadow:var(--shadow-sm); }
.img-list a:hover{ border-color:var(--brand); transform:translateY(-3px); box-shadow:var(--shadow); }
.img-list a:nth-of-type(2),.img-list a:nth-of-type(5){ margin-left:15px; margin-right:15px; }
.img-list .epop1,.img-list .epop2,.img-list .epop3{ position:absolute; background:var(--grad); visibility:hidden; z-index:2222; color:#fff; font-size:11px; padding:2px 6px; border-radius:6px; }
.img-list .epop1{ left:6px; top:6px; } .img-list .epop2{ right:6px; top:6px; } .img-list .epop3{ bottom:6px; left:6px; }
.img-list a:hover .epop1,.img-list a:hover .epop2,.img-list a:hover .epop3{ visibility:visible; display:block; }

/* prawa kolumna */
/* baner "Poszukujemy nieruchomości" UKRYTY (czysto CSS-em, odwracalne) */
#banner2{ display:none; }
#banner2 img{ width:100%; display:block; }
#listbox{ width:100%; border:1px solid var(--line); border-radius:var(--radius); margin-top:18px; overflow:hidden; background:var(--card); box-shadow:var(--shadow-sm); }
.listbox-title{ font-family:var(--head); background:#f5f7fb; color:var(--navy); padding:14px 16px; font-weight:800; font-size:13px; letter-spacing:.8px; text-transform:uppercase; border-bottom:1px solid var(--line); }
.listbox-title::before{ content:""; display:inline-block; width:8px; height:8px; border-radius:50%; background:var(--grad); margin-right:9px; vertical-align:middle; }
#listbox ul{ padding:6px 16px; margin:0; list-style:none; }
#listbox li{ overflow:hidden; height:auto; margin:0; border-bottom:1px solid var(--line); }
#listbox li:last-child{ border-bottom:none; }
#listbox li a:link,#listbox li a:visited{ color:var(--ink-2); text-decoration:none; font-size:13.5px; display:block; padding:15px 0; line-height:1.45; }
#listbox li a:hover{ color:var(--brand); }

a.more:link,a.more:visited{ background:var(--grad); color:#fff; padding:11px 20px; font-size:12.5px; font-weight:700; text-decoration:none; margin:12px 16px 14px; display:inline-block; border-radius:999px; box-shadow:0 8px 18px rgba(91,75,214,.28); }
a.more:hover{ background:var(--navy); transform:translateY(-1px); }
.more2{ text-align:right; border-top:1px dashed var(--line); }
.more2 a{ float:right; }

/* listing */
.lista{ width:870px; padding:18px; margin-bottom:14px; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow-sm); transition:all .15s ease; }
.lista:hover{ box-shadow:var(--shadow); transform:translateY(-2px); }
.lista-title{ width:350px; float:left; font-family:var(--head); font-size:1.22rem; font-weight:700; letter-spacing:-.01em; }
.lista-title a:link,.lista-title a:visited{ color:var(--ink); text-decoration:none; }
.lista-title a:hover{ color:var(--brand); }
.lista-miejsce{ width:380px; float:right; text-align:right; color:var(--muted); padding-top:6px; font-size:13.5px; }
.lista-cena{ font-family:var(--head); font-size:1.4rem; font-weight:800; color:var(--brand); padding-top:4px; letter-spacing:-.01em; }
.lista-opis{ padding-top:10px; margin-bottom:12px; color:var(--ink-2); }
.lista-sub{ width:300px; float:left; }
.lista-sub i,.lista-sub b,.lista-sub u{ font-style:normal; font-weight:700; text-decoration:none; }
.lista-sub i{ display:inline-block; background:#f0f3f8; color:var(--muted); font-size:11px; letter-spacing:.4px; text-transform:uppercase; padding:5px 11px; border-radius:999px; }
.lista-link{ width:150px; float:right; }
.lista-link a{ color:#fff; background:var(--grad); padding:9px 16px; border-radius:999px; text-decoration:none; font-size:12.5px; font-weight:700; display:inline-block; }
.lista-link a:hover{ background:var(--navy); }
.lista img{ width:110px; padding:0; border-radius:11px; }

/* KARTY OFERT — premium */
.uw-oc{ display:flex; gap:0; background:var(--card); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow-sm); overflow:hidden; text-decoration:none; margin-bottom:16px; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.uw-oc:hover{ transform:translateY(-3px); box-shadow:var(--shadow); border-color:transparent; }
.uw-oc-img{ flex:0 0 240px; align-self:stretch; min-height:190px; background:#e9edf3 center/cover no-repeat; position:relative; }
.uw-oc-body{ flex:1 1 auto; padding:18px 22px; min-width:0; display:flex; flex-direction:column; }
.uw-oc-top{ display:flex; justify-content:space-between; gap:14px; align-items:flex-start; }
.uw-oc-title{ font-family:var(--head); font-size:19px; font-weight:800; color:var(--ink); margin:0; letter-spacing:-.01em; line-height:1.15; transition:color .15s ease; }
.uw-oc:hover .uw-oc-title{ color:var(--brand); }
.uw-oc-loc{ color:var(--muted); font-size:13px; text-align:right; flex:0 0 auto; white-space:nowrap; line-height:1.4; }
.uw-oc-price{ font-family:var(--head); font-size:22px; font-weight:800; margin:9px 0 10px; letter-spacing:-.01em; background:var(--grad); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.uw-oc-price sup{ font-size:.6em; }
.uw-oc-desc{ color:var(--ink-2); font-size:14px; line-height:1.55; margin:0 0 14px; flex:1 1 auto; }
.uw-oc-foot{ display:flex; justify-content:space-between; align-items:center; gap:12px; margin-top:auto; }
.uw-oc-id{ font-size:11px; letter-spacing:.5px; text-transform:uppercase; color:var(--muted); background:#f0f3f8; padding:5px 12px; border-radius:999px; font-weight:700; }
.uw-oc-cta{ font-family:var(--head); font-weight:700; font-size:13px; color:#fff; background:var(--grad); padding:9px 18px; border-radius:999px; box-shadow:0 8px 18px -6px rgba(91,75,214,.4); white-space:nowrap; transition:filter .15s ease; }
.uw-oc:hover .uw-oc-cta{ filter:brightness(.94); }
.uw-oc-img .archive2{ position:absolute; top:10px; left:10px; background:rgba(15,27,45,.85); color:#fff; font-size:10.5px; font-weight:700; letter-spacing:.5px; padding:5px 10px; border-radius:6px; }
@media(max-width:680px){ .uw-oc{ flex-direction:column; } .uw-oc-img{ flex-basis:180px; width:100%; } .uw-oc-top{ flex-direction:column; gap:4px; } .uw-oc-loc{ text-align:left; white-space:normal; } }

/* HERO pojedynczej oferty */
.uw-offer-head{ display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap;
   margin:0 0 18px; padding:20px 26px; border-radius:16px; box-shadow:var(--shadow-sm);
   background:linear-gradient(120deg,#0f1b2d,#1c2c44); position:relative; overflow:hidden; }
.uw-offer-head::after{ content:""; position:absolute; right:-40px; top:-50px; width:200px; height:200px; border-radius:50%; background:var(--grad); opacity:.28; filter:blur(8px); }
.uw-oh-l{ position:relative; z-index:1; }
.uw-oh-kat{ font-family:var(--head); font-size:11px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; color:rgba(255,255,255,.7); }
.uw-oh-title{ font-family:var(--head); font-size:26px; font-weight:800; color:#fff; margin:6px 0 9px; letter-spacing:-.01em; line-height:1.1; }
.uw-oh-title sup{ font-size:.6em; }
.uw-oh-status{ font-size:11px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; padding:5px 12px; border-radius:999px; }
.uw-oh-status.act{ background:rgba(72,209,122,.18); color:#79e0a3; border:1px solid rgba(72,209,122,.4); }
.uw-oh-status.arch{ background:rgba(255,255,255,.12); color:#c6d0de; border:1px solid rgba(255,255,255,.28); }
.uw-oh-price{ position:relative; z-index:1; font-family:var(--head); font-size:30px; font-weight:800; color:#fff; white-space:nowrap; }
@media(max-width:640px){ .uw-offer-head{ padding:18px 20px; } .uw-oh-title{ font-size:21px; } .uw-oh-price{ font-size:24px; } }
a.img-link:link,a.img-link:visited{ width:210px; height:150px; overflow:hidden; display:block; margin:0 16px 0 0; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow-sm); }
a.img-link:hover{ border-color:var(--brand); }
a.img-link img{ width:100%; height:100%; object-fit:cover; transition:transform .5s cubic-bezier(.2,.7,.2,1); }
a.img-link:hover img{ transform:scale(1.09); }
.even{ background:#f7f9fc; border-bottom:1px solid var(--line); }
.pager{ text-align:center; width:900px; background:transparent; border:none; padding:16px 0; }
.pager a:link,.pager a:visited{ padding:9px 14px; font-size:14px; color:var(--ink-2); text-decoration:none; border:1px solid var(--line); border-radius:10px; margin:0 3px; display:inline-block; background:var(--card); }
.pager a:hover,a#activ{ color:#fff; background:var(--grad); border-color:var(--brand); }

/* detal */
.big-photo{ width:90%; height:330px; overflow:hidden; position:relative; border:none; border-radius:var(--radius); box-shadow:var(--shadow-sm); }
.big-photo img{ width:105%; margin-top:0; transition:transform .6s cubic-bezier(.2,.7,.2,1); }
.big-photo:hover img{ transform:scale(1.04); }
.bphoto{ float:left; height:330px; }
.bphoto .desc{ position:absolute; background:var(--grad); color:#fff; padding:6px 10px; margin-top:60px; z-index:2; visibility:hidden; text-align:right; border-radius:0 8px 8px 0; }
a.testtt:hover .desc{ visibility:visible; }
.desc-title{ background:#f5f7fb; border-left:4px solid var(--brand); color:var(--ink); padding:12px 14px; font-weight:700; border-radius:0 10px 10px 0; }
.lines{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:8px; }
a.prev:link,a.prev:visited,a.next:link,a.next:visited{ color:#fff; padding:9px 16px; text-decoration:none; margin:5px; float:left; border-radius:999px; font-weight:600; font-size:13px; }
a.prev:link,a.prev:visited{ background:var(--navy); }
a.next:link,a.next:visited{ background:var(--grad); }
a.prev:hover{ background:var(--grad); } a.next:hover{ background:var(--navy); }
.gallery img{ width:100px; height:80px; border:none; float:left; object-fit:cover; }
.gallery a:link,.gallery a:visited{ padding:0; margin:4px; border:1px solid var(--line); border-radius:8px; overflow:hidden; display:block; float:left; width:104px; }
.gallery a:hover{ border-color:var(--brand); }
#photozoom{ border:none; padding:0; margin-bottom:20px; width:945px; max-width:100%; position:relative; z-index:2235; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.info-list{ list-style:none; padding-left:0; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
.info-list li{ padding:12px 14px; font-size:13.5px; }
.info-list li.even{ background:#f7f9fc; border:none; }
.info-list span{ width:200px; float:left; color:var(--muted); font-weight:600; }

.archive{ background:#efedfb; border:1px solid #cfc9f4; border-radius:var(--radius); padding:14px; text-align:center; font-size:1.1rem; margin:12px 0; color:var(--brand-d); }
.archive2{ background:var(--grad); border:none; padding:3px 7px; text-align:center; font-size:11px; position:absolute; margin-top:50px; color:#fff; border-radius:6px; }
fieldset#ramka{ border:1px solid var(--line); border-radius:var(--radius); padding:14px; }
#ramka legend{ background:var(--grad); color:#fff; padding:5px 12px; font-size:12px; border-radius:8px; }
.nicEdit-none{ max-width:600px; }
.nicEdit-imgcenter,.nicEdit-imgleft,.nicEdit-imgright{ padding:5px; border:1px solid var(--line); border-radius:10px; max-width:600px; }
.nicEdit-imgcenter{ display:block; text-align:center; margin:12px auto; }
.nicEdit-imgleft{ float:left; margin:12px; }
.nicEdit-imgright{ float:right; margin:12px; }

/* stopka */
#footer{ width:auto; border:none; border-top:1px solid var(--line); margin-top:20px; padding:22px 4px 10px; display:flex; align-items:center; flex-wrap:wrap; gap:10px; }
#f1,#f2,#f3,#f4{ float:none; text-align:left; font-size:13.5px; line-height:1.5; font-weight:600; }
#f1{ flex:0 0 auto; margin-right:auto; }
#f1 img{ height:44px; width:auto; }
#f2,#f3,#f4{ padding:0 18px; width:auto; color:var(--ink-2); }
#f3,#f4{ border-left:1px solid var(--line); }
#f4{ color:var(--brand-d); }

/* ===================== POLISH (premium detale, czysto CSS) ===================== */

/* zaznaczanie tekstu w kolorze marki */
::selection{ background:rgba(91,75,214,.18); color:var(--ink); }

/* własny pasek przewijania */
html{ scrollbar-color:#c2cad6 transparent; }
::-webkit-scrollbar{ width:12px; height:12px; }
::-webkit-scrollbar-thumb{ background:#c2cad6; border-radius:999px; border:3px solid var(--page); }
::-webkit-scrollbar-thumb:hover{ background:#a7b1c1; }

/* czytelne obramowanie focus (dostępność + premium) */
a:focus-visible,input:focus-visible,select:focus-visible,button:focus-visible{
   outline:2px solid var(--brand); outline-offset:2px; border-radius:6px;
}

/* lupa w przycisku wyszukiwarki — NAKŁADANA NA gradient (warstwowo) */
.greybox input[type="submit"]{
   background:
     url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E") 24px center/18px no-repeat,
     var(--grad);
   background-color:var(--brand);   /* fallback */
   padding-left:26px;
}

/* ikonki kategorii w "Na skróty" — wstrzykiwane wg adresu linku */
.darkbox a:link,.darkbox a:visited{ justify-content:flex-start; gap:11px; }
.darkbox a::before{
   content:""; flex:0 0 auto; width:36px; height:36px; border-radius:10px;
   background:var(--grad); box-shadow:0 6px 14px -5px rgba(91,75,214,.45); transition:box-shadow .18s ease;
}
.darkbox a:hover::before{ box-shadow:0 9px 18px -5px rgba(91,75,214,.6); }
.darkbox a[href*="dom"]::before{      background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-7 9 7'/%3E%3Cpath d='M5 10v9h14v-9'/%3E%3Cpath d='M10 19v-5h4v5'/%3E%3C/svg%3E") center/20px no-repeat, var(--grad); }
.darkbox a[href*="mieszkanie"]::before{ background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='1'/%3E%3Cpath d='M9 7h2M13 7h2M9 11h2M13 11h2M9 15h2M13 15h2'/%3E%3C/svg%3E") center/20px no-repeat, var(--grad); }
.darkbox a[href*="dzialka"]::before{  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l4 7h-3v5h-2v-5H9z'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center/20px no-repeat, var(--grad); }
.darkbox a[href*="grunt"]::before{    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 19l6-9 4 5 2-3 6 7z'/%3E%3C/svg%3E") center/20px no-repeat, var(--grad); }
.darkbox a[href*="lokal"]::before{    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9l1.4-5h13.2L20 9'/%3E%3Cpath d='M5 9v10h14V9'/%3E%3Cpath d='M9 19v-5h6v5'/%3E%3C/svg%3E") center/20px no-repeat, var(--grad); }
.darkbox a[href*="komercyjne"]::before{ background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='8' width='18' height='13' rx='1'/%3E%3Cpath d='M8 8V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v3'/%3E%3C/svg%3E") center/20px no-repeat, var(--grad); }

/* równiejszy rytm: delikatne wygładzenie i lepsze renderowanie zdjęć */
img{ image-rendering:auto; }
#main{ scroll-margin-top:20px; }

/* ============================================================
   RESPONSYWNOŚĆ (mobile) — gotowa; na żywej stronie zadziała
   po dodaniu <meta name="viewport"> (poziom 2). Desktop bez zmian.
   ============================================================ */

/* TABLET i mniej: składanie sztywnego układu 1280 do jednej kolumny */
@media (max-width:1100px){
   #main{ width:auto; max-width:none; margin:14px; padding:0 16px 10px; border-radius:18px; }

   /* nagłówek w pionie */
   #header{ padding:16px 2px 12px; }
   #h1,#h2,#h3,#h4{ float:none; width:auto; text-align:left; }
   #h1{ width:auto; }
   #h1 img{ height:50px; }
   #h2{ padding-top:10px; }
   #h3{ display:none; }                 /* dekoracyjne zdjęcie i tak usunięte */
   #cmenu{ justify-content:flex-start; flex-wrap:wrap; margin-top:12px; }

   /* menu = przewijalny pasek w jednym rzędzie */
   #topmenu{ margin-top:10px; }
   #topmenu ul{ flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; }
   #topmenu li{ flex:0 0 auto; }
   #topmenu a:link,#topmenu a:visited{ white-space:nowrap; padding:14px 16px; border-bottom:3px solid transparent; }

   /* treść: wszystkie kolumny pełna szerokość, jedna pod drugą */
   #content{ padding-top:2px; }
   #c1,#c2,#c3,#c1b,#c4{ float:none; width:auto; padding-left:0; padding-right:0; padding-top:18px; }
   #c4{ border-left:none; }
   #featured{ height:340px; }

   /* listing: wiersz oferty składa się w pion */
   .lista{ width:auto; }
   .lista-title,.lista-miejsce,.lista-sub,.lista-link{ float:none; width:auto; text-align:left; }
   .lista-miejsce{ padding-top:4px; }
   .lista-link{ margin-top:10px; }
   .pager{ width:auto; }

   /* karta oferty: zdjęcie i kolumny pełna szerokość */
   #c5,#c6{ width:auto; float:none; }
   .big-photo{ width:100%; height:300px; }
   .bphoto{ float:none; height:auto; }
   #photozoom{ width:100%; }
   .info-list span{ width:160px; }

   /* stopka w pionie */
   #footer{ flex-direction:column; align-items:flex-start; gap:4px; padding:20px 2px 8px; }
   #f1{ margin-right:0; margin-bottom:8px; }
   #f2,#f3,#f4{ border-left:none; padding:2px 0; }
}

/* TELEFON: zacieśnienie, większa czytelność */
@media (max-width:560px){
   #main{ margin:10px; padding:0 12px 8px; border-radius:14px; }
   #h1 img{ height:44px; }
   #cmenu{ gap:6px; }
   a#start:link,a#start:visited,a#mejl:link,a#mejl:visited,a#map:link,a#map:visited{ padding:8px 13px 8px 28px; font-size:11px; }

   #topmenu a:link,#topmenu a:visited{ padding:12px 13px; font-size:12px; }

   .greybox{ padding:18px 16px; }
   .greybox b{ font-size:1.05rem; }
   #featured{ height:230px; }
   .featured-title{ top:12px; left:12px; font-size:10.5px; padding:6px 12px; }
   .featured-desc{ padding:14px; font-size:12.5px; }

   .darkbox a:link,.darkbox a:visited{ padding:11px 10px; }

   /* miniatury listingu trochę większe i równo */
   a.img-link:link,a.img-link:visited{ width:46%; height:120px; margin:0 8px 8px 0; }
   .lista img{ width:46%; }
   .lista-cena{ font-size:1.15rem; }

   .big-photo{ height:220px; }
   .info-list span{ width:130px; font-size:12px; }
   .info-list li{ padding:11px 10px; }

   /* miniatury galerii w karcie oferty równo w siatce */
   .gallery a:link,.gallery a:visited{ width:30%; }
   .gallery img{ width:100%; }
}

/* ============================================================
   PAKIET 2026 — przyklejone menu, wejście treści, ikony kontaktu
   ============================================================ */

/* przyklejone menu przy scrollu */
#topmenu{ position:sticky; top:0; z-index:40; box-shadow:0 8px 22px rgba(15,27,45,.18); }
#photozoom{ z-index:1; }   /* by nie zasłaniało przyklejonego menu */

/* delikatne wejście treści przy wczytaniu */
@media (prefers-reduced-motion: no-preference){
   @keyframes uwRise{ from{ opacity:0; transform:translateY(14px); } to{ opacity:1; transform:none; } }
   #header{ animation:uwRise .5s ease both; }
   #content{ animation:uwRise .6s ease .08s both; }
   #footer{ animation:uwRise .6s ease .16s both; }
}

/* pinezka przy lokalizacji oferty (listing) */
.lista-miejsce{ position:relative; }
.lista-miejsce::before{
   content:""; display:inline-block; width:14px; height:14px; margin-right:5px; vertical-align:-2px; opacity:.7;
   background:center/contain no-repeat
     url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237a8597' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21c4-4.5 6-7.6 6-10.5A6 6 0 0 0 6 10.5C6 13.4 8 16.5 12 21z'/%3E%3Ccircle cx='12' cy='10.5' r='2'/%3E%3C/svg%3E");
}

/* ikony przy danych kontaktowych w stopce */
#f2,#f3,#f4{ display:flex; align-items:center; gap:9px; }
#f2::before,#f3::before,#f4::before{
   content:""; flex:0 0 auto; width:17px; height:17px; opacity:.75;
   background:center/contain no-repeat;
}
#f2::before{ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%233c4656' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21c4-4.5 6-7.6 6-10.5A6 6 0 0 0 6 10.5C6 13.4 8 16.5 12 21z'/%3E%3Ccircle cx='12' cy='10.5' r='2'/%3E%3C/svg%3E"); }
#f3::before{ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%233c4656' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 10.8a15 15 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24 11 11 0 0 0 3.5.56 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.4a1 1 0 0 1 1 1 11 11 0 0 0 .56 3.5 1 1 0 0 1-.24 1z'/%3E%3C/svg%3E"); }
#f4::before{ background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%234a3cb8' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"); }

/* ============================================================
   HERO (poziom 2 — wymaga kawałka HTML w szablonie; tu prototyp)
   ============================================================ */
#uwHero{
   position:relative; margin:16px 0 6px; min-height:470px; overflow:hidden;
   border-radius:18px; box-shadow:var(--shadow-sm);
   background:linear-gradient(160deg,#1b3a4b,#0f1b2d);   /* fallback nim wgra się zdjęcie */
}
.uwHero-bg{
   position:absolute; inset:0; z-index:0;
   background:url(images/kg-real-1.jpg) center 46%/cover no-repeat;
   transform:scale(1.03); animation:uwHeroZoom 18s ease-in-out infinite alternate;
}
@keyframes uwHeroZoom{ from{ transform:scale(1.03); } to{ transform:scale(1.10); } }
#uwHero::after{
   content:""; position:absolute; inset:0; z-index:1;
   background:linear-gradient(90deg,rgba(7,12,22,.82) 0%,rgba(7,12,22,.5) 42%,rgba(7,12,22,.12) 78%,rgba(7,12,22,0) 100%);
}
.uwHero-inner{
   position:relative; z-index:2; height:100%; max-width:640px;
   padding:46px 48px; display:flex; flex-direction:column; justify-content:center; color:#fff;
}
.uwHero-eyebrow{
   font-family:var(--head); font-size:12px; font-weight:700; letter-spacing:2.5px; text-transform:uppercase;
   color:rgba(255,255,255,.9); display:flex; align-items:center; gap:9px; margin-bottom:14px;
}
.uwHero-eyebrow::before{ content:""; width:26px; height:2px; background:var(--grad); display:inline-block; }
.uwHero-title{
   font-family:var(--head); font-size:46px; line-height:1.04; font-weight:800; letter-spacing:-.02em; margin:0 0 14px;
   text-shadow:0 2px 20px rgba(0,0,0,.35);
}
.uwHero-sub{ font-size:17px; line-height:1.55; color:rgba(255,255,255,.92); max-width:530px; margin:0 0 26px; }
.uwHero-cta{ display:flex; gap:12px; flex-wrap:wrap; }
.uwHero-btn{ display:inline-block; padding:14px 26px; border-radius:999px; font-family:var(--font); font-size:14.5px; font-weight:700; text-decoration:none; transition:all .16s ease; }
.uwHero-btn.primary{ background:var(--grad); color:#fff; box-shadow:0 14px 30px rgba(91,75,214,.42); }
.uwHero-btn.primary:hover{ filter:brightness(.92); transform:translateY(-2px); }
.uwHero-btn.ghost{ background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.55); backdrop-filter:blur(3px); }
.uwHero-btn.ghost:hover{ background:rgba(255,255,255,.22); transform:translateY(-2px); }
.uwHero-trust{ display:flex; gap:26px; flex-wrap:wrap; margin-top:28px; font-size:13px; color:rgba(255,255,255,.85); }
.uwHero-trust span{ display:flex; align-items:center; gap:7px; }
.uwHero-trust b{ color:#fff; font-family:var(--head); font-weight:700; }
.uwHero-trust span::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--grad); }

/* podpis autora zdjęcia (wymóg licencji CC BY-SA) */
.uwHero-credit{
   position:absolute; right:12px; bottom:10px; z-index:3;
   font-size:10.5px; color:rgba(255,255,255,.72); background:rgba(0,0,0,.28);
   padding:3px 9px; border-radius:999px; backdrop-filter:blur(3px); letter-spacing:.2px;
}
.uwHero-credit a{ color:inherit; text-decoration:underline; }

/* wyszukiwarka wbudowana w hero */
.uwHero-search{
   display:flex; gap:10px; align-items:flex-end; max-width:620px;
   background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.32);
   backdrop-filter:blur(9px); padding:12px; border-radius:16px; margin:2px 0 4px;
}
.uwhs-field{ flex:1 1 0; min-width:0; display:flex; flex-direction:column; gap:5px; }
.uwhs-field label{ font-family:var(--head); font-size:10.5px; font-weight:700; letter-spacing:.7px; text-transform:uppercase; color:rgba(255,255,255,.9); margin-left:2px; }
.uwhs-field select{
   width:100%; padding:11px 12px; border-radius:10px; border:1px solid rgba(255,255,255,.4);
   background:rgba(255,255,255,.96); color:var(--ink); font-family:var(--font); font-size:13.5px; outline:none; cursor:pointer;
}
.uwhs-btn{
   flex:0 0 auto; padding:12px 24px; border:none; border-radius:10px; align-self:stretch; margin-top:19px;
   background:var(--grad); color:#fff; font-family:var(--font); font-weight:700; font-size:13.5px; cursor:pointer;
   box-shadow:0 12px 26px rgba(91,75,214,.42); transition:all .16s ease; white-space:nowrap;
}
.uwhs-btn:hover{ filter:brightness(.92); transform:translateY(-1px); }

@media (max-width:1100px){
   #uwHero{ min-height:440px; margin:14px 0 4px; }
   .uwHero-inner{ padding:36px 32px; max-width:none; }
   .uwHero-title{ font-size:38px; }
}
@media (max-width:560px){
   #uwHero{ min-height:0; border-radius:14px; }
   .uwHero-inner{ padding:26px 22px; }
   .uwHero-title{ font-size:28px; }
   .uwHero-sub{ font-size:15px; margin-bottom:18px; }
   .uwHero-btn{ padding:12px 20px; font-size:13.5px; }
   .uwHero-trust{ gap:14px 18px; margin-top:20px; }
   #uwHero::after{ background:linear-gradient(180deg,rgba(7,12,22,.4) 0%,rgba(7,12,22,.8) 100%); }
   /* wyszukiwarka w pionie na telefonie */
   .uwHero-search{ flex-direction:column; align-items:stretch; gap:12px; max-width:none; }
   .uwhs-btn{ margin-top:2px; width:100%; }
}

/* ============================================================
   PAKIET NOWOCZESNY (2. akcent = gradient z logo, FAB, ruch)
   ============================================================ */

/* cienka gradientowa linia u góry karty */
#main{ position:relative; }
#main::before{ content:""; position:absolute; left:26px; right:26px; top:0; height:3px; border-radius:0 0 3px 3px;
   background:var(--grad); opacity:.9; }

/* gradientowe akcenty */
.uwHero-eyebrow::before{ background:var(--grad); }
#topmenu a.active::after,#topmenu .active::after{ content:""; position:absolute; left:16%; right:16%; bottom:0; height:3px; background:var(--grad); }
#topmenu a.active,#topmenu .active{ border-bottom-color:transparent; }
.listbox-title::before{ background:var(--grad); }

/* pływający „Zadzwoń" na mobile */
.uw-fab{ position:fixed; right:16px; bottom:16px; z-index:70; width:58px; height:58px; border-radius:50%;
   background:var(--grad); box-shadow:0 14px 32px rgba(91,75,214,.5); display:none; align-items:center; justify-content:center; text-decoration:none; }
.uw-fab::before{ content:""; width:27px; height:27px; background:center/contain no-repeat
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 10.8a15 15 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.24 11 11 0 0 0 3.5.56 1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.4a1 1 0 0 1 1 1 11 11 0 0 0 .56 3.5 1 1 0 0 1-.24 1z'/%3E%3C/svg%3E"); }
.uw-fab::after{ content:""; position:absolute; inset:0; border-radius:50%; border:2px solid var(--brand); animation:uwPulse 2s ease-out infinite; }
@keyframes uwPulse{ 0%{ transform:scale(1); opacity:.7; } 100%{ transform:scale(1.7); opacity:0; } }
@media (max-width:900px){ .uw-fab{ display:flex; } }

/* animowana strzałka „przewiń" w hero */
.uwHero-scroll{ position:absolute; left:50%; bottom:12px; transform:translateX(-50%); z-index:3; width:26px; height:26px;
   background:center/contain no-repeat
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
   opacity:.85; animation:uwArrow 1.8s ease-in-out infinite; }
@keyframes uwArrow{ 0%,100%{ transform:translateX(-50%) translateY(0); } 50%{ transform:translateX(-50%) translateY(7px); } }
@media (max-width:560px){ .uwHero-scroll{ display:none; } }

/* shimmer pod zdjęciami (widoczny nim się wczytają) */
#featured,a.img-link,.big-photo{
   background-image:linear-gradient(100deg,#e9edf2 30%,#f6f8fb 50%,#e9edf2 70%);
   background-size:200% 100%; animation:uwShimmer 1.5s linear infinite;
}
@keyframes uwShimmer{ to{ background-position:-200% 0; } }

/* artykuły: strzałka po prawej na hover (nowoczesny mikrogest) */
#listbox li a{ position:relative; padding-right:22px!important; }
#listbox li a::after{ content:""; position:absolute; right:2px; top:50%; width:14px; height:14px; margin-top:-7px; opacity:0; transform:translateX(-5px); transition:all .16s ease;
   background:center/contain no-repeat
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235b4bd6' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E"); }
#listbox li a:hover::after{ opacity:1; transform:translateX(0); }

/* ============================================================
   SEKCJE PREMIUM (poziom 2 — markup w szablonie)
   ============================================================ */
.uw-sections{ clear:both; padding:8px 0 4px; }
.uw-sec-head{ text-align:center; margin:34px 0 20px; }
.uw-sec-head .kicker{ font-family:var(--head); font-size:11px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase;
   background:var(--grad); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.uw-sec-head h2{ font-family:var(--head); font-size:28px; font-weight:800; color:var(--ink); margin:6px 0 0; letter-spacing:-.02em; }

/* Dlaczego my — kafelki */
.uw-why{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.uw-why.six{ grid-template-columns:repeat(3,1fr); }
@media (max-width:1100px){ .uw-why.six{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .uw-why.six{ grid-template-columns:1fr; } }
.uw-feat{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:22px 18px; box-shadow:var(--shadow-sm); transition:all .18s ease; }
.uw-feat:hover{ transform:translateY(-4px); box-shadow:var(--shadow); border-color:transparent; }
.uw-feat .ic{ width:46px; height:46px; border-radius:13px; background:var(--grad); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.uw-feat .ic svg{ width:24px; height:24px; stroke:#fff; }
.uw-feat h3{ font-family:var(--head); font-size:16px; font-weight:700; color:var(--ink); margin:0 0 6px; }
.uw-feat p{ margin:0; font-size:13.5px; color:var(--ink-2); line-height:1.55; }

/* Usługi — pasek */
.uw-serv{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.uw-serv.two{ grid-template-columns:1fr 1fr; }
.uw-serv a{ display:flex; align-items:center; gap:13px; text-decoration:none; background:#f7f9fc; border:1px solid var(--line);
   border-radius:14px; padding:16px 18px; transition:all .18s ease; }
.uw-serv a:hover{ background:#fff; border-color:var(--brand); transform:translateY(-2px); box-shadow:var(--shadow-sm); }
.uw-serv .ic{ width:40px; height:40px; flex:0 0 auto; border-radius:11px; background:var(--grad); display:flex; align-items:center; justify-content:center; }
.uw-serv .ic svg{ width:21px; height:21px; stroke:#fff; }
.uw-serv b{ font-family:var(--head); font-size:14.5px; color:var(--ink); font-weight:700; display:block; }
.uw-serv span{ font-size:12px; color:var(--muted); }

/* Baner powitalny o nowej usłudze (góra strony głównej) */
.uw-annc{ position:relative; display:flex; align-items:center; gap:14px; flex-wrap:wrap;
   margin:14px 0 0; padding:12px 16px; border-radius:14px; color:#fff; overflow:hidden;
   background:linear-gradient(120deg,#0f1b2d,#1c2c44); box-shadow:var(--shadow-sm); }
.uw-annc::after{ content:""; position:absolute; right:-30px; top:-40px; width:180px; height:180px; border-radius:50%; background:var(--grad); opacity:.30; filter:blur(8px); }
.uw-annc-tag{ position:relative; z-index:1; font-family:var(--head); font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase; background:var(--grad); color:#fff; padding:5px 11px; border-radius:999px; flex:0 0 auto; }
.uw-annc-txt{ position:relative; z-index:1; flex:1 1 auto; min-width:200px; font-size:14px; color:#e6ebf3; line-height:1.45; }
.uw-annc-txt b{ color:#fff; font-weight:800; }
.uw-annc-btn{ position:relative; z-index:1; flex:0 0 auto; text-decoration:none; font-family:var(--font); font-weight:700; font-size:13.5px; color:#0f1b2d; background:#fff; padding:9px 18px; border-radius:999px; white-space:nowrap; transition:all .16s ease; }
.uw-annc-btn:hover{ transform:translateY(-1px); box-shadow:0 8px 20px rgba(0,0,0,.28); }
.uw-annc-x{ position:relative; z-index:1; flex:0 0 auto; width:28px; height:28px; border-radius:50%; border:1px solid rgba(255,255,255,.3); background:transparent; color:#fff; cursor:pointer; font-size:12px; line-height:1; transition:background .16s ease; }
.uw-annc-x:hover{ background:rgba(255,255,255,.15); }
@media (max-width:600px){ .uw-annc{ padding-right:44px; } .uw-annc-x{ position:absolute; top:8px; right:8px; } .uw-annc-txt{ min-width:0; } }

/* Pasek ofert na stronie głównej */
.uw-offers{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.uw-offer{ position:relative; display:block; text-decoration:none; background:var(--card); border:1px solid var(--line);
   border-radius:var(--radius); padding:26px 26px 22px; box-shadow:var(--shadow-sm); transition:all .18s ease; }
.uw-offer:hover{ transform:translateY(-4px); box-shadow:var(--shadow); border-color:transparent; }
.uw-offer .ic{ width:48px; height:48px; border-radius:13px; background:var(--grad); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.uw-offer .ic svg{ width:25px; height:25px; stroke:#fff; }
.uw-offer h3{ font-family:var(--head); font-size:20px; font-weight:800; color:var(--ink); margin:0 0 7px; letter-spacing:-.01em; }
.uw-offer p{ margin:0 0 16px; font-size:14px; color:var(--ink-2); line-height:1.6; }
.uw-offer .go{ font-family:var(--head); font-weight:700; font-size:13.5px; color:var(--brand); display:inline-flex; align-items:center; gap:6px; transition:gap .18s ease; }
.uw-offer:hover .go{ gap:11px; }
.uw-offer.hot{ border:2px solid transparent; background:linear-gradient(var(--card),var(--card)) padding-box, var(--grad) border-box; }
.uw-offer .badge{ position:absolute; top:14px; right:14px; font-family:var(--head); font-size:10.5px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:#fff; background:var(--grad); padding:4px 11px; border-radius:999px; }
@media (max-width:760px){ .uw-offers{ grid-template-columns:1fr; } }

/* CTA band */
.uw-cta{ margin:26px 0 8px; border-radius:20px; overflow:hidden; position:relative;
   background:linear-gradient(120deg,#0f1b2d,#1c2c44); color:#fff; padding:34px 40px;
   display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.uw-cta::after{ content:""; position:absolute; right:-40px; top:-40px; width:220px; height:220px; border-radius:50%; background:var(--grad); opacity:.28; filter:blur(10px); }
.uw-cta .t{ position:relative; z-index:1; }
.uw-cta h2{ font-family:var(--head); font-size:24px; font-weight:800; margin:0 0 6px; letter-spacing:-.01em; }
.uw-cta p{ margin:0; color:#c6d0de; font-size:14.5px; }
.uw-cta .btns{ position:relative; z-index:1; display:flex; gap:12px; flex-wrap:wrap; }
.uw-cta .b1{ background:var(--grad); color:#fff; }
.uw-cta .b2{ background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.4); }
.uw-cta a{ text-decoration:none; font-family:var(--font); font-weight:700; font-size:14px; padding:13px 24px; border-radius:999px; transition:all .16s ease; }
.uw-cta a:hover{ transform:translateY(-2px); }
.uw-cta .b-wa{ background:#25d366; color:#fff; }
.uw-cta .b-wa:hover{ background:#1fbe5a; }

/* dopisek pod ceną w planie */
.uw-plan-sub{ margin:-2px 0 16px; font-size:12.5px; color:var(--muted); line-height:1.45; }

/* mini-formularz „oddzwonimy" */
.uw-callback{ clear:both; margin:22px 0 6px; background:var(--card); border:1px solid var(--line); border-radius:20px; padding:26px 28px; box-shadow:var(--shadow-sm); }
.uw-callback .uw-cb-t h2{ font-family:var(--head); font-size:20px; font-weight:800; color:var(--ink); margin:0 0 4px; letter-spacing:-.01em; }
.uw-callback .uw-cb-t p{ margin:0 0 16px; font-size:14px; color:var(--ink-2); }
.uw-cb-form{ display:flex; gap:10px; flex-wrap:wrap; }
.uw-cb-form input{ flex:1 1 200px; min-width:0; padding:12px 14px; border:1px solid var(--line); border-radius:10px; background:#f7f9fc; color:var(--ink); font-family:var(--font); font-size:14px; outline:none; }
.uw-cb-form input:focus{ border-color:var(--brand); background:#fff; box-shadow:0 0 0 3px rgba(91,75,214,.12); }
.uw-cb-form button{ flex:0 0 auto; padding:12px 26px; background:var(--grad); color:#fff; font-family:var(--font); font-weight:700; font-size:14px; border:none; border-radius:10px; cursor:pointer; box-shadow:0 10px 22px rgba(91,75,214,.28); transition:all .16s ease; }
.uw-cb-form button:hover{ transform:translateY(-1px); filter:brightness(.95); }
@media (max-width:560px){ .uw-cb-form input,.uw-cb-form button{ flex:1 1 100%; } }

@media (max-width:1100px){ .uw-why{ grid-template-columns:1fr 1fr; } .uw-serv{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .uw-why,.uw-serv{ grid-template-columns:1fr; } .uw-cta{ padding:26px 22px; } .uw-cta h2{ font-size:20px; } .uw-sec-head h2{ font-size:22px; } }

/* lightbox galerii (karta oferty) */
.uw-lb{ position:fixed; inset:0; z-index:90; background:rgba(8,12,20,.9); display:none; align-items:center; justify-content:center; padding:24px; }
.uw-lb.on{ display:flex; }
.uw-lb img{ max-width:94vw; max-height:90vh; border-radius:10px; box-shadow:0 30px 80px rgba(0,0,0,.6); }
.uw-lb-close{ position:absolute; top:14px; right:22px; color:#fff; font-size:40px; line-height:1; cursor:pointer; opacity:.85; }
.uw-lb-close:hover{ opacity:1; }

/* ruchomy pasek haseł (marquee) */
.uw-marquee{ margin:12px 0 2px; border-radius:14px; overflow:hidden;
   background:linear-gradient(180deg,#141c2b,#0f1b2d); border:1px solid rgba(255,255,255,.06); box-shadow:var(--shadow-sm); }
.uw-marq-track{ display:flex; width:max-content; animation:uwMarq 32s linear infinite; }
.uw-marquee:hover .uw-marq-track{ animation-play-state:paused; }
.uw-marq-track .it{ display:inline-flex; align-items:center; padding:13px 26px; color:#e2e7f0;
   font-family:var(--head); font-weight:700; font-size:13.5px; letter-spacing:.7px; text-transform:uppercase; white-space:nowrap; }
.uw-marq-track .sep{ align-self:center; width:7px; height:7px; border-radius:2px; background:var(--grad); transform:rotate(45deg); flex:0 0 auto; }
@keyframes uwMarq{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
@media (max-width:560px){ .uw-marq-track .it{ padding:11px 18px; font-size:12.5px; } }

/* ============================================================
   HEADER v3 — klaster kontaktu (telefon + e-mail), pastylka licencji, CTA
   ============================================================ */
.uw-contact{ display:flex; align-items:center; gap:20px; }
.uw-mail{ display:inline-flex; align-items:center; gap:13px; text-decoration:none; padding:4px 4px 4px 20px;
   border-left:1px solid var(--line); transition:transform .16s ease; }
.uw-mail::before{
   content:""; flex:0 0 auto; width:52px; height:52px; border-radius:14px; border:2px solid transparent;
   background:
     url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%236d5bd0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E") center/23px no-repeat padding-box,
     linear-gradient(#fff,#fff) padding-box,
     linear-gradient(135deg,#28b6d6,#7b4fe0) border-box;
   box-shadow:0 5px 16px rgba(90,80,200,.16);
}
.uw-mail small{ display:block; font-size:10.5px; color:var(--muted); font-weight:700; letter-spacing:.7px; text-transform:uppercase; }
.uw-mail b{ display:block; font-family:var(--head); font-size:16px; color:var(--navy); font-weight:800; letter-spacing:.2px; line-height:1.15; }
.uw-mail:hover{ transform:translateY(-1px); }
.uw-mail:hover::before{ box-shadow:0 9px 22px rgba(90,80,200,.30); }

/* pastylka licencji przy logo */
#h1 span{ display:inline-block; margin-top:9px; background:#f0f3f8; color:var(--ink-2);
   font-size:11px; font-weight:600; letter-spacing:.2px; padding:4px 11px; border-radius:999px; }
#h1 span b{ color:var(--brand); }

/* KONTAKT = gradientowy przycisk CTA (reszta linków slim) */
a#mejl:link,a#mejl:visited{
   color:#fff; background:var(--grad); padding:11px 22px; border-radius:999px;
   font-size:12px; font-weight:700; letter-spacing:.5px; box-shadow:0 8px 20px rgba(91,75,214,.28); }
a#mejl:hover{ color:#fff; filter:brightness(.93); transform:translateY(-1px); }

/* na mobile klaster kontaktu w pionie, bez dzielnika */
@media (max-width:900px){
   .uw-contact{ flex-wrap:wrap; gap:12px; }
   .uw-mail{ border-left:none; padding-left:0; }
}

/* ============================================================
   UPIĘKSZENIE ŚRODKA — stan pusty, nagłówek SZUKAJ, oferta miesiąca
   ============================================================ */
/* ładniejszy stan pusty (brak wyróżnionych ofert) */
.img-list>div{
   display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px;
   min-height:160px; background:#f7f9fc; border:1px dashed var(--line)!important; border-radius:var(--radius);
   color:var(--muted); text-align:center; font-size:14px; padding:26px!important;
}
.img-list>div::before{
   content:""; width:46px; height:46px; border-radius:13px; flex:0 0 auto;
   background:#eef1f8 center/24px 24px no-repeat
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%237a8597' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l2.6 5.3 5.8.8-4.2 4.1 1 5.8L12 16.8l-5.2 2.7 1-5.8-4.2-4.1 5.8-.8z'/%3E%3C/svg%3E");
}

/* nagłówek SZUKAJ z ikoną lupy */
.greybox b:first-child{ display:inline-flex!important; align-items:center; gap:9px; }
.greybox b:first-child::before{
   content:""; width:26px; height:26px; border-radius:8px; flex:0 0 auto;
   background:var(--grad) center/15px 15px no-repeat
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.3-4.3'/%3E%3C/svg%3E");
}

/* wstęga OFERTA MIESIĄCA — subtelny gradientowy akcent zamiast płaskiego */
.featured-title{ background:var(--grad)!important; color:#fff!important; }
.featured-desc b:first-of-type{ color:#fff; }

/* stan pusty (brak wyróżnionych) — dyskretny, bez dużego boxa */
.img-list>div{ display:block!important; min-height:0!important; background:none!important; border:none!important;
   padding:12px 0 2px!important; color:var(--muted); font-size:12.5px; font-style:italic; text-align:center; }
.img-list>div::before{ display:none!important; }

/* ============================================================
   LICZNIK NIERUCHOMOŚCI (zamiast „brak wyróżnionych") — 3D
   ============================================================ */
.uw-stats{ margin-top:16px; display:flex; align-items:center; gap:20px; padding:22px 24px;
   background:#fff; border:1px solid var(--line); border-radius:var(--radius);
   box-shadow:0 18px 44px rgba(15,27,45,.12), 0 3px 10px rgba(15,27,45,.06);
   position:relative; overflow:hidden; transition:transform .18s ease, box-shadow .18s ease; }
.uw-stats:hover{ transform:translateY(-3px); box-shadow:0 28px 64px rgba(15,27,45,.17); }
.uw-stats .ring{ width:84px; height:84px; flex:0 0 auto; border-radius:50%; display:flex; align-items:center; justify-content:center;
   background:conic-gradient(from 210deg,#2ea6dd,#7b4fe0,#2ea6dd); box-shadow:0 12px 26px rgba(91,75,214,.34); position:relative; }
.uw-stats .ring::before{ content:""; position:absolute; inset:6px; border-radius:50%; background:#fff; }
.uw-stats .ring .num{ position:relative; z-index:1; font-family:var(--head); font-size:32px; font-weight:800; line-height:1;
   background:var(--grad); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.uw-stats .txt{ flex:1 1 auto; min-width:0; }
.uw-stats .txt b{ display:block; font-family:var(--head); font-size:17px; font-weight:800; color:var(--ink); letter-spacing:-.01em; }
.uw-stats .txt span{ display:block; font-size:13px; color:var(--muted); margin-top:3px; line-height:1.45; }
.uw-stats-cta{ flex:0 0 auto; align-self:center; text-decoration:none; font-family:var(--font); font-weight:700; font-size:13px; color:#fff;
   background:var(--grad); padding:11px 18px; border-radius:999px; box-shadow:0 8px 20px rgba(91,75,214,.3); white-space:nowrap; transition:all .16s ease; }
.uw-stats-cta:hover{ filter:brightness(.93); transform:translateY(-1px); }
@media (max-width:560px){ .uw-stats{ flex-wrap:wrap; text-align:center; justify-content:center; } .uw-stats .txt{ flex-basis:100%; text-align:center; } }

/* licznik jest divem w .img-list — nadpisz regułę „stanu pustego" */
.img-list>div.uw-stats{ display:flex!important; background:#fff!important; border:1px solid var(--line)!important;
   min-height:0!important; padding:22px 24px!important; font-style:normal!important; text-align:left!important; color:var(--ink-2)!important; }
.img-list>div.uw-stats{ flex-direction:row!important; align-items:center!important; gap:20px!important; }

/* przycisk w liczniku psuł się przez regułę miniatur .img-list a — usuwamy go */
.uw-stats .uw-stats-cta{ display:none!important; }

/* ============================================================
   WHATSAPP FAB + BANER COOKIES + STYL WYDRUKU
   ============================================================ */
/* WhatsApp — pływający przycisk (desktop + mobile) */
.uw-wa{ position:fixed; right:16px; bottom:16px; z-index:72; width:58px; height:58px; border-radius:50%;
   background:#25D366; box-shadow:0 12px 30px rgba(37,211,102,.5); display:flex; align-items:center; justify-content:center; text-decoration:none; transition:transform .16s ease; }
.uw-wa::before{ content:""; width:33px; height:33px; background:center/contain no-repeat
   url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M.057 24l1.687-6.163a11.867 11.867 0 0 1-1.587-5.945C.16 5.335 5.495 0 12.05 0a11.817 11.817 0 0 1 8.413 3.488 11.824 11.824 0 0 1 3.48 8.414c-.003 6.557-5.338 11.892-11.893 11.892a11.9 11.9 0 0 1-5.688-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884a9.86 9.86 0 0 0 1.599 5.393l-.999 3.648 3.9-.74zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z'/%3E%3C/svg%3E"); }
.uw-wa:hover{ transform:scale(1.06); }
/* telefon-FAB (mobile) ląduje NAD WhatsApp */
.uw-fab{ bottom:84px; }

/* baner cookies / RODO */
.uw-cookie{ position:fixed; left:16px; bottom:16px; z-index:85; max-width:440px; display:flex; align-items:center; gap:14px;
   background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:0 22px 54px rgba(15,27,45,.24); padding:15px 18px; font-size:12.5px; line-height:1.5; color:var(--ink-2); }
.uw-cookie a{ color:var(--brand); font-weight:600; }
.uw-cookie button{ flex:0 0 auto; background:var(--grad); color:#fff; border:none; border-radius:999px; padding:10px 18px; font-family:var(--font); font-weight:700; font-size:12.5px; cursor:pointer; white-space:nowrap; }
.uw-cookie button:hover{ filter:brightness(.93); }
@media (max-width:560px){ .uw-cookie{ right:16px; max-width:none; flex-wrap:wrap; justify-content:flex-end; } .uw-cookie>div{ flex-basis:100%; } }

/* styl wydruku — czysta oferta/strona po Ctrl+P */
@media print{
   body{ background:#fff!important; }
   #topmenu,.uw-marquee,#uwHero,.uw-sections,.uw-fab,.uw-wa,.uw-cookie,.uwHero-scroll,#cmenu,#c1,.pager,#banner2,.more2,.uw-lb{ display:none!important; }
   #main{ width:auto!important; max-width:100%!important; box-shadow:none!important; border:none!important; border-radius:0!important; margin:0!important; padding:0 6mm!important; }
   #header{ border-bottom:1px solid #ccc; }
   .uw-phone::before,.uw-mail::before{ box-shadow:none!important; }
   a{ color:#000!important; text-decoration:none!important; }
   .big-photo,.gallery,#photozoom,.info-list,.lista,.uw-stats{ break-inside:avoid; box-shadow:none!important; }
   #c2,#c4,#c5,#c6{ width:100%!important; float:none!important; }
}

/* ============================================================
   KARTA OFERTY — parametry jako siatka kafelków (upiększenie)
   ============================================================ */
.info-list{ display:grid!important; grid-template-columns:1fr 1fr; gap:10px; list-style:none; padding:0!important; margin:8px 0; border:none!important; border-radius:0!important; overflow:visible!important; }
.info-list li{ display:flex; flex-direction:column; gap:2px; background:#f7f9fc!important; border:1px solid var(--line)!important;
   border-radius:12px; padding:11px 14px!important; font-size:15px; font-weight:700; color:var(--ink); }
.info-list li.even{ background:#f7f9fc!important; border:1px solid var(--line)!important; }
.info-list span{ width:auto!important; float:none!important; display:block; margin:0 0 1px; padding:0; color:var(--muted); font-weight:600; text-transform:none; letter-spacing:0; }
.info-list span b{ font-family:var(--head); font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; color:var(--muted); }
.info-list sup{ font-size:.7em; }
/* pierwszy kafelek = CENA na całą szerokość, wyróżniony gradientem */
.info-list li:first-child{ grid-column:1 / -1; background:var(--grad)!important; border:none!important; color:#fff; }
.info-list li:first-child span b{ color:rgba(255,255,255,.85); }
.info-list li:first-child{ font-family:var(--head); font-size:24px; font-weight:800; }

/* ukrycie mało istotnych parametrów (PODGLĄD — na żywo robimy w szablonie) */
.info-list li:nth-child(4),   /* Nr. oferty */
.info-list li:nth-child(9),   /* Media: tak */
.info-list li:nth-child(12),  /* WC: taik */
.info-list li:nth-child(17),  /* Wyposażenie: tak */
.info-list li:nth-child(18){  /* Data wprowadzenia */
   display:none!important;
}

/* ============================================================
   KARTA OFERTY v2 — większe miniatury, akcenty parametrów, WYDRUK A4
   ============================================================ */
/* galeria — większe kafelki (2 w rzędzie), ramka, cover */
.gallery{ display:flex; flex-wrap:wrap; gap:10px; margin-top:8px; }
.gallery a:link,.gallery a:visited{ width:calc(50% - 5px)!important; height:138px!important; margin:0!important; padding:0!important;
   border:1px solid var(--line)!important; border-radius:13px!important; overflow:hidden!important; box-shadow:var(--shadow-sm); float:none!important; }
.gallery a:hover{ border-color:var(--brand)!important; transform:translateY(-2px); }
.gallery img{ width:100%!important; height:100%!important; object-fit:cover!important; float:none!important; }

/* parametry — gradientowa kropka przy etykiecie (subtelny akcent) */
.info-list li:not(:first-child) span b::before{ content:""; display:inline-block; width:6px; height:6px; border-radius:50%;
   background:var(--grad); margin-right:7px; vertical-align:middle; }
/* delikatny lewy akcent na kafelku parametru */
.info-list li:not(:first-child){ position:relative; }

/* tytuł „Dodatkowy opis" i „Galeria/Pozostałe zdjęcia" — spójny styl */
.desc-title{ background:#f7f9fc; border-left:4px solid transparent; border-image:var(--grad) 1; }

/* ---------- WYDRUK A4 (Ctrl+P) — czysta karta oferty ---------- */
@media print{
   @page{ size:A4; margin:11mm; }
   *{ -webkit-print-color-adjust:exact!important; print-color-adjust:exact!important; }
   body{ background:#fff!important; font-size:11px; }
   /* chowamy wszystko zbędne */
   #topmenu,#cmenu,#h4,.uw-marquee,#uwHero,.uw-sections,.uw-fab,.uw-wa,.uw-cookie,.uwHero-scroll,
   .uw-lb,.bphoto,.prev,.next,a[href*="galeria"],.lines,.more2{ display:none!important; }
   #main{ width:auto!important; max-width:100%!important; box-shadow:none!important; border:none!important; border-radius:0!important; margin:0!important; padding:0!important; }
   #main::before{ display:none!important; }
   /* nagłówek wydruku: logo + kontakt */
   #header{ border-bottom:2px solid var(--brand); padding:0 0 6px!important; margin-bottom:8px; }
   #h1 img{ height:42px!important; }
   .uw-contact{ gap:14px!important; }
   .uw-phone b,.uw-mail b{ font-size:13px!important; }
   .uw-phone::before,.uw-mail::before{ width:34px!important; height:34px!important; box-shadow:none!important; }
   /* układ: 2 kolumny na A4 */
   #content{ display:block!important; }
   #c5,#c6{ width:100%!important; float:none!important; padding:0!important; }
   h4.red{ font-size:14px!important; margin:6px 0 4px!important; color:var(--brand)!important; }
   .big-photo{ width:100%!important; height:auto!important; max-height:95mm; border:1px solid #ddd!important; border-radius:6px!important; box-shadow:none!important; break-inside:avoid; }
   .big-photo img{ width:100%!important; height:auto!important; margin:0!important; }
   /* miniatury: mały pasek pod głównym zdjęciem */
   .gallery{ gap:4px!important; margin:4px 0 8px!important; }
   .gallery a:link,.gallery a:visited{ width:calc(20% - 4px)!important; height:60px!important; border-radius:4px!important; box-shadow:none!important; break-inside:avoid; }
   /* parametry: zwarta siatka */
   .info-list{ gap:5px!important; margin:6px 0!important; break-inside:avoid; }
   .info-list li{ padding:6px 9px!important; font-size:11px!important; border-radius:6px!important; box-shadow:none!important; -webkit-print-color-adjust:exact; }
   .info-list li:first-child{ font-size:16px!important; }
   .info-list span b{ font-size:8.5px!important; }
   /* opis */
   .desc-title{ font-size:12px!important; padding:6px 10px!important; }
   a{ color:#111!important; text-decoration:none!important; }
   /* stopka wydruku */
   #footer{ border-top:1px solid #ccc!important; margin-top:10px!important; padding-top:6px!important; font-size:10px!important; }
   #f1 img{ height:26px!important; }
}

/* ============================================================
   GALERIA — powrót do małych, równych miniatur (jak na początku)
   ============================================================ */
.gallery{ display:block!important; }
.gallery a:link,.gallery a:visited{ width:112px!important; height:86px!important; float:left!important; margin:5px!important; padding:0!important;
   border:1px solid var(--line)!important; border-radius:9px!important; overflow:hidden!important; box-shadow:var(--shadow-sm)!important; }
.gallery a:hover{ border-color:var(--brand)!important; transform:none!important; }
.gallery img{ width:100%!important; height:100%!important; object-fit:cover!important; }

/* ============================================================
   KARTA OFERTY — opis na całą szerokość pod kolumnami
   ============================================================ */
.uw-desc-full{ clear:both; margin-top:14px; padding-top:6px; }
.uw-desc-full .desc-title{ margin-bottom:12px; }
.uw-desc-full p{ font-size:14.5px!important; line-height:1.75!important; color:var(--ink-2); max-width:none!important; margin:0 0 8px; }
.uw-desc-full a.next{ margin-top:16px; }
.uw-desc-full a.prev{ margin-top:6px; }
/* na desktopie kolumny zdjęcia|parametry równo */
@media (min-width:901px){ #c5{ width:47%!important; } #c6{ width:53%!important; padding-left:20px; } }

/* ============================================================
   BLOG / ARTYKUŁY (#c1b) — czytelna typografia, rozdzielone wpisy
   ============================================================ */
#c1b{ padding-left:0!important; }
#c1b h4{ font-family:var(--head); font-size:1.4rem; font-weight:800; letter-spacing:-.01em; margin:0 0 10px; line-height:1.25; }
#c1b h4 a:link,#c1b h4 a:visited{ color:var(--ink); text-decoration:none; }
#c1b h4 a:hover{ color:var(--brand); }
#c1b h4:not(:first-of-type){ margin-top:28px; padding-top:26px; border-top:1px solid var(--line); }
#c1b p{ font-size:15.5px!important; line-height:1.62!important; color:var(--ink-2)!important; max-width:820px; margin:0 0 6px!important; }
#c1b img{ max-width:100%; height:auto; border-radius:12px; margin:8px 0; }
/* przycisk CZYTAJ pod zajawką — po lewej, spójny */
#c1b .more2{ border-top:none!important; text-align:left!important; margin:8px 0 4px!important; }
#c1b .more2 a.more{ float:none!important; margin:0!important; }

/* ============================================================
   KONTAKT — formularz, dane adresowe, mapa
   ============================================================ */
#ramka.editForm{ border:1px solid var(--line)!important; border-radius:var(--radius)!important; padding:16px 20px 20px!important; background:#f7f9fc; box-shadow:var(--shadow-sm); margin-top:6px; }
#ramka legend{ background:var(--grad)!important; color:#fff!important; font-family:var(--head); font-weight:700; letter-spacing:.4px; text-transform:uppercase; padding:5px 14px!important; border-radius:8px; }
.editForm table{ width:100%; border-collapse:separate; border-spacing:0 9px; }
.editForm td:first-child{ font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.4px; color:var(--muted); white-space:nowrap; padding-right:14px; vertical-align:top; padding-top:12px; width:110px; }
.editForm input[type="text"],.editForm input[type="TEXT"],.editForm textarea{ width:100%!important; padding:11px 12px!important; border:1px solid var(--line)!important; border-radius:10px!important; background:#fff!important; font-family:var(--font)!important; font-size:14px!important; outline:none; color:var(--ink); }
.editForm textarea{ resize:vertical; min-height:120px; }
.editForm input:focus,.editForm textarea:focus{ border-color:var(--brand)!important; box-shadow:0 0 0 3px rgba(91,75,214,.12); }
.editForm input[type="submit"],.editForm input[type="SUBMIT"]{ width:auto!important; background:var(--grad)!important; color:#fff!important; border:none!important; border-radius:11px!important; padding:12px 26px!important; font-family:var(--font); font-weight:700; font-size:14px; cursor:pointer; box-shadow:0 10px 22px rgba(91,75,214,.3); margin-top:4px; }
.editForm input[type="submit"]:hover,.editForm input[type="SUBMIT"]:hover{ filter:brightness(.93); }
/* dane adresowe + mapa */
#c6 h4 span{ color:var(--brand); }
#c6 iframe{ width:100%!important; height:300px!important; border:1px solid var(--line)!important; border-radius:12px!important; box-shadow:var(--shadow-sm); margin-top:6px; padding:0!important; }

/* ============================================================
   STRONY TREŚCI (O NAS / USŁUGI / ARTYKUŁY) — treść w karcie
   ============================================================ */
#c1b{ background:var(--card)!important; border:1px solid var(--line); border-radius:var(--radius); padding:28px 34px!important; box-shadow:var(--shadow-sm); }
#c1b>div[style]{ border-right:none!important; padding-right:0!important; margin-right:0!important; }
#c1b>h4:first-child{ margin-top:0!important; padding-top:0!important; border-top:none!important; }
/* akapity komfortowe */
#c1b p{ margin:0 0 14px!important; }
/* pasek boczny „ARTYKUŁY" — pokaż ~8 najnowszych (reszta pod „WIĘCEJ »") */
#listbox li:nth-child(n+9){ display:none; }

/* ============================================================
   PODSTRONY — baner nagłówka (gradient + ikona) + CTA na dole
   ============================================================ */
.uw-pagehead{ position:relative; overflow:hidden; margin:6px 0 16px; border-radius:20px; padding:30px 34px;
   background:linear-gradient(120deg,#0f1b2d,#1c2c44); color:#fff; box-shadow:var(--shadow-sm); display:flex; align-items:center; }
.uw-pagehead::after{ content:""; position:absolute; right:-30px; top:-40px; width:200px; height:200px; border-radius:50%; background:var(--grad); opacity:.30; filter:blur(6px); }
.uw-pagehead .ph-t{ position:relative; z-index:2; flex:1; }
.uw-pagehead .eyebrow{ font-family:var(--head); font-size:11px; font-weight:800; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.72); display:flex; align-items:center; gap:9px; }
.uw-pagehead .eyebrow::before{ content:""; width:26px; height:2px; background:var(--grad); display:inline-block; }
.uw-pagehead h1{ font-family:var(--head); font-size:32px; font-weight:800; letter-spacing:-.02em; margin:10px 0 0; line-height:1.08; }
.uw-pagehead p{ margin:8px 0 0; color:#c6d0de; font-size:14.5px; max-width:640px; }
.uw-pagehead .ph-ic{ position:relative; z-index:2; flex:0 0 auto; width:66px; height:66px; margin-left:20px; opacity:.9; }
.uw-pagehead .ph-ic svg{ width:100%; height:100%; }

.uw-cta-page{ clear:both; margin:22px 0 6px; }

@media (max-width:900px){ .uw-pagehead{ padding:24px 22px; } .uw-pagehead h1{ font-size:26px; } .uw-pagehead .ph-ic{ display:none; } }

/* baner podstrony jako HERO ze zdjęciem Kamiennej Góry */
.uw-pagehead{ min-height:180px;
   background:linear-gradient(115deg,rgba(13,22,37,.93),rgba(28,44,68,.72)),url(images/kg-real-1.jpg) center 42%/cover no-repeat!important; }
.uw-pagehead h1{ text-shadow:0 2px 16px rgba(0,0,0,.35); }
/* pasek haseł na podstronach — węższy */
.uw-sub-marquee .uw-marq-track .it{ padding:11px 22px; font-size:12.5px; }

/* ============================================================
   LANDINGI USŁUG — lead, kroki, plan cenowy, porównanie
   ============================================================ */
.uw-lead{ clear:both; margin:16px 0 4px; background:var(--card); border:1px solid var(--line);
   border-left:4px solid var(--brand); border-radius:var(--radius); padding:22px 26px; box-shadow:var(--shadow-sm); }
.uw-lead p{ margin:0 0 10px; font-size:15.5px; line-height:1.65; color:var(--ink-2); }
.uw-lead p:last-child{ margin-bottom:0; }
.uw-lead b{ color:var(--ink); }

/* kroki „jak to działa" */
.uw-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; counter-reset:uwstep; }
.uw-step{ position:relative; background:var(--card); border:1px solid var(--line); border-radius:var(--radius);
   padding:22px 20px 20px; box-shadow:var(--shadow-sm); transition:all .18s ease; }
.uw-step:hover{ transform:translateY(-4px); box-shadow:var(--shadow); border-color:transparent; }
.uw-step::before{ counter-increment:uwstep; content:counter(uwstep,decimal-leading-zero);
   font-family:var(--head); font-size:14px; font-weight:800; color:#fff; background:var(--grad);
   width:38px; height:38px; border-radius:11px; display:flex; align-items:center; justify-content:center;
   box-shadow:0 8px 18px rgba(91,75,214,.28); margin-bottom:14px; }
.uw-step h3{ font-family:var(--head); font-size:15.5px; font-weight:700; color:var(--ink); margin:0 0 6px; }
.uw-step p{ margin:0; font-size:13px; color:var(--ink-2); line-height:1.5; }

/* plan cenowy (abonament) */
.uw-plan{ clear:both; margin:16px auto 6px; max-width:520px; background:var(--card);
   border:1px solid var(--line); border-top:4px solid var(--brand); border-radius:20px;
   padding:30px 32px; box-shadow:var(--shadow); text-align:center; }
.uw-plan .name{ font-family:var(--head); font-weight:800; color:var(--ink); font-size:18px; letter-spacing:-.01em; }
.uw-plan .price{ margin:12px 0 2px; font-family:var(--head); font-weight:800; color:var(--ink); letter-spacing:-.02em; }
.uw-plan .price .from{ font-size:18px; color:var(--muted); font-weight:700; vertical-align:middle; margin-right:5px; }
.uw-plan .price .amount{ font-size:54px; line-height:1; background:var(--grad);
   -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.uw-plan .price .per{ font-size:16px; color:var(--muted); font-weight:700; }
.uw-plan .zero{ display:inline-block; margin:8px 0 18px; font-weight:700; font-size:13.5px; color:var(--brand-d);
   background:rgba(91,75,214,.10); padding:6px 14px; border-radius:999px; }
.uw-plan-list{ list-style:none; margin:0 0 22px; padding:0; text-align:left; }
.uw-plan-list li{ position:relative; padding:9px 0 9px 32px; font-size:14px; color:var(--ink-2); border-bottom:1px solid var(--line); }
.uw-plan-list li:last-child{ border-bottom:none; }
.uw-plan-list li::before{ content:""; position:absolute; left:2px; top:11px; width:18px; height:18px; border-radius:50%; background:var(--grad); }
.uw-plan-list li::after{ content:"\2713"; position:absolute; left:6px; top:9px; color:#fff; font-size:11px; font-weight:800; }
.uw-plan .cta{ display:inline-block; text-decoration:none; font-family:var(--font); font-weight:700; font-size:15px;
   color:#fff; background:var(--grad); padding:14px 34px; border-radius:999px; box-shadow:0 12px 26px rgba(91,75,214,.32); transition:all .16s ease; }
.uw-plan .cta:hover{ transform:translateY(-2px); filter:brightness(.95); }
.uw-plan .note{ margin:14px 0 0; font-size:12px; color:var(--muted); }

/* porównanie: abonament vs prowizja */
.uw-compare{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.uw-compare .col{ border:1px solid var(--line); border-radius:var(--radius); padding:24px; background:#f7f9fc; }
.uw-compare .col.win{ background:var(--card); border-color:transparent; box-shadow:var(--shadow); position:relative; }
.uw-compare .col.win::before{ content:"Nasz abonament"; position:absolute; top:-11px; left:24px; font-family:var(--head);
   font-size:11px; font-weight:800; letter-spacing:1px; text-transform:uppercase; color:#fff; background:var(--grad);
   padding:4px 12px; border-radius:999px; }
.uw-compare h3{ font-family:var(--head); font-size:16px; font-weight:800; color:var(--ink); margin:0 0 4px; }
.uw-compare .big{ font-family:var(--head); font-size:30px; font-weight:800; color:var(--ink); margin:6px 0 10px; letter-spacing:-.02em; }
.uw-compare .col.win .big{ background:var(--grad); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.uw-compare p{ margin:0; font-size:13px; color:var(--ink-2); line-height:1.55; }

@media (max-width:1100px){ .uw-steps{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .uw-steps{ grid-template-columns:1fr; } .uw-compare{ grid-template-columns:1fr; }
   .uw-plan{ padding:24px 20px; } .uw-plan .price .amount{ font-size:44px; } }
