*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:       #6aad1b;
  --green-dark:  #4e8212;
  --green-light: #82c21c;
  --yellow:      #efffe2;
  --text:        #1a1a1a;
  --muted:       #666;
  --bg:          #f7f9f4;
  --radius:      12px;
  --shadow:      0 4px 24px rgba(0,0,0,.08);
  --shadow-lg:   0 12px 48px rgba(0,0,0,.14);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: #fff; line-height: 1.6; }

#topbar {
  background: var(--green-light);
  color: #1a2e04;
  font-size: .84rem;
  font-weight: 500;
  padding: .45rem 0;
}
#topbar .St69 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
}
#topbar a { color: #1a2e04; text-decoration: none; }
#topbar a:hover { text-decoration: underline; }
.St61 { display: flex; gap: 1.5rem; align-items: center; }
.St61 i { color: var(--yellow); margin-right: .3rem; }

header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
}
nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  height: 70px;
  gap: 1rem;
}
.St44 {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  flex-shrink: 0;
  margin-right: auto;
}
.St44 img { height: 48px; width: auto; object-fit: contain; }
.St45 { font-size: 1.25rem; font-weight: 800; color: var(--green-dark); line-height: 1.1; }
.St45 span { color: var(--green-light); }

.St48 {
  list-style: none;
  display: flex;
  align-items: center;
  gap: .15rem;
}
.St48 li { position: relative; }
.St48 > li > a {
  display: block;
  padding: .5rem .85rem;
  font-size: .9rem;
  font-weight: 500;
  color: var(--text);
  text-decoration: none;
  border-radius: 8px;
  transition: background .15s, color .15s;
  white-space: nowrap;
}
.St48 > li > a:hover,
.St48 > li.active > a { background: var(--bg); color: var(--green-dark); }

.St48 li:hover > .St19 { display: block; }
.St19 {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: .3rem;
  left: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  min-width: 175px;
  padding: .4rem;
  z-index: 300;
}
.St19 a {
  display: block;
  padding: .45rem .85rem;
  font-size: .87rem;
  color: var(--text);
  text-decoration: none;
  border-radius: 8px;
  transition: background .15s;
}
.St19 a:hover { background: var(--bg); color: var(--green-dark); }

.St1 {
  background: var(--green) !important;
  color: #fff !important;
  padding: .55rem 1.25rem !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  font-size: .88rem !important;
}
.St1:hover { background: var(--green-dark) !important; }

.St32 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: .4rem;
}
.St32 span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

#hero {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgb(14,31,4) 0%, rgba(30,60,7,0) 50%, rgba(58,111,18,0) 100%),
    url('/images/tlo.jpg') center/cover no-repeat;
}
.St37 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  width: 100%;
}
.St36 h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1.1rem;
}
.St36 h1 em { color: var(--yellow); font-style: normal; }
.St36 p {
  font-size: 1.05rem;
  color: rgba(255,255,255,.8);
  max-width: 460px;
  margin-bottom: 1.8rem;
}
.St33 { display: flex; gap: .9rem; flex-wrap: wrap; }
.St3 {
  background: var(--green-light);
  color: #fff;
  padding: .85rem 2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(106,173,27,.4);
  transition: background .18s, transform .18s;
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.St3:hover { background: var(--green-dark); transform: translateY(-2px); }
.St2 {
  background: rgba(255,255,255,.1);
  color: #fff;
  padding: .85rem 2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,.3);
  transition: background .18s, transform .18s;
}
.St2:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }

.St35 { display: flex; gap: 2.5rem; margin-top: 2rem; flex-wrap: wrap; }
.St58 strong { display: block; font-size: 1.9rem; font-weight: 800; color: var(--yellow); line-height: 1; }
.St58 small { font-size: .78rem; color: rgba(255,255,255,.65); }

.St34 {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3;
  border: 8px solid #4e8212;
}
.St34 img { width: 100%; height: 100%; object-fit: cover; display: block; }

.St49 {
  background: linear-gradient(135deg, rgb(14,31,4) 0%, rgba(30,60,7,.85) 100%),
              url('/images/tlo.jpg') center/cover no-repeat;
  padding: 4rem 2rem;
  text-align: center;
  color: #fff;
}
.St49 h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: .6rem;
}
.St49 p {
  font-size: 1.05rem;
  opacity: .82;
  max-width: 600px;
  margin: 0 auto;
}

section { padding: 5rem 0; }
.St15 { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.St54 { text-align: center; margin-bottom: 3rem; }
.St55 {
  display: inline-block;
  background: var(--bg);
  color: var(--green-dark);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: .3rem .9rem;
  border-radius: 999px;
  margin-bottom: .7rem;
}
.St54 h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  margin-bottom: .5rem;
}
.St54 p { color: var(--muted); max-width: 540px; margin: 0 auto; font-size: .97rem; }

