body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #1f2937;
}

.hero {
  background: linear-gradient(to right, #0d6efd, #003366);
  color: white;
  padding: 80px 20px;
}

.section-soft {
  background: #f8fafc;
}

.services h5,
.why-us h5,
.offer-card h5,
.area-list h5 {
  font-weight: 700;
}

.services .service-box,
.offer-card,
.area-list,
.cta-box {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.breadcrumb-wrap {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

.contact-strip {
  background: #0d6efd;
  color: white;
}

.phone-number {
  font-size: 22px;
  font-weight: bold;
  color: #0d6efd;
}

.contact-strip .phone-number {
  color: #ffd54f;
}

.why-us {
  padding: 60px 20px;
  background-color: #ffffff;
}

.why-us h5 {
  color: #0d6efd;
}

#serwis {
  padding: 70px 20px;
  background-color: #f1f3f5;
}

#serwis h2 {
  text-align: center;
  margin-bottom: 30px;
}

#serwis form {
  max-width: 650px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#serwis label {
  margin-top: 15px;
  font-weight: 500;
}

#serwis input,
#serwis select,
#serwis textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ced4da;
}

#serwis textarea {
  resize: vertical;
}

#serwis input:focus,
#serwis select:focus,
#serwis textarea:focus {
  outline: none;
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}

#serwis button {
  margin-top: 25px;
  width: 100%;
  padding: 12px;
  background-color: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  transition: background 0.3s;
}

#serwis button:hover {
  background-color: #0a58ca;
}

footer {
  background: #003366;
  color: #ccc;
  padding: 15px;
  text-align: center;
}

.shop-hero {
  background: linear-gradient(to right, #eaf3ff, #ffffff);
}

.product-card {
  border: none;
  border-radius: 16px;
}

.product-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #e9ecef;
}

.rodo-box {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.rodo-box input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  accent-color: #0d6efd;
  flex: 0 0 24px;
}

.rodo-box label {
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}

.breadcrumb {
  margin-bottom: 0;
}

.lead-strong {
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto;
}

.list-check {
  padding-left: 1.1rem;
}

.list-check li {
  margin-bottom: 0.65rem;
}

@media (max-width: 768px) {
  .hero {
    padding: 48px 15px;
  }

  #serwis form {
    padding: 20px;
  }
}
