/* v1.0.1 – samostatná stránka Pro děti i dospělé */
.info-page{width:min(1240px,calc(100% - 24px));margin:22px auto 34px;color:#fff0bd;}
.info-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:0;overflow:hidden;border-radius:30px;border:1px solid rgba(217,168,73,.55);box-shadow:0 22px 52px rgba(0,0,0,.34);background:#0c2616;}
.info-hero__text{padding:clamp(22px,4vw,44px);background:linear-gradient(135deg,#fff2c9,#e3bd62);color:#231606;display:grid;align-content:center;}
.info-kicker{margin:0 0 12px;text-transform:uppercase;letter-spacing:.13em;font-weight:1000;color:#895c1f;font-size:.92rem;}
.info-hero h1{margin:0 0 16px;font-size:clamp(2.65rem,6.7vw,5.1rem);line-height:.86;letter-spacing:-.07em;color:#12381f;}
.info-hero p{margin:0 0 13px;font-size:clamp(1.02rem,1.55vw,1.22rem);line-height:1.42;font-weight:780;}
.info-hero__image{min-height:360px;background:#091b0f;}
.info-hero__image img{width:100%;height:100%;object-fit:cover;}
.info-panels{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:24px 0;}
.info-panel{border-radius:28px;background:linear-gradient(135deg,#fff2c9,#e3bd62);border:1px solid rgba(255,236,163,.7);box-shadow:0 18px 40px rgba(0,0,0,.25);padding:clamp(20px,3vw,32px);color:#231606;}
.info-panel h2{margin:0 0 14px;color:#12381f;font-size:clamp(2rem,4.8vw,3.2rem);line-height:.94;letter-spacing:-.055em;}
.info-panel p{margin:0 0 12px;font-weight:730;font-size:1.06rem;line-height:1.47;}
.info-gallery{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin:24px 0 30px;}
.info-card{overflow:hidden;border-radius:28px;border:1px solid rgba(217,168,73,.55);background:linear-gradient(180deg,rgba(22,70,39,.98),rgba(7,35,18,.98));box-shadow:0 18px 40px rgba(0,0,0,.26);}
.info-card img{width:100%;aspect-ratio:16/10;object-fit:cover;}
.info-card__body{padding:20px 22px 24px;}
.info-card h2{margin:0 0 10px;color:#ffe7a7;font-size:clamp(1.6rem,3vw,2.25rem);line-height:.96;letter-spacing:-.035em;}
.info-card p{margin:0;color:#fff0bd;font-weight:780;line-height:1.42;font-size:1.04rem;}
.info-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;}
.info-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border-radius:999px;border:1px solid rgba(255,237,166,.72);background:linear-gradient(180deg,#176c35,#164627);color:#fff;text-decoration:none;font-weight:1000;box-shadow:0 8px 18px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.18);}
.info-button--purple{background:linear-gradient(180deg,#8e35a0,#62206f);}
@media(max-width:920px){.info-hero,.info-panels,.info-gallery{grid-template-columns:1fr}.info-hero__image{min-height:280px;order:-1}.info-page{width:calc(100% - 16px)}}
@media(max-width:620px){.info-hero h1{font-size:clamp(2.45rem,13vw,3.6rem)}.info-panel,.info-hero__text{padding:20px}.info-card__body{padding:18px}.info-actions .info-button{width:100%}}

/* v1.0.3 – čitelná zelená hlavička jako na ostatních webech a srovnaná informační galerie */
body.info-body .topbar.corporate-topbar{
  position:relative!important;
  top:auto!important;
  width:min(1288px,calc(100% - 32px))!important;
  margin:22px auto 0!important;
  min-height:98px!important;
  padding:14px clamp(14px,3vw,24px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border-radius:999px!important;
  border:1px solid rgba(230,195,109,.55)!important;
  background:linear-gradient(180deg,rgba(13,67,34,.96),rgba(8,37,20,.97))!important;
  box-shadow:0 14px 30px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.08)!important;
  backdrop-filter:none!important;
}
body.info-body .brand.brand-logo{
  color:#fff0b8!important;
  gap:12px!important;
  flex:1 1 auto!important;
  min-width:0!important;
}
body.info-body .brand-icon{
  width:82px!important;
  height:82px!important;
  flex:0 0 82px!important;
  border-radius:50%!important;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.25))!important;
}
body.info-body .brand-copy strong{
  color:#fff0b8!important;
  font-size:clamp(1.55rem,3.2vw,2.65rem)!important;
  line-height:.95!important;
  text-shadow:0 3px 0 rgba(0,0,0,.28)!important;
}
body.info-body .corporate-nav,
body.info-body .zv-guide-header.zv-has-guide .corporate-nav{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px 18px!important;
  max-width:none!important;
  font-size:clamp(.9rem,1.08vw,1.05rem)!important;
}
body.info-body .corporate-nav a,
body.info-body .zv-guide-header.zv-has-guide .corporate-nav a{
  color:#fff0b8!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  padding:8px 6px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.info-body .corporate-nav a.active,
body.info-body .corporate-nav a:hover,
body.info-body .corporate-nav a:focus-visible{
  color:#ffe9a6!important;
  text-decoration:underline!important;
  outline:0!important;
}
body.info-body .zv-header-journey{flex:0 0 auto!important;}
.info-gallery{align-items:stretch;}
.info-card{display:flex;flex-direction:column;height:100%;}
.info-card img{display:block;width:100%;height:clamp(360px,34vw,500px);aspect-ratio:auto;object-fit:cover;object-position:center center;flex:0 0 auto;}
.info-card:first-child img{object-position:center 44%;}
.info-card:nth-child(2) img{object-position:center 42%;}
.info-card__body{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;}
@media(max-width:920px){
  body.info-body .topbar.corporate-topbar{width:calc(100% - 1rem)!important;min-height:88px!important;border-radius:34px!important;align-items:flex-start!important;flex-direction:column!important;padding:10px 14px!important;}
  body.info-body .corporate-nav{justify-content:flex-start!important;width:100%!important;gap:6px 10px!important;font-size:.92rem!important;}
  body.info-body .corporate-nav a{padding:7px 4px!important;}
  .info-card img{height:auto;aspect-ratio:16/10;}
}
@media(max-width:620px){
  body.info-body .brand-copy strong{font-size:1.7rem!important;}
  body.info-body .brand-icon{width:62px!important;height:62px!important;flex-basis:62px!important;}
  body.info-body .corporate-nav{font-size:.86rem!important;}
}


/* v1.0.4 – sjednocení horní lišty s režimem „Tvůj průvodce“ */
@media (min-width: 761px){
  body.info-body .topbar.corporate-topbar{
    min-height:98px!important;
    padding-top:14px!important;
    padding-bottom:14px!important;
  }
  body.info-body .brand-icon{
    width:82px!important;
    height:82px!important;
    flex-basis:82px!important;
  }
  body.info-body .brand-copy strong{
    font-size:clamp(1.55rem,3.2vw,2.65rem)!important;
    line-height:1!important;
  }
}
@media (max-width:760px){
  body.info-body .topbar.corporate-topbar{
    min-height:88px!important;
    border-radius:34px!important;
  }
  body.info-body .brand-icon{
    width:62px!important;
    height:62px!important;
    flex-basis:62px!important;
  }
}

/* v1.0.5 - presne sjednoceni horniho menu s homepage / Tvuj pruvodce */
@media (min-width: 761px){
  body.info-body .topbar.corporate-topbar{
    width:min(1240px,calc(100% - 24px))!important;
    margin:22px auto 0!important;
    min-height:98px!important;
    padding:14px clamp(14px,3vw,24px)!important;
    gap:16px!important;
    align-items:center!important;
    border-radius:999px!important;
  }
  body.info-body .brand.brand-logo{
    gap:14px!important;
    flex:1 1 auto!important;
    max-width:min(460px,46vw)!important;
  }
  body.info-body .brand-icon{
    width:82px!important;
    height:82px!important;
    flex:0 0 82px!important;
  }
  body.info-body .brand-copy strong{
    font-family:Georgia,Cambria,"Times New Roman",serif!important;
    font-size:clamp(1.55rem,3.2vw,2.65rem)!important;
    line-height:1!important;
    letter-spacing:-.025em!important;
    font-weight:900!important;
    white-space:nowrap!important;
    text-shadow:0 3px 0 rgba(0,0,0,.34),0 0 14px rgba(234,185,75,.18)!important;
  }
  body.info-body .corporate-nav{
    flex:0 0 auto!important;
    margin-left:auto!important;
    padding-right:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:14px!important;
    flex-wrap:nowrap!important;
    max-width:none!important;
    font-family:Georgia,Cambria,"Times New Roman",serif!important;
  }
  body.info-body .corporate-nav a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-family:Georgia,Cambria,"Times New Roman",serif!important;
    font-size:clamp(1rem,2vw,1.25rem)!important;
    font-weight:900!important;
    line-height:1!important;
    padding:10px 16px!important;
    border-radius:999px!important;
    color:#fff0b8!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    text-decoration:none!important;
  }
  body.info-body .corporate-nav a.active,
  body.info-body .corporate-nav a:hover,
  body.info-body .corporate-nav a:focus-visible{
    color:#ffe9a6!important;
    text-decoration:underline!important;
  }
}


/* v1.0.8 – informační stránka na mobilu používá stejný hamburger jako homepage */
@media (max-width: 760px) {
  body.info-body .topbar.corporate-topbar {
    width: calc(100% - 1rem) !important;
    min-height: 88px !important;
    padding: 10px 10px !important;
    border-radius: 34px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }
  body.info-body .brand.brand-logo {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 110px) !important;
    gap: 8px !important;
  }
  body.info-body .brand-icon {
    width: 62px !important;
    height: 62px !important;
    flex: 0 0 62px !important;
  }
  body.info-body .brand-copy strong {
    font-size: 1.35rem !important;
    line-height: .95 !important;
    white-space: normal !important;
  }
  body.info-body .corporate-nav {
    width: auto !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    max-width: none !important;
  }
  body.info-body .corporate-nav > a:not(.nav__menu):not(.zv-nav__menu) {
    display: none !important;
  }
}