#uslugi { background: var(--bg); }
.St56 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.4rem;
}
.St59 {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow);
  border-top: 4px solid transparent;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.St59:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-top-color: var(--green); }
.St60 {
  width: 64px; height: 64px;
  background: var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 1.2rem;
}
.St59 h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .4rem; }
.St59 p { font-size: .88rem; color: var(--muted); }

#dlaczego { background: #fff; }
.St68 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.St66 { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.St66 img { width: 100%; height: auto; display: block; }
.St67 h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 1.4rem;
}
.St65 { list-style: none; display: flex; flex-direction: column; gap: .85rem; }
.St65 li { display: flex; align-items: flex-start; gap: .9rem; font-size: .95rem; }
.St11 {
  flex-shrink: 0;
  width: 22px; height: 22px;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  margin-top: .2rem;
  font-weight: 700;
}

#przeprowadzimy { background: var(--bg); }
.St47 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
  margin-bottom: 3rem;
}
.St46 {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.75rem 1.25rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .2s;
}
.St46:hover { transform: translateY(-4px); }
.St46 .St38 { font-size: 2.2rem; margin-bottom: .6rem; }
.St46 h3 { font-size: 1rem; font-weight: 700; margin-bottom: .3rem; }
.St46 p { font-size: .85rem; color: var(--muted); }

.St9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}
.St8 {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: var(--shadow);
}
.St8 .St38 { font-size: 1.8rem; flex-shrink: 0; }
.St8 h4 { font-size: .95rem; font-weight: 700; margin-bottom: .2rem; }
.St8 p { font-size: .83rem; color: var(--muted); }

#cta-banner {
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  padding: 4.5rem 0;
  text-align: center;
  color: #fff;
}
#cta-banner h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: .75rem; }
#cta-banner p { font-size: 1.05rem; opacity: .85; margin-bottom: 2rem; }
.St5 {
  display: inline-block;
  background: var(--yellow);
  color: #111;
  padding: .9rem 2.5rem;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .3px;
  box-shadow: 0 4px 24px rgba(0,0,0,.25);
  transition: transform .18s, box-shadow .18s;
}
.St5:hover { transform: translateY(-3px); box-shadow: 0 8px 36px rgba(0,0,0,.3); }

#cennik { background: var(--bg); }
.St53 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.4rem;
  margin-bottom: 1.5rem;
}
.St51 {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow);
  border: 2px solid transparent;
  position: relative;
  transition: transform .22s, box-shadow .22s;
}
.St51.hot { border-color: var(--green); }
.St51.hot::before {
  content: 'Polecany';
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .25rem .9rem;
  border-radius: 999px;
}
.St51:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.St51 h3 { font-size: 1rem; font-weight: 700; margin-bottom: .9rem; }
.St52 { display: flex; align-items: baseline; gap: .3rem; margin-bottom: .9rem; }
.St52 .St18 { font-size: .95rem; font-weight: 600; color: var(--green-dark); }
.St52 .amt { font-size: 3rem; font-weight: 800; color: var(--green); line-height: 1; }
.St52 .freq { font-size: .88rem; color: var(--muted); }
.St51 ul { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.St51 li { font-size: .87rem; color: var(--muted); display: flex; gap: .5rem; align-items: flex-start; }
.St51 li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: .1rem; }

.St63 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.1rem;
  margin-top: 2.5rem;
}
.St62 {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow);
}
.St62 .St38 { font-size: 1.9rem; margin-bottom: .5rem; }
.St62 h4 { font-size: .95rem; font-weight: 700; margin-bottom: .25rem; }
.St62 .pr { font-size: 1.35rem; font-weight: 800; color: var(--green); }
.St62 p { font-size: .8rem; color: var(--muted); margin-top: .25rem; }

.St10 {
  margin-top: 2rem;
  background: #fff;
  border-radius: var(--radius);
  padding: 1.4rem 2rem;
  text-align: center;
  box-shadow: var(--shadow);
  font-size: .93rem;
  color: var(--muted);
}
.St10 strong { color: var(--green-dark); }

#galeria { background: #fff; }
.St31 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: .7rem;
}
.St30 {
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
}
.St30 img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.St30:hover img { transform: scale(1.07); }

#kontakt { background: var(--bg); }
.St14 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.St13 h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; margin-bottom: 1.5rem; }
.St7 { display: flex; gap: 1rem; margin-bottom: 1.4rem; align-items: flex-start; }
.St6 {
  width: 46px; height: 46px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: var(--shadow);
}
.St7 strong { display: block; font-size: .88rem; font-weight: 700; margin-bottom: .15rem; }
.St7 p, .St7 a { font-size: .93rem; color: var(--muted); text-decoration: none; }
.St7 a:hover { color: var(--green); }

