@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;
}

/*----------------------------------------------*/
/*-- 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;
}

/*# sourceMappingURL=styleTemplate.css.map */
