@charset "UTF-8";
body h1,
body .h1 {
  font-size: clamp(40px, 5vw, 65px);
  margin-bottom: clamp(18px, 3vw, 32px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h2,
body .h2,
body .hero-banner .hero-overlay .hero-title--no-hp h1,
.hero-banner .hero-overlay .hero-title--no-hp body h1,
body .hero-banner .hero-overlay .hero-title p,
.hero-banner .hero-overlay .hero-title body p {
  font-size: clamp(32px, 4vw, 52px);
  margin-bottom: clamp(18px, 3vw, 32px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h3,
body .h3,
body .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat.active .stat-number,
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat.active body .stat-number,
body .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat:hover .stat-number,
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat:hover body .stat-number {
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: clamp(12px, 1.5vw, 16px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h4,
body .h4,
body .team-name,
body .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat .stat-number,
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat body .stat-number {
  font-size: clamp(22px, 2.5vw, 32px);
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h5,
body .h5,
body .syllabus-acc-toggle,
body .hero-banner .hero-overlay .hero-course .hero-countdown,
.hero-banner .hero-overlay .hero-course body .hero-countdown {
  font-size: clamp(20px, 2vw, 28px);
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h6, body .hero-video-text,
body .h6,
body .syllabus-acc-toggle span,
.syllabus-acc-toggle body span,
body .team-hover .team-block h5,
.team-hover .team-block body h5 {
  font-size: clamp(18px, 1.8vw, 24px);
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}

p,
.body {
  font-size: clamp(16px, 1.4vw, 18px);
  margin-bottom: clamp(12px, 1.5vw, 16px);
  line-height: normal;
  letter-spacing: -0.04em;
}

a {
  font-size: clamp(16px, 1.4vw, 18px);
  margin-bottom: clamp(12px, 1.5vw, 16px);
  line-height: normal;
  letter-spacing: -0.04em;
  display: block;
}
a:hover {
  text-shadow: 0 0 0 currentColor;
}
a:focus, a:active, a:focus:not(:focus-visible) {
  outline: none !important;
  background: transparent !important;
  text-decoration: none !important;
  color: #131313 !important;
}

.text-lg, .main-label, .prax-section .prax-content .prax-label, .reservation-banner__overlay .label, .who-is-banner .who-is-inner .who-is-left .label, .how-we-works-scroll .how-step p, .results-slider-section .swiper .swiper-wrapper .result-slide .slide-content .slide-number {
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: normal;
  letter-spacing: -0.04em;
}

.text-sm {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: normal;
  letter-spacing: -0.04em;
}

.mb-lg {
  margin-bottom: clamp(72px, 6vw, 96px);
}

.mb-md {
  margin-bottom: clamp(48px, 4vw, 72px);
}

.mb-sm {
  margin-bottom: 32px;
}

.btn-primary {
  padding: 14px clamp(24px, 4vw, 64px);
  background: linear-gradient(93.34deg, #C8FFEE 0%, #5ED7C0 50.48%, #34C6B1 100%);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  color: #000;
  transition: filter 0.2s ease;
  margin-bottom: 0px;
}
.btn-primary:hover {
  filter: brightness(0.95);
  text-decoration: none;
  text-shadow: none;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:focus:not(:focus-visible) {
  filter: brightness(0.95);
  background-color: linear-gradient(93.34deg, #C8FFEE 0%, #5ED7C0 50.48%, #34C6B1 100%) !important;
}

.btn-secondary {
  padding: 15px clamp(31px, 4vw, 63px);
  border: 1px solid white;
  background: transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  color: white;
  transition: filter 0.2s ease;
  margin-bottom: 0px;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-shadow: none;
}

.btn-secondary-black,
.filter-toggle {
  padding: 15px clamp(31px, 4vw, 63px);
  border: 1px solid #131313;
  background: transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  color: #131313;
  transition: filter 0.2s ease;
  transition: all 0.2s ease;
}
.btn-secondary-black:hover,
.filter-toggle:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-shadow: none;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Patrick Hand";
  src: url("../fonts/PlaywriteDESAS-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body,
* {
  font-family: "Space Grotesk", sans-serif !important;
}

body h1,
body .h1 {
  font-size: clamp(40px, 5vw, 65px);
  margin-bottom: clamp(18px, 3vw, 32px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h2,
body .h2,
body .hero-banner .hero-overlay .hero-title--no-hp h1,
.hero-banner .hero-overlay .hero-title--no-hp body h1,
body .hero-banner .hero-overlay .hero-title p,
.hero-banner .hero-overlay .hero-title body p {
  font-size: clamp(32px, 4vw, 52px);
  margin-bottom: clamp(18px, 3vw, 32px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h3,
body .h3,
body .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat.active .stat-number,
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat.active body .stat-number,
body .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat:hover .stat-number,
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat:hover body .stat-number {
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: clamp(12px, 1.5vw, 16px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h4,
body .h4,
body .team-name,
body .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat .stat-number,
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat body .stat-number {
  font-size: clamp(22px, 2.5vw, 32px);
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h5,
body .h5,
body .syllabus-acc-toggle,
body .hero-banner .hero-overlay .hero-course .hero-countdown,
.hero-banner .hero-overlay .hero-course body .hero-countdown {
  font-size: clamp(20px, 2vw, 28px);
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}
body h6, body .hero-video-text,
body .h6,
body .syllabus-acc-toggle span,
.syllabus-acc-toggle body span,
body .team-hover .team-block h5,
.team-hover .team-block body h5 {
  font-size: clamp(18px, 1.8vw, 24px);
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1.11;
  letter-spacing: -0.04em;
  font-weight: 500;
}

p,
.body {
  font-size: clamp(16px, 1.4vw, 18px);
  margin-bottom: clamp(12px, 1.5vw, 16px);
  line-height: normal;
  letter-spacing: -0.04em;
}

a {
  font-size: clamp(16px, 1.4vw, 18px);
  margin-bottom: clamp(12px, 1.5vw, 16px);
  line-height: normal;
  letter-spacing: -0.04em;
  display: block;
}
a:hover {
  text-shadow: 0 0 0 currentColor;
}
a:focus, a:active, a:focus:not(:focus-visible) {
  outline: none !important;
  background: transparent !important;
  text-decoration: none !important;
  color: #131313 !important;
}

.text-lg, .main-label, .prax-section .prax-content .prax-label, .reservation-banner__overlay .label, .who-is-banner .who-is-inner .who-is-left .label, .how-we-works-scroll .how-step p, .results-slider-section .swiper .swiper-wrapper .result-slide .slide-content .slide-number {
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: normal;
  letter-spacing: -0.04em;
}

.text-sm {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: normal;
  letter-spacing: -0.04em;
}

.mb-lg {
  margin-bottom: clamp(72px, 6vw, 96px);
}

.mb-md {
  margin-bottom: clamp(48px, 4vw, 72px);
}

.mb-sm {
  margin-bottom: 32px;
}

.btn-primary {
  padding: 14px clamp(24px, 4vw, 64px);
  background: linear-gradient(93.34deg, #C8FFEE 0%, #5ED7C0 50.48%, #34C6B1 100%);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  color: #000;
  transition: filter 0.2s ease;
  margin-bottom: 0px;
}
.btn-primary:hover {
  filter: brightness(0.95);
  text-decoration: none;
  text-shadow: none;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:focus:not(:focus-visible) {
  filter: brightness(0.95);
  background-color: linear-gradient(93.34deg, #C8FFEE 0%, #5ED7C0 50.48%, #34C6B1 100%) !important;
}

.btn-secondary {
  padding: 15px clamp(31px, 4vw, 63px);
  border: 1px solid white;
  background: transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  color: white;
  transition: filter 0.2s ease;
  margin-bottom: 0px;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-shadow: none;
}

.btn-secondary-black,
.filter-toggle {
  padding: 15px clamp(31px, 4vw, 63px);
  border: 1px solid #131313;
  background: transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  color: #131313;
  transition: filter 0.2s ease;
  transition: all 0.2s ease;
}
.btn-secondary-black:hover,
.filter-toggle:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-shadow: none;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/fonts/SpaceGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Patrick Hand";
  src: url("../fonts/PlaywriteDESAS-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body,
* {
  font-family: "Space Grotesk", sans-serif !important;
}

header {
  padding: 0px 60px;
  position: fixed;
  top: 44px;
  z-index: 11;
  width: 100%;
  transition: transform 0.45s ease;
}
header.header-hidden {
  transform: translateY(calc(-100% - 60px));
}
@media (max-width: 1024px) {
  header {
    padding: 0px 36px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 0px 12px;
    top: 9px;
  }
}
header .header-inner {
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.15);
  background-color: white;
  max-width: 1430px;
  width: 100%;
  margin: 0px auto;
  border-radius: 999px;
  display: flex;
  justify-content: space-between;
  padding: 12px 12px 12px 16px;
  width: 100%;
}
@media (max-width: 767px) {
  header .header-inner {
    top: 0px;
    border-radius: 0px;
    background-color: transparent;
    padding: 12px 34px;
    box-shadow: none;
  }
}
header .header-inner .header-logo {
  margin: auto 0px;
}
header .header-inner .header-logo a {
  display: block;
  margin-bottom: 0px;
}
header .header-inner .header-logo a img {
  width: clamp(180px, 15vw, 260px);
}
header .header-inner .header-navigation {
  margin: auto 0px;
}
header .header-inner .header-navigation ul {
  display: flex;
  list-style: none;
  gap: 24px;
  padding: 0px;
}
header .header-inner .header-navigation ul li {
  display: block;
}
header .header-inner .header-navigation ul li a {
  display: block;
  text-decoration: none;
  color: #131313;
  margin-bottom: 0px;
}
header .header-inner .header-navigation ul li a:hover {
  text-shadow: 0.4px 0 currentColor, -0.4px 0 currentColor, 0 0.4px currentColor, 0 -0.4px currentColor;
}
header .header-inner .header-navigation ul li.current-menu-item {
  text-shadow: 0 0 0 currentColor;
  text-shadow: 0.4px 0 currentColor, -0.4px 0 currentColor, 0 0.4px currentColor, 0 -0.4px currentColor;
}
@media (max-width: 1199px) {
  header .header-inner .header-navigation ul {
    gap: 12px;
  }
}
header .header-inner .header-actions {
  display: flex;
  gap: 16px;
}
header .header-inner .header-actions a {
  margin-bottom: 0px;
  display: block;
  margin: auto 0px;
}
header .header-inner .header-actions .header-link {
  text-decoration: none;
}
@media (max-width: 1024px) {
  header .header-inner .header-actions a {
    display: none;
  }
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  background: linear-gradient(93.34deg, #C8FFEE 0%, #5ED7C0 50.48%, #34C6B1 100%);
  padding: 0 11px;
}
.menu-toggle span {
  height: 2px;
  background: #000;
  border-radius: 999px;
  transition: 0.3s ease;
  border-radius: 999px;
}
.menu-toggle span:nth-child(1) {
  width: 16px;
}
.menu-toggle span:nth-child(2) {
  width: 19px;
}
.menu-toggle span:nth-child(3) {
  width: 13px;
}

body.menu-open .menu-toggle {
  align-items: center;
}

body.menu-open .menu-toggle span {
  position: absolute;
  width: 18px;
}

body.menu-open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

/* Mobile */
@media (max-width: 1024px) {
  .menu-toggle {
    position: relative;
    z-index: 20;
    pointer-events: auto;
    display: flex !important;
  }
  .menu-toggle:focus {
    outline: none;
  }
}
@media (max-width: 1024px) {
  header.header-mobile-scrolled .header-logo img {
    filter: brightness(0) saturate(100%);
  }
  header.header-mobile-scrolled .header-inner {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-radius: 999px; /* ak chceš zachovať pill look */
  }
}
@media (max-width: 1024px) {
  .menu-open header.header-mobile-scrolled {
    top: 0px;
    padding: 0px;
  }
  header .header-inner .header-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; /* 👈 pridaj */
    width: 100vw;
    height: 100dvh; /* 👈 lepšie pre mobile než 100vh */
    margin: 0; /* 👈 istota */
    border-radius: 0; /* 👈 ak by niečo dedilo */
    background: #fff;
    padding: 90px 20px 40px; /* hore väčší padding kvôli headeru */
    transform: translateX(100%);
    transition: transform 0.4s ease;
    z-index: 9998;
  }
  body.menu-open header .header-inner .header-navigation {
    transform: translateX(0);
  }
  header .header-inner .header-navigation ul {
    flex-direction: column;
  }
  body.menu-open {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  body.kontakt-page header .header-logo a img, body.single-case_studies header .header-logo a img {
    filter: brightness(0) saturate(100%);
  }
}

.hero-banner {
  aspect-ratio: 1872/976;
  border-radius: clamp(28px, 4vw, 40px);
  display: flex;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.hero-banner:not(.no-hp):before {
  content: "";
  background-image: url(../images/v-1.svg);
  max-width: 63%;
  width: 101%;
  height: 117%;
  background-size: contain;
  background-repeat: no-repeat;
  right: -145px;
  top: -79px;
  position: absolute;
}
@media (max-width: 1299px) {
  .hero-banner:not(.no-hp):before {
    max-width: 73%;
  }
}
@media (max-width: 1199px) {
  .hero-banner:not(.no-hp):before {
    max-width: 87%;
  }
}
@media (max-width: 767px) {
  .hero-banner:not(.no-hp):before {
    content: none;
  }
}
@media (max-width: 1299px) {
  .hero-banner {
    aspect-ratio: 1872/1076;
  }
}
@media (max-width: 1199px) {
  .hero-banner {
    aspect-ratio: 1872/1376;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    aspect-ratio: 244/450;
    margin-bottom: 0px !important;
  }
}
.hero-banner .hero-overlay {
  margin-top: auto;
  padding-bottom: clamp(16px, 2vw, 24px);
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-banner .hero-overlay {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1vw, 12px);
    padding-left: 12px;
    padding-right: 12px;
  }
}
.hero-banner .hero-overlay .hero-title {
  max-width: 67%;
}
.hero-banner .hero-overlay .hero-title p {
  font-weight: 500;
  margin-bottom: 0px;
}
.hero-banner .hero-overlay .hero-title p span {
  font-family: "Patrick Hand", sans-serif !important;
}
.hero-banner .hero-overlay .hero-title h1 {
  color: white;
  font-weight: 500;
  margin-bottom: 0px;
}
.hero-banner .hero-overlay .hero-title h1 p span {
  font-size: 32px;
}
@media (max-width: 767px) {
  .hero-banner .hero-overlay .hero-title {
    max-width: 100%;
  }
  .hero-banner .hero-overlay .hero-title h1 p span {
    font-size: 20px;
    line-height: 24px;
  }
}
.hero-banner .hero-overlay .hero-title--no-hp {
  max-width: 550px;
  width: 100%;
}
.hero-banner .hero-overlay .hero-text--no-hp {
  max-width: 550px;
  width: 100%;
  color: white;
}
.hero-banner .hero-overlay .hero-text--no-hp p {
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: normal;
}
@media (max-width: 767px) {
  .hero-banner .hero-overlay .hero-text--no-hp {
    width: 85%;
  }
  .hero-banner .hero-overlay .hero-text--no-hp p {
    font-size: 14px;
  }
}
.hero-banner .hero-overlay .hero-course {
  max-width: 400px;
  width: 100%;
  position: absolute;
  bottom: clamp(18px, 3vw, 32px);
  right: clamp(18px, 3vw, 32px);
  background-color: white;
  padding: clamp(12px, 1.5vw, 16px);
  border-radius: clamp(16px, 2vw, 20px);
}
.hero-banner .hero-overlay .hero-course-label, .hero-banner .hero-overlay .hero-course-date {
  color: rgba(19, 19, 19, 0.4);
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 500;
}
.hero-banner .hero-overlay .hero-course-date {
  font-weight: 400;
  text-transform: none;
  margin-bottom: clamp(8px, 1vw, 12px);
}
.hero-banner .hero-overlay .hero-course .hero-countdown {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .hero-banner .hero-overlay .hero-course {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-overlay .hero-course {
    position: inherit;
    max-width: 100%;
  }
}

.hero-video {
  padding: clamp(8px, 1vw, 12px);
  max-width: 380px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid white;
  border-radius: clamp(16px, 2vw, 20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  margin-bottom: clamp(32px, 4vw, 48px);
}
.hero-video-embed {
  margin-bottom: 16px;
}
.hero-video-embed iframe {
  border-radius: clamp(16px, 2vw, 20px);
  aspect-ratio: 500/283;
  width: 100%;
  height: 100%;
}
.hero-video-text {
  color: white;
  font-weight: 500;
  margin-bottom: 0px !important;
}
@media (max-width: 1199px) {
  .hero-video {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .hero-video {
    display: none;
  }
}

.hero-video-mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero-video-mobile {
    margin-top: clamp(16px, 2vw, 24px);
    max-width: unset;
    display: block;
    background: linear-gradient(93.34deg, #C8FFEE 0%, #5ED7C0 50.48%, #34C6B1 100%);
    border: none;
    margin-bottom: 72px;
  }
  .hero-video-mobile .hero-video-text {
    color: #131313;
  }
}

.video-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}

.video-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.video-lightbox-inner {
  position: relative;
  width: 90%;
  max-width: 1000px;
}

.video-lightbox-content iframe {
  width: 100%;
  height: 560px;
  border-radius: clamp(28px, 4vw, 40px);
}

.video-close {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 32px;
  background: none !important;
  border: 0;
  border-radius: 50%;
  color: white;
  cursor: pointer;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: clamp(16px, 2vw, 20px);
  cursor: pointer;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.video-play:before {
  content: "";
  background-image: url(../images/play.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(50% - 9px);
  top: calc(50% - 15px);
  position: absolute;
}

.hero-banner.no-hp:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0) 60%);
}
.hero-banner.no-hp .hero-overlay {
  margin-top: none;
  margin: auto 0px;
}
@media (max-width: 767px) {
  .hero-banner.no-hp .hero-overlay {
    margin: 0px;
    margin-top: auto;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .hero-banner.no-hp {
    margin-bottom: 50px !important;
    aspect-ratio: 375/564;
    border-radius: 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.results-slider-section .swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc((100vw - 100%) / 2);
}
.results-slider-section .swiper .swiper-wrapper {
  position: relative;
}
.results-slider-section .swiper .swiper-wrapper .result-slide {
  aspect-ratio: 548/700;
  background-size: cover;
  border-radius: clamp(16px, 2vw, 20px);
  padding: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
}
.results-slider-section .swiper .swiper-wrapper .result-slide .slide-content {
  margin-top: auto;
}
.results-slider-section .swiper .swiper-wrapper .result-slide .slide-content .slide-number {
  position: absolute;
  top: clamp(18px, 3vw, 32px);
  right: clamp(18px, 3vw, 32px);
  color: white;
}
.results-slider-section .swiper .swiper-wrapper .result-slide .slide-content h3 {
  color: white;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: clamp(22px, 2.5vw, 32px);
}
.results-slider-section .swiper .swiper-wrapper .result-slide .slide-content p {
  color: white;
  font-size: clamp(16px, 1.4vw, 18px);
}

.slider-controls {
  padding-right: calc((100vw - 100%) / 2);
  margin-top: clamp(32px, 4vw, 48px);
  display: flex;
  gap: clamp(18px, 3vw, 32px);
}
.slider-controls-arrows {
  display: flex;
  gap: 16px;
  height: 44px;
}
.slider-controls-arrows .swiper-button-prev:before {
  transform: rotate(180deg);
}
.slider-controls-arrows .swiper-button-prev,
.slider-controls-arrows .swiper-button-next {
  position: relative;
  top: unset;
  bottom: unset;
  background-color: #F6F4F4;
  border-radius: 50%;
}
.slider-controls-arrows .swiper-button-prev:before,
.slider-controls-arrows .swiper-button-next:before {
  content: "";
  background-image: url(../images/arrow-black.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.slider-controls-arrows .swiper-button-prev .swiper-navigation-icon,
.slider-controls-arrows .swiper-button-next .swiper-navigation-icon {
  display: none;
}
.slider-controls .swiper-progress {
  position: relative;
  border-radius: 999px;
  background-color: rgba(22, 65, 103, 0.1019607843);
  width: 100%;
  height: 4px;
  margin: auto 0px;
}
.slider-controls .swiper-progress .swiper-pagination-progressbar-fill {
  background: #164167;
  border-radius: 100px;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .slider-controls {
    flex-direction: column-reverse;
    gap: 10px;
    padding-right: 12px;
    margin-top: clamp(32px, 4vw, 48px);
  }
  .slider-controls-arrows {
    margin-top: 10px;
    justify-content: flex-end;
  }
  .slider-controls-arrows .swiper-button-prev {
    left: 0px;
  }
  .slider-controls-arrows .swiper-button-prev,
  .slider-controls-arrows .swiper-button-next {
    background-color: #164167;
  }
  .slider-controls-arrows .swiper-button-prev:before,
  .slider-controls-arrows .swiper-button-next:before {
    filter: brightness(0) saturate(100%) invert(1);
  }
  .slider-controls .swiper-progress {
    height: 2px !important;
  }
}

.support-slider-section .container-2 .main-label {
  text-align: left;
}
.support-slider-section .container-2 .main-title {
  max-width: 570px;
  width: 100%;
  text-align: left;
}
.support-slider-section .container-2 .swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc((100vw - 100%) / 2);
}
.support-slider-section .container-2 .swiper .swiper-wrapper .swiper-slide .support-image {
  margin-bottom: clamp(16px, 2vw, 24px);
  width: 100%;
  height: 100%;
}
.support-slider-section .container-2 .swiper .swiper-wrapper .swiper-slide .support-image img {
  border-radius: clamp(18px, 3vw, 28px);
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.support-slider-section .container-2 .swiper .swiper-wrapper .swiper-slide .slide-content p {
  color: rgba(19, 19, 19, 0.6509803922);
}

.results-slider-section {
  position: relative;
}

.results-slider-section .container-2 {
  position: sticky;
  top: 130px;
}

@media (min-width: 1390px) {
  .results-slider-section {
    position: relative;
  }
  .results-slider-section .container-2 {
    position: sticky;
    top: 140px;
  }
}
.for-who-section .for-who-header {
  display: flex;
  column-gap: 100px;
}
.for-who-section .for-who-header .main-label {
  text-align: left;
}
.for-who-section .for-who-header .main-title {
  text-align: left;
}
.for-who-section .for-who-header .for-who-note {
  margin: auto 0px;
  color: rgba(19, 19, 19, 0.6509803922);
}
@media (max-width: 767px) {
  .for-who-section .for-who-header {
    flex-direction: column;
    padding: 0px;
  }
}

.for-who-section {
  position: relative;
}

/* ===== STICKY STACK ===== */
.for-who-stack {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
}
.for-who-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/implant-academy.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

/* ===== HEADER NAD POZADÍM ===== */
.for-who-header {
  position: relative;
  z-index: 3;
}

/* ===== KARTIČKY ===== */
.for-who-card {
  position: absolute;
  aspect-ratio: 477/558;
  max-width: 430px;
  width: 40%;
  opacity: 0;
  transform: translateY(150px) scale(0.85);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
  z-index: 2;
}
.for-who-card-inner {
  height: 100%;
  background-image: url("../images/bg-image-green.png");
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 32px;
  color: white;
  font-size: 28px;
  line-height: normal;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.for-who-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ===== KAŽDÁ DRUHÁ MODRÁ ===== */
.for-who-card:nth-child(even) .for-who-card-inner {
  background-image: url("../images/bg-image-bluee.png");
}

/* ===== DEFAULT (DESKTOP) ===== */
.for-who-mobile-slider {
  display: none !important;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .for-who-stack {
    display: none;
  }
  .for-who-mobile-slider {
    display: block !important;
    margin-top: 40px;
  }
  .for-who-section {
    height: auto !important;
  }
  .for-who-mobile-slide {
    aspect-ratio: 477/558;
  }
  .for-who-mobile-inner {
    height: 100%;
    background-image: url("../images/bg-image-green.png");
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 24px;
    color: white;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
  .for-who-mobile-slide:nth-child(even) .for-who-mobile-inner {
    background-image: url("../images/bg-image-bluee.png");
  }
}
.for-who-mobile-slider .swiper-progress {
  height: 3px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.for-who-mobile-slider {
  /* ZRUŠ default Swiper progress background */
}
.for-who-mobile-slider .swiper-pagination-progressbar {
  background: transparent !important;
}
.for-who-mobile-slider {
  /* iba fill sa má hýbať */
}
.for-who-mobile-slider .swiper-pagination-progressbar-fill {
  background: #164167;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .for-who-mobile-slider .swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: calc((100vw - 100%) / 2);
  }
  .for-who-mobile-slider .slider-controls {
    padding-right: calc((100vw - 100%) / 2);
  }
}
.about-us-block {
  position: relative;
}
.about-us-block .container-2 {
  max-width: 1000px !important;
}
.about-us-block .main-label,
.about-us-block .main-title,
.about-us-block h2 {
  text-align: left;
}
.about-us-block .main-label span,
.about-us-block .main-title span,
.about-us-block h2 span {
  color: #61B9A6;
}
.about-us-block .main-label p {
  font-size: clamp(16px, 1.8vw, 22px);
}
.about-us-block .about-us-text {
  color: rgba(19, 19, 19, 0.6509803922);
  margin-bottom: clamp(32px, 4vw, 48px);
  font-size: clamp(16px, 1.8vw, 22px);
}
.about-us-block .about-deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.1s linear;
}
.about-us-block .about-deco-left {
  background-image: url("../images/bg-1.svg");
  left: 0;
  top: -170px;
  width: 277px;
  height: 280px;
}
.about-us-block .about-deco-right {
  background-image: url("../images/bg-2.svg");
  right: 0;
  bottom: -100px;
  width: 350px;
  height: 350px;
}
@media (max-width: 1399px) {
  .about-us-block .about-deco-left {
    width: 220px;
    height: 250px;
    top: -250px;
  }
  .about-us-block .about-deco-right {
    width: 300px;
    height: 300px;
    bottom: -200px;
  }
}
@media (max-width: 991px) {
  .about-us-block .about-deco {
    display: none;
  }
}

@keyframes floatSoft {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
.academy-switcher {
  border-radius: clamp(28px, 4vw, 40px);
}
.academy-switcher .swiper .swiper-wrapper .academy-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1872/817;
  border-radius: clamp(28px, 4vw, 40px);
  position: relative;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide:before {
  content: "";
  position: absolute;
  border-radius: clamp(28px, 4vw, 40px);
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 70%);
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content {
  height: 100%;
  padding: clamp(18px, 3vw, 32px);
  position: relative;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-title {
  color: white;
  width: 50%;
  margin: 0px auto;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-description {
  max-width: 200px;
  position: absolute;
  left: clamp(18px, 3vw, 32px);
  top: clamp(18px, 3vw, 32px);
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-description p,
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-description strong {
  color: white;
  line-height: normal;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-description h5 {
  color: white;
  margin-bottom: 2px;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-description p {
  margin-bottom: clamp(16px, 2vw, 24px);
  font-weight: 300;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .btn-secondary {
  position: absolute;
  bottom: clamp(18px, 3vw, 32px);
  left: clamp(18px, 3vw, 32px);
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats {
  display: flex;
  gap: clamp(12px, 1.5vw, 16px);
  justify-content: flex-end;
  position: absolute;
  bottom: clamp(18px, 3vw, 32px);
  right: clamp(18px, 3vw, 32px);
  align-items: end;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat {
  aspect-ratio: 252/158;
  background-color: white;
  border-radius: clamp(16px, 2vw, 24px);
  padding: clamp(8px, 1vw, 12px);
  max-width: 180px;
  height: 100%;
  align-items: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: max-width 0.35s ease, aspect-ratio 0.35s ease, background 0.35s ease, padding 0.35s ease;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat .stat-number {
  text-align: center;
  margin-bottom: 10px !important;
  width: 100%;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat .stat-note {
  text-align: center;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: normal;
}
.academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat.active, .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat:hover {
  aspect-ratio: 309/193;
  max-width: 220px;
  background: linear-gradient(93.34deg, #C8FFEE 0%, #5ED7C0 50.48%, #34C6B1 100%);
}
@media (max-width: 1199px) {
  .academy-switcher .swiper .swiper-wrapper .academy-slide {
    aspect-ratio: 344/200;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-title {
    width: 100%;
    margin-bottom: clamp(12px, 1.5vw, 16px);
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-description {
    max-width: unset;
    position: relative;
    left: unset;
    top: unset;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .btn-secondary {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: clamp(16px, 2vw, 24px);
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats {
    width: calc(100% - 2 * clamp(12px, 1.5vw, 16px));
    flex-wrap: wrap;
    left: clamp(12px, 1.5vw, 16px);
    justify-content: flex-end !important;
    left: unset;
    right: clamp(12px, 1.5vw, 16px);
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat {
    width: calc(50% - clamp(12px, 1.5vw, 16px) / 2);
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat.active, .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat:hover {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .academy-switcher .swiper .swiper-wrapper .academy-slide {
    aspect-ratio: 344/300;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats {
    width: 50%;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .academy-switcher .swiper .swiper-wrapper .academy-slide {
    aspect-ratio: 344/470;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats {
    width: 70%;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat {
    max-width: unset !important;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .academy-switcher .swiper .swiper-wrapper .academy-slide {
    aspect-ratio: 344/700;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats {
    width: calc(100% - 2 * clamp(12px, 1.5vw, 16px));
    left: clamp(12px, 1.5vw, 16px);
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat {
    aspect-ratio: 252/165;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat .stat-number {
    margin-bottom: 4px !important;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat.active, .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat:hover {
    aspect-ratio: 252/165;
  }
}
@media (max-width: 400px) {
  .academy-switcher .swiper .swiper-wrapper .academy-slide {
    aspect-ratio: 344/730;
  }
  .academy-switcher .swiper .swiper-wrapper .academy-slide .academy-content .academy-stats .academy-stat .stat-note {
    font-size: 12px;
  }
}

.educational-programs .programs-header {
  display: flex;
  column-gap: 100px;
  margin-bottom: clamp(18px, 3vw, 32px);
}
.educational-programs .programs-header .main-label {
  text-align: left;
}
.educational-programs .programs-header .main-title {
  text-align: left;
  margin-bottom: 0px;
}
.educational-programs .programs-header .header-right {
  margin-top: auto;
  color: rgba(19, 19, 19, 0.6509803922);
}
@media (max-width: 767px) {
  .educational-programs .programs-header {
    flex-direction: column;
    padding: 0px;
  }
}

.educational-programs {
  /* ============================= */
  /* TABS LAYOUT */
  /* ============================= */
}
.educational-programs .programs-tabs {
  display: flex;
  gap: 32px;
}
.educational-programs .programs-tabs .tabs-nav {
  width: calc(30% - 15px);
  display: flex;
  flex-direction: column;
}
.educational-programs .programs-tabs .tabs-nav-note {
  font-size: clamp(16px, 1.4vw, 18px);
  color: #686868;
  text-transform: uppercase;
}
.educational-programs .programs-tabs .tabs-nav .tab-item {
  transition: all 0.3s ease;
  cursor: pointer;
  border-bottom: 1px solid rgba(214, 214, 214, 0.6509803922);
  padding: clamp(16px, 2vw, 24px) 0px;
  color: #888;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.educational-programs .programs-tabs .tabs-nav .tab-item .tab-icon {
  margin-top: 4px;
}
.educational-programs .programs-tabs .tabs-nav .tab-item .tab-text {
  display: flex;
  flex-direction: column;
}
.educational-programs .programs-tabs .tabs-nav .tab-item .tab-text .tab-date {
  font-size: clamp(14px, 1.2vw, 16px);
  color: rgba(19, 19, 19, 0.7490196078);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.educational-programs .programs-tabs .tabs-nav .tab-item.active .tab-text .tab-title h4 {
  color: #131313;
}
.educational-programs .programs-tabs .tabs-nav .tab-item.active .tab-date {
  opacity: 1;
  max-height: 50px;
}
.educational-programs .programs-tabs .tabs-content {
  width: calc(70% - 15px);
  position: relative;
  background-color: #164167;
  border-radius: clamp(18px, 3vw, 28px);
  padding: clamp(4px, 0.5vw, 6px);
}
.educational-programs .programs-tabs .tabs-content .tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}
.educational-programs .programs-tabs .tabs-content .tab-content.active {
  display: block;
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout {
  color: white;
  display: flex;
  gap: clamp(16px, 2vw, 24px);
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .program-image {
  width: 42%;
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .program-image img {
  border-radius: clamp(18px, 3vw, 28px);
  height: 100%;
  object-fit: cover;
  aspect-ratio: 500/550;
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .content-inner {
  width: 58%;
  padding: clamp(12px, 1.5vw, 16px) 0px;
  display: flex;
  flex-direction: column;
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .content-inner .program-learn {
  margin-bottom: clamp(16px, 2vw, 24px);
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .content-inner .program-learn span {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6509803922);
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .content-inner .program-learn ul {
  padding-left: 23px;
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .content-inner .program-learn ul li {
  line-height: normal;
  margin: 0px;
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .content-inner .program-capacity {
  margin-bottom: clamp(16px, 2vw, 24px);
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .content-inner .program-capacity span {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6509803922);
  display: block;
}
.educational-programs .programs-tabs .tabs-content .tab-content .program-layout .content-inner .program-buttons {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 1vw, 12px);
}
@media (max-width: 991px) {
  .educational-programs .programs-tabs {
    display: none;
  }
}
.educational-programs .programs-mobile {
  display: none;
}
@media (max-width: 767px) {
  .educational-programs .programs-mobile {
    display: block;
  }
}
.educational-programs {
  /* ============================= */
  /* LEFT SIDE – NAV */
  /* ============================= */
  /* ============================= */
  /* ANIMATION */
  /* ============================= */
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.programs-mobile {
  display: none;
}

@media (max-width: 991px) {
  .educational-programs .programs-tabs {
    display: none;
  }
  .educational-programs .programs-mobile {
    display: block;
  }
  .educational-programs {
    /* accordion správanie */
  }
  .educational-programs .programs-mobile .tab-content {
    display: none;
    margin-top: 16px;
  }
  .educational-programs .programs-mobile .tab-item.active > .tab-content {
    display: block;
    animation: fadeIn 0.3s ease;
  }
  .educational-programs .programs-mobile .tab-item {
    border-bottom: 1px solid rgba(214, 214, 214, 0.6509803922);
    padding: clamp(16px, 2vw, 24px) 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .educational-programs .programs-mobile .tab-item .tab-icon {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 16px;
  }
  .educational-programs .programs-mobile .program-layout {
    flex-direction: column;
    gap: clamp(12px, 1.5vw, 16px);
  }
  .educational-programs .programs-mobile .program-image,
  .educational-programs .programs-mobile .content-inner {
    width: 100%;
  }
  .educational-programs .programs-mobile .tab-date {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: clamp(14px, 1.2vw, 16px);
    color: rgba(19, 19, 19, 0.7490196078);
  }
  .educational-programs {
    /* zobraziť len keď je tab otvorený */
  }
  .educational-programs .programs-mobile .tab-item.active .tab-date {
    opacity: 1;
    max-height: 50px;
    margin-top: 6px;
  }
  .educational-programs .programs-mobile .tabs-nav-note {
    text-transform: uppercase;
    font-size: clamp(12px, 1.5vw, 16px);
    color: #686868;
  }
  .educational-programs .programs-mobile .tab-text .tab-title h4 {
    padding-right: 20px;
  }
  .educational-programs .programs-mobile .tab-content .program-layout .program-image {
    margin-bottom: clamp(18px, 3vw, 32px);
  }
  .educational-programs .programs-mobile .tab-content .program-layout .program-image img {
    border-radius: clamp(18px, 3vw, 28px);
    aspect-ratio: 340/200;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .educational-programs .programs-mobile .tab-content .program-layout .content-inner .program-learn {
    margin-bottom: clamp(16px, 2vw, 24px);
  }
  .educational-programs .programs-mobile .tab-content .program-layout .content-inner .program-learn span {
    font-size: clamp(14px, 1.2vw, 16px);
    color: rgba(19, 19, 19, 0.6509803922);
  }
  .educational-programs .programs-mobile .tab-content .program-layout .content-inner .program-learn ul {
    padding-left: 23px;
  }
  .educational-programs .programs-mobile .tab-content .program-layout .content-inner .program-learn ul li {
    margin: 0px;
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: normal;
  }
  .educational-programs .programs-mobile .tab-content .program-layout .content-inner .program-capacity {
    font-size: clamp(16px, 1.4vw, 18px);
    line-height: normal;
    margin-bottom: clamp(16px, 2vw, 24px);
  }
  .educational-programs .programs-mobile .tab-content .program-layout .content-inner .program-capacity span {
    font-size: clamp(14px, 1.2vw, 16px);
    color: rgba(19, 19, 19, 0.6509803922);
    display: block;
    margin-bottom: clamp(8px, 1vw, 12px);
  }
  .educational-programs .programs-mobile .tab-content .program-layout .content-inner .program-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(8px, 1vw, 12px);
  }
  .educational-programs .programs-mobile .tab-content .program-layout .content-inner .program-buttons a {
    height: fit-content;
  }
}
/* PLUS / MINUS IKONA */
.tab-icon {
  position: relative;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

/* horizontálna čiara */
.tab-icon::before,
.tab-icon::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  transition: all 0.3s ease;
}

.tab-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* vertikálna čiara */
.tab-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* ACTIVE = MINUS */
.tab-item.active .tab-icon::after {
  opacity: 0;
}

.how-we-works-header {
  max-width: 800px;
  margin-bottom: clamp(48px, 6vw, 64px) !important;
}
@media (max-width: 767px) {
  .how-we-works-header .main-label,
  .how-we-works-header .main-title {
    text-align: left;
  }
}
.how-we-works-scroll {
  position: relative;
  height: 200vh;
}
.how-we-works-scroll .how-we-works-sticky {
  position: sticky;
  top: 200px;
  display: flex;
  gap: clamp(18px, 3vw, 32px);
  align-items: flex-start;
}
.how-we-works-scroll .how-step {
  flex: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}
.how-we-works-scroll .how-step.visible {
  opacity: 1;
  transform: translateY(0);
}
.how-we-works-scroll .how-step-image {
  margin-bottom: clamp(18px, 3vw, 32px);
  aspect-ratio: 515/290;
  width: 100%;
}
.how-we-works-scroll .how-step-image img {
  width: 100%;
  border-radius: clamp(16px, 2vw, 20px);
  display: block;
  height: 100%;
  object-fit: cover;
}
.how-we-works-scroll .how-step p {
  color: rgba(19, 19, 19, 0.6509803922);
}
.how-we-works-scroll .how-step-number {
  width: 32px;
  height: 32px;
  background: #61B9A6;
  color: #fff;
  border-radius: 0px 0px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.2vw, 16px);
  margin-bottom: clamp(18px, 3vw, 32px);
  position: relative;
}

/* PROGRESS LINE */
.how-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 2px;
  z-index: 1;
  background: linear-gradient(to right, #61b9a6 0%, rgba(97, 185, 166, 0) 70%);
}

.how-progress-fill {
  height: 100%;
  width: 0%;
  background: #61B9A6;
  transition: width 0.2s linear;
}

@media (max-width: 767px) {
  .how-we-works-scroll {
    height: auto;
  }
  .how-we-works-sticky {
    flex-direction: column;
    position: relative;
    top: auto;
  }
  .how-we-works-sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px; /* 🔥 10px od kraja */
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #61b9a6 0%, #61b9a6 80%, rgba(97, 185, 166, 0) 100%);
    z-index: 0;
  }
  .how-step {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
    margin-bottom: clamp(32px, 4vw, 48px);
    position: relative;
  }
  .how-step-image {
    padding-left: clamp(32px, 4vw, 48px);
  }
  .how-step-content {
    position: unset;
  }
  .how-step-content .how-step-number {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0px;
    border-radius: 6px;
  }
  .how-step-content h4,
  .how-step-content p {
    padding-left: clamp(32px, 4vw, 48px);
  }
}
.who-is-banner {
  background: linear-gradient(78.28deg, #61B9A6 0%, #164167 100%);
  border-radius: clamp(28px, 4vw, 40px);
  aspect-ratio: 1870/1000;
  height: 100%;
  padding-top: clamp(32px, 4vw, 48px);
}
@media (max-width: 1399px) {
  .who-is-banner {
    aspect-ratio: 1870/1100;
  }
}
@media (max-width: 1099px) {
  .who-is-banner {
    aspect-ratio: 1870/1400;
  }
}
@media (max-width: 991px) {
  .who-is-banner {
    aspect-ratio: auto;
    height: auto;
    padding: clamp(18px, 3vw, 32px);
  }
}
.who-is-banner .who-is-inner {
  display: flex;
  height: 100%;
  position: relative;
}
.who-is-banner .who-is-inner .who-is-left {
  width: 40%;
}
.who-is-banner .who-is-inner .who-is-left .label {
  color: white;
  text-transform: uppercase;
  text-align: left;
  width: fit-content;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .who-is-banner .who-is-inner .who-is-left .label {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.who-is-banner .who-is-inner .who-is-left .main-title {
  text-align: left;
  color: white;
}
.who-is-banner .who-is-inner .who-is-left .who-is-image-mobile {
  display: none;
}
.who-is-banner .who-is-inner .who-is-left .who-is-text {
  margin-bottom: clamp(18px, 3vw, 32px);
}
.who-is-banner .who-is-inner .who-is-left .who-is-text p {
  color: white;
  line-height: normal;
}
.who-is-banner .who-is-inner .who-is-left a {
  position: absolute;
  bottom: clamp(18px, 3vw, 32px);
  left: clamp(18px, 3vw, 32px);
}
.who-is-banner .who-is-inner .who-is-right {
  width: 60%;
}
.who-is-banner .who-is-inner .who-is-right img {
  position: relative;
  left: clamp(28px, 4vw, 40px);
  top: -180px;
  height: calc(100% + 180px);
  object-fit: cover;
  object-position: top;
  width: 100%;
  border-bottom-right-radius: clamp(28px, 4vw, 40px);
}
@media (max-width: 1399px) {
  .who-is-banner .who-is-inner .who-is-left {
    width: 50%;
  }
  .who-is-banner .who-is-inner .who-is-right {
    width: 50%;
  }
}
@media (max-width: 1099px) {
  .who-is-banner .who-is-inner .who-is-left {
    width: 40%;
  }
  .who-is-banner .who-is-inner .who-is-right {
    width: 60%;
  }
}
.who-is-banner .who-is-inner {
  /* ✅ MOBILE LAYOUT */
}
@media (max-width: 991px) {
  .who-is-banner .who-is-inner {
    flex-direction: column;
    height: auto;
  }
  .who-is-banner .who-is-inner .who-is-right {
    display: none;
  }
  .who-is-banner .who-is-inner .who-is-left {
    width: 100%;
  }
  .who-is-banner .who-is-inner .who-is-left .who-is-image-mobile {
    display: block !important;
    margin: 0;
    text-align: center;
    position: relative;
    /* 🔥 ROZPLYNTIE SPODKU OBRÁZKA */
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 65%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 0%, black 65%, transparent 100%);
  }
  .who-is-banner .who-is-inner .who-is-left .who-is-image-mobile img {
    width: 100%;
    height: auto;
  }
  .who-is-banner .who-is-inner .who-is-left .who-is-text {
    margin-top: -60px;
    position: relative;
  }
  .who-is-banner .who-is-inner .who-is-left a {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: clamp(18px, 3vw, 32px);
  }
}

/* =========================================
   TEAM GRID
========================================= */
.team-header {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}

/* =========================================
   TEAM CARD
========================================= */
.team-card {
  min-height: 500px;
  background: transparent;
  border-radius: clamp(18px, 3vw, 28px);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease;
}
.team-card:hover, .team-card.is-active {
  transform: translateY(1px);
}
.team-card:hover .team-image, .team-card.is-active .team-image {
  max-height: 0;
  opacity: 0;
  margin: 0;
}
.team-card:hover .team-hover, .team-card.is-active .team-hover {
  padding: clamp(16px, 2vw, 24px) clamp(8px, 1vw, 12px) 0px clamp(16px, 2vw, 24px);
  border-radius: clamp(18px, 3vw, 28px);
}

/* =========================================
   IMAGE
========================================= */
.team-image {
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
  max-height: 500px;
  padding: clamp(4px, 0.5vw, 6px) clamp(4px, 0.5vw, 6px) 0px clamp(4px, 0.5vw, 6px);
  background-color: #EDF0F3;
}
.team-image img {
  width: 100%;
  display: block;
  aspect-ratio: 390/320;
  height: 100%;
  max-width: unset !important;
  object-fit: cover;
  border-radius: clamp(18px, 3vw, 28px) !important;
}

/* =========================================
   CONTENT
========================================= */
.team-content {
  padding: clamp(12px, 1.5vw, 16px) clamp(12px, 1.5vw, 16px) clamp(12px, 1.5vw, 16px) clamp(12px, 1.5vw, 16px);
  background: #EDF0F3;
  border-bottom-left-radius: clamp(18px, 3vw, 28px);
  border-bottom-right-radius: clamp(18px, 3vw, 28px);
}

.team-badge {
  display: inline-block;
  background: rgba(22, 65, 103, 0.7490196078);
  color: #fff;
  font-size: 18px;
  line-height: 18px !important;
  padding: 4px clamp(16px, 2vw, 24px);
  border-radius: clamp(18px, 3vw, 28px);
  margin-bottom: clamp(8px, 1vw, 12px);
}

.team-name {
  margin-bottom: clamp(4px, 0.5vw, 6px);
}

.team-excerpt {
  font-size: 18px;
  color: rgba(19, 19, 19, 0.6509803922);
}

/* =========================================
   HOVER PANEL
========================================= */
.team-hover {
  position: relative;
  background: #164167;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  padding: 0 clamp(12px, 1.5vw, 16px);
  transform: translateY(40px);
  opacity: 0;
  transition: max-height 0.45s ease, padding 0.3s ease, transform 0.4s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
}
.team-hover .team-block {
  margin-bottom: clamp(12px, 1.5vw, 16px);
}
.team-hover .team-block h5 {
  font-weight: 400 !important;
}
.team-hover .team-block p {
  font-size: clamp(14px, 1.2vw, 16px);
}
.team-hover .team-block-content ul {
  padding-left: 22px;
}
.team-hover .team-block-content ul li {
  font-size: clamp(14px, 1.2vw, 16px);
}
.team-hover .team-block--about {
  padding-bottom: clamp(12px, 1.5vw, 16px);
}
.team-hover .team-block--meta .team-meta-list .team-meta-item {
  display: flex;
  gap: 7px;
  justify-content: space-between;
}
.team-hover .team-block--meta .team-meta-list .team-meta-item .team-meta-label {
  font-size: clamp(14px, 1.2vw, 16px);
}
.team-hover .team-block--meta .team-meta-list .team-meta-item .team-meta-value {
  text-align: right;
  font-size: clamp(14px, 1.2vw, 16px);
}

/* aktivovaný hover */
.team-card:hover {
  background: #EDF0F3;
  justify-content: space-between;
}
.team-card:hover .team-hover {
  max-height: unset;
  transform: translateY(0);
  opacity: 1;
}
.team-card:hover .team-content {
  border-radius: unset;
}

/* =========================================
   SCROLLABLE CONTENT
========================================= */
.team-hover-inner {
  max-height: 320px;
  overflow-y: auto;
  padding-right: clamp(8px, 1vw, 12px);
}

/* scrollbar */
.team-hover-inner::-webkit-scrollbar {
  width: 5px;
}

.team-hover-inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: clamp(8px, 1.5vw, 12px);
}

/* =========================================
   FADE OVERLAY (pevne dole)
========================================= */
.team-hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  pointer-events: none;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(22, 65, 103, 0) 0%, rgba(22, 65, 103, 0.6) 50%, #164167 100%);
  transition: opacity 0.3s ease;
}

/* keď je scroll úplne dole */
.team-hover.is-scrolled-bottom::after {
  opacity: 0;
}

/* =========================================
   DESKTOP / MOBILE
========================================= */
.team-grid-desktop {
  display: grid;
}

@media (min-width: 768px) {
  .team-slider-mobile {
    display: none !important;
  }
}
.team-slider-mobile .team-progress {
  position: relative;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.team-slider-mobile .swiper-pagination-progressbar-fill {
  background: #164167;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .team-grid-desktop {
    display: none;
  }
  .team-slider-mobile {
    display: block;
  }
  .team-slider-mobile .swiper-slide {
    width: auto;
    height: fit-content !important;
  }
  .team-hover {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .team-hover-inner {
    flex: 1;
    overflow-y: auto;
  }
  .team-content .team-badge {
    font-size: 14px;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .team-content .team-excerpt {
    font-size: 16px;
    color: rgba(19, 19, 19, 0.6509803922);
  }
  .team-card {
    justify-content: space-between;
    min-height: unset;
  }
  .team-grid {
    padding-right: 0;
  }
  .team-slider-mobile .swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: calc((100vw - 100%) / 2);
  }
  .team-slider-mobile .slider-controls {
    padding-right: 12px;
  }
}
.partners-block .partners-header {
  display: flex;
  column-gap: 100px;
  margin-bottom: clamp(48px, 6vw, 64px);
}
.partners-block .partners-header-right {
  margin: auto 0px;
}
.partners-block .partners-header .main-label {
  text-align: left;
}
.partners-block .partners-header .main-title {
  text-align: left;
}
@media (max-width: 767px) {
  .partners-block .partners-header {
    flex-direction: column;
    padding: 0px;
  }
}
.partners-block .partners-logos {
  display: flex;
  column-gap: clamp(32px, 4vw, 48px);
}
.partners-block .partners-logos .partners-logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .partners-block .partners-logos {
    flex-wrap: wrap;
    columng-gap: clamp(18px, 3vw, 32px);
    row-gap: clamp(32px, 4vw, 48px);
  }
  .partners-block .partners-logos .partners-logo {
    width: calc(50% - clamp(18px, 3vw, 32px));
  }
}

.ia-komunita-section {
  position: relative;
}
.ia-komunita-section .container {
  margin-bottom: 0px;
}
.ia-komunita-section .ia-header {
  max-width: 830px;
  width: 100%;
}
.ia-komunita-section .ia-header .ia-text {
  text-align: center;
}

.ia-scroll-wrapper {
  position: relative;
}

.ia-stack {
  position: sticky;
  top: 120px;
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.ia-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100% !important;
  max-width: 1200px !important;
  transform: translate(-50%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), width 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, filter 0.35s ease;
  will-change: transform, width;
}
.ia-card.active {
  opacity: 1;
}

.ia-card-inner {
  border-radius: clamp(18px, 3vw, 28px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(32px, 4vw, 48px);
  background: #f2f3f5;
  padding: clamp(18px, 3vw, 32px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  outline: 1px solid rgba(0, 0, 0, 0.04);
}

.ia-icon {
  width: 70px;
  height: 70px;
  background: #6cc1a3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(16px, 2vw, 24px);
}
.ia-icon img {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
}

.ia-card-content {
  width: 40%;
  max-width: 445px;
}

.ia-card-content h4 {
  margin-bottom: 20px;
}

.ia-card-content p {
  color: rgba(19, 19, 19, 0.6509803922);
  line-height: normal;
}

.ia-card-image {
  width: 50%;
}

.ia-card-image img {
  width: 100%;
  border-radius: clamp(18px, 3vw, 32px);
  object-fit: cover;
  aspect-ratio: 600/470;
  height: 100%;
  object-fit: cover;
}

.ia-mobile-list {
  display: none;
}

@media (max-width: 767px) {
  .ia-komunita-section {
    margin-bottom: 70px;
  }
  .ia-header {
    margin-bottom: 40px !important;
  }
  .ia-stack {
    display: none;
  }
  .ia-mobile-list {
    display: block;
    margin-top: 40px;
  }
  .ia-komunita-section {
    height: auto !important;
  }
  .ia-mobile-card {
    background: #EDF0F3;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 24px;
  }
  .ia-mobile-card .ia-mobile-icon {
    width: fit-content;
    border-radius: 50%;
    background: #61B9A6;
    padding: 14px;
    margin-bottom: 12px;
    display: flex;
  }
  .ia-mobile-card .ia-mobile-icon img {
    width: 22px !important;
    height: 22px !important;
  }
  .ia-mobile-card p {
    margin-bottom: clamp(16px, 2vw, 24px);
  }
  .ia-mobile-image img {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 600/470;
    object-fit: cover;
  }
}
.reservation-banner {
  background: linear-gradient(78.28deg, #61B9A6 0%, #164167 100%);
  border-radius: clamp(18px, 3vw, 28px);
  width: calc(100% - 40px) !important;
}
.reservation-banner__overlay {
  border-radius: clamp(18px, 3vw, 28px);
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
  position: relative;
}
.reservation-banner__overlay:before {
  content: "";
  background-image: url(../images/logo-single-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  bottom: clamp(48px, 6vw, 64px);
  left: clamp(48px, 6vw, 64px);
  position: absolute;
}
.reservation-banner__overlay .label {
  text-align: center;
  width: 100%;
  text-align: center;
  color: white;
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .reservation-banner__overlay .label {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.reservation-banner__overlay .main-title {
  margin-left: auto;
  margin-right: auto;
  color: white;
  max-width: 650px;
}
.reservation-banner__overlay .reservation-banner__text {
  color: white;
  text-align: center;
  margin-bottom: clamp(32px, 4vw, 48px);
  font-size: clamp(16px, 1.8vw, 22px);
}
.reservation-banner__overlay .btn-primary {
  display: block;
  width: fit-content;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .reservation-banner {
    width: calc(100% - 30px) !important;
  }
  .reservation-banner__overlay {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 154px !important;
    padding-bottom: 80px !important;
  }
  .reservation-banner__overlay:before {
    top: 80px;
    bottom: unset;
    left: calc(50% - 17px);
  }
}

footer {
  max-width: 1600px !important;
  margin-bottom: 0px !important;
  width: calc(100% - 40px) !important;
}
@media (max-width: 767px) {
  footer {
    width: calc(100% - 30px) !important;
    padding-bottom: 0px !important;
  }
}
footer .footer-inner {
  display: flex;
  margin-top: 0px !important;
  gap: clamp(16px, 2vw, 24px);
}
footer .footer-inner .footer-left {
  padding: clamp(16px, 2vw, 24px);
  width: 37%;
  background: linear-gradient(78.28deg, #61B9A6 0%, #164167 100%);
  border-radius: clamp(16px, 2vw, 20px);
  display: flex;
  flex-direction: column;
}
footer .footer-inner .footer-left .footer-logo img {
  max-width: 240px;
  width: 100%;
  object-fit: contain;
}
footer .footer-inner .footer-left .footer-text {
  margin-top: auto;
  color: white;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: normal;
  margin-bottom: clamp(18px, 3vw, 32px);
}
footer .footer-inner .footer-left .footer-social {
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .footer-left .footer-social p {
  color: white;
  font-size: clamp(16px, 1.4vw, 18px);
  margin: auto 0px;
}
footer .footer-inner .footer-left .footer-social-links {
  display: flex;
  column-gap: 6px;
}
footer .footer-inner .footer-left .footer-social-links a {
  padding: clamp(8px, 1vw, 12px);
  background: #61B9A6;
  border-radius: clamp(8px, 1.5vw, 12px);
}
footer .footer-inner .footer-left .footer-social-links a img {
  width: 22px;
  height: 22px;
}
footer .footer-inner .footer-left .footer-social-links a:hover {
  background: #164167;
}
@media (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    margin-bottom: 48px;
  }
  footer .footer-inner .footer-left .footer-logo img {
    max-width: 150px;
  }
  footer .footer-inner .footer-left .footer-text {
    font-weight: 500;
    max-width: 75%;
  }
  footer .footer-inner .footer-left .footer-social-links a {
    background-color: white;
  }
  footer .footer-inner .footer-left .footer-social-links a img {
    filter: brightness(0);
  }
}
footer .footer-inner .footer-right {
  border-radius: clamp(16px, 2vw, 20px);
  width: 63%;
  background: #EDF0F3;
  padding: clamp(16px, 2vw, 24px);
}
footer .footer-inner .footer-right > .footer-copyright {
  display: none;
}
footer .footer-inner .footer-right .footer-menus {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
}
footer .footer-inner .footer-right .footer-menus .footer-menu {
  max-width: 160px;
  width: 100%;
}
footer .footer-inner .footer-right .footer-menus .footer-menu-title {
  font-size: clamp(16px, 1.8vw, 22px);
  margin-bottom: clamp(16px, 2vw, 24px);
}
footer .footer-inner .footer-right .footer-menus .footer-menu ul {
  list-style: none;
  padding-left: 0px;
}
footer .footer-inner .footer-right .footer-menus .footer-menu ul li a {
  text-decoration: none;
}
footer .footer-inner .footer-right .footer-menus .footer-menu ul li a:hover {
  text-decoration: underline;
}
footer .footer-inner .footer-right .footer-bottom {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
footer .footer-inner .footer-right .footer-bottom .footer-copyright {
  display: flex;
  align-items: flex-end;
  color: rgba(19, 19, 19, 0.6509803922);
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
}
footer .footer-inner .footer-right .footer-bottom .footer-newsletter p {
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 500;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: normal;
  margin-bottom: clamp(16px, 2vw, 24px);
  max-width: 360px;
}
footer .footer-inner .footer-right .footer-bottom .newsletter-form {
  background: white;
  border-radius: 999px;
  padding: 7px;
  display: flex;
}
footer .footer-inner .footer-right .footer-bottom .newsletter-form input {
  border: none;
  border-radius: 999px;
}
footer .footer-inner .footer-right .footer-bottom .newsletter-form input:focus {
  border: none;
  outline: none;
}
footer .footer-inner .footer-right .footer-bottom .newsletter-form button {
  color: #131313;
}
@media (max-width: 991px) {
  footer .footer-inner {
    flex-direction: column;
  }
  footer .footer-inner .footer-left {
    width: 100%;
  }
  footer .footer-inner .footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-inner {
    flex-direction: column;
  }
  footer .footer-inner .footer-right {
    width: 100%;
    display: flex;
    row-gap: clamp(48px, 6vw, 64px);
    flex-direction: column;
    position: relative;
  }
  footer .footer-inner .footer-right:before {
    content: "";
    background-image: url("../images/footer-logo-mobile.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 90px;
    height: 90px;
  }
  footer .footer-inner .footer-right .footer-bottom {
    order: 1;
    flex-direction: column;
  }
  footer .footer-inner .footer-right .footer-bottom .footer-copyright {
    display: none;
  }
  footer .footer-inner .footer-right .footer-bottom .footer-newsletter {
    padding-top: 100px;
  }
  footer .footer-inner .footer-right .footer-bottom .footer-newsletter p {
    font-size: 20px;
    width: 70%;
  }
  footer .footer-inner .footer-right .footer-bottom .footer-newsletter .newsletter-form {
    justify-content: space-between;
    padding: 0px;
    background: transparent;
    flex-direction: column;
    gap: 10px;
  }
  footer .footer-inner .footer-right .footer-bottom .footer-newsletter .newsletter-form a {
    text-align: center;
  }
  footer .footer-inner .footer-right .footer-bottom .footer-newsletter .newsletter-form input {
    font-size: 12px;
  }
  footer .footer-inner .footer-right .footer-copyright {
    order: 2;
    font-size: 12px;
    color: rgba(19, 19, 19, 0.6509803922);
  }
  footer .footer-inner .footer-right .footer-menus {
    order: 2;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .footer-inner .footer-right .footer-menus .footer-menu {
    width: calc(50% - 10px);
  }
  footer .footer-inner .footer-right .footer-menus .footer-menu:last-of-type .footer-menu-list {
    display: flex;
    gap: 20px;
  }
  footer .footer-inner .footer-right > .footer-copyright {
    display: block;
  }
}
footer .footer-academy {
  margin-top: clamp(16px, 2vw, 24px);
}
footer .footer-academy img {
  width: 100%;
}
footer .footer-academy-ia-mobile {
  display: none;
}
@media (max-width: 767px) {
  footer .footer-academy-ia-mobile {
    display: block;
  }
  footer .footer-academy-ia-desktop {
    display: none;
  }
}

.syllabus-section {
  margin-bottom: 0px !important;
}
.syllabus-section .main-title {
  max-width: 600px;
  width: 100%;
  margin: 0px auto clamp(64px, 8vw, 96px) auto;
}

/* ===============================
   TIMELINE
================================ */
.syllabus-timeline {
  position: relative;
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
}
.syllabus-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #61B9A6 0%, rgba(97, 185, 166, 0) 100%);
}
.syllabus-timeline {
  /* 👇 HORNÁ ČIARKA */
}
.syllabus-timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #61B9A6;
}

/* ===============================
   ITEM
================================ */
.syllabus-item {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
  position: relative;
}
.syllabus-item:not(:last-of-type) {
  margin-bottom: clamp(96px, 10vw, 128px);
}

.syllabus-left {
  padding-right: clamp(16px, 2vw, 24px);
}

.syllabus-left img {
  width: 100%;
  border-radius: clamp(18px, 3vw, 28px) !important;
  display: block;
  aspect-ratio: 760/890;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.syllabus-center {
  display: flex;
  justify-content: center;
  position: relative;
}

.syllabus-badge {
  background: #61B9A6;
  color: white;
  font-size: clamp(16px, 1.4vw, 18px);
  text-transform: uppercase;
  font-weight: 500;
  padding: clamp(8px, 1vw, 12px) clamp(12px, 1.5vw, 16px);
  border-radius: 999px;
  position: relative;
  z-index: 2;
}

.syllabus-right {
  padding-left: clamp(16px, 2vw, 24px);
}

.syllabus-date {
  font-size: clamp(16px, 1.8vw, 22px);
  color: #61B9A6;
  font-weight: 500;
  margin-bottom: clamp(12px, 1.5vw, 16px);
  text-transform: uppercase;
}

.syllabus-right p {
  color: rgba(19, 19, 19, 0.6509803922);
  margin-bottom: clamp(32px, 4vw, 48px);
  font-size: clamp(16px, 1.4vw, 18px);
}

/* ===============================
   ACCORDION TAB
================================ */
.syllabus-tab {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

/* jednotlivé položky */
.syllabus-acc-item + .syllabus-acc-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2509803922);
}

.syllabus-acc-toggle {
  width: 100%;
  padding: clamp(12px, 1.5vw, 16px) clamp(16px, 2vw, 24px);
  background: white !important;
  color: #131313 !important;
  border: none;
  cursor: pointer;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s ease;
}
.syllabus-acc-toggle:focus {
  outline: none;
  border: none;
}
.syllabus-acc-toggle span {
  margin-bottom: 0px !important;
}

.syllabus-acc-toggle:hover {
  background: #F7FBFA;
}

/* ikonka */
.acc-icon {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
}

.acc-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #131313;
  border-bottom: 2px solid #131313;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.syllabus-acc-toggle[aria-expanded=true] .acc-icon::before {
  transform: rotate(-135deg);
}

/* obsah */
.syllabus-acc-content {
  padding: 0 24px 20px 24px;
  font-size: 15px;
  color: #555;
  animation: fadeIn 0.2s ease;
}

.syllabus-acc-content p:last-child {
  margin-bottom: 0;
}

.syllabus-acc-content ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.syllabus-acc-content li {
  position: relative;
  padding-left: 35px;
  font-size: clamp(16px, 1.8vw, 22px);
}
.syllabus-acc-content li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 22px;
  height: 22px;
  background-image: url("../images/tick-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* jemná animácia */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .main-title {
    width: 95% !important;
    margin-bottom: clamp(48px, 6vw, 64px) !important;
  }
  .syllabus-timeline {
    padding-top: clamp(48px, 6vw, 64px);
    padding-bottom: 0;
    /* krátka vertikálna čiara hore */
  }
  .syllabus-timeline::before {
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    top: 0;
  }
  .syllabus-timeline {
    /* horizontálna horná čiarka */
  }
  .syllabus-timeline::after {
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
  }
  .syllabus-item {
    grid-template-columns: 1fr;
    padding-left: 0;
    margin-bottom: clamp(48px, 6vw, 64px) !important;
  }
  .syllabus-item button span {
    text-align: left;
  }
  .syllabus-center {
    position: static;
    margin-bottom: clamp(16px, 2vw, 24px);
    justify-content: flex-start;
  }
  .syllabus-center .syllabus-badge {
    border-radius: clamp(16px, 2vw, 20px);
  }
  .syllabus-left {
    padding: 0px;
  }
  .syllabus-left img {
    margin-bottom: 20px;
    aspect-ratio: 1/1;
  }
  .syllabus-right {
    padding-left: 0;
    margin-top: 10px;
  }
}
.syllabus-results-section .main-label {
  text-align: left;
}
.syllabus-results-section .main-title {
  max-width: 600px;
  text-align: left;
}

.syllabus-results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 16px);
}

.syllabus-result-card {
  background: #F1F3F4;
  border-radius: clamp(18px, 3vw, 28px);
  padding: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
}

.result-percent {
  font-size: clamp(40px, 5vw, 65px);
  margin-bottom: clamp(4px, 0.5vw, 6px);
  line-height: normal;
}

.result-text {
  font-size: clamp(16px, 1.4vw, 18px);
  color: rgba(19, 19, 19, 0.6509803922);
  width: 80%;
}

.result-progress-wrapper {
  margin-top: clamp(18px, 3vw, 32px);
}

.result-progress {
  position: relative;
  height: 6px;
  background: #D9D9D9;
  border-radius: 50px;
  overflow: hidden;
}

/* zelená časť */
.result-progress-fill {
  position: relative;
  height: 100%;
  background: #61B9A6;
  border-radius: 50px;
  transition: width 0.6s ease;
}

/* medzera */
.result-progress-fill::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  width: 6px;
  height: 100%;
  background: #F1F3F4;
}

.result-progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5019607843);
  margin-top: 6px;
}
.result-progress-labels span {
  font-size: clamp(16px, 1.4vw, 18px);
  color: rgba(19, 19, 19, 0.6509803922);
}

.result-extra {
  margin-top: clamp(12px, 1.5vw, 16px);
  font-size: clamp(16px, 1.4vw, 18px);
}

.result-highlight {
  color: #61B9A6;
  font-weight: 500;
  font-size: clamp(16px, 1.4vw, 18px);
}

/* ================= MOBILE ================= */
@media (max-width: 992px) {
  .main-title {
    margin-bottom: clamp(16px, 2vw, 24px) !important;
  }
  .result-text {
    width: 100%;
  }
  .result-extra {
    font-size: clamp(14px, 1.2vw, 16px);
  }
  .result-extra .result-highlight {
    font-size: clamp(14px, 1.2vw, 16px);
  }
  .syllabus-results-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================
   COURSE INFO LAYOUT
========================================= */
.course-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 48px);
  align-items: start;
}

/* =========================================
   GALLERY
========================================= */
.course-gallery {
  /* ===== MAIN IMAGE ===== */
}
.course-gallery .course-gallery-main {
  margin-bottom: clamp(8px, 1vw, 12px);
}
.course-gallery .course-gallery-main img {
  width: 100%;
  display: block;
  border-radius: clamp(16px, 2vw, 20px);
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.course-gallery {
  /* ===== THUMBNAILS ===== */
}
.course-gallery .course-gallery-thumbs {
  display: flex;
  gap: clamp(4px, 0.5vw, 6px);
}
.course-gallery .course-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: clamp(8px, 1.5vw, 12px);
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  opacity: 0.7;
  transition: all 0.25s ease;
}
.course-gallery .course-thumb:focus {
  outline: none;
}
.course-gallery .course-thumb img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  display: block;
  border-radius: calc(clamp(8px, 1.5vw, 12px) - 2px);
}
.course-gallery .course-thumb:hover {
  opacity: 1;
}
.course-gallery .course-thumb.is-active {
  opacity: 1;
  border-color: #61B9A6;
}

/* =========================================
   RIGHT CONTENT
========================================= */
.course-info-content .main-label {
  text-align: left;
}
.course-info-content .main-title {
  max-width: 600px;
  text-align: left;
}
.course-info-content .course-info-text p {
  margin-bottom: clamp(16px, 2vw, 24px);
}
.course-info-content .course-info-text p strong {
  font-weight: 500;
}
.course-info-content .course-info-text ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.course-info-content .course-info-text li {
  color: rgba(19, 19, 19, 0.7490196078);
  position: relative;
  padding-left: clamp(18px, 3vw, 32px);
  font-size: clamp(16px, 1.8vw, 22px);
}
.course-info-content .course-info-text li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 22px;
  height: 22px;
  background-image: url("../images/tick-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.course-info-content .course-price {
  font-size: 48px;
  margin-top: clamp(18px, 3vw, 32px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}
.course-info-content .course-price h3 {
  margin-bottom: 0px;
}
.course-info-content .course-price p {
  color: rgba(0, 0, 0, 0.5019607843);
}
.course-info-content .course-price-note {
  margin-top: clamp(8px, 1vw, 12px);
  color: #131313;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
}
.course-info-content .course-cta {
  margin-top: clamp(18px, 3vw, 32px);
  width: 100%;
  text-align: center;
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 992px) {
  .course-price-note {
    text-align: center;
    margin-top: clamp(16px, 2vw, 24px) !important;
  }
  .course-info-text ul li {
    padding-left: 28px !important;
  }
  .course-info-text ul li:before {
    width: 16px !important;
    height: 16px !important;
  }
  .course-info-text ul li {
    font-size: clamp(14px, 1.2vw, 16px) !important;
  }
  .course-info-grid {
    grid-template-columns: 1fr;
  }
  .course-gallery .course-gallery-thumbs {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .course-gallery .course-thumb img {
    width: 70px;
    height: 70px;
  }
}
.faq-section {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.faq-section-title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 500;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
}

.faq-toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit !important;
  outline: none !important;
  width: 100%;
  padding: clamp(16px, 2vw, 24px) 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question {
  font-size: clamp(18px, 1.8vw, 24px);
}

.faq-icon {
  font-size: 28px;
  font-weight: 400;
}

.faq-content {
  padding-bottom: clamp(16px, 2vw, 24px);
  font-size: clamp(16px, 1.4vw, 18px);
  color: #131313;
}
.faq-content p {
  color: #131313;
}

/* MOBILE */
@media (max-width: 992px) {
  .main-label {
    text-align: left !important;
  }
  .main-title {
    text-align: left !important;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .faq-section .faq-question {
    font-size: clamp(14px, 1.2vw, 16px);
  }
  .faq-content p {
    font-size: clamp(14px, 1.2vw, 16px);
  }
  .faq-toggle {
    padding: clamp(16px, 2vw, 24px) 0px;
  }
  .faq-icon {
    line-height: 20px !important;
  }
  .faq-section-title {
    font-size: 22px;
  }
}
/* ===============================
   WHY WAS CREATED
================================ */
.why-created-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 64px);
  align-items: center;
}

/* IMAGE */
.why-created-image img {
  width: 100%;
  display: block;
  border-radius: clamp(18px, 3vw, 28px) !important;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* CONTENT */
.why-created-content .main-label {
  text-align: left;
}
.why-created-content .main-title {
  max-width: 560px;
  margin-bottom: clamp(16px, 2vw, 24px);
  text-align: left;
}

.why-created-text {
  font-size: clamp(16px, 1.4vw, 18px);
  color: #131313;
  max-width: 600px;
  line-height: 1.6;
}

/* ================= MOBILE ================= */
@media (max-width: 992px) {
  .why-created-grid {
    grid-template-columns: 1fr;
    gap: clamp(32px, 4vw, 48px);
  }
  .why-created-image {
    order: 1;
  }
  .why-created-content {
    order: 2;
  }
}
/* =========================================
   MÍĽNIKY
========================================= */
.ia-milniky-section {
  position: relative;
}

.ia-milniky-header {
  text-align: center;
  margin-bottom: 60px;
}
.ia-milniky-header h2 {
  font-size: 40px;
  max-width: 700px;
  margin: 0 auto;
}

/* SWIPER */
.iaMilnikySwiper {
  position: relative !important;
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  padding-left: calc((100vw - 100%) / 2) !important;
}

.slider-controls {
  padding-right: calc((100vw - 100%) / 2);
}

/* SLIDE */
.milnik-slide {
  position: relative;
  display: flex;
  align-items: end;
  gap: 32px;
  padding: 0px 0;
  width: auto;
}

/* ZELENÁ IKONKA */
.milnik-icon {
  position: relative;
  width: 260px;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}

/* CONTENT CARD */
.milnik-content {
  background: #EDF0F3;
  padding: clamp(16px, 2vw, 24px);
  border-radius: clamp(18px, 3vw, 28px);
  max-width: 370px;
  position: relative;
  z-index: 2;
}

.milnik-year {
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  color: #61B9A6;
  margin-bottom: clamp(12px, 1.5vw, 16px);
}

.milnik-title {
  font-size: clamp(20px, 2vw, 28px);
  margin-bottom: clamp(8px, 1vw, 12px);
}

.milnik-text {
  font-size: clamp(16px, 1.4vw, 18px);
  color: #131313;
  line-height: normal;
}

/* IMAGE */
.milnik-image {
  position: relative;
  z-index: 2;
  display: flex;
}
.milnik-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: clamp(18px, 3vw, 28px) !important;
  display: block;
}

/* NAVIGATION */
.milnik-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.milnik-prev,
.milnik-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F1F3F4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.milnik-prev:hover,
.milnik-next:hover {
  background: #61B9A6;
  color: #fff;
}

.iaMilnikySwiper .swiper-slide {
  width: min(1000px, 85vw);
  flex-shrink: 0;
}

/* =========================================
   MOBILE – MÍĽNIKY
========================================= */
@media (max-width: 992px) {
  .iaMilnikySwiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
  }
  .milnik-slide {
    display: flex;
    gap: 16px;
  }
  .milnik-icon {
    width: 70px;
    flex: 0 0 70px;
  }
  .milnik-content {
    flex: 0 0 200px;
  }
  .milnik-image {
    flex: 0 0 180px;
  }
  .milnik-image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#ia-preloader {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/preloader-image.png") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#ia-preloader.hide {
  opacity: 0;
  visibility: hidden;
}

.ia-preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ia-preloader-title {
  display: block;
  max-width: 260px;
  margin-bottom: 20px;
}

.ia-preloader-icon {
  display: block;
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
  animation: rotateLoader 7s ease-in-out infinite;
}

.ia-preloader-percent {
  font-size: 14px;
  opacity: 0.7;
  letter-spacing: 2px;
}

@keyframes rotateLoader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ia-quotation-section {
  max-width: 1100px !important;
}
@media (max-width: 767px) {
  .ia-quotation-section {
    padding: 60px 0;
  }
}
.ia-quotation-section .ia-quotation-text {
  font-size: clamp(32px, 4vw, 52px);
  color: #131313;
}
.ia-quotation-section .ia-quotation-text h2 span {
  color: #61B9A6;
}
.ia-quotation-section .ia-quotation-text strong {
  color: #61B9A6;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ia-quotation-section .ia-quotation-text {
    font-size: 22px;
  }
}
.ia-quotation-section .main-label {
  margin-top: 30px;
  text-align: left;
  font-size: clamp(20px, 2vw, 28px);
}

.clinical-practice {
  margin-top: clamp(32px, 4vw, 48px);
}
.clinical-practice .main-title {
  width: 100%;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.clinical-practice .main-label {
  text-align: center;
  margin-bottom: clamp(12px, 1.5vw, 16px);
}
.clinical-practice {
  /* ================= GRID ================= */
}
.clinical-practice-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(12px, 1.5vw, 16px);
}
@media (max-width: 991px) {
  .clinical-practice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .clinical-practice-grid {
    grid-template-columns: 1fr;
  }
}
.clinical-practice {
  /* ================= CARD ================= */
}
.clinical-practice-card {
  position: relative;
  border-radius: clamp(18px, 3vw, 28px);
  padding: clamp(32px, 4vw, 48px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  /* ----- HORNÉ 3 = ŠTVORCE ----- */
}
.clinical-practice-card:nth-child(-n+3) {
  grid-column: span 2;
  aspect-ratio: 1/1;
}
.clinical-practice-card {
  /* ----- SPODNÉ 2 = ROVNAKÁ VÝŠKA ----- */
}
.clinical-practice-card:nth-child(n+4) {
  grid-column: span 3;
  aspect-ratio: 3/2;
}
.clinical-practice-card .card-number {
  font-size: clamp(40px, 5vw, 65px);
  font-weight: 700;
  color: white;
  text-align: center;
}
.clinical-practice-card .card-text {
  position: absolute;
  bottom: clamp(18px, 3vw, 32px);
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  font-size: clamp(16px, 1.4vw, 18px);
  width: 85%;
  max-width: 360px;
}
.clinical-practice-card.is-green {
  background-image: url("../images/result-bg-green.png");
  background-size: cover;
}
.clinical-practice-card.is-blue {
  background-image: url("../images/result-bg-blue.png");
  background-size: cover;
}

@media (max-width: 767px) {
  .clinical-practice .main-title {
    margin-left: unset;
    margin-right: unset;
  }
  .clinical-practice-grid {
    grid-template-columns: 1fr;
  }
  .clinical-practice-card {
    grid-column: span 1 !important;
    aspect-ratio: 343/233 !important;
    padding: clamp(18px, 3vw, 32px);
  }
  .clinical-practice-card .card-number {
    font-size: 48px;
  }
  .clinical-practice-card .card-text {
    width: 85%;
    max-width: 320px;
    font-size: 14px;
    bottom: clamp(16px, 2vw, 24px);
  }
}
.lecture-activity {
  /* ================= HEADER ================= */
}
.lecture-activity-header {
  display: flex;
  justify-content: space-between;
  gap: clamp(32px, 4vw, 48px);
  margin-bottom: clamp(32px, 4vw, 48px) !important;
}
@media (max-width: 1024px) {
  .lecture-activity-header {
    flex-direction: column;
    gap: clamp(16px, 2vw, 24px);
  }
}
.lecture-activity-header .header-left {
  max-width: 620px;
}
.lecture-activity-header .header-left .main-label {
  text-align: left;
}
.lecture-activity-header .header-left .main-title {
  text-align: left;
  margin-bottom: 0;
}
.lecture-activity-header .header-right {
  max-width: 500px;
  color: #131313;
  line-height: 1.6;
  display: flex;
  align-items: flex-end;
}
.lecture-activity {
  /* ================= SLIDER ================= */
}
.lecture-activity .lecture-activity-slider .swiper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc((100vw - 100%) / 2);
  overflow: hidden;
}
.lecture-activity .lecture-activity-slider .swiper-slide {
  width: 380px;
  display: flex;
}
.lecture-activity {
  /* ================= CARD ================= */
}
.lecture-activity .lecture-card {
  background: #EDF0F3;
  border-radius: clamp(18px, 3vw, 28px);
  padding: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 600px;
  transition: 0.3s ease;
}
.lecture-activity .lecture-card:hover {
  transform: translateY(-4px);
}
.lecture-activity {
  /* ================= YEAR ================= */
}
.lecture-activity .lecture-year {
  font-size: clamp(32px, 4vw, 48px);
  color: #61B9A6;
  margin-bottom: clamp(32px, 4vw, 48px);
  font-weight: 600;
  flex-shrink: 0;
}
.lecture-activity {
  /* ================= CONTENT ================= */
}
.lecture-activity .lecture-content {
  flex: 1;
  overflow-y: auto;
  padding-right: 6px;
  font-size: clamp(14px, 1.2vw, 16px);
  color: #131313;
}
.lecture-activity .lecture-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lecture-activity .lecture-content li {
  position: relative;
  padding-left: 18px;
  margin-bottom: clamp(8px, 1vw, 12px);
}
.lecture-activity .lecture-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #61B9A6;
  border-radius: 50%;
}
.lecture-activity .lecture-content strong {
  color: #61B9A6;
  font-weight: 500;
}
.lecture-activity .lecture-content {
  /* scrollbar */
}
.lecture-activity .lecture-content::-webkit-scrollbar {
  width: 4px;
}
.lecture-activity .lecture-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.lecture-activity {
  /* ================= MOBILE ================= */
}
@media (max-width: 767px) {
  .lecture-activity .lecture-activity-slider .swiper-slide {
    width: 280px;
  }
  .lecture-activity .lecture-card {
    height: 440px;
    padding: clamp(8px, 1vw, 12px) clamp(16px, 2vw, 24px);
    border-radius: clamp(16px, 2vw, 20px);
  }
}

.prax-section {
  position: relative;
  overflow: hidden;
  border-radius: clamp(28px, 4vw, 40px);
}
.prax-section:not(.no-hp):before {
  content: "";
  background-image: url(../images/v-1.svg);
  max-width: 63%;
  width: 55%;
  height: 117%;
  background-size: contain;
  background-repeat: no-repeat;
  right: -145px;
  top: -79px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1299px) {
  .prax-section:not(.no-hp):before {
    max-width: 73%;
  }
}
@media (max-width: 1199px) {
  .prax-section:not(.no-hp):before {
    max-width: 87%;
  }
}
@media (max-width: 767px) {
  .prax-section:not(.no-hp):before {
    content: none;
  }
}
.prax-section .prax-inner {
  position: relative;
  border-radius: clamp(28px, 4vw, 40px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  display: flex;
  align-items: center;
}
.prax-section .prax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.prax-section .prax-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  color: white;
}
.prax-section .prax-content .prax-label {
  color: white;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .prax-section .prax-content .prax-label {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.prax-section .prax-content .main-title {
  text-align: left;
  color: white;
  margin-bottom: clamp(16px, 2vw, 24px);
}
.prax-section .prax-content .prax-text {
  margin-bottom: clamp(18px, 3vw, 32px);
}
@media (max-width: 1024px) {
  .prax-section {
    border-radius: clamp(16px, 2vw, 20px);
  }
  .prax-section .prax-inner {
    border-radius: clamp(16px, 2vw, 20px);
    padding: clamp(16px, 2vw, 24px);
    min-height: 600px;
    align-items: flex-end;
  }
  .prax-section .prax-content {
    max-width: 100%;
  }
}

.kontakt-section {
  padding: 150px 0 0px 0px;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .kontakt-section {
    padding: 80px 0 0px 0px;
  }
}
.kontakt-section .kontakt-inner {
  max-width: 800px;
  margin: 0 auto;
}
.kontakt-section .main-title {
  margin-bottom: clamp(16px, 2vw, 24px);
  text-align: center;
}
@media (max-width: 767px) {
  .kontakt-section .main-title {
    text-align: center !important;
  }
}
.kontakt-section .kontakt-text {
  margin-bottom: clamp(32px, 4vw, 48px);
  color: #131313;
  text-align: center;
}
@media (max-width: 767px) {
  .kontakt-section .kontakt-text {
    font-size: clamp(16px, 1.4vw, 18px);
  }
}
.kontakt-section .kontakt-form {
  margin-top: clamp(18px, 3vw, 32px);
}

.tt-form .form-row {
  margin-bottom: 20px;
}
.tt-form .form-row.submit-section {
  margin-bottom: 0px !important;
}
.tt-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 18px);
}
.tt-form {
  /* ================= INPUTS ================= */
}
.tt-form input,
.tt-form select,
.tt-form textarea {
  width: 100%;
  border: 1px solid transparent !important;
  background: #EDF0F3;
  border-radius: clamp(8px, 1.5vw, 12px) !important;
  padding: 16px 20px !important;
  font-size: clamp(16px, 1.4vw, 18px);
  outline: none;
  color: #131313 !important;
  transition: all 0.2s ease;
}
.tt-form input:focus,
.tt-form select:focus,
.tt-form textarea:focus {
  border-color: #164167 !important;
  background: white;
  outline: none !important;
}
.tt-form input::placeholder,
.tt-form select::placeholder,
.tt-form textarea::placeholder {
  font-size: clamp(16px, 1.4vw, 18px);
  color: rgba(0, 0, 0, 0.5);
}
.tt-form textarea {
  min-height: 140px;
  resize: none;
}
.tt-form {
  /* ================= 2 COLUMN ROW ================= */
}
.tt-form .form-row-2 {
  display: flex;
  gap: 20px;
}
.tt-form .form-row-2 > div {
  flex: 1;
}
.tt-form {
  /* ================= CHECKBOX ================= */
}
.tt-form .form-checkbox .wpcf7-list-item {
  margin: 0;
  display: block;
}
.tt-form .form-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 0;
}
.tt-form .form-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #164167;
  cursor: pointer;
}
.tt-form .form-checkbox .wpcf7-list-item-label {
  font-size: clamp(16px, 1.4vw, 18px);
}
.tt-form {
  /* ================= SUBMIT ================= */
}
.tt-form .btn-submit {
  padding: 14px clamp(24px, 4vw, 64px);
  background: linear-gradient(93.34deg, #C8FFEE 0%, #5ED7C0 50.48%, #34C6B1 100%);
  border-radius: 999px !important;
  font-weight: 500;
  display: inline-block;
  color: #000;
  transition: filter 0.2s ease;
  margin-bottom: 0px;
  border: none;
  cursor: pointer;
}
.tt-form .btn-submit:hover {
  filter: brightness(0.95);
}
.tt-form .btn-submit:active, .tt-form .btn-submit:focus {
  filter: brightness(0.95);
  outline: none !important;
}
.tt-form {
  /* ================= CF7 ERROR STATES ================= */
}
.tt-form .wpcf7-not-valid {
  border-color: #DC2626 !important;
}
.tt-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #DC2626;
  margin-top: 6px;
}
.tt-form .wpcf7-response-output {
  margin-top: 20px;
  border-radius: 12px;
  padding: 12px 16px;
}
.tt-form .form-checkbox .wpcf7-list-item {
  margin: 0;
}
.tt-form .form-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
}
.tt-form .form-checkbox {
  /* 🔥 skryjeme default checkbox */
}
.tt-form .form-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.tt-form .form-checkbox {
  /* 🔥 custom box */
}
.tt-form .form-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.tt-form .form-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  background: white;
  transition: all 0.2s ease;
}
.tt-form .form-checkbox {
  /* 🔥 checkmark */
}
.tt-form .form-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 8px;
  height: 4px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.2s ease;
}
.tt-form .form-checkbox {
  /* 🔥 keď je zaškrtnuté */
}
.tt-form .form-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #164167;
  border-color: #164167;
}
.tt-form .form-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  transform: rotate(-45deg) scale(1);
}
.tt-form .form-checkbox {
  /* 🔥 hover efekt */
}
.tt-form .form-checkbox label:hover .wpcf7-list-item-label::before {
  border-color: #164167;
}
.tt-form {
  /* ================= MOBILE ================= */
}
@media (max-width: 767px) {
  .tt-form .form-row-2 {
    flex-direction: column;
  }
}

.wpcf7-response-output {
  margin-top: 0px !important;
}

.info-text-section .info-text-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(48px, 6vw, 64px);
}
.info-text-section .info-text-left {
  max-width: 420px;
}
.info-text-section .info-text-left .main-label {
  text-align: left;
  margin-bottom: clamp(8px, 1vw, 12px);
}
.info-text-section .info-text-left .main-title {
  text-align: left;
  margin-bottom: 0;
}
.info-text-section .info-text-right {
  max-width: 1000px;
  color: rgba(19, 19, 19, 0.6509803922);
}
@media (max-width: 1024px) {
  .info-text-section .info-text-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(18px, 3vw, 32px);
  }
  .info-text-section .info-text-left,
  .info-text-section .info-text-right {
    max-width: 100%;
  }
}

.alumni-section {
  margin-bottom: clamp(16px, 2vw, 24px);
}
.alumni-section .main-label,
.alumni-section .main-title {
  text-align: left;
}
.alumni-section .main-text {
  margin-bottom: clamp(18px, 3vw, 32px);
}

/* GRID LAYOUT */
.alumni-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 80px;
  align-items: start;
}

/* LEFT NAV */
.alumni-nav {
  position: sticky;
  top: 140px;
  height: fit-content;
}

.alumni-year {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: 500;
  margin-bottom: clamp(12px, 1.5vw, 16px);
  text-decoration: none;
  font-size: clamp(16px, 1.8vw, 22px);
  transition: all 0.25s ease;
}

.alumni-year:hover {
  color: #111;
}

.alumni-year.active {
  color: #111;
  font-weight: 500;
  padding-left: 35px;
}

.alumni-year.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 25px;
  height: 2.5px;
  background: #69c5b6;
}

/* RIGHT CONTENT */
.alumni-content {
  padding-right: 20px;
}

/* YEAR SECTION */
.alumni-year-section {
  margin-bottom: 80px;
}

.alumni-year-section h3 {
  font-size: clamp(20px, 2vw, 28px);
}

/* ITEM */
.alumni-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  padding: clamp(16px, 2vw, 24px) 0;
}

/* ACCORDION */
.alumni-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.alumni-name {
  font-weight: 500;
  font-size: clamp(16px, 1.8vw, 22px);
}

.alumni-text {
  margin-top: 12px;
  color: #777;
  width: calc(100% - 40px);
  font-size: clamp(16px, 1.4vw, 18px);
  display: none;
}

/* TOGGLE ICON */
.alumni-toggle {
  width: 12px;
  height: 12px;
  position: relative;
  flex-shrink: 0;
}

.alumni-toggle:before,
.alumni-toggle:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5019607843);
  transition: transform 0.3s ease;
}

.alumni-toggle:before {
  width: 12px;
  height: 2px;
  top: 5px;
  left: 0;
}

.alumni-toggle:after {
  width: 2px;
  height: 12px;
  left: 5px;
  top: 0;
}

.alumni-item.active .alumni-toggle:after {
  transform: scaleY(0);
}

/* MOBILE */
@media (max-width: 768px) {
  .alumni-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  /* NAVIGATION */
  .alumni-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 14px 16px;
    margin: 0 -16px;
    background: #fff;
  }
  .alumni-nav::-webkit-scrollbar {
    display: none;
  }
  /* YEAR BUTTON */
  .alumni-year {
    margin: 0;
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: clamp(16px, 1.4vw, 18px);
    color: rgba(0, 0, 0, 0.5019607843);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
  }
  /* ACTIVE */
  .alumni-year.active {
    color: #111;
    border-color: #dcdcdc;
    background: #fff;
  }
  /* GREEN INDICATOR */
  .alumni-year.active:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #69c5b6;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
  }
  /* REMOVE DESKTOP OFFSET */
  .alumni-year.active {
    padding-left: 18px;
  }
  /* CONTENT */
  .alumni-content {
    padding-right: 0;
  }
  .alumni-year-section {
    scroll-margin-top: 90px;
  }
}
.hero-banner-case {
  aspect-ratio: 1870/700;
}
@media (max-width: 767px) {
  .hero-banner-case {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .hero-banner.hero-banner-case.container.no-hp {
    margin-bottom: 0px !important;
  }
}

/* ================================= */
/* LAYOUT */
/* ================================= */
.case-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: start;
}

.case-studies-archive {
  margin-top: 0px !important;
  border-top-left-radius: clamp(16px, 2vw, 20px);
  border-top-right-radius: clamp(16px, 2vw, 20px);
}
@media (max-width: 767px) {
  .case-studies-archive {
    padding-left: 12px;
    padding-right: 12px;
  }
  .case-studies-archive .container {
    margin-bottom: 20px;
  }
}

/* ================================= */
/* MOBILE FILTER BUTTON */
/* ================================= */
.case-filter-mobile-btn {
  display: none;
  margin-bottom: 25px;
}
.case-filter-mobile-btn .filter-toggle {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
  background-color: transparent !important;
  color: #131313 !important;
  font-size: 14px !important;
  padding: 16px 24px !important;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
}
.case-filter-mobile-btn .filter-toggle img {
  width: 16px;
  height: auto;
}

/* ================================= */
/* FILTER SIDEBAR */
/* ================================= */
.case-filter {
  position: sticky;
  top: 120px;
  max-width: 260px;
}
.case-filter h3 {
  font-size: clamp(22px, 2.5vw, 32px);
}

/* ================================= */
/* FILTER HEADER (mobile) */
/* ================================= */
.case-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(18px, 3vw, 32px);
}

.filter-close {
  position: relative;
  padding: 0px;
  border: none;
  margin-bottom: 20px;
}
.filter-close:before {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  top: -9px;
  left: -13px;
}
.filter-close {
  background: white !important;
  font-size: 16px;
  cursor: pointer;
  color: black !important;
}
@media (min-width: 768px) {
  .filter-close {
    display: none;
  }
}

/* ================================= */
/* FILTER GROUPS */
/* ================================= */
.filter-group {
  margin-bottom: 35px;
}
.filter-group h4 {
  font-size: clamp(16px, 1.4vw, 18px);
  margin-bottom: clamp(16px, 2vw, 24px);
  padding-bottom: clamp(12px, 1.5vw, 16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-group h4::after {
  content: "−";
  font-size: 18px;
  color: #666;
}
.filter-group label {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 16px);
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 18px);
  margin-bottom: clamp(12px, 1.5vw, 16px);
  cursor: pointer;
}
.filter-group label:hover {
  color: #61B9A6;
}
.filter-group input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.filter-group input[type=checkbox]:focus {
  outline: none;
}
.filter-group input[type=checkbox]:checked {
  background: #61B9A6;
  border-color: #61B9A6;
}
.filter-group input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ================================= */
/* FILTER FOOTER (mobile) */
/* ================================= */
.case-filter-footer {
  margin-top: clamp(32px, 4vw, 48px);
  display: flex;
  justify-content: center;
}
.case-filter-footer .filter-apply {
  font-size: 14px !important;
  color: #131313 !important;
}
@media (min-width: 768px) {
  .case-filter-footer {
    display: none;
  }
}

/* ================================= */
/* FILTER OVERLAY */
/* ================================= */
.case-filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 10000;
}
.case-filter-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* ================================= */
/* CASE STUDIES GRID */
/* ================================= */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.5vw, 16px);
}

/* ================================= */
/* CASE CARD */
/* ================================= */
.case-study-card {
  background: #F3F4F6;
  border-radius: 20px;
  padding: clamp(8px, 1vw, 12px);
  transition: 0.25s;
}
.case-study-card a {
  text-decoration: none;
}
.case-study-card:hover {
  transform: translateY(-4px);
}
.case-study-card:hover .case-arrow {
  transform: translateX(4px);
}

/* ================================= */
/* IMAGES */
/* ================================= */
.case-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(8px, 1vw, 12px);
  margin-bottom: clamp(32px, 4vw, 48px);
}

.case-img {
  position: relative;
}
.case-img img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
.case-img:first-of-type img {
  border-top-left-radius: clamp(8px, 1.5vw, 12px);
  border-bottom-left-radius: clamp(8px, 1.5vw, 12px);
}
.case-img:last-of-type img {
  border-top-right-radius: clamp(8px, 1.5vw, 12px);
  border-bottom-right-radius: clamp(8px, 1.5vw, 12px);
}

/* IMAGE LABEL */
.case-img-label {
  font-size: clamp(14px, 1.2vw, 16px);
  color: rgba(19, 19, 19, 0.6509803922);
  font-weight: 500;
  padding-left: clamp(12px, 1.5vw, 16px);
}

/* ================================= */
/* TAGS */
/* ================================= */
.case-meta {
  display: flex;
  gap: clamp(8px, 1vw, 12px);
  margin-bottom: clamp(12px, 1.5vw, 16px);
  padding-left: clamp(12px, 1.5vw, 16px);
}

.case-tag {
  background: #50718D;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 999px;
}

/* ================================= */
/* TEXT CONTENT */
/* ================================= */
.case-title {
  font-size: clamp(22px, 2.5vw, 32px);
  margin-bottom: clamp(8px, 1vw, 12px);
  padding-left: clamp(12px, 1.5vw, 16px);
}

.case-desc {
  font-size: clamp(16px, 1.4vw, 18px);
  color: #131313;
  margin-bottom: clamp(12px, 1.5vw, 16px);
  padding-left: clamp(12px, 1.5vw, 16px);
}

/* ================================= */
/* LINK */
/* ================================= */
.case-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 600;
}

.case-arrow {
  width: 8px;
  height: auto;
  transition: 0.25s;
}

/* ================================= */
/* RESPONSIVE */
/* ================================= */
@media (max-width: 1024px) {
  .case-studies-archive {
    padding-top: 16px;
    border-top-left-radius: clamp(16px, 2vw, 20px);
    border-top-right-radius: clamp(16px, 2vw, 20px);
    margin-top: -20px !important;
    position: relative;
    background-color: white;
  }
  .case-link {
    justify-content: flex-start;
    padding-left: clamp(12px, 1.5vw, 16px);
  }
  .case-layout {
    grid-template-columns: 1fr;
  }
  .case-filter-mobile-btn {
    display: block;
  }
  .case-filter {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    max-width: 380px;
    height: 100vh;
    background: white;
    z-index: 10001;
    padding: clamp(18px, 3vw, 32px);
    overflow: auto;
    transition: 0.35s;
  }
  .case-filter.active {
    left: 0;
  }
  .case-studies-grid {
    grid-template-columns: 1fr;
  }
}
.single-case_studies {
  padding-top: clamp(96px, 10vw, 128px);
  /* ===============================
  CONTAINER
  =============================== */
  /* ===============================
  HEADER
  =============================== */
}
.single-case_studies .case-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.single-case_studies .case-header h1 {
  font-size: clamp(32px, 4vw, 52px);
  max-width: 600px;
}
.single-case_studies .case-meta {
  display: flex;
  gap: 40px;
  font-size: 14px;
  color: #666;
  text-align: right;
}
.single-case_studies .case-meta span {
  display: block;
  font-size: clamp(14px, 1.2vw, 16px);
  color: rgba(19, 19, 19, 0.6509803922);
  font-weight: 500;
  margin-bottom: 3px;
}
.single-case_studies .case-meta p {
  font-size: clamp(14px, 1.2vw, 16px);
  color: #131313;
}
.single-case_studies {
  /* ===============================
  LAYOUT
  =============================== */
}
.single-case_studies .case-layout {
  display: grid;
  grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  gap: clamp(18px, 3vw, 32px);
  align-items: start;
  margin-bottom: clamp(64px, 8vw, 96px);
}
.single-case_studies {
  /* ===============================
  GALLERY
  =============================== */
}
.single-case_studies .case-gallery {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}
.single-case_studies .case-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.single-case_studies .case-pair figure {
  margin: 0;
}
.single-case_studies .case-pair img {
  width: 100%;
  display: block;
}
.single-case_studies {
  /* border radius iba na vonkajších rohoch */
}
.single-case_studies .case-pair figure:first-of-type figcaption {
  text-align: left;
  padding-left: 10px;
}
.single-case_studies .case-pair figure:last-of-type figcaption {
  text-align: right;
  padding-right: 10px;
}
.single-case_studies .case-pair figure:first-child img {
  border-radius: clamp(18px, 3vw, 28px) 0 0 clamp(18px, 3vw, 28px);
}
.single-case_studies .case-pair figure:last-child img {
  border-radius: 0 clamp(18px, 3vw, 28px) clamp(18px, 3vw, 28px) 0;
}
.single-case_studies .case-pair figcaption {
  font-size: clamp(14px, 1.2vw, 16px);
  margin-top: clamp(8px, 1vw, 12px);
  color: rgba(19, 19, 19, 0.6509803922);
  font-weight: 500;
  margin-bottom: 0;
}
.single-case_studies {
  /* ===============================
  RIGHT CONTENT
  =============================== */
}
.single-case_studies .case-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}
.single-case_studies {
  /* section layout */
}
.single-case_studies .case-content section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.single-case_studies {
  /* headings */
}
.single-case_studies .case-content h3 {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  margin: 0;
}
.single-case_studies {
  /* text */
}
.single-case_studies .case-content p {
  font-size: clamp(16px, 1.4vw, 18px);
  margin-bottom: clamp(8px, 1vw, 12px);
  color: rgba(19, 19, 19, 0.6509803922);
}
.single-case_studies .case-content p strong {
  color: #131313;
  font-weight: 500;
}
.single-case_studies .case-content ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(19, 19, 19, 0.6509803922);
}
.single-case_studies .case-content ul li {
  font-size: clamp(16px, 1.4vw, 18px);
}
.single-case_studies {
  /* ===============================
  TIMELINE
  =============================== */
}
.single-case_studies .case-content section.course-of-treatment ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: timeline;
  position: relative;
}
.single-case_studies {
  /* vertical line */
}
.single-case_studies .case-content section.course-of-treatment ul::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #61B9A6;
}
.single-case_studies .case-content section.course-of-treatment li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  counter-increment: timeline;
}
.single-case_studies {
  /* numbered circles */
}
.single-case_studies .case-content section.course-of-treatment li::before {
  content: counter(timeline);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #61B9A6;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 2;
}
.single-case_studies .case-content section.course-of-treatment li:last-child {
  margin-bottom: 0;
}
.single-case_studies {
  /* ===============================
  GREY BOX
  =============================== */
}
.single-case_studies .gray-container {
  background: #EDF0F3;
  padding: clamp(16px, 2vw, 24px);
  border-radius: clamp(16px, 2vw, 20px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(8px, 1vw, 12px);
}
.single-case_studies {
  /* ===============================
  RESPONSIVE
  =============================== */
}
@media (max-width: 1099px) {
  .single-case_studies {
    padding-top: clamp(96px, 10vw, 128px);
  }
  .single-case_studies .case-header {
    flex-direction: column;
    margin-bottom: clamp(16px, 2vw, 24px);
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-case_studies .case-layout {
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 1fr;
  }
  .single-case_studies .case-content section {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .single-case_studies .case-meta {
    text-align: left;
    padding: 0px;
  }
}

#main.site-main {
  padding-top: 23px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 767px) {
  #main.site-main {
    padding-top: 6px !important;
  }
}

#primary.site-main {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

body * {
  line-height: normal !important;
}

.site a:focus img {
  outline: none !important;
}

.site a:focus-visible img {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
  max-width: unset !important;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 120px auto;
}
@media (max-width: 767px) {
  .container {
    margin-bottom: 50px;
  }
}

.container-2 {
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(18px, 3vw, 32px);
  padding-right: clamp(18px, 3vw, 32px);
}
@media (max-width: 767px) {
  .container-2 {
    padding: 0px;
  }
}

.main-label {
  background: linear-gradient(78.28deg, #61B9A6 0%, #164167 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
  width: fit-cotnent;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .main-label {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.main-title {
  text-align: center;
}

@media (max-width: 767px) {
  body:not(.home) #main {
    padding-top: 0px !important;
  }
  body:not(.home) header {
    padding: 0px;
  }
  body:not(.home) header.header-mobile-scrolled {
    padding-left: 12px;
    padding-right: 12px;
  }
  body:not(.home) header.header-mobile-scrolled .header-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
}

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