/* =========================================================
   SLUZBY – KVČ KLECANY
   Styluje pouze obsah stránky sekce SLUZBY.
   Nezasahuje do hlavičky, hlavního menu ani patičky.
========================================================= */
.page-content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px 30px 40px;
}

/*
.page-hero {
  padding: 70px 20px 55px;
  text-align: center;
}*/

.page-hero {
background: #f7d85c;
border-radius: 24px;
padding: 45px 30px;
margin-bottom: 40px;
text-align: center;
}

.page-hero h1 {
  margin: 0 0 15px;
  font-size: 42px;
  font-weight: 800;
}

.page-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}

.services-hero {
  background: #f6d74f;
  color: #222;
}

.page-section {
  padding: 50px 20px 70px;
}

.intro-box,
.highlight-box,
.rules-box,
.contact-box {
  background: #fff;
  border-radius: 22px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.intro-box h2,
.highlight-box h2,
.rules-box h2,
.contact-box h2,
.info-card h2 {
  margin-top: 0;
  color: #222;
  font-size: 28px;
}

.intro-box p,
.highlight-box p,
.info-card p,
.contact-box p {
  font-size: 17px;
  line-height: 1.7;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

.info-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.info-card ul,
.rules-box ul {
  padding-left: 22px;
  margin-bottom: 0;
}

.info-card li,
.rules-box li {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6;
}

.highlight-box {
  background: #fef7d6;
  border-left: 8px solid #f6d74f;
}

.price-card {
  background: #fef7d6;
}

.price-main {
  font-size: 30px !important;
  font-weight: 800;
  margin: 10px 0;
}

.price-card h3 {
  margin-top: 25px;
  font-size: 22px;
}

.rules-box {
  background: #f7f7f7;
}

.contact-box {
  background: #eaf7f0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.contact-box h3 {
  margin-top: 0;
  font-size: 22px;
}

.contact-box a {
  color: #222;
  font-weight: 700;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .page-hero h1 {
    font-size: 32px;
  }

  .page-hero p {
    font-size: 18px;
  }

  .info-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .intro-box,
  .highlight-box,
  .rules-box,
  .contact-box,
  .info-card {
    padding: 24px;
  }
}

/* Z ulity */

.contact-box h2 {
  margin-bottom: 15px;
}

.contact-box p {
  font-size: 19px;
  line-height: 1.7;
}


.web-link {

  margin-top: 20px;

  font-size: 18px;

  font-weight: 600;

}

.web-link a {

  color: #222;

  font-weight: 800;

  text-decoration: underline;

}

.web-link a:hover {

  text-decoration: none;

}

/*  stranka SLUZBY  */ 

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.service-card {
  display: block;
  min-height: 100%;
  border-radius: 24px;
  padding: 28px 24px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.14);
}

.service-card article {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-icon {
  font-size: 42px;
  margin-bottom: 18px;
}

.service-card h2 {
  margin: 0 0 15px;
  font-size: 25px;
  font-weight: 800;
}

.service-card p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
}

.service-link {
  margin-top: auto;
  display: inline-block;
  font-weight: 800;
  text-decoration: underline;
}

.service-yellow {
  background: #fef7d6;
}

.service-green {
  background: #eaf7f0;
}

.service-pink {
  background: #fdecef;
}

.service-blue {
  background: #eaf2fb;
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 24px;
  }
}ß