body {
  color: #000;
  background-color: #fff;
  line-height: 1.6;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0 0 15px;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  background-color: #fff;
}

.hlavicka {
  background-image: url(pexels-eva-bronzini-5503189.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 70px 30px;
  color: #fff;
}

.hlavicka::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.hlavicka h1 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 40px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.9);
}

.navigace {
  width: 100%;
  background-color: #2E7D32;
  text-align: center;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline-block;
}

.menu a {
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.menu a:hover,
.menu a:focus {
  background-color: #77B551;
}

.sekce {
  padding: 3% 20%;
}

.sekce1 {
  background-color: #E8F5E9;
  text-align: center;
}

.odstavec {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 650px;
}

.nabidka {
  background-color: #F5FAF6;
}

.nabidka ul {
  padding-left: 20px;
  margin-bottom: 25px;
}

.nabidka li {
  margin-bottom: 5px;
}

h2 {
  color: #000;
  margin-top: 20px;
}

h3 {
  color: #000;
  margin-top: 25px;
  margin-bottom: 10px;
}

.paticka {
  background-image: url(pexels-eva-bronzini-5503189.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-weight: normal;
  text-align: center;
  padding: 30px 0 20px;
  font-size: 18px;
  position: relative;
  line-height: 1.5;
}

.paticka::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.paticka * {
  position: relative;
  z-index: 1;
}

.paticka h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paticka .kontakt {
  text-align: left;
  display: inline-block;
}

.paticka .label {
  display: inline-block;
  width: 220px;
  font-weight: 400;
}

.paticka .zapis {
  margin-top: 20px;
  font-size: 18px;
}

a {
  color: #2E7D32;
}

.paticka a,
.menu a {
  color: white;
}