
body{
  background:#fff;
  color:#212529;
}

.okolie-container{
  max-width:1140px;
}

.okolie-hero{
  width:100%;
  height:400px;
  position:relative;
  display:flex;
  align-items:center;
  color:#fff;
  background:url('/assets/images/okolie/turistikakh.webp') center 47%/cover no-repeat;
}
.okolie-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.18));
}
.okolie-hero-content{
  position:relative;
  z-index:1;
  max-width:1100px;
  padding-top:80px;
}
.okolie-hero h1{
  margin:0 0 1rem;
  font-size:3.5rem;
  line-height:1.1;
  font-weight:700;
  font-size:58px!important;
}
.okolie-hero p{
  max-width:760px;
  margin:0;
  font-size:1.25rem;
  line-height:1.5;
  font-weight:300;
}

.okolie-featured{
  padding:48px 0;
  background:#f8f9fa;
}
.okolie-nearby{
  padding:48px 0;
  background:#fff;
  color:#212529;
}
.okolie-section-heading{
  margin-bottom:48px;
}
.okolie-kicker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0 0 8px;
  color:#198754;
  font-size:1rem;
  font-weight:600;
}
.okolie-kicker span{
  display:inline-block;
  width:30px;
  height:2px;
  background:#198754;
}
.okolie-section-heading h2{
  margin:0;
  color:#1f1f1f;
  font-size:2rem;
  line-height:1.25;
  font-weight:700;
}

.okolie-feature-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.125);
  border-radius:1.2rem;
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
}
.okolie-feature-image{
  width:100%;
  height:255px;
  overflow:hidden;
}
.okolie-feature-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.okolie-feature-title{
  display:flex;
  align-items:center;
  gap:8px;
  padding:22px 25px 0;
  margin-bottom:16px;
}
.okolie-activity-icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#2c5f2d;
}
.okolie-activity-icon svg{
  width:50px;
  height:50px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.okolie-feature-title h3{
  margin:0;
  color:#212529;
  font-size:1.25rem;
  line-height:1.25;
  font-weight:700;
}
.okolie-feature-text{
  padding:0 25px;
  margin:0 0 24px;
  color:#6d6d6d;
  font-size:.95rem;
  line-height:1.65;
}
.okolie-feature-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:auto;
  padding:0 25px 25px;
  color:#198754;
  font-size:.95rem;
  font-weight:600;
}
.okolie-feature-footer a{
  color:#198754;
  text-decoration:none;
}
.okolie-feature-footer a:hover{
  text-decoration:underline;
}

.okolie-nearby .okolie-section-heading{
  margin-bottom:48px;
}
.okolie-nearby .okolie-section-heading h2{
  font-size:2rem;
}
.okolie-place-card{
  padding:24px;
  background:#fff;
  border:1px solid rgba(0,0,0,.125);
  border-radius:1rem;
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
}
.okolie-place-card h3{
  margin:0 0 7px;
  color:#212529;
  font-size:1.25rem;
  line-height:1.25;
  font-weight:700;
}
.okolie-distance{
  display:flex;
  align-items:center;
  gap:5px;
  margin-bottom:8px;
  color:#198754;
  font-size:.875rem;
  font-weight:400;
}
.okolie-distance svg{
  flex:0 0 24px;
}
.okolie-place-card p{
  margin:0;
  color:#6d6d6d;
  font-size:.875rem;
  line-height:1.55;
}

@media(max-width:991.98px){
  .okolie-hero{
    height:360px;
  }
  .okolie-hero-content{
    padding:92px 24px 0;
  }
  .okolie-hero h1{
    font-size:2.7rem;
  }
  .okolie-feature-image{
    height:220px;
  }
}
@media(max-width:767.98px){
  .okolie-hero{
    height:320px;
  }
  .okolie-hero-content{
    padding-top:82px;
  }
  .okolie-hero h1{
    font-size:2.2rem;
  }
  .okolie-hero p{
    font-size:1rem;
  }
  .okolie-featured,
  .okolie-nearby{
    padding:40px 0;
  }
  .okolie-section-heading{
    margin-bottom:32px;
  }
  .okolie-section-heading h2,
  .okolie-nearby .okolie-section-heading h2{
    font-size:1.75rem;
  }
  .okolie-feature-image{
    height:240px;
  }
}


/* V58 – jednotný hero obrázok bez stmavenia */
.okolie-hero{
    background-image:url('/assets/subokolie.webp') !important;
    background-position:center center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
}
.okolie-hero:before,
.okolie-hero:after{
    background:none !important;
}

