@charset "UTF-8";
/*----------------------------------------------*/
/*-- TEMPLATE BASE (with Bootstrap layout) -----*/
/*----------------------------------------------*/
.container--1200 {
  max-width: 1200px;
}

/* globálny primary button (Bootstrap .btn-primary) */
.btn-primary {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
  border-radius: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  color: #ffffff;
}

img {
  filter: grayscale(100%);
}
img:hover {
  filter: grayscale(0%);
}

/* section rhythm */
.section, .text-image, .text-section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .section, .text-image, .text-section {
    padding: 56px 0;
  }
}

/* RTE typography */
.rte p {
  margin: 0 0 16px;
}
.rte ul,
.rte ol {
  margin: 18px 0;
  padding-left: 22px;
}
.rte li {
  margin-bottom: 6px;
}
.rte a {
  text-decoration: underline;
}
.rte strong {
  font-weight: 600;
}

/* pretitle */
.pretitle {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
  opacity: 0.7;
}

/*----------------------------------------------*/
/*-- HEADER ------------------------------------*/
/*----------------------------------------------*/
.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-header__logo img {
  display: block;
}

.site-header__nav a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
}

.site-header__nav a.is-active {
  text-decoration: underline;
}

.site-header__contacts a {
  color: inherit;
  text-decoration: none;
}

.site-header__contacts a:hover {
  text-decoration: underline;
}

/*----------------------------------------------*/
/*-- HERO ------------------------------*/
/*----------------------------------------------*/
.hero {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}

.hero__media {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.02));
}

.hero__bg {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .hero__bg {
    height: 420px;
  }
}

.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #222;
  text-align: center;
}

.hero--secondary .hero__bg {
  height: 280px;
}
.hero--secondary .hero__content {
  justify-content: center;
  padding-bottom: 0;
}
.hero--secondary .hero__title {
  margin-bottom: 0;
}

/* typografia */
.hero__title {
  font-size: 68px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 32px;
  }
}

.hero__text {
  font-size: 18px;
  max-width: 540px;
  margin: 0 auto 24px auto;
  text-align: center;
}

.hero__button {
  display: inline-block;
  width: fit-content;
  padding: 12px 22px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: opacity 0.2s ease;
}
.hero__button:hover {
  opacity: 0.85;
}

/*----------------------------------------------*/
/*-- TEXT SECTION ------------------------------*/
/*----------------------------------------------*/
.text-section__title {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .text-section__title {
    font-size: 28px;
  }
}

.text-section__text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .text-section__text {
    font-size: 16px;
  }
}

/*----------------------------------------------*/
/*-- TEXT IMAGE --------------------------------*/
/*----------------------------------------------*/
.text-image__img {
  width: auto;
  height: auto;
  display: block;
  max-height: 400px;
  margin: 0 auto;
}

/*----------------------------------------------*/
/*-- SERVICE ITEM ------------------------------*/
/*----------------------------------------------*/
.services-card {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.services-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
}

.services-card__icon i {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
}

/*----------------------------------------------*/
/*-- LOGO ITEM ---------------------------------*/
/*----------------------------------------------*/
.logos {
  background: #e9e9e9;
}

.logos__img {
  max-width: 160px;
  width: 100%;
  height: 56px;
  object-fit: contain;
  display: inline-block;
  opacity: 0.9;
}

/*----------------------------------------------*/
/*-- CTA ---------------------------------------*/
/*----------------------------------------------*/
.cta__title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cta__title {
    font-size: 30px;
  }
}

.cta__text {
  font-size: 18px;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta__text {
    font-size: 16px;
  }
}

/* tlačidlo – nech funguje aj bez template */
.cta__button {
  padding: 12px 26px;
  font-weight: 600;
}

/* boxed variant (C) */
.cta__box {
  background: #f6f6f6;
}

/* jemné odlíšenie variantov — len fallback */
.cta--b {
  background: #e9e9e9;
}

