*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:#18231d;background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
.container{width:min(1240px,92%);margin:auto}

.topbar{position:sticky;top:0;z-index:20;background:#fff;border-bottom:0;box-shadow:0 1px 0 rgba(20,40,28,.04)}
.nav{min-height:92px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center}
.brand img{width:205px;height:auto;display:block;border:0;outline:0}
nav{display:flex;gap:38px;margin-left:auto;align-items:center}
nav a{font-size:16px;color:#202822;font-weight:500;transition:.2s}
nav a:hover{color:#198a43}
.nav-button{background:#198a43;color:#fff;padding:11px 18px;border-radius:999px;font-weight:700;font-size:14px}
.nav-button:hover{background:#116d34}

.hero{position:relative;min-height:650px;display:grid;place-items:center;background-image:url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2200&q=85");background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,20,13,.60),rgba(8,20,13,.25) 60%,rgba(8,20,13,.40))}
.hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:85px 0}
h1{font-size:clamp(48px,7vw,92px);line-height:1.03;letter-spacing:-3px;font-weight:800;text-shadow:0 3px 18px rgba(0,0,0,.3)}
.lead{font-size:clamp(19px,2vw,25px);line-height:1.55;margin:30px auto 38px;max-width:850px;text-shadow:0 2px 8px rgba(0,0,0,.4)}
.button{display:inline-block;padding:16px 30px;border-radius:12px;font-weight:700;transition:.2s}
.primary{background:#2faa49;color:#fff}
.primary:hover{background:#20883a;transform:translateY(-2px)}
.hero-button{font-size:18px;box-shadow:0 8px 25px rgba(0,0,0,.2)}
.hero-button span{font-size:24px;margin-left:8px;vertical-align:-1px}

.benefits{background:#fff;position:relative;margin-top:0;padding:34px 0 42px}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.benefit-card{background:#fff;border:1px solid #e8eee9;border-radius:16px;padding:28px 32px;display:flex;gap:22px;align-items:center;box-shadow:0 8px 28px rgba(20,60,35,.08)}
.benefit-icon{width:62px;height:62px;flex:0 0 62px;border:3px solid #329a48;border-radius:16px;color:#329a48;display:grid;place-items:center;font-size:30px;font-weight:700}
.leaf-icon{border-radius:50% 50% 50% 15px;transform:rotate(-20deg)}
.leaf-icon::first-letter{transform:rotate(20deg)}
.shield-icon{border-radius:20px}
.person-icon{border-radius:50%;font-size:36px}
.benefit-card h3{font-size:20px;margin-bottom:6px}
.benefit-card p{font-size:16px;color:#68756d;line-height:1.45}

.section{padding:90px 0}
.light{background:#f5f8f5}
.section-heading{text-align:center;max-width:720px;margin:0 auto 45px}
.eyebrow{display:inline-block;color:#198a43;font-size:12px;font-weight:800;letter-spacing:2px;margin-bottom:12px}
.section-heading h2,.about h2,.contact h2{font-size:clamp(32px,4vw,48px);line-height:1.12;letter-spacing:-1px;margin-bottom:12px}
.section-heading p,.about p,.contact p{color:#66736b}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{border:1px solid #e0e8e2;border-radius:20px;padding:30px;background:#fff;box-shadow:0 8px 25px rgba(20,60,35,.05)}
.icon{width:42px;height:42px;border-radius:12px;background:#eaf6ee;color:#198a43;display:grid;place-items:center;font-weight:800;margin-bottom:22px}
.card h3{font-size:22px;margin-bottom:10px}
.card p{color:#66736b}
.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about p{font-size:18px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.photo{min-height:260px;border-radius:20px;background:#eef3ef;display:grid;place-items:center;color:#708077;font-weight:700;overflow:hidden;position:relative}
.gallery .photo img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}
.gallery .photo figcaption{position:absolute;left:0;right:0;bottom:0;padding:18px 16px 14px;color:#fff;font-weight:800;background:linear-gradient(transparent,rgba(0,0,0,.72))}
.photo-credits{margin-top:16px;text-align:center;font-size:11px;color:#7a877f}

.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:auto}
.faq-item{background:#fff;border:1px solid #e0e8e2;border-radius:18px;padding:28px}
.faq-item h3{font-size:20px;margin-bottom:10px}
.faq-item p{color:#66736b}

.contact{background:#15231a;color:#fff;padding:90px 0}
.contact-grid{display:grid;grid-template-columns:1fr 380px;gap:70px;align-items:center}
.contact p{color:#c4d0c8;margin:0 0 18px}
.contact .primary{margin-top:12px}
.contact-box{background:#fff;color:#18231d;border-radius:22px;padding:30px}
.contact-box p{color:#526057;margin-bottom:18px}
.contact-box a{color:#198a43;font-weight:800}
footer{background:#0e1812;color:#aebbb2;padding:22px 0}
.footer{display:flex;justify-content:space-between;gap:20px;font-size:13px}

@media(max-width:900px){
  .nav{min-height:auto;padding:14px 0;flex-wrap:wrap}
  .brand img{width:175px}
  nav{order:3;width:100%;justify-content:center;gap:18px;overflow:auto;padding-bottom:3px}
  nav a{font-size:14px;white-space:nowrap}
  .nav-button{margin-left:auto}
  .hero{min-height:620px}
  h1{font-size:clamp(45px,11vw,70px);letter-spacing:-2px}
  .desktop-only{display:none}
  .benefits-grid,.cards,.gallery,.faq-grid{grid-template-columns:1fr}
  .section{padding:65px 0}
  .about,.contact-grid{grid-template-columns:1fr;gap:35px}
  .footer{flex-direction:column}
}
@media(max-width:560px){
  .nav-button{font-size:12px;padding:9px 13px}
  .brand img{width:150px}
  nav{gap:15px}
  .hero{min-height:590px;background-position:58% center}
  .hero-content{padding:65px 0}
  h1{font-size:46px}
  .lead{font-size:18px;margin:22px auto 30px}
  .benefits{padding:22px 0 30px}
  .benefit-card{padding:22px;gap:16px}
}


/* Pojedyncze zdjęcie w sekcji "Zdjęcia" */
.gallery.single-photo {
  display: flex;
  justify-content: center;
}
.gallery.single-photo .photo {
  width: min(900px, 100%);
  margin: 0 auto;
}
.gallery.single-photo .photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}


/* Logo EKOSOLV — mniejsze i bez ramki */
.logo,
.logo img,
header .logo,
header .logo img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.logo img,
header .logo img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  object-fit: contain;
  display: block;
}

@media (max-width: 700px) {
  .logo img,
  header .logo img {
    width: 115px !important;
    max-width: 115px !important;
  }
}


/* Logo: bez ramki — tylko znak EKOSOLV na białym tle */
.logo, .logo img, header .logo, header .logo img {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}
.logo img, header .logo img {
  border-radius: 0 !important;
}


/* EKOSOLV — czysty napis/logo na białym tle, bez obramowania */
.logo, .logo img, header .logo, header .logo img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: white !important;
  border-radius: 0 !important;
}
.logo img, header .logo img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  display: block !important;
}
@media (max-width: 700px) {
  .logo img, header .logo img {
    width: 115px !important;
    max-width: 115px !important;
  }
}
