:root {
  --green:#23ab70;
  --dark:#111;
  --light:#f5f7f6;
}

body {
  margin:0;
  font-family:'Inter',sans-serif;
  color:var(--dark);
}

/* HEADINGS */
.h2-row {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
}


/* HERO */
.hero {
  padding:40px 20px 60px;
  background:linear-gradient(180deg,#f5f7f6,#fff);
}

.top-bar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  max-width:1100px;
  margin:auto;
}

.logo img {height:85px;}

.phone {
  color:var(--green);
  text-decoration:none;
  font-weight:600;
}

.hero-content {
  text-align:center;
  max-width:800px;
  margin:40px auto 0;
}

.hero-content h1 {font-size:36px;}

.hero-img {
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:25px;
  flex-wrap:wrap;
}

.hero-img img {
  max-width:220px;
  border-radius:12px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.hero-wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  max-width:1100px;
  margin:40px auto 0;
  flex-wrap:wrap;
}

.hero-left {
  flex:1;
  min-width:280px;
}
.hero-left h1 {
  color:#0f2f24;
  font-weight:700;
  line-height:1.2;
  font-size:42px;
  margin:0
}

.hero-right img {
  width:100%;
  max-width:460px;
  height:auto;
  border-radius:14px;
  box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.hero-right {
  display:flex;
  justify-content:center;
  align-items:center;
  flex:1;
  min-width:300px;
  max-width:500px;
}

.hero-sub {
  margin-top:10px;
  color:#23ab70;
  font-weight:600;
}

.hero-list {
  margin-top:15px;
  padding-left:0;
  list-style:none;
  color:#444;
}

.hero-list li {
  margin-bottom:8px;
}

.hero-badge {
  margin-top:15px;
  font-size:14px;
  color:#666;
}

.btn {
  display:inline-block;
  margin-top:25px;
  padding:16px 30px;
  background:var(--green);
  color:#fff;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
}

/* SECTIONS */
.section {padding:70px 20px;}
.container {max-width:1100px;margin:auto;}
h2 {color:var(--green);}

/* GRID */
.grid {display:grid;gap:25px;}
@media(min-width:768px){
  .grid {grid-template-columns:repeat(3,1fr);}
}

/* CARD */
.card {
  background:#fff;
  padding:30px;
  border-radius:14px;
  box-shadow:0 10px 35px rgba(0,0,0,0.05);
}

/* TITLE ROW */
.title-row {
  display:flex;
  align-items:flex-start; /* KLUCZOWE */
  gap:12px;
}

.title-row h2 {
  margin:0;
  line-height:1.3;
}

/* PRICE */
.price-box {
  background:#e8f7f1;
  padding:25px;
  border-radius:12px;
  text-align:left;
}

.price-box strong {
  display:block;
  font-size:28px;
  color:#23ab70;
  margin-bottom:5px;
}

.price-box p {
  font-size:16px;
  color:#555;
}

/* FAQ */
.faq-card {
  background:#fff;
  padding:25px;
  border-radius:14px;
  margin-bottom:15px;
  box-shadow:0 10px 35px rgba(0,0,0,0.05);
}

/* FOOTER */
footer {
  background:#0f2f24;
  color:#eaf7f1;
  padding:60px 20px 30px;
  border-top:3px solid #23ab70;
}

.footer-grid {
  display:grid;
  gap:30px;
  max-width:1100px;
  margin:auto;
}

@media(min-width:768px){
  .footer-grid {
    grid-template-columns:1fr 1fr 1fr;
  }
}

.footer-col strong {
  display:block;
  margin-bottom:10px;
  font-size:16px;
  color:#fff;
}

.footer-col p,
.footer-col a {
  font-size:14px;
  color:#cfe7dc;
  text-decoration:none;
  line-height:1.6;
}

.footer-col a:hover {
  color:#23ab70;
}

.footer-contact {
  display:flex;
  flex-direction:column;
  gap:8px;
}

.footer-contact a {
  display:flex;
  align-items:center;
  gap:8px;
}

.footer-contact svg {
  width:16px;
  height:16px;
  stroke:#23ab70;
}

.footer-bottom {
  text-align:center;
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,0.1);
  font-size:13px;
  color:#9fcfc0;
}

.footer-bottom a {
  color:#23ab70;
  text-decoration:none;
}

@media(min-width:768px){
  .footer-grid {grid-template-columns:1fr 1fr 1fr;}
}

/* STICKY */
.sticky-call {
  position:fixed;
  bottom:0;
  width:100%;
  background:var(--green);
  text-align:center;
  padding:15px;
}
.sticky-call a {
  color:#fff;
  text-decoration:none;
  font-weight:600;
}
.models-img {
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:25px;
  flex-wrap:wrap;
}