.cta--c {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*----------------------------------------------*/
/*-- CONTACT SECTION ---------------------------*/
/*----------------------------------------------*/
.contact-section {
  padding: 80px 0;
}
.contact-section .container--1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 56px 0;
  }
  .contact-item {
    gap: 12px;
  }
  .contact-item__value {
    font-size: 15px;
  }
}
/*----------------------------------------------*/
/*-- CONTACT ITEM ------------------------------*/
/*----------------------------------------------*/
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-item__icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
}
.contact-item__icon i {
  font-size: 20px;
  line-height: 1;
}
.contact-item__icon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.contact-item__content {
  flex: 1 1 auto;
}
.contact-item {
  /* label (napr. "Email", "Telefón") */
}
.contact-item__label {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.6;
  margin-bottom: 4px;
}
.contact-item {
  /* hlavná hodnota (telefón, email, adresa) */
}
.contact-item__value {
  font-size: 16px;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
}
.contact-item__value:hover {
  text-decoration: underline;
}
.contact-item {
  /* druhý link (napr. "Zobraziť na mape") */
}
.contact-item__link {
  margin-top: 4px;
}
.contact-item__link a {
  font-size: 14px;
  text-decoration: underline;
  opacity: 0.85;
}
.contact-item__link a:hover {
  opacity: 1;
}

/*----------------------------------------------*/
/*-- MAP ---------------------------------------*/
/*----------------------------------------------*/
.contact-section__map {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.contact-section__map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
  filter: grayscale(100%);
}
.contact-section__map iframe:hover {
  filter: grayscale(0%);
}

/*----------------------------------------------*/
/*-- CONTACT FORM ------------------------------*/
/*----------------------------------------------*/
#contactFormWrap {
  padding-top: 10px;
}
#contactFormWrap .contact-form-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #contactFormWrap .contact-form-card {
    grid-template-columns: 1fr;
  }
}
#contactFormWrap .contact-form-card__info {
  text-align: left;
}
#contactFormWrap .contact-form-card__form {
  text-align: left;
}
#contactFormWrap .form-group {
  text-align: left;
  margin-bottom: 20px;
}
#contactFormWrap label {
  display: none;
}
#contactFormWrap input[type=text],
#contactFormWrap input[type=email],
#contactFormWrap input[type=tel],
#contactFormWrap textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 2px solid rgba(0, 0, 0, 0.16);
  font-size: 16px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  background-color: #fff;
}
#contactFormWrap input[type=text]:focus,
#contactFormWrap input[type=email]:focus,
#contactFormWrap input[type=tel]:focus,
#contactFormWrap textarea:focus {
  border-color: #333333;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
  background-color: #fcfcfc;
}
#contactFormWrap textarea {
  resize: vertical;
  min-height: 190px;
}
#contactFormWrap .char-counter {
  font-size: 12px;
  opacity: 0.6;
}
#contactFormWrap .field-error {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #b00020;
}
#contactFormWrap .contact-result {
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
}

/*----------------------------------------------*/
/*-- CTA BANNER --------------------------------*/
/*----------------------------------------------*/
.cta-banner {
  padding: 56px 0;
}

.cta-banner__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.cta-banner__overlay {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  min-height: 320px;
}

.cta-banner__bg {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

/* tmavý overlay pre čitateľnosť */
.cta-banner__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.cta-banner__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 24px;
}

.cta__button--bannerA {
  max-width: fit-content;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cta-banner__bg {
    height: 420px;
  }
}
/*----------------------------------------------*/
/*-- FAQ ---------------------------------------*/
/*----------------------------------------------*/
.faq-section {
  padding: 80px 0;
}
.faq-section .container {
  max-width: 1200px;
}

.faq-section__title {
  margin-bottom: 16px;
}

.faq-section__text {
  max-width: 820px;
  margin: 0 auto 28px;
  opacity: 0.85;
}

.faq-section__items {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 14px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
}

.faq-item__question {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item__question::-webkit-details-marker {
  display: none;
}
.faq-item__question::after {
  content: "+";
  font-weight: 700;
  opacity: 0.6;
}

.faq-item[open] .faq-item__question::after {
  content: "–";
}

.faq-item__answer {
  padding-top: 12px;
  opacity: 0.9;
  text-align: left;
}

/*----------------------------------------------*/
/*-- GALLERY -----------------------------------*/
/*----------------------------------------------*/
.gallery-section {
  padding: 80px 0;
  background-color: #222;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.gallery-grid__item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-grid__item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-grid__item:hover img {
  transform: scale(1.06);
}

/*----------------------------------------------*/
/*-- EMBED SECTION -----------------------------*/
/*----------------------------------------------*/
.embed-section {
  padding: 80px 0;
  background-color: #222;
  color: #fff;
}

.embed-section__text {
  max-width: 720px;
  margin: 0 auto 28px;
  opacity: 0.85;
}

.embed-section__frame {
  margin-top: 32px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

/* LIGHTBOX */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  z-index: 9999;
}

.gallery-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
}