.St12 {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
}
.St12 h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 1.4rem; }
.St23 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.St24 { display: flex; flex-direction: column; gap: .35rem; margin-bottom: .9rem; }
.St24 label { font-size: .8rem; font-weight: 600; }
.St24 input, .St24 textarea, .St24 select {
  padding: .7rem 1rem;
  border: 1.5px solid #ddd;
  border-radius: 10px;
  font-size: .9rem;
  font-family: inherit;
  background: #fafafa;
  transition: border-color .18s;
}
.St24 input:focus, .St24 textarea:focus, .St24 select:focus { outline: none; border-color: var(--green); background: #fff; }
.St24 textarea { resize: vertical; min-height: 105px; }
.St4 {
  width: 100%;
  background: var(--green);
  color: #fff;
  border: none;
  padding: .85rem;
  border-radius: 10px;
  font-size: .97rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .18s;
  font-family: inherit;
}
.St4:hover { background: var(--green-dark); }

.St27 {
  padding: .75rem 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: 600;
}
.St27.ok  { background: #e6f4d7; color: var(--green-dark); }
.St27.St20 { background: #fde8e8; color: #c0392b; }

.St28 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem;
  min-height: 280px;
}
.St29 {
  font-size: 3.5rem;
  color: var(--green);
  margin-bottom: 1.2rem;
}
.St28 h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: .75rem;
  color: var(--green-dark);
}
.St28 p {
  font-size: .95rem;
  color: var(--muted);
  line-height: 1.6;
}
.St28 a {
  color: var(--green);
  font-weight: 600;
  text-decoration: none;
}
.St28 a:hover { text-decoration: underline; }

.map-wrap {
  margin-top: 3rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 320px;
  background: #e5e8e2;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: .95rem;
}

.St17 { padding: 5rem 0; }
.St17.bg-light { background: var(--bg); }
.St16 {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow);
}
.St16 h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 1rem; color: var(--green-dark); }
.St16 p  { color: var(--muted); margin-bottom: .9rem; font-size: .95rem; line-height: 1.7; }
.St16 ul { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1rem; }
.St16 li { display: flex; gap: .7rem; align-items: flex-start; font-size: .93rem; color: var(--muted); }
.St16 li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }

.St64 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.St64 img { width: 100%; border-radius: 16px; box-shadow: var(--shadow-lg); }

footer {
  background: #111;
  color: rgba(255,255,255,.6);
}
.St26 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 2rem 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
}
.St21 .St45 { color: #fff; font-size: 1.2rem; display: block; margin-bottom: .7rem; }
.St21 p { font-size: .86rem; line-height: 1.65; }
.St22 h4 { color: #fff; font-size: .9rem; font-weight: 700; margin-bottom: .9rem; }
.St22 ul { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.St22 a { color: rgba(255,255,255,.55); text-decoration: none; font-size: .86rem; transition: color .18s; }
.St22 a:hover { color: var(--green-light); }
.St25 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 2rem;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
  font-size: .8rem;
}
.St57 { display: flex; gap: .6rem; }
.St57 a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .18s;
}
.St57 a:hover { background: var(--green); }

.St50 {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
  width: 56px; height: 56px;
  background: var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  box-shadow: 0 4px 20px rgba(106,173,27,.5);
  text-decoration: none;
  animation: glow 2s ease-in-out infinite;
  transition: transform .18s;
}
.St50:hover { transform: scale(1.1); }
@keyframes glow {
  0%, 100% { box-shadow: 0 4px 20px rgba(106,173,27,.5); }
  50%       { box-shadow: 0 4px 40px rgba(106,173,27,.85); }
}

@media (max-width: 900px) {
  .St37    { grid-template-columns: 1fr; gap: 2rem; }
  .St34   { max-width: 460px; }
  .St68     { grid-template-columns: 1fr; gap: 2rem; }
  .St14 { grid-template-columns: 1fr; gap: 2rem; }
  .St26   { grid-template-columns: 1fr 1fr; }
  .St64      { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  #hero         { min-height: unset; }
  .St37    { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.25rem; }
  .St34   { display: none; }
  .St35   { gap: 1.5rem; }
  .St36 h1 { font-size: clamp(1.7rem, 7vw, 2.2rem); }
  .St36 p  { font-size: .95rem; margin-bottom: 1.2rem; }
}
@media (max-width: 640px) {
  .St48 {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px; left: 0; right: 0;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
  }
  .St48.open { display: flex; }
  .St48 li { width: 100%; }
  .St19 { position: static; box-shadow: none; border: none; padding-left: 1rem; }
  .St32 { display: flex; }
  .St26 { grid-template-columns: 1fr; gap: 2rem; }
  .St23 { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  #topbar { font-size: .78rem; padding: .35rem 0; }
  #topbar .St69 { padding: 0 1rem; gap: .3rem; justify-content: center; text-align: center; }
  #topbar .St69 > span { width: 100%; text-align: center; }
  .St61 { gap: .9rem; flex-wrap: wrap; justify-content: center; }
  nav { padding: 0 1rem; gap: .5rem; }
  .St45 { font-size: 1.1rem; }
}
