.hero{position:relative;min-height:500px;background-image:url('../images/banners/banner-kotly-termet.webp');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:var(--white);text-align:center;padding:60px 20px}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.4);z-index:-1}.hero-content{position:relative;z-index:1;max-width:700px}.hero h1{font-size:clamp(32px,6vw,56px);font-weight:900;margin-bottom:24px;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,0.6);letter-spacing:-.5px}.hero-description{background:var(--white);color:var(--text);padding:28px;border-radius:8px;margin-top:28px;font-size:15px;line-height:1.7;box-shadow:0 4px 12px rgba(0,0,0,.15)}.hero-page{position:relative;min-height:400px;display:flex;align-items:stretch;justify-content:stretch;background:var(--white);color:var(--white);padding:0;gap:0}.hero-city{flex:1;position:relative;min-height:400px;display:flex;align-items:flex-end;justify-content:center;background-size:cover;background-position:center;overflow:hidden}.hero-city::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0.1));z-index:1}.hero-city-content{position:relative;z-index:2;text-align:center;padding:40px 20px;width:100%}.hero-city h2{font-size:32px;font-weight:900;margin:0;text-shadow:0 2px 8px rgba(0,0,0,0.5)}.hero-city-desc{font-size:14px;margin-top:8px;opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,0.5)}.hero-page .hero-page-content{display:none}.hero-page h1{display:none}.hero-page p{display:none}.hero-split .hero-page-content{display:flex;flex-direction:column;justify-content:center;padding:60px 48px;position:relative;z-index:2}.hero-split .hero-page-content h1{font-size:clamp(26px,3.5vw,40px);font-weight:900;color:var(--text);margin-bottom:32px;line-height:1.25}.hero-split{position:relative;min-height:700px;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;background:#fff}.hero-split::before{content:'';position:absolute;left:0;top:0;width:50%;height:100%;background-image:url('../images/services/szczelnosc-tlo.webp');background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#fff;z-index:1}.hero-city-page{position:relative;min-height:380px;background:url('../images/cities/miasto-swidnik.webp') center/cover no-repeat;display:flex;align-items:center;justify-content:center}.hero-city-page::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.1))}.hero-city-page-content{position:relative;z-index:2;text-align:center;color:var(--white);padding:40px 20px}.hero-city-page-content h1{font-size:clamp(28px,5vw,52px);font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,0.5);margin-bottom:16px}.hero-city-page-content p{font-size:18px;opacity:.9;margin-bottom:32px}.hero-cta{display:inline-block;background:var(--red);color:var(--white);padding:16px 40px;border-radius:8px;font-weight:700;font-size:18px;box-shadow:0 4px 16px rgba(211,47,47,0.4);transition:all .3s}.hero-cta:hover{background:var(--red-dark);transform:translateY(-3px)}