.models-box {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.models-text {
  flex:1;
  min-width:250px;
}


.models-img img {
  max-width:280px;
  width:100%;

}
.map-img {
  text-align:center;
  margin-top:25px;
}

.map-img img {
  max-width:320px;
  opacity:0.9;
}
.cities-box {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.cities-text {
  flex:1;
  min-width:250px;
}

.cities-map img {
  max-width:320px;
  width:100%;
  height:auto;
  opacity:1;            /* pełna ostrość */
  border-radius:0;      /* mapa = bez zaokrągleń */
  box-shadow:none;
}
.cta-spacer {
  height:80px;
  background:#0f2f24;
}

.footer-bottom a {
  color:#23ab70;
  text-decoration:none;
  margin-left:5px;
}
.top-contact {
  display:flex;
  gap:20px;
  align-items:center;
  font-weight:600;
}

.top-contact a {
  color:#23ab70;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:15px;
}
@media(max-width:600px){
  .top-contact {
    flex-direction:column;
    align-items:flex-end;
    gap:5px;
  }

  .logo img {
    height:70px;
  }
}
.h2-row svg,
.title-row svg,
.top-contact svg {
  width:20px;
  height:20px;
  min-width:20px;
  stroke:#23ab70;
  background:#e8f7f1;
  padding:6px;
  border-radius:8px;
}
.h2-row svg {
  width:22px;
  height:22px;
  padding:7px;
}
.title-row svg {
  width:24px;
  height:24px;
  padding:7px;
}
.card:hover svg {
  background:#23ab70;
  stroke:#fff;
  transition:0.2s;
}
.highlight {
  color:#23ab70;
}
.logo-wrap {
  display:flex;
  align-items:center;
  gap:18px;
  flex-shrink:0;
}
.logo-wrap img {
  height:60px;
  width:auto;
  max-width:160px;
  object-fit:contain;
}
.top-title {
  font-size:30px;
  margin:0;
  font-weight:700;
  color:#0f2f24;
  line-height:1.2;
  border-left:3px solid #23ab70;
  padding-left:12px;
}

.top-title span {
  color:#23ab70;
}
@media(max-width:600px){
  .top-title {
    font-size:20px;
  }
}
@media(max-width:600px){
  .logo-wrap img {
    height:50px;
    max-width:120px;
  }
}
@media(max-width:600px){
  .hero-left h1 {
    font-size:24px;
  }
}

@media(max-width:600px){

  .top-bar {
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .logo-wrap {
    width:100%;
  }

  .top-contact {
    width:100%;
    flex-direction:column;
    align-items:flex-start; /* 🔥 NAJWAŻNIEJSZE */
    gap:6px;
  }

  .top-contact a {
    font-size:14px;
    padding:6px 10px;
    word-break:break-word; /* 🔥 zabezpieczenie */
  }

}
body {
  overflow-x:hidden;
}
.top-contact a {
  width:fit-content;
}
@media(max-width:600px){
  .hero .btn {
    display:none;
  }
}
.custom-list {
  list-style:none;
  padding:0;
  margin-top:10px;
}

.custom-list li {
  display:flex;
  align-items:center; /* 🔥 ZAMIANA */
  gap:10px;
  margin-bottom:10px;
  color:#444;
  line-height:1.4;
}

.custom-list li svg {
  width:18px;
  height:18px;
  min-width:18px;
  stroke:#23ab70;
  background:#e8f7f1;
  padding:4px;
  border-radius:6px;
}
@media(max-width:600px){
  .top-contact {
    display:none;
  }
}
.float-img {
  float:right;
  width:260px;
  max-width:40%;
  height:auto;
  margin:0 0 15px 20px;
  border-radius:12px;
}

@media(max-width:600px){
  .float-img {
    float:none;
    display:block;
    max-width:100%;
    width:100%;
    margin:0 0 15px 0;
  }
}
.float-img1 {
  float:right;
  width:120px;
  margin:0px 35px 10px 0;
}
@media(max-width:600px){
  .float-img1 {
    float:none;
    display:none;
    max-width:100%;
    width:100%;
    margin:0 0 15px 0;
  }
}
.review {
  display:flex;
  align-items:flex-start;
  gap:15px;
}

.review-img {
  width:50px;
  height:50px;
  min-width:50px;
  border-radius:50%;
  object-fit:cover;
}
@media(max-width:600px){
  .review {
    gap:10px;
  }

  .review-img {
    width:40px;
    height:40px;
  }
}
.card::after {
  content:"";
  display:block;
  clear:both;
}
.discount-box {
  margin-top:15px;
  padding:15px;
  background:#e8f7f1;
  border-left:4px solid #23ab70;
  border-radius:8px;
  font-weight:500;
}
a {
  color: #23ab70;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #23ab70;
}
a.link {
  color:#23ab70;
  font-weight:600;
  border-bottom:1px solid rgba(35,171,112,0.3);
}

a.link:hover {
  border-bottom:1px solid #23ab70;
}