@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
*{box-sizing:border-box}
body{margin:0;font-family:Lato,Arial,sans-serif;color:#555;background:#fff}
.container{width:930px;max-width:calc(100% - 36px);margin:0 auto}
.top-line{background:#6b5a4d;color:#eee;font-size:14px;height:33px}
.top-info{height:33px;display:flex;align-items:center;justify-content:flex-end;gap:22px}
.nav-wrap{background:#fff;border-bottom:1px solid #ccc;box-shadow:0 1px 7px rgba(0,0,0,.15);position:relative;z-index:10}
.nav{height:75px;display:flex;align-items:center;justify-content:space-between}
.logo img{display:block;width:220px;height:auto}
nav{display:flex;align-items:center;gap:26px}
nav a{text-decoration:none;color:#111;font-size:12px;font-weight:900;letter-spacing:1px}
nav a.active{color:#a34b4b}
.hero{height:485px;position:relative;overflow:hidden;border-bottom:3px solid #7d6755;box-shadow:0 8px 12px rgba(0,0,0,.18)}
.slides,.slide{position:absolute;inset:0}
.slide{background-size:cover;background-position:center;opacity:0;transition:opacity .7s ease}
.agro-slide{background:#e9e9e9}
.slide.active{opacity:1}
.hero-overlay{position:absolute;left:0;right:0;top:155px;text-align:center;z-index:2;color:#fff;text-shadow:0 3px 4px rgba(0,0,0,.55)}
.hero h1{font-size:46px;font-weight:900;letter-spacing:1px;margin:0 0 38px;text-transform:uppercase}
.hero-blue-title h1{color:#043fd1;text-shadow:none}
.hero-sub{display:inline-block;background:rgba(80,80,80,.5);font-size:30px;font-weight:900;padding:8px 52px;transform:skewX(-24deg)}
.hero-sub span{display:block;transform:skewX(24deg)}
.arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border:0;border-radius:50%;background:#555;color:#fff;font-size:34px;line-height:30px;cursor:pointer}
.arrow.left{left:16px}.arrow.right{right:16px}
.dots{position:absolute;bottom:18px;left:0;right:0;text-align:center;z-index:4}
.dots span{display:inline-block;width:13px;height:13px;border-radius:50%;border:2px solid #fff;background:#d9d9d9;margin:0 3px;box-shadow:0 1px 2px rgba(0,0,0,.55);cursor:pointer}
.dots span.active{background:#666}
.benefits{padding:86px 0 82px;background:linear-gradient(180deg,#fff 0%,#fafafa 100%)}
.benefits .container{width:1080px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}
.benefit-grid article{background:#fff;padding:26px 18px 24px;border:1px solid #eee;box-shadow:0 12px 28px rgba(0,0,0,.07);transition:transform .25s ease,box-shadow .25s ease}
.benefit-grid article:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(0,0,0,.12)}
.benefit-grid h2{font-size:22px;font-weight:400;color:#333;margin:0 0 16px;white-space:nowrap;letter-spacing:.2px}
.benefit-grid img{width:100%;height:160px;object-fit:cover;display:block;margin-bottom:16px}
.benefit-grid p{margin:0 auto;font-size:16px;color:#666;line-height:1.45;max-width:240px}
footer{background:#d5ccc3;padding:72px 0 56px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1.3fr 1fr;gap:80px}
footer h3{margin:0 0 17px;font-weight:400;font-size:21px;color:#333}
footer p{margin:0 0 11px;font-size:15px;color:#777}
footer a{color:#b25f68;text-decoration:none}
.footer-bottom{background:#6b5a4d;color:#eee;text-align:center;padding:17px 20px;font-size:16px}
.page-hero{background:#eee;padding:55px 0}.page-content{padding:55px 0 70px;font-size:17px;line-height:1.75}.page-content h1{color:#6b5a4d;font-size:34px;font-weight:400}
@media(max-width:900px){.top-line{height:auto}.top-info{height:auto;padding:9px 0;justify-content:center;flex-wrap:wrap;gap:10px}.nav{height:auto;padding:18px 0;gap:18px;flex-direction:column}nav{gap:14px;flex-wrap:wrap;justify-content:center}.hero{height:380px}.hero h1{font-size:30px}.hero-sub{font-size:20px;padding:8px 22px}.benefit-grid,.footer-grid{grid-template-columns:1fr}.benefit-grid h2{white-space:normal}.benefit-grid img{height:190px}.benefits{padding:48px 0}.footer-bottom{font-size:14px}}

/* --- Podstrony --- */
.subpage-hero{height:155px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;background:#999;margin:0}
.subpage-hero-bg{position:absolute;inset:-10px;background:url('images/slider-2.jpg') center/cover no-repeat;filter:blur(4px);transform:scale(1.05);opacity:.68}
.subpage-hero:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.20)}
.subpage-hero h1{position:relative;z-index:2;margin:0;font-size:31px;letter-spacing:.5px;font-weight:700;text-transform:uppercase;color:#fff}
.subpage-content{padding:58px 0 76px;background:#fff;color:#555;font-size:16px;line-height:1.55}
.container.narrow{width:910px;max-width:calc(100% - 40px)}
.about-intro{display:grid;grid-template-columns:240px 1fr;gap:70px;align-items:start;margin-bottom:70px}
.about-photo img{width:240px;height:300px;object-fit:cover;display:block}
.about-text p{margin:0 0 13px}
.about-assurance{display:grid;grid-template-columns:1fr 270px;gap:95px;align-items:center;margin-top:20px}
.about-assurance h2{font-size:20px;color:#333;margin:0 0 30px}
.about-assurance ul{margin:0;padding-left:23px}
.about-assurance li{margin:0 0 10px;line-height:1.48}
.about-assurance img{width:270px;height:200px;object-fit:cover;display:block}
.text-list-page{max-width:760px}
.text-list-page section{margin-bottom:48px}
.text-list-page h2{font-size:15px;color:#222;font-weight:900;margin:0 0 16px}
.text-list-page ul{margin:0;padding-left:56px;line-height:1.55}
.text-list-page li{margin:2px 0}
.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;min-height:290px;padding-top:5px}
.contact-details h2{font-size:18px;color:#222;margin:0 0 22px;font-weight:900}
.contact-details p{font-size:17px;margin:0 0 16px}.contact-details a{color:#b25f68;text-decoration:none}
.contact-box{background:#f6f2ee;border-left:4px solid #6b5a4d;padding:28px 34px}.contact-box h3{margin:0 0 16px;font-size:22px;color:#333;font-weight:400}.contact-box p{margin:0 0 12px;font-size:18px}
.price-layout{display:grid;grid-template-columns:250px 1fr;gap:36px;align-items:start}.price-layout img{width:250px;height:250px;object-fit:cover}.price-layout p{font-size:17px;margin:0 0 14px}.price-layout ul{margin:0 0 20px;padding-left:30px}
@media(max-width:800px){.subpage-hero{height:120px}.subpage-content{padding:38px 0 50px}.about-intro,.about-assurance,.contact-card,.price-layout{grid-template-columns:1fr;gap:28px}.about-photo img,.about-assurance img,.price-layout img{width:100%;height:auto;max-height:320px}.text-list-page ul{padding-left:24px}}