.gallery-lightbox:target {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox__close {
  position: absolute;
  inset: 0;
}

/* MOBILE */
@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
/*----------------------------------------------*/
/*-- REFERENCES --------------------------------*/
/*----------------------------------------------*/
.references-section {
  padding: 80px 0;
}

.references-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}

.reference-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.reference-item--link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
}

.reference-item__overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.reference-item__image img {
  width: 100%;
  height: 220px;
  object-fit: none;
  display: block;
}

.reference-item__content {
  padding: 18px;
}

.reference-item__title {
  margin-bottom: 8px;
  font-size: 20px;
}

.reference-item__text {
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 14px;
}

.reference-item__person {
  font-weight: 600;
}

.reference-item__position,
.reference-item__company {
  font-size: 14px;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .references-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .references-grid {
    grid-template-columns: 1fr;
  }
}
/*----------------------------------------------*/
/*-- COUNTERS ----------------------------------*/
/*----------------------------------------------*/
.counters-section {
  padding: 80px 0;
  text-align: center;
}

.counters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.counter-item {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 22px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.counter-item__number {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.counter-item__suffix {
  margin-left: 4px;
  font-size: 26px;
  opacity: 0.8;
}

.counter-item__label {
  margin-top: 12px;
  font-size: 15px;
  opacity: 0.75;
}

@media (max-width: 991px) {
  .counters-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .counters-grid {
    grid-template-columns: 1fr;
  }
}
/*----------------------------------------------*/
/*-- EMBED SECTION -----------------------------*/
/*----------------------------------------------*/
.embed-section .embed-section__title {
  margin-bottom: 12px;
}
.embed-section .embed-section__text {
  max-width: 720px;
  margin: 0 auto 20px;
  text-align: center;
}
.embed-section .embed-section__frame {
  overflow: hidden;
  border-radius: 16px;
}
.embed-section .embed-section__frame iframe, .embed-section .embed-section__frame video {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
}
.embed-section .embed-section__frame iframe:hover, .embed-section .embed-section__frame video:hover {
  filter: grayscale(0%);
}

/*----------------------------------------------*/
/*-- TEAM --------------------------------------*/
/*----------------------------------------------*/
.team-section {
  text-align: center;
}

.team-section__text {
  max-width: 760px;
  margin: 0 auto 26px;
  opacity: 0.85;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 30px;
}

.team-member {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.team-member__photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.team-member__content {
  padding: 16px 16px 18px;
}

.team-member__name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}

.team-member__position {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 10px;
}

.team-member__text {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
/*----------------------------------------------*/
/*-- ANCHOR ------------------------------------*/
/*----------------------------------------------*/
.anchor-point {
  position: relative;
  top: -80px;
  height: 0;
}

.anchor-pill {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.08);
  margin: 8px 0;
}

/*----------------------------------------------*/
/*-- BLOG: POST DETAIL -------------------------*/
/*----------------------------------------------*/
.post-detail {
  padding: 72px 0;
}
@media (max-width: 768px) {
  .post-detail {
    padding: 48px 0;
  }
}

.post-detail__head {
  max-width: 760px;
  margin: 0 auto;
}

.post-detail__meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.7;
}

.post-detail__date {
  display: inline-block;
}

.post-detail__title {
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .post-detail__title {
    font-size: 30px;
  }
}

.post-detail__perex {
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
  opacity: 0.9;
}

.post-detail__image img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.post-detail .rte {
  max-width: 760px;
  margin: 0 auto;
}

/*----------------------------------------------*/
/*-- BLOG: POST LISTING ------------------------*/
/*----------------------------------------------*/
.post-listing {
  padding: 72px 0;
}
@media (max-width: 768px) {
  .post-listing {
    padding: 48px 0;
  }
}

.post-listing__header {
  margin: 0 auto 16px;
}

.post-listing__header h1 {
  font-size: 34px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .post-listing__header h1 {
    font-size: 28px;
  }
}

.post-listing__intro {
  margin: 0 auto 32px;
}

.post-listing__grid {
  margin-top: 8px;
}

.post-card {
  display: flex;
}

.post-card__link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #f5f5f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.post-card__image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.post-card__content {
  padding: 14px 14px 16px;
}

