/* Block Styles */
/* Block: paragraph */
.paragraph-image-block { background-color: #ffffff; max-width: 72rem; margin-left: auto; margin-right: auto; } .para-title { font-size: 1.875rem; font-weight: 700; margin-bottom: 1rem; color: #0f172a; } .para-text { font-size: 1rem; line-height: 1.75rem; color: #0f172a; } @media (max-width: 991px) { /* Adjust title size for mobile */ .para-title { font-size: 1.5rem; } .para-text { font-size: 0.9rem; line-height: 1.485rem; } }

/* Block: banner_cta_copy */
.cms-image { max-width: 100%; } div.container > .cms-image {border-radius: 0.5rem;}

/* Block: highlights */
.highlights-block { position: relative; padding: 4rem 2rem; overflow: hidden; margin-bottom: 4rem; } .highlights-background { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1; } .highlights-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 2; } .highlights-container { position: relative; z-index: 10; max-width: 72rem; margin: 0 auto; } .highlights-title { font-size: 1.875rem; font-weight: 700; margin-bottom: 3rem; text-align: center; color: white; } .highlights-item-title { color: white; margin: 25px 0 12px 0; } .highlights-grid { display: flex; flex-wrap: wrap; justify-content: center; /* vycentrování při méně položkách */ gap: 1.5rem; } .highlights-item { flex: 1 1 200px; /* šířka bloku, automaticky se zalamuje */ max-width: 250px; text-align: center; } .highlights-icon { display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative; } .highlights-icon img { width: 3rem; height: 3rem; object-fit: contain; } .highlights-description { font-size: 0.875rem; color: #979798; line-height: 1.6; } @media (max-width: 992px) { .highlights-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (max-width: 768px) { .highlights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Block: paragraph_image */
.mb-96 { margin-bottom: 96px; } .paragraph-image-block { background-color: #ffffff; margin-left: auto; margin-right: auto; } .paragraph-image-block.paragraph-image-border { padding-left: 30px; padding-right: 30px; } .paragraph-image-block.paragraph-image-border > .paragraph-image-container { padding-top: 30px; padding-bottom: 20px; } .paragraph-image-container { margin: 0 auto; display: flex; align-items: center; gap: 3rem; } /* Desktop - Image position handling */ @media (min-width: 992px) { .paragraph-image-container.image-left { flex-direction: row; } .paragraph-image-container.image-right { flex-direction: row-reverse; } } .paragraph-image-border { border: 1px solid #d1d5db; border-radius:16px; } .paragraph-image-text { flex: 1; } .paragraph-image-image { flex: 1; } .paragraph-image-title { font-size: 1.875rem; font-weight: 700; margin-bottom: 1rem; color: #0f172a; } .paragraph-image-content { font-size: 1rem; color: #64748b; line-height: 1.625; } .paragraph-image-content > p { margin-bottom: 0; color: #0f172a; } .paragraph-image-content:last-child { margin-bottom: 0; } .paragraph-image-content:not(:last-child) { margin-bottom: 2rem; } .paragraph-image-image-container { border-radius: 16px; display: flex; align-items: center; justify-content: center; } .paragraph-image-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; } .paragraph-image-cta { display: inline-flex; align-items: center; justify-content: center; height: 56px; background-color: #e50026; color: #ffffff; padding: 0 25px; font-size: 20px; font-weight: 600; text-decoration: none; border-radius: 33px; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; } .paragraph-image-cta:hover { color: #ffffff; background-color: #c4001f; transform: translateY(-2px); } /* Mobile styles - stack image above text on screens smaller than 992px */ @media (max-width: 991px) { .paragraph-image-container { flex-direction: column !important; gap: 2rem; } .paragraph-image-image { width: 100%; flex: none; } .paragraph-image-text { width: 100%; flex: none; } /* Adjust title size for mobile */ .paragraph-image-title { font-size: 1.5rem; } .paragraph-image-content p { font-size: 0.9rem; line-height: inherit; } .paragraph-image-content:not(:last-child) { margin-bottom: 1.5rem; } .paragraph-image-block.paragraph-image-border > .paragraph-image-container { margin-bottom: 0; } .paragraph-image-cta { margin-top: 5px; font-size: 1rem; padding: 0.8rem 1.6rem; } } /* Modal styles - prevent scroll jump */ html.cms_booking-modal-open { overflow: hidden !important; } /* Body positioning is now managed by JavaScript */ /* celý modal = overlay */ .cms_booking-modal { position: fixed; z-index: 9999; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; top: 0; } /* dialog */ .cms_booking-modal__dialog { width: 100%; max-width: 850px; background: #fff; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; height: 100%; position: relative; margin: auto; max-height: 800px; } /* Tohle scrolluje – a brání „propadnutí" scrollu dolů na body */ .cms_booking-modal__body { -webkit-overflow-scrolling: touch; overscroll-behavior: contain; /* zásadní */ height: -webkit-fill-available; } /* pro jistotu */ .cms_booking-modal__overlay { position: absolute; inset: 0; } .cms_booking-modal__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; } .cms_booking-modal__title { margin: 0; font-size: 1.1rem; color: #ffffff; } .cms_booking-modal__close { background: transparent; border: 1px solid rgba(255, 255, 255, 0.4); color: #000000; padding: 8px 14px; font-size: 3rem; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; text-align: right; line-height: 30px; position: absolute; top: 12px; z-index: 5; width: 107px; background-color: #ffffff; right: 10px; appearance: none; -webkit-appearance: none; margin: 0; outline: none; box-shadow: none; border-radius: 0; } .cms_booking-modal__player { width: 100%; background-color: #ffffff; height: -webkit-fill-available; } .cms_booking-modal__player iframe { inset: 0; width: 100%; height: -webkit-fill-available; border: 0; } .cms_booking-modal__fallback { padding: 20px; color: #f5f5f5; font-size: 0.95rem; line-height: 1.5; background-color: rgba(255, 255, 255, 0.05); } .cms_booking-modal__fallback a { color: #ffcc80; text-decoration: underline; font-weight: 600; } @media (max-width: 991px) { .cms_booking-modal { border-radius: 0; padding: 0; margin: 0; } .cms_booking-modal__dialog { border-radius: 0; max-height: initial; } }