/****** PLACE YOUR CUSTOM STYLES HERE ******/

/* -------------------------------------------------------------------------- */
/* SECTION 01 — GLOBAL / SHARED STYLES                                        */
/* -------------------------------------------------------------------------- */

.image-logo {
  max-height: 80px;
}

strong {
  font-weight: 600;
}

@media (min-width: 992px) {
  .col-md-6 {
    width: 70%;
  }
}

.habit-hero-banner-text strong {
  color: #f0541f !important; /* tvoja oranžová */
}

/* -------------------------------------------------------------------------- */
/* SECTION 02 — HERO                                                          */
/* -------------------------------------------------------------------------- */

.background-image-holder.homepage-hero {
  background-position: center 100% !important;
}

.hero-mobile {
  display: none;
}

@media (max-width: 767px) {
  .hero-desktop {
    display: none;
  }

  .hero-mobile {
    display: block;
    position: relative;
    min-height: 250px;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 03 — HOMEPAGE INTRO SECTION                                        */
/* -------------------------------------------------------------------------- */

.homepage-intro-card {
  padding: 64px 72px;
}

.homepage-title {
  margin-bottom: -6px;
}

.homepage-intro-card h2 {
  margin-top: 0;
  margin-bottom: 28px;
  color: #f0541f;
}

.homepage-lead {
  margin-bottom: 28px;
}

.homepage-title,
.homepage-highlight-box .highlight-label {
  color: #f0541f;
}

.homepage-lead,
.homepage-intro-card p,
.homepage-highlight-box p {
  color: #301a0d;
}

.homepage-highlight-box {
  padding: 0;
  margin-top: 36px;
  background: transparent;
}

.highlight-item {
  margin-bottom: 24px;
}

.highlight-item p {
  margin-bottom: 0;
}

.homepage-intro-card .faq-title {
  margin-bottom: 6px;
}

.homepage-cta-group .btn {
  margin-top: 10px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .homepage-intro-card {
    padding: 32px 24px;
  }

  /* Mobile paragraph size aligned to homepage-classes-intro */
  .homepage-intro-card p,
  .homepage-lead,
  .homepage-highlight-box p {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 04 — HOMEPAGE NEWS / IMAGE BETWEEN SECTIONS                        */
/* -------------------------------------------------------------------------- */

.homepage-news-image-below {
  margin-top: 40px;
}

.homepage-news-section {
  padding-top: 0;
  padding-bottom: 0;
}

.homepage-news-bg {
  background: #cfcffc;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

.homepage-news-card {
  position: relative;
  z-index: 3;
  padding: 64px 72px;
}

.homepage-news-image {
  position: relative;
  z-index: 1;
  min-height: 340px;
}

.homepage-news-image .background-image-holder {
  opacity: 1 !important;
}

.homepage-news-item {
  margin-bottom: 10px;
}

.section-heading-wrap {
  margin-bottom: 28px;
}

.homepage-news-title {
  color: #cfcffc;
}

.homepage-news-detail {
  color: #fff;
}

@media (max-width: 767px) {
  .homepage-news-bg {
    padding: 48px 0 50px;
  }

  .homepage-news-card {
    padding: 32px 24px;
  }

  .homepage-news-image {
    min-height: 280px;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 05 — HOMEPAGE WHY SECTION                                          */
/* -------------------------------------------------------------------------- */

.homepage-why-section .homepage-eyebrow,
.homepage-why-section .homepage-section-title,
.homepage-why-section .feature-card h3,
.homepage-why-section .feature-number {
  color: #f0541f;
}

.homepage-why-section .homepage-section-intro,
.homepage-why-section .feature-card p {
  color: #301a0d;
}

@media (max-width: 767px) {
  .homepage-why-section .homepage-section-intro,
  .homepage-why-section .feature-card p {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 06 — HOMEPAGE CLASSES SECTION                                      */
/* -------------------------------------------------------------------------- */

.homepage-classes-section {
  background: #cfcffc;
}

.homepage-classes-layout {
  display: flex;
  align-items: flex-start;
}

.homepage-classes-section .homepage-section-title {
  color: #f0541f;
  margin-bottom: 28px;
}

.homepage-classes-intro {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #301a0d;
  margin-bottom: 32px;
}

.homepage-classes-section .homepage-cta-group .btn {
  margin-top: 0;
}

.homepage-classes-section .cta-simple .btn {
  background: #f0541f;
  color: #cfcffc;
}

.homepage-classes-section .cta-simple .btn:hover {
  background: #fff;
  color: #f0541f;
}

.homepage-classes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 620px;
  margin-left: 80px;
  gap: 0;
  transform: scale(0.88);
  transform-origin: top left;
}

.homepage-class-box,
.homepage-class-box:visited,
.homepage-class-box:hover,
.homepage-class-box:focus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 16px 14px 14px;
  border: 6px solid #f0541f;
  border-radius: 26px;
  text-decoration: none;
  margin: -6px 0 0 -6px;
}

.homepage-class-box:nth-child(2),
.homepage-class-box:nth-child(5) {
  transform: translateX(-6px);
}

.homepage-class-box:nth-child(3),
.homepage-class-box:nth-child(6) {
  transform: translateX(-12px);
}

.homepage-class-box-white {
  background: #fff;
}

.homepage-class-box-lila {
  background: #cfcffc;
}

.homepage-class-day {
  display: block;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #f0541f;
}

.homepage-class-box-title {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 22px;
  line-height: 1.02;
  color: #f0541f;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .homepage-classes-layout {
    display: block;
  }

  .homepage-classes-grid {
    margin-left: 0;
    margin-top: 40px;
  }

  .homepage-class-box-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .homepage-classes-layout {
    display: block;
  }

  .homepage-classes-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 32px;
    gap: 0;
    transform: scale(0.9);
    transform-origin: top left;
  }

  .homepage-class-box:nth-child(2),
  .homepage-class-box:nth-child(5),
  .homepage-class-box:nth-child(3),
  .homepage-class-box:nth-child(6) {
    transform: none;
  }

  .homepage-class-box,
  .homepage-class-box:visited,
  .homepage-class-box:hover,
  .homepage-class-box:focus {
    border-width: 4px;
    border-radius: 22px;
    padding: 18px 14px 14px;
    margin: -4px 0 0 -4px;
    transform: none;
  }

  .homepage-class-day {
    font-size: 16px;
  }

  .homepage-class-box-title {
    font-size: 22px;
    line-height: 1.02;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 07 — HOMEPAGE BENEFITS SECTION                                     */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .homepage-benefits-section .homepage-section-intro,
  .homepage-benefits-section .benefit-card p {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 08 — FULL-WIDTH IMAGE BEFORE SCHEDULE                              */
/* -------------------------------------------------------------------------- */

.homepage-schedule-image {
  position: relative;
  min-height: 460px;
}

.homepage-schedule-image .background-image-holder {
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .homepage-schedule-image {
    min-height: 280px;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 09 — HOMEPAGE SCHEDULE SECTION                                     */
/* -------------------------------------------------------------------------- */

.homepage-schedule-section {
  background: #fff;
  padding-bottom: 40px;
}

.homepage-schedule-layout {
  display: flex;
  align-items: flex-start;
}

.homepage-schedule-left {
  padding-right: 56px;
}

.homepage-schedule-title {
  font-family: 'Ufficio Display', sans-serif;
  color: #f0541f;
  margin-bottom: 28px;
}

.homepage-schedule-lead {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #301a0d;
  margin-bottom: 32px;
}

.schedule-highlight-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.schedule-highlight-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cfcffc;
  color: #301a0d;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.schedule-cta .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.homepage-schedule-right {
  display: block;
  margin-bottom: 0;
}

.schedule-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: 760px;
}

.schedule-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  aspect-ratio: 1 / 1;
  background: #fff;
  min-width: 0;
  overflow: hidden;
  padding: 24px 22px 24px;
  border: 5px solid #f0541f;
  border-radius: 24px;
  margin: -6px 0 0 -6px;
}

.schedule-card-title {
  display: block;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 20px;
  line-height: 1.02;
  color: #301a0d;
  margin: 0;
  max-width: 82%;
  overflow-wrap: break-word;
}

.schedule-card p {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #301a0d;
  margin: auto 0 0;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .homepage-schedule-layout {
    display: block;
  }

  .homepage-schedule-left {
    padding-right: 0;
    margin-bottom: 36px;
  }

  .schedule-card {
    aspect-ratio: 1 / 1;
    min-height: 280px;
  }
}

@media (max-width: 767px) {
  .homepage-schedule-section .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .homepage-schedule-left {
    padding-right: 24px;
  }

  .homepage-schedule-title {
    margin-bottom: 20px;
  }

  .homepage-schedule-lead {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .schedule-highlight-box {
    gap: 10px;
    margin-bottom: 28px;
  }

  .schedule-highlight-item {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 6px;
  }

  .schedule-cards-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .schedule-card {
    min-height: auto;
    aspect-ratio: auto;
    padding: 20px 18px 18px;
    border-width: 4px;
    border-radius: 16px;
    margin: -4px 0 0;
  }

  .schedule-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .schedule-card p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 10 — HOMEPAGE WHO WE ARE SECTION                                   */
/* -------------------------------------------------------------------------- */

.homepage-whoweare-section {
  background: #cfcffc;
  overflow: hidden;
}

.homepage-whoweare-layout {
  display: flex;
  align-items: flex-start;
}

.homepage-whoweare-left {
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

.homepage-whoweare-right {
  position: relative;
  min-height: 520px;
}

.homepage-whoweare-section .homepage-eyebrow,
.homepage-whoweare-section .homepage-section-title,
.whoweare-card-title {
  color: #f0541f;
}

.homepage-whoweare-section .homepage-section-title {
  margin-bottom: 34px;
  max-width: 760px;
}

.homepage-whoweare-text {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #301a0d;
  max-width: 820px;
  margin-bottom: 26px;
}

.homepage-whoweare-info {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  max-width: 980px;
}

.homepage-whoweare-col {
  flex: 1 1 0;
  min-width: 0;
}

.whoweare-card-title {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 18px;
}

.whoweare-list {
  padding-left: 18px;
  list-style: disc;
  margin-bottom: 26px;
}

.whoweare-list li {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #301a0d;
  margin-bottom: 4px;
}

.whoweare-shape-image {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  margin-top: 6px;
  background-image: url('/img/prekoho3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.homepage-whoweare-section .cta-simple .btn {
    background: #f0541f;
    color: #cfcffc;
  }

.homepage-whoweare-section .cta-simple .btn:hover {
    background: #fff;
    color: #f0541f;
  }

@media (max-width: 1199px) {
  .homepage-whoweare-info {
    gap: 36px;
  }

  .whoweare-card-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .homepage-whoweare-layout {
    display: block;
  }

  .homepage-whoweare-left {
    padding-right: 0;
  }

  .homepage-whoweare-text {
    margin-bottom: 40px;
  }

  .homepage-whoweare-info {
    gap: 28px;
  }

  .homepage-whoweare-right {
    min-height: auto;
    margin-top: 36px;
  }

  .whoweare-shape-image {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .homepage-whoweare-section .homepage-section-title {
    margin-bottom: 24px;
  }

  .homepage-whoweare-text {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .homepage-whoweare-info {
    display: block;
  }

  .homepage-whoweare-col + .homepage-whoweare-col {
    margin-top: 28px;
  }

  .whoweare-card-title {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .whoweare-list li {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 6px;
  }

  .whoweare-shape-image {
    max-width: 300px;
    margin-top: 28px;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 11 — FINAL CTA SECTION                                             */
/* -------------------------------------------------------------------------- */

.homepage-final-cta-section {
  background: #f0541f;
  text-align: center;
}

.final-cta-eyebrow {
  display: inline-block;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #cfcffc;
  margin-bottom: 6px;
}

.final-cta-title {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 40px;
  line-height: 1.05;
  color: #cfcffc;
  margin-bottom: 18px;
}

.final-cta-text {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #cfcffc;
  max-width: 760px;
  margin: 0 auto 40px;
}

.final-cta-btn {
  background: #cfcffc;
  color: #f0541f;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 16px;
  border: 1px solid #cfcffc;
  border-radius: 8px;
}

.final-cta-btn:hover {
  background: #fff;
  color: #f0541f;
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .homepage-final-cta-section {
    padding: 80px 0;
  }

  .final-cta-title {
    font-size: 42px;
  }

  .final-cta-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .homepage-final-cta-section {
    padding: 64px 0;
  }

  .final-cta-title {
    font-size: 32px;
  }

  .final-cta-text {
    font-size: 17px;
  }

  .final-cta-btn {
    width: 100%;
    text-align: center;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 12 — DETAIL PAGE HERO OVERRIDES                                    */
/* -------------------------------------------------------------------------- */

.background-image-holder.bodysculpt-hero,
.background-image-holder.energyflow-hero,
.background-image-holder.flexibilita-hero,
.background-image-holder.fyzio-hero,
.background-image-holder.jin-hero,
.background-image-holder.zaciatocnici-hero,
.background-image-holder.popraci-hero,
.background-image-holder.zdravychrbat-hero,
.background-image-holder.prekazdeho-hero,
.background-image-holder.posilnovanie-hero,
.background-image-holder.power-hero {
  background-position: center center !important;
}

@media (max-width: 767px) {
  .background-image-holder.bodysculpt-hero { background-position: center 15% !important; }
  .background-image-holder.energyflow-hero { background-position: center 15% !important; }
  .background-image-holder.flexibilita-hero { background-position: center 30% !important; }
  .background-image-holder.fyzio-hero { background-position: center 35% !important; }
  .background-image-holder.jin-hero { background-position: center 30% !important; }
  .background-image-holder.zaciatocnici-hero { background-position: center 20% !important; }
  .background-image-holder.popraci-hero { background-position: center 20% !important; }
  .background-image-holder.zdravychrbat-hero { background-position: center 30% !important; }
  .background-image-holder.prekazdeho-hero { background-position: center 20% !important; }
  .background-image-holder.posilnovanie-hero { background-position: center 30% !important; }
  .background-image-holder.power-hero { background-position: center 65% !important; }
}

/* -------------------------------------------------------------------------- */
/* SECTION 13 — NAVIGATION / MOBILE NAV UTILITY                               */
/* -------------------------------------------------------------------------- */

.nav-utility {
  overflow: hidden;
}

.nav-utility .left {
  text-align: left;
}

.nav-utility .right {
  text-align: right;
}

.nav-utility .social-list {
  margin-bottom: 0;
}

.nav-utility .social-list li {
  margin-left: 12px;
}

.nav-utility .social-list li:first-child {
  margin-left: 0;
}

@media (max-width: 991px) {
  .nav-bar .col-xs-12.col-sm-12.col-md-3 {
    position: relative;
    z-index: 20;
  }

  .nav-bar .col-xs-12.col-sm-12.col-md-3 a {
    position: relative;
    z-index: 21;
    display: inline-block;
    pointer-events: auto;
  }

  .mobile-toggle {
    z-index: 10;
  }

  .nav-utility {
    height: auto !important;
    line-height: normal !important;
    padding: 12px 16px !important;
    padding-right: 70px !important;
    overflow: visible !important;
  }

  .nav-utility .module,
  .nav-utility .module-group {
    float: none !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .nav-utility .left,
  .nav-utility .right {
    text-align: left !important;
  }

  .nav-utility .list-inline.sub {
    display: block;
    padding: 0;
    margin: 0;
  }

  .nav-utility .list-inline.sub li {
    display: block;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .nav-utility .list-inline.sub li i {
    display: none !important;
  }

  .nav-utility .list-inline.sub li:first-child {
    margin-bottom: 6px;
  }

  .nav-utility .list-inline.sub li:nth-child(2),
  .nav-utility .list-inline.sub li:nth-child(3) {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
  }

  .nav-utility .list-inline.sub li span {
    display: inline !important;
    white-space: normal;
    word-break: break-word;
  }

  .nav-utility .list-inline.sub li:first-child span,
  .nav-utility .list-inline.sub li:nth-child(2) span,
  .nav-utility .list-inline.sub li:nth-child(3) span {
    font-size: 12px !important;
  }

  .nav-utility .social-list {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .nav-utility .social-list li {
    display: inline-block;
    margin-left: 0;
    margin-right: 2px;
  }

  .nav-utility .social-list li:last-child {
    margin-right: 0;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 14 — FOOTER                                                        */
/* -------------------------------------------------------------------------- */

.footer-2 .row {
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.footer-2 .col-sm-6 {
  width: 50%;
  float: none !important;
}

.footer-2 .col-sm-6:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-2 .row {
    padding: 0 16px;
  }

  .footer-2 .col-sm-6:first-child span {
    font-size: 12px;
    white-space: nowrap;
  }

  .footer-2 .col-sm-6:last-child a {
    font-size: 12px;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 15 — CONTACT BOX                                                   */
/* -------------------------------------------------------------------------- */

.contact-box {
  padding-left: 30px;
  padding-right: 30px;
}

.contact-title {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 20px;
  color: #cfcffc;
  margin-bottom: 6px;
}

.contact-text {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 16px;
  color: #cfcffc;
  margin-bottom: 12px;
  line-height: 1.5;
}

.contact-title:not(:first-child) {
  margin-top: 12px;
}

.contact-link,
.contact-link:visited {
  color: #fff !important;
  text-decoration: none;
}

.contact-link:hover,
.contact-link:focus,
.contact-link:active {
  color: #f0541f !important;
}

.contact-link {
  -webkit-tap-highlight-color: rgba(240, 84, 31, 0.2);
}

/* -------------------------------------------------------------------------- */
/* SECTION 16 — FAQ / CENNÍK / GENERIC TEXT BLOCKS                            */
/* -------------------------------------------------------------------------- */

table td,
table td span {
  color: #f0541f;
}

.table td,
.table td span {
  font-family: 'Ufficio Display', sans-serif;
  color: #f0541f;
}

.cennik-mini {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #301a0d;
}

.cennik-heading {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #301a0d;
  margin-bottom: 16px;
}

.faq-item {
  margin-bottom: 32px;
  line-height: 1;
}

.faq-title {
  display: block;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1;
  color: #f0541f;
  margin-bottom: 8px;
}

.faq-detail {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #301a0d;
}

.faq-detail,
.cennik-mini {
  display: inline;
}

.faq-subtitle {
	font-family: 'Ufficio Display', sans-serif;
	display: block;
	font-size: 34px;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
  .faq-title {
    font-size: 18px;
    line-height: 1.25;
  }
  
  .faq-subtitle {
  	font-size: 14px;
  }

  .faq-detail {
    font-size: 15px;
    line-height: 1.6;
  }

  .cennik-mini {
    font-size: 12px;
    line-height: 1;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 17 — NEWS ROW HELPERS                                              */
/* -------------------------------------------------------------------------- */

@media (min-width: 992px) {
  .news-item {
    display: flex;
    align-items: flex-start;
  }

  .news-item > [class*='col-'] {
    float: none;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 18 — CLASSES TABLE                                                 */
/* -------------------------------------------------------------------------- */

.classes-table {
  border-collapse: collapse !important;
  background: transparent;
}

.classes-table > thead > tr > th,
.classes-table > tbody > tr > td {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.classes-table > thead > tr > th {
  background: transparent !important;
  color: #f0541f;
  font-family: 'Ufficio Display', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #f0541f !important;
  padding: 16px 20px;
}

.classes-table > tbody > tr > td {
  background: transparent !important;
  color: #301a0d;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  padding: 16px 20px;
  vertical-align: middle;
}

.classes-table > tbody > tr {
  cursor: pointer;
  transition: all 0.2s ease;
}

.classes-table > tbody > tr:hover > td {
  background: #cfcffc !important;
  color: #f0541f !important;
}

.classes-table th,
.classes-table td {
  text-align: left;
}

@media (max-width: 767px) {
  .table-responsive {
    overflow-x: visible !important;
    border: 0 !important;
  }

  .classes-table {
    width: 100%;
    table-layout: fixed;
  }

  .classes-table > thead > tr > th,
  .classes-table > tbody > tr > td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .classes-table > thead > tr > th {
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 8px;
  }

  .classes-table > tbody > tr > td {
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 8px;
  }

  .classes-table > thead > tr > th:first-child,
  .classes-table > tbody > tr > td:first-child {
    width: 68%;
  }

  .classes-table > thead > tr > th:last-child,
  .classes-table > tbody > tr > td:last-child {
    width: 32%;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 19 — CLASS DETAIL PAGES                                            */
/* -------------------------------------------------------------------------- */

.class-page-detail {
  color: #301a0d;
}

.class-page-title {
  font-family: 'Ufficio Display', sans-serif;
  text-transform: uppercase;
  color: #f0541f;
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.class-page-lead {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.class-page-description {
  margin-bottom: 32px;
}

.class-page-description p {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.class-page-section-title {
  font-family: 'Ufficio Display', sans-serif;
  color: #f0541f;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.class-page-benefits {
  margin-bottom: 32px;
}

.class-page-benefits .bullets {
  list-style: disc outside;
  padding-left: 18px;
  margin-bottom: 0;
}

.class-page-benefits .bullets li,
.class-page-benefits .bullets li span {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.class-page-benefits .bullets li {
  margin-bottom: 8px;
}

.class-page-benefits .bullets li span {
  display: inline;
  margin-left: 0;
}

.class-page-meta-simple {
  text-align: left;
  margin-bottom: 32px;
}

.class-page-meta-line {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #301a0d;
  margin-bottom: 20px;
}

.class-page-meta-line:last-child {
  margin-bottom: 32px;
}

.class-page-related-minimal {
  font-family: 'Ufficio Sans', sans-serif;
  margin-top: 24px;
  font-size: 16px;
  color: #301a0d;
}

.class-page-related-minimal .related-label {
  font-family: 'Ufficio Display', sans-serif;
  margin-right: 6px;
  color: #f0541f
}

.class-page-related-minimal a {
  color: #301a0d;
  text-decoration: underline;
  margin-right: 10px;
}

.class-page-related-minimal a:hover {
  color: #f0541f
}


/* -------------------------------------------------------------------------- */
/* SECTION 20 — SHARED CTA BUTTONS                                            */
/* -------------------------------------------------------------------------- */

.cta-simple .btn {
  background: #f0541f;
  color: #fff;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 16px;
  border: 1px solid #f0541f;
  border-radius: 8px;
}

.cta-simple .btn:hover {
  background: #cfcffc;
  color: #f0541f;
  border: 1px solid #cfcffc;
}

.btn-mobile {
  display: none;
}

@media (max-width: 767px) {
  .btn-desktop {
    display: none;
  }

  .btn-mobile {
    display: inline;
  }

  .class-page-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    line-height: 1.2 !important;
    padding: 14px 18px !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    margin-right: 0 !important;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 21 — INŠTRUKTORI                                                    */
/* -------------------------------------------------------------------------- */

.instruktori .bg-white {
  padding-left: 60px;
  padding-right: 60px;
}

/* -------------------------------------------------------------------------- */
/* SECTION 22 — CLASSES PAGE GRID                                             */
/* -------------------------------------------------------------------------- */


.classes-grid-section {
  background: #cfcffc;
  padding-top: 72px;
  padding-bottom: 72px;
}

.page-title + .contained-page {
	margin-top: 0;
}

.classes-grid-outer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.classes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.classes-grid-box,
.classes-grid-box:visited,
.classes-grid-box:hover,
.classes-grid-box:focus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1 / 1;
  min-height: 250px;
  padding: 20px 18px 18px;
  border: 6px solid #f0541f;
  border-radius: 28px;
  text-decoration: none;
  margin: -6px 0 0 -6px;
}

.classes-grid-box-white {
  background: #fff;
}

.classes-grid-box-lila {
  background: #cfcffc;
}

.classes-grid-day {
  display: block;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 16px;
  line-height: 1.15;
  color: #301a0d;
}

.classes-grid-title {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 28px;
  line-height: 1.02;
  color: #301a0d;
  margin: 0;
  max-width: 88%;
}

.classes-grid-intensity {
  display: block;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #301a0d;
}

.classes-grid-box,
.classes-grid-box:visited,
.classes-grid-box:hover,
.classes-grid-box:focus {
  position: relative;
  cursor: pointer;
}

.classes-grid-box * {
  cursor: pointer;
}

.classes-grid-box-empty {
  pointer-events: none;
}

@media (max-width: 1199px) {
  .classes-grid-outer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .classes-grid-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .classes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .classes-grid-box,
  .classes-grid-box:visited,
  .classes-grid-box:hover,
  .classes-grid-box:focus {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .classes-grid-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .classes-grid-outer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .classes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .classes-grid-box,
  .classes-grid-box:visited,
  .classes-grid-box:hover,
  .classes-grid-box:focus {
    min-height: auto;
    border-width: 4px;
    border-radius: 22px;
    padding: 18px 14px 14px;
    margin: -4px 0 0 -4px;
  }

  .classes-grid-day {
    font-size: 14px;
  }

  .classes-grid-title {
    font-size: 22px;
    max-width: 100%;
  }

  .classes-grid-intensity {
    font-size: 15px;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION 23 — INDIVIDUAL CLASSES TOP BREADCRUMB LINKS                       */
/* -------------------------------------------------------------------------- */


.class-top-links {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.7;
}

.class-top-links a {
  color: #301a0d;
  text-decoration: underline;
  margin-right: 12px;
  white-space: nowrap;
  opacity: 0.82;
}

.class-top-links a:hover {
  color: #f0541f;
  opacity: 1;
}

.class-top-links a.active {
  color: #f0541f;
  text-decoration: none;
  font-weight: 600;
  opacity: 1;
}

@media (max-width: 767px) {
  .class-top-links {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .class-top-links a {
    margin-right: 10px;
  }
}

/* -------------------------------------------------------------------------- */
/* SECTION — O NAS                                                            */
/* -------------------------------------------------------------------------- */


.about-habit-section {
  padding: 72px 0;
}

.about-habit-section-lila {
  background: #cfcffc;
}

.about-habit-section-white {
  background: #fff;
}

.about-habit-split {
  display: flex;
  align-items: center;
}

.about-habit-copy-left {
  padding-right: 56px;
}

.about-habit-copy-right {
  padding-left: 30px;
}

.about-habit-title {
  color: #f0541f;
  margin-bottom: 28px;
}

.about-habit-title-small-gap {
  margin-top: 42px;
}

.about-habit-copy p,
.about-habit-copy-wide p,
.about-habit-final-card p {
  color: #301a0d;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.about-habit-visual {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  margin-left: auto;
  overflow: hidden;
  border-radius: 26px;
}

.about-habit-visual-left {
  margin-left: 0;
}

.about-habit-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-habit-inline-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 28px;
}

.about-habit-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cfcffc;
  color: #301a0d;
  border-radius: 8px;
  padding: 10px 14px;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.about-habit-section-lila .about-habit-note {
  background: #fff;
}

.about-habit-plain-list {
  margin: 8px 0 26px;
}

.about-habit-plain-list div {
  color: #301a0d;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.about-habit-copy-wide {
  padding-right: 32px;
}

.about-habit-bottom-layout {
  display: flex;
  align-items: flex-start;
}

.about-habit-inline-notes-bottom {
  margin-top: 4px;
}

.about-habit-final-card-wrap {
  padding-left: 42px;
}

.about-habit-final-card {
  background: #fff;
  padding: 46px 44px;
  border-radius: 26px;
}

.about-habit-final-card h3 {
  color: #f0541f;
  margin-top: 0;
  margin-bottom: 24px;
}

.about-habit-cta {
  margin-top: 34px;
}

.about-habit-cta .btn {
  margin-top: 0;
  margin-right: 10px;
}

@media (max-width: 991px) {

  .about-habit-split,
  .about-habit-bottom-layout {
    display: block;
  }

  .about-habit-copy-left,
  .about-habit-copy-right,
  .about-habit-final-card-wrap {
    padding-right: 0;
    padding-left: 0;
  }

  .about-habit-visual,
  .about-habit-visual-left {
    margin: 36px auto 0;
  }

  .about-habit-copy-wide {
    padding-right: 0;
  }

  .about-habit-final-card {
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .about-habit-section {
    padding: 56px 0;
  }

  .about-habit-title,
  .about-habit-final-card h3 {
    margin-bottom: 20px;
  }

  .about-habit-copy p,
  .about-habit-copy-wide p,
  .about-habit-final-card p,
  .about-habit-plain-list div {
    font-size: 18px;
    line-height: 1.6;
  }

  .about-habit-visual {
    max-width: 320px;
    border-radius: 18px;
  }

  .about-habit-inline-notes {
    gap: 10px;
  }

  .about-habit-note {
    font-size: 12px;
    padding: 8px 12px;
  }

  .about-habit-final-card {
    padding: 32px 24px;
  }

  .about-habit-cta .btn {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .about-habit-copy,
  .about-habit-copy-wide,
  .about-habit-final-card-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  
  .about-habit-visual-wrap {
    margin-bottom: 24px;
  }
  
  .about-habit-cta {
    margin-top: 0;
  }
  
  .about-habit-cta .btn {
    margin-top: 21px;
    display: inline-block;
  }
}

/* -------------------------------------------------------------------------- */
/* HERO BANNER SLIDER — DESKTOP                                             */
/* -------------------------------------------------------------------------- */

.habit-hero-banner-section {
  padding: 0;
}

.habit-hero-slider,
.habit-hero-slider .slides,
.habit-hero-slider .slides li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.habit-hero-slider .slides li {
  position: relative;
  height: 480px; /* toto prepíše theme.css 480px */
}

.habit-hero-banner-wrap,
.habit-hero-banner-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.habit-hero-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.habit-hero-banner-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.habit-hero-banner-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 0 24px;
}

.habit-hero-banner-card {
  width: 100%;
  max-width: 720px;
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 14px;
}

/* TYPO */
.habit-hero-banner-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #f0541f;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.habit-hero-banner-title {
  margin: 0 0 18px;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 26px;
  line-height: 1.02;
  color: #f0541f;
}

.habit-hero-banner-text {
  margin: 0 0 28px;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #301a0d;
}

.habit-hero-banner-btn {
  display: inline-block;
  margin-top: 4px;
  padding: 12px 28px;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  background: #f0541f;
  color: #fff;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.habit-hero-banner-btn:hover,
.habit-hero-banner-btn:focus {
  background: #cfcffc;
  color: #f0541f;
}

.habit-hero-slider .flex-control-nav {
  bottom: 20px;
}

.habit-hero-slider .flex-control-nav li a {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: none;
  opacity: 1;
}

.habit-hero-slider .flex-control-nav li a.flex-active {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  opacity: 1;
}

.habit-hero-slider .flex-control-nav li a:hover {
  background: #fff;
  border-color: #fff;
}

.habit-hero-slider .flex-direction-nav a {
  width: 60px;
  height: 60px;
  opacity: 1; /* aby boli stále viditeľné */
}

.habit-hero-slider .flex-direction-nav a:before {
  font-family: 'Ufficio Display', sans-serif;
  content: '→'; /* tenká šípka */
  font-size: 30px;
  color: #fff;
}

.habit-hero-slider .flex-direction-nav a.flex-prev:before {
  content: '←';
}

/* -------------------------------------------------------------------------- */
/* HERO BANNER SLIDER — MOBILE                                                */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {

  .habit-hero-slider .slides li {
    height: 420px;
  }

  .habit-hero-banner-inner {
    padding: 0 16px;
  }

  .habit-hero-banner-card {
    width: 100%;
    max-width: 100%;
    padding: 20px 30px 20px;
    border-radius: 14px;
  }

  .habit-hero-banner-kicker {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .habit-hero-banner-title {
    font-size: 22px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .habit-hero-banner-text {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .habit-hero-banner-btn {
    font-size: 14px;
    padding: 10px 18px;
    margin-top: 18px;
  }

  .habit-hero-slider .flex-control-nav {
      display: none !important;
    }

    .habit-hero-slider .flex-direction-nav {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 55px;
      z-index: 10;
    }

    .habit-hero-slider .flex-direction-nav .flex-prev {
      left: calc(50% - 40px);
      right: auto;
      top: auto;
      margin: 0;
    }

    .habit-hero-slider .flex-direction-nav .flex-next {
      right: calc(50% - 40px);
      left: auto;
      top: auto;
      margin: 0;
    }
}

/* -------------------------------------------------------------------------- */
/* HERO IMAGE - JEDNOTNA VYSKA                                                */
/* -------------------------------------------------------------------------- */


	.page-title {
	  position: relative;
	  overflow: hidden;
	}

	.page-title-inner {
	  min-height: 280px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  position: relative;
	  z-index: 2;
	}

	.page-title h1,
	.page-title h2 {
	  margin-top: 0 !important;
	}

	.page-title h1:last-child,
	.page-title h2:last-child {
	  margin-bottom: 0 !important;
	}
	
	.page-title-inner h1,
	.page-title-inner h2 {
	  display: block;
	}

	@media (max-width: 767px) {
	  .page-title-inner {
	    min-height: 180px;
	  }
	  
	  h1, h1.large, .h1 {
	    font-size: 28px;
	}
}


/* -------------------------------------------------------------------------- */
/* PRENAJOM PAGE                                                              */
/* -------------------------------------------------------------------------- */

.hero-title-mobile {
  display: none;
}

.prenajom-landing-page {
  background: #cfcffc;
}

.prenajom-landing-page .homepage-news-image {
  min-height: 420px;
}

.prenajom-landing-hero-desktop {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.prenajom-landing-hero-image,
.prenajom-landing-hero-image .background-image {
  min-height: 78vh;
}

.prenajom-landing-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(33, 26, 31, 0.72) 0%, rgba(33, 26, 31, 0.44) 42%, rgba(33, 26, 31, 0.20) 100%);
  z-index: 1;
}

.prenajom-landing-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 110px;
}

.prenajom-landing-hero-title {
  font-family: 'Ufficio Display', sans-serif;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 18px 0 24px;
  max-width: 760px;
}

.prenajom-landing-hero-text {
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  line-height: 1.8;
  max-width: 700px;
  margin-bottom: 34px;
}

.prenajom-landing-hero-actions .btn {
  margin-right: 14px;
  margin-bottom: 14px;
}

.prenajom-landing-intro-wrap {
  margin-top: -88px;
  position: relative;
  z-index: 4;
}

.prenajom-landing-intro-card {
   padding: 64px 72px;
}

.prenajom-landing-intro-title {
  font-size: 42px;
  line-height: 1.16;
}

.prenajom-landing-highlight-box {
  margin-top: 36px;
}

.prenajom-landing-image-break .background-image-holder {
  min-height: 420px;
}

.prenajom-landing-feature-grid {
  margin-top: 8px;
}

.prenajom-landing-packages-section {
  background: #f7f4ef;
}

.prenajom-landing-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.prenajom-landing-package-card {
  display: block;
  background: #ffffff;
  border: 9px solid #f0541f;
  border-radius: 28px;
  padding: 30px 28px 28px;
  color: #301a0d;
  text-decoration: none !important;
  height: 100%;
}

.prenajom-landing-package-card-top-left {
  background: #cfcffc;
  transform: translateX(9px)
}

.prenajom-landing-package-card-top-right {
  background: #fff;
}

.prenajom-landing-package-card-bottom-left {
  background: #fff;
  transform: translateX(9px) translateY(-9px)
}

.prenajom-landing-package-card-bottom-right {
  background: #cfcffc;
  transform: translateY(-9px)
}

.prenajom-landing-package-tag {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 12px;
  background: #f0541f;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.prenajom-landing-package-card h3 {
  font-size: 31px;
  line-height: 1.2;
  margin: 0 0 14px;
  color: #301a0d;
}

.prenajom-landing-package-card p {
  font-size: 16px;
  color: #301a0d;
  line-height: 1.75;
  margin-bottom: 18px;
}

.prenajom-landing-package-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.prenajom-landing-package-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #301a0d;
  line-height: 1.65;
}

.prenajom-landing-package-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #301a0d;
}

.prenajom-landing-benefits-section .benefit-card,
.prenajom-landing-benefit-card {
  border-radius: 24px;
  min-height: 100%;
}

.prenajom-landing-space-layout {
  align-items: center;
}

.prenajom-landing-space-info {
  margin-top: 30px;
}

.prenajom-landing-space-list li {
  margin-bottom: 10px;
}

.prenajom-landing-shape-card {
  position: relative;
  padding: 28px;
}

.prenajom-landing-shape-card-inner {
  background: linear-gradient(180deg, #ffffff 0%, #f4edf2 100%);
  border-radius: 34px;
  padding: 34px 30px;
  box-shadow: 0 20px 50px rgba(61, 42, 53, 0.10);
  border: 1px solid rgba(79, 58, 71, 0.10);
}

.prenajom-landing-mini-label {
  display: inline-block;
  margin-bottom: 20px;
  color: #bda894;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.prenajom-landing-price-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.prenajom-landing-price-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(79, 58, 71, 0.10);
}

.prenajom-landing-price-item strong {
  color: #301a0d;
  font-size: 17px;
}

.prenajom-landing-price-item span {
  color: #301a0d;
  font-size: 17px;
  text-align: right;
}

.prenajom-landing-price-note {
  margin-top: 18px;
  margin-bottom: 0;
  color: #bda894;
  line-height: 1.7;
}

.prenajom-landing-faq-section {
  background: #ffffff;
}

.prenajom-landing-faq-section .homepage-eyebrow {
  color: #f0541f;
}

.prenajom-landing-faq-section .homepage-section-intro {
  color: #301a0d;
}
	
.prenajom-landing-faq-card {
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  border: 4px solid #f0541f;
}

.faq-card-first {
  background: #cfcffc;
}

.faq-card-second {
  background: #fff;
  transform: translateY(-4px);
}

.faq-card-third {
  background: #cfcffc;
  transform: translateY(-8px);
}

.faq-card-last {
  background: #fff;
  transform: translateY(-12px);
}

.prenajom-landing-faq-card h3 {
  color: #301a0d;
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.prenajom-landing-faq-card p {
  margin-bottom: 0;
  line-height: 1.75;
  color: #301a0d;
}

.prenajom-landing-final-cta .final-cta-btn {
  margin: 0 8px 12px;
}

@media (max-width: 991px) {
  .prenajom-landing-hero-desktop {
    min-height: 560px;
  }

  .prenajom-landing-hero-content {
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .prenajom-landing-hero-title {
    font-size: 48px;
    line-height: 1.08;
    max-width: 100%;
  }

  .prenajom-landing-hero-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 760px;
  }

  .prenajom-landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .prenajom-landing-hero-actions .btn {
    margin-top: 0;
    margin-right: 0;
  }

  .prenajom-landing-intro-wrap .homepage-intro-card {
    padding: 48px 40px;
  }

  .prenajom-landing-intro-title,
  .prenajom-landing-intro-card .homepage-title {
    font-size: 40px;
    line-height: 1.08;
    margin-bottom: 22px;
  }

  .prenajom-landing-intro-card p,
  .prenajom-landing-intro-card .homepage-lead,
  .prenajom-landing-highlight-box p {
    font-size: 18px;
    line-height: 1.6;
  }

  .prenajom-landing-highlight-box {
    margin-top: 28px;
  }

  .prenajom-landing-highlight-box .highlight-item {
    margin-bottom: 20px;
  }

  .prenajom-landing-image-break {
    min-height: 280px;
  }

  .prenajom-landing-uses-section {
    padding-top: 88px;
    padding-bottom: 76px;
  }

  .prenajom-landing-uses-section .homepage-section-title {
    margin-bottom: 22px;
  }

  .prenajom-landing-uses-section .homepage-classes-intro,
  .prenajom-landing-uses-section .homepage-section-intro {
    font-size: 18px;
    line-height: 1.6;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .prenajom-landing-package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }

  .prenajom-landing-package-card,
  .prenajom-landing-package-card:visited,
  .prenajom-landing-package-card:hover,
  .prenajom-landing-package-card:focus {
    min-height: 100%;
    padding: 30px 24px 26px;
    border-radius: 28px;
  }

  .prenajom-landing-package-card h3 {
    font-size: 30px;
    line-height: 1.06;
    margin-bottom: 18px;
  }

  .prenajom-landing-package-card p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .prenajom-landing-package-list {
    margin-bottom: 18px;
  }

  .prenajom-landing-package-list li {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 10px;
    padding-left: 18px;
  }

  .prenajom-landing-package-tag {
    font-size: 13px;
    padding: 10px 16px;
    margin-bottom: 24px;
  }

  .prenajom-landing-benefits-section {
    padding-top: 88px;
    padding-bottom: 76px;
  }

  .prenajom-landing-benefits-section .homepage-section-intro,
  .prenajom-landing-benefit-card p {
    font-size: 18px;
    line-height: 1.6;
  }

  .prenajom-landing-benefit-row > [class*="col-"] {
    margin-bottom: 24px;
  }

  .prenajom-landing-benefit-card {
    min-height: 100%;
  }

  .prenajom-landing-space-layout {
    display: block;
  }

  .prenajom-landing-space-layout .homepage-whoweare-left {
    padding-right: 0;
    margin-bottom: 36px;
  }

  .prenajom-landing-space-layout .homepage-whoweare-right {
    min-height: auto;
  }

  .prenajom-landing-space-info {
    display: block;
  }

  .prenajom-landing-shape-card {
    max-width: 520px;
    margin: 0 auto;
  }

  .prenajom-landing-faq-section {
    padding-top: 88px;
    padding-bottom: 76px;
  }

  .prenajom-landing-faq-grid > [class*="col-"] {
    margin-bottom: 24px;
  }

  .prenajom-landing-faq-card {
    min-height: 100%;
  }

  .prenajom-landing-final-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .prenajom-landing-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .prenajom-landing-final-actions .btn {
    margin: 0;
  }
}

@media (max-width: 767px) {
	
.prenajom-landing-hero-content .homepage-eyebrow {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }

.hero-title-desktop {
    display: none;
  }
  
.hero-title-mobile {
      display: block;
      font-size: 42px;
      line-height: 1.2;
      margin-bottom: 16px;
 }
	
		
  .prenajom-landing-hero-desktop {
    min-height: auto;
  }

  .prenajom-landing-hero-content {
    padding-top: 88px;
    padding-bottom: 64px;
  }

  .prenajom-landing-hero-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .prenajom-landing-hero-actions {
    display: block;
  }

  .prenajom-landing-hero-actions .btn {
    display: inline-flex;
    width: auto;
    margin-top: 10px;
    margin-right: 0;
  }
  
  .prenajom-landing-intro-wrap {
    margin-top: -70px;
  }

  .prenajom-landing-intro-wrap .container,
  .prenajom-landing-uses-section .container,
  .prenajom-landing-benefits-section .container,
  .prenajom-landing-space-section .container,
  .prenajom-landing-faq-section .container,
  .prenajom-landing-final-cta .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .prenajom-landing-intro-wrap .homepage-intro-card {
    padding: 32px 24px;
  }
  
  .prenajom-landing-intro-card .btn {
    display: none;
  }

  .prenajom-landing-intro-title,
  .prenajom-landing-intro-card .homepage-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 18px;
  }

  .prenajom-landing-intro-card p,
  .prenajom-landing-intro-card .homepage-lead,
  .prenajom-landing-highlight-box p {
    font-size: 18px;
    line-height: 1.6;
  }

  .prenajom-landing-highlight-box {
    margin-top: 24px;
  }

  .prenajom-landing-intro-card .faq-title {
    font-size: 18px;
    line-height: 1.2;
  }

  .prenajom-landing-image-break {
    min-height: 220px;
  }

  .prenajom-landing-uses-section {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .prenajom-landing-uses-section .mb48 {
    margin-bottom: 28px;
  }

  .prenajom-landing-uses-section .homepage-section-title {
    margin-bottom: 18px;
  }

  .prenajom-landing-uses-section .homepage-classes-intro,
  .prenajom-landing-uses-section .homepage-section-intro {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .prenajom-landing-package-grid {
	  display: block;
    grid-template-columns: 1fr;
  }

  .prenajom-landing-package-card,
  .prenajom-landing-package-card:visited,
  .prenajom-landing-package-card:hover,
  .prenajom-landing-package-card:focus {
    padding: 26px 22px 22px;
	border: 6px solid #f0541f;
    border-radius: 24px;
  }

  .prenajom-landing-package-card h3 {
    font-size: 24px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .prenajom-landing-package-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .prenajom-landing-package-list li {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .prenajom-landing-package-tag {
    font-size: 12px;
    line-height: 1;
    padding: 9px 14px;
    margin-bottom: 18px;
  }

  .prenajom-landing-benefits-section {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .prenajom-landing-benefits-section .mb48 {
    margin-bottom: 28px;
  }

  .prenajom-landing-benefits-section .homepage-section-intro,
  .prenajom-landing-benefit-card p {
    font-size: 18px;
    line-height: 1.6;
  }

  .prenajom-landing-benefit-row > [class*="col-"] {
    margin-bottom: 16px;
  }

  .prenajom-landing-space-section {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .prenajom-landing-space-layout .homepage-whoweare-left {
    margin-bottom: 28px;
  }

  .prenajom-landing-space-section .homepage-section-title {
    margin-bottom: 20px;
  }

  .prenajom-landing-space-section .homepage-whoweare-text,
  .prenajom-landing-space-list li,
  .prenajom-landing-price-note {
    font-size: 17px;
    line-height: 1.6;
  }

  .prenajom-landing-space-list {
    margin-bottom: 24px;
  }

  .prenajom-landing-shape-card {
    max-width: 100%;
  }

  .prenajom-landing-shape-card-inner {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .prenajom-landing-price-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 16px;
  }

  .prenajom-landing-faq-section {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .prenajom-landing-faq-section .mb48 {
    margin-bottom: 28px;
  }

  .prenajom-landing-faq-card {
    padding: 24px 22px;
    border-radius: 20px;
  }

  .prenajom-landing-faq-card h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .prenajom-landing-faq-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .prenajom-landing-final-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .prenajom-landing-final-actions {
    display: block;
  }

  .prenajom-landing-final-actions .btn {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }

  .prenajom-landing-final-actions .btn:last-child {
    margin-bottom: 0;
  }
}


/* -------------------------------------------------------------------------- */
/* REZERVACIE PAGE                                                            */
/* -------------------------------------------------------------------------- */


.rezervacie-page .bg-white {
  padding-left: 60px;
  padding-right: 60px;
}

.rezervacie-alert {
  margin-bottom: 28px;
  padding: 16px 20px;
  border-radius: 8px;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.rezervacie-alert.is-success {
  background: #cfcffc;
  color: #301a0d;
}

.rezervacie-alert.is-error {
  background: rgba(240, 84, 31, 0.12);
  color: #301a0d;
}

.rezervacie-grid {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.rezervacie-form-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.rezervacie-summary {
  width: 340px;
  flex: 0 0 340px;
  position: sticky;
  top: 120px;
}

.rezervacie-summary-title {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 28px;
  line-height: 1.1;
  color: #f0541f;
  margin: 0 0 18px;
}

.rezervacie-summary-card {
  background: #cfcffc;
  border-radius: 16px;
  padding: 24px;
}

.rezervacie-summary-row,
.rezervacie-summary-total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.rezervacie-summary-row {
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(48, 26, 13, 0.14);
}

.rezervacie-summary-total {
  padding-top: 6px;
}

.rezervacie-summary-row span,
.rezervacie-summary-total span {
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #301a0d;
}

.rezervacie-summary-row strong,
.rezervacie-summary-total strong {
  font-family: 'Ufficio Display', sans-serif;
  font-size: 17px;
  line-height: 1.3;
  color: #301a0d;
  text-align: right;
}

.rezervacie-summary-total strong {
  font-size: 24px;
  color: #f0541f;
}

.rezervacie-note {
  margin-top: 18px;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #301a0d;
}

.rezervacie-form {
  display: block;
}

.rezervacie-row {
  display: flex;
  gap: 20px;
}

.rezervacie-field {
  width: 100%;
  margin-bottom: 20px;
}

.rezervacie-field label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Ufficio Display', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f0541f;
}

.rezervacie-field input,
.rezervacie-field select,
.rezervacie-field textarea {
  width: 100%;
  border: 1px solid rgba(48, 26, 13, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
  padding: 14px 16px;
  font-family: 'Ufficio Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #301a0d;
  transition: border-color 0.2s ease;
}

.rezervacie-field textarea {
  min-height: 150px;
  resize: vertical;
}

.rezervacie-field input:focus,
.rezervacie-field select:focus,
.rezervacie-field textarea:focus {
  outline: none;
  border-color: #f0541f;
}

.rezervacie-submit {
  margin-top: 10px;
}

.rezervacie-submit .btn {
  min-width: 220px;
}

@media (max-width: 991px) {
  .rezervacie-page .bg-white {
    padding-left: 32px;
    padding-right: 32px;
  }

  .rezervacie-grid {
    display: block;
  }

  .rezervacie-summary {
    width: 100%;
    position: static;
    margin-top: 36px;
  }
}

@media (max-width: 767px) {
  .rezervacie-page .bg-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rezervacie-row {
    display: block;
  }

  .rezervacie-summary-title {
    font-size: 24px;
  }

  .rezervacie-summary-card {
    padding: 20px;
    border-radius: 12px;
  }

  .rezervacie-summary-row strong,
  .rezervacie-summary-total strong {
    font-size: 16px;
  }

  .rezervacie-summary-total strong {
    font-size: 22px;
  }

  .rezervacie-submit .btn {
    width: 100%;
    min-width: 0;
  }
}