.post-card__date {
  font-size: 13px;
  opacity: 0.7;
}

.post-card__title {
  font-size: 20px;
  line-height: 1.35;
  margin: 4px 0 6px;
}

.post-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
}

.post-card__link:hover .post-card__title {
  text-decoration: underline;
}

.post-card__link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 22px rgba(0, 0, 0, 0.26);
  background: #f0f0f0;
}

.post-pagination .pagination .page-link {
  border-radius: 999px;
  min-width: 36px;
  text-align: center;
  margin: 0 4px;
  color: inherit;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.post-pagination .pagination .page-link:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.26);
}

.post-pagination .pagination .page-item.active .page-link {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

/*----------------------------------------------*/
/*-- POSTS LIST BLOCK --------------------------*/
/*----------------------------------------------*/
.posts-list-block__header h2 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 768px) {
  .posts-list-block__header h2 {
    font-size: 26px;
  }
}

/* Grid fallback */
.posts-list-block__grid {
  margin-top: 8px;
}

/*----------------------------------------------*/
/*-- POSTS LIST CAROUSEL -----------------------*/
/*----------------------------------------------*/
.posts-list-block__carousel {
  --items-per-view: 3;
}

.posts-list-block__carousel-top {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.posts-list-block__nav {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: #fff;
  color: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.posts-list-block__nav:hover {
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}
.posts-list-block__nav:disabled {
  opacity: 0.4;
  cursor: default;
  transform: none;
}

.posts-list-block__track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.posts-list-block__track::-webkit-scrollbar {
  display: none;
}

.posts-list-block__item {
  flex: 0 0 calc((100% - 24px * (var(--items-per-view) - 1)) / var(--items-per-view));
  scroll-snap-align: start;
}

/* responsive fallback */
@media (max-width: 991px) {
  .posts-list-block__carousel {
    --items-per-view: 2;
  }
}
@media (max-width: 767px) {
  .posts-list-block__carousel {
    --items-per-view: 1;
  }
}
/*----------------------------------------------*/
/*-- HEADER (FRONTEND) -------------------------*/
/*----------------------------------------------*/
/* =====================================
   TEMPLATE DESIGN (demo only)
   ===================================== */
header nav a,
header nav .nav-toggle {
  transition: opacity 0.2s ease;
}
header nav a:hover,
header nav .nav-toggle:hover {
  opacity: 0.7;
}
header nav a.is-active,
header nav .nav-toggle.is-active {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* dropdown design */
.site-header__nav .dropdown-menu {
  min-width: 220px;
  padding: 0.5rem 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.site-header__nav .dropdown-menu li {
  list-style: none;
}

.site-header__nav .dropdown-menu a {
  display: block;
  padding: 0.55rem 1rem;
  white-space: nowrap;
}
.site-header__nav .dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.04);
}

.site-header__nav .dropdown-menu .dropdown-parent a {
  font-weight: 600;
}

/* optional chevron */
.site-header__nav .nav-toggle::after {
  content: "▾";
  font-size: 0.85em;
  margin-left: 0.35rem;
}

/*----------------------------------------------*/
/*-- FOOTER (FRONTEND) -------------------------*/
/*----------------------------------------------*/
.site-footer {
  padding: 56px 0 32px;
  background: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 14px;
}

.site-footer .container {
  max-width: 1200px;
}

.footer-main {
  margin-bottom: 24px;
}

.footer-logo img {
  max-height: 40px;
  width: auto;
  display: block;
  margin-bottom: 14px;
}

.footer-text {
  margin: 0;
  opacity: 0.75;
  line-height: 1.7;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 4px;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.footer-contact-list li + li {
  margin-top: 2px;
}

.footer-contact-list a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-list a:hover {
  text-decoration: underline;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.footer-social .social-link {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none !important;
  font-size: 16px;
}

.footer-social .social-link img {
  max-width: 18px;
  max-height: 18px;
  filter: none;
}

.footer-social .social-link:hover {
  opacity: 0.85;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 14px;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.7;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom-link {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
  font-size: 13px;
}

.footer-bottom-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.social-link {
  text-decoration: none;
}

/*----------------------------------------------*/
/*-- IMAGE BLOCK -------------------------------*/
/*----------------------------------------------*/
.image-block {
  margin: 32px auto;
  max-width: 720px;
  text-align: center;
}

.image-block__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.image-block__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.8;
  text-align: center;
}

/*----------------------------------------------*/
/*-- BREADCRUMBS -------------------------------*/
/*----------------------------------------------*/
.breadcrumbs {
  margin: 12px 0 32px;
  font-size: 13px;
  color: #6b7280; /* neutrálny sivý tón */
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
}

/* separator */
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  margin: 0 6px;
  opacity: 0.5;
}

/* link */
.breadcrumbs__link {
  text-decoration: none;
  opacity: 0.8;
  color: inherit;
  transition: opacity 0.2s ease, text-decoration-color 0.2s ease;
}

.breadcrumbs__link:hover {
  opacity: 1;
  text-decoration: underline;
}

/* current */
.breadcrumbs__current {
  font-weight: 500;
}

/*----------------------------------------------*/
/*-- SITE POPUP --------------------------------*/
/*----------------------------------------------*/
body.has-site-popup--modal {
  overflow: hidden;
}

.site-popup[hidden] {
  display: none !important;
}

.site-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.site-popup.is-visible {
  opacity: 1;
}

/* backdrop */
.site-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.site-popup.is-visible .site-popup__backdrop {
  opacity: 1;
}

/* dialog */
.site-popup__dialog {
  position: relative;
  background: #ffffff;
  color: #111111;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.site-popup.is-visible .site-popup__dialog {
  opacity: 1;
  transform: translateY(0);
}

/* close */
.site-popup__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.site-popup__close:hover {
  background: #ffffff;
}

/* image */
.site-popup__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* content */
.site-popup__content {
  padding: 28px;
}

.site-popup__title {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.site-popup__body {
  font-size: 16px;
  line-height: 1.7;
}

.site-popup__actions {
  margin-top: 20px;
}

.site-popup__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  transition: opacity 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.site-popup__button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: #ffffff;
}

/*----------------------------------------------*/
/*-- MODAL VARIANT -----------------------------*/
/*----------------------------------------------*/
.site-popup--modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.site-popup--modal .site-popup__dialog {
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 48px);
  border-radius: 20px;
}

.site-popup--modal .site-popup__image img {
  max-height: 320px;
  object-fit: cover;
}

/*----------------------------------------------*/
/*-- SIDE VARIANT ------------------------------*/
/*----------------------------------------------*/
.site-popup--side {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 24px;
  pointer-events: none;
}

.site-popup--side .site-popup__backdrop {
  background: transparent;
  pointer-events: none;
}

.site-popup--side .site-popup__dialog {
  width: 100%;
  max-width: 380px;
  border-radius: 18px;
  pointer-events: auto;
}

.site-popup--side .site-popup__image img {
  max-height: 180px;
  object-fit: cover;
}

/*----------------------------------------------*/
/*-- RESPONSIVE --------------------------------*/
/*----------------------------------------------*/
@media (max-width: 767px) {
  .site-popup--modal,
  .site-popup--side {
    padding: 16px;
  }
  .site-popup--modal .site-popup__dialog,
  .site-popup--side .site-popup__dialog {
    max-width: 100%;
    border-radius: 16px;
  }
  .site-popup__content {
    padding: 22px;
  }
  .site-popup__title {
    font-size: 24px;
  }
  .site-popup--side {
    justify-content: center;
  }
  .site-popup--side .site-popup__dialog {
    max-width: 100%;
  }
}


/*----------------------------------------------*/
/*-- ROZCESTNIK --------------------------------*/
/*----------------------------------------------*/
.rozcestnik .rozcestnik__text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* Varianta A - textove buttony */
.rozcestnik__btn {
  min-width: 160px;
}

/* Varianta B - obrazkove karty */
.rozcestnik-card {
  background: #f5f5f5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  color: inherit;
}

.rozcestnik-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
  color: inherit;
}

.rozcestnik-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.rozcestnik-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.rozcestnik-card:hover .rozcestnik-card__image img {
  transform: scale(1.04);
}

.rozcestnik-card__label {
  padding: 14px 16px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=styleTemplate.css.map */
