/* CibulaFest Tickets v7.7.1 */
.cf-tickets,.cf-tickets *{box-sizing:border-box;margin:0;padding:0}
.cf-tickets ul{list-style:none}
.cf-tickets a{text-decoration:none}
.cf-tickets button{font-family:inherit;cursor:pointer;background:none;border:none;color:inherit}
.cf-tickets{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#111;background:transparent;width:100%}

.cf-section{max-width:1080px;margin:0 auto 52px}
.cf-section:last-child{margin-bottom:0}
.cf-section__head{margin-bottom:20px}
.cf-section__title{font-size:22px;font-weight:900;color:#111;letter-spacing:-.4px;line-height:1.2;margin-bottom:5px}
.cf-section__desc{font-size:14px;color:#999;line-height:1.5}

.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.cf-card{position:relative;border-radius:16px;overflow:hidden;background:#fff;border:1.5px solid #e8e8e8;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s,border-color .25s}
.cf-card:hover{box-shadow:0 20px 60px rgba(0,0,0,.11);transform:translateY(-4px);border-color:#d4d4d4}
.cf-card--featured{border-color:#F26522;box-shadow:0 6px 32px rgba(242,101,34,.13)}
.cf-card--featured:hover{box-shadow:0 24px 72px rgba(242,101,34,.22)}
.cf-card--soldout{opacity:.55}
.cf-card__badge{position:absolute;top:14px;left:14px;z-index:5;font-size:11px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;padding:15px;border-radius:100px;background:#fff;color:#111;box-shadow:0 2px 12px rgba(0,0,0,.15);line-height:1}
.cf-card--featured .cf-card__badge{background:#F26522;color:#fff;padding:15px}
.cf-card__img-wrap{width:100%;aspect-ratio:16/9;overflow:hidden;flex-shrink:0;background:#ececec}
.cf-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.cf-card:hover .cf-card__img{transform:scale(1.05)}
.cf-card__body{padding:22px 22px 20px;display:flex;flex-direction:column;flex:1}
.cf-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #f0f0f0}
.cf-card__title{font-size:22px;font-weight:800;color:#111;line-height:1.2;margin-bottom:5px}
.cf-card__sub{font-size:13px;color:#aaa;line-height:1.4}
.cf-card__price-col{text-align:right;flex-shrink:0}
.cf-card__old{display:block;font-size:13px;color:#ccc;margin-bottom:2px}
.cf-card__price{display:flex;align-items:baseline;justify-content:flex-end;line-height:1;color:#111}
.cf-card--featured .cf-card__price{color:#F26522}
.cf-card__amount{font-size:46px;font-weight:900;letter-spacing:-2px}
.cf-card__eur{font-size:19px;font-weight:700;padding-bottom:4px;margin-left:2px;color:#888}
.cf-card--featured .cf-card__eur{color:#F26522}
.cf-card__price-cz{font-size:15px;font-weight:700;color:#1f2f8c;margin-top:2px;letter-spacing:-.3px}
.cf-card__list{flex:1;display:flex;flex-direction:column;gap:9px;margin-bottom:20px}
.cf-card__list li{font-size:13.5px;color:#555;line-height:1.5;padding-left:18px;position:relative}
.cf-card__list li::before{content:"-";position:absolute;left:0;color:#F26522;font-weight:700}
.cf-card__foot{display:flex;gap:10px;margin-top:auto;flex-wrap:wrap}
.cf-card__foot--dual{flex-wrap:wrap}
.cf-card__foot--dual .cf-btn--buy,.cf-card__foot--dual .cf-btn--buy-cz{flex:1 1 0;min-width:0}
.cf-card__foot--dual .cf-btn--more{width:100%;flex:0 0 100%}

.cf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:10px;font-size:14px;font-weight:700;transition:all .22s;white-space:nowrap;cursor:pointer;border:none;font-family:inherit;line-height:1;text-decoration:none}
.cf-btn--more{background:#ebebeb !important;color:#444 !important;border:1.5px solid #e0e0e0;flex-shrink:0}
.cf-btn--more:hover{background:#e0e0e0 !important;color:#111 !important}
.cf-btn--buy{flex:1;background:#F26522 !important;color:#fff !important;box-shadow:0 4px 18px rgba(242,101,34,.3)}
.cf-btn--buy:hover{background:#d64d12 !important;color:#fff !important;box-shadow:0 6px 26px rgba(242,101,34,.44)}
.cf-btn--sold{flex:1;background:#f2f2f2 !important;color:#bbb !important;cursor:not-allowed;border:1.5px solid #ebebeb}
.cf-btn--buy-cz{flex:1;background:#1f2f8c !important;color:#fff !important;box-shadow:0 4px 18px rgba(26,109,181,.3)}
.cf-btn--buy-cz:hover{background:#161f6b !important;color:#fff !important;box-shadow:0 6px 26px rgba(26,109,181,.44)}

.cf-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:999999;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(6px)}
.cf-overlay.is-open{display:flex;animation:cfFade .2s ease}
@keyframes cfFade{from{opacity:0}to{opacity:1}}

.cf-modal{background:#fff;border-radius:20px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative;box-shadow:0 32px 100px rgba(0,0,0,.2);animation:cfUp .28s cubic-bezier(.34,1.4,.64,1)}
@keyframes cfUp{from{opacity:0;transform:translateY(22px) scale(.95)}to{opacity:1;transform:none}}
.cf-modal__close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.07) !important;color:#555 !important;font-size:20px;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s;cursor:pointer;border:none;font-family:inherit}
.cf-modal__close:hover{background:#F26522 !important;color:#fff !important}

.cf-modal__footer{position:sticky;bottom:0;left:0;right:0;padding:14px 20px;background:#fff;border-top:1px solid #f0f0f0;box-shadow:0 -4px 20px rgba(0,0,0,.08);z-index:5}

.cf-mi__img{width:100%;aspect-ratio:16/7;object-fit:cover;display:block;border-radius:20px 20px 0 0}
.cf-mi__body{padding:24px 26px 20px}
.cf-mi__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}
.cf-mi__title{font-size:28px;font-weight:900;color:#111;margin:0;letter-spacing:-.4px;line-height:1.15}
.cf-mi__sub{font-size:13px;color:#aaa;margin-top:5px}
.cf-mi__price-col{flex-shrink:0;text-align:right;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.cf-mi__price{font-size:46px;font-weight:900;color:#F26522;letter-spacing:-2px;line-height:1;display:flex;align-items:baseline;justify-content:flex-end;gap:2px}
.cf-mi__price span{font-size:19px;font-weight:700;padding-bottom:4px;margin-left:2px;color:#F26522}
.cf-mi__desc{font-size:14px;line-height:1.75;color:#555;margin-bottom:20px}
.cf-mi__desc p{margin-bottom:10px}.cf-mi__desc p:last-child{margin-bottom:0}
.cf-mi__desc a{color:#F26522;text-decoration:underline}.cf-mi__desc a:hover{color:#d64d12}
.cf-mi__desc strong,.cf-mi__desc b{font-weight:700;color:#111}
.cf-mi__desc ul,.cf-mi__desc ol{padding-left:20px;margin:8px 0}
.cf-mi__desc li{margin-bottom:4px}
.cf-mi__meta{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;padding:14px 18px;display:flex;flex-direction:column;gap:8px;margin-bottom:22px}
.cf-mi__meta-row{display:flex;gap:10px;font-size:13.5px;color:#444}
.cf-mi__meta-label{color:#bbb;font-weight:700;min-width:72px;flex-shrink:0}
.cf-mi__other{margin-bottom:10px}
.cf-mi__other-title{font-size:11px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:#bbb;margin-bottom:12px}
.cf-mi__other-list{list-style:none;display:flex;flex-direction:column;border:1px solid #f0f0f0;border-radius:12px;overflow:hidden}
.cf-mi__other-list li{font-size:13px;color:#555;line-height:1.6;padding:11px 16px 11px 28px;border-bottom:1px solid #f5f5f5;position:relative}
.cf-mi__other-list li:last-child{border-bottom:none}
.cf-mi__other-list li::before{content:"-";position:absolute;left:12px;color:#F26522;font-weight:700}

.cf-mi__price-cz{font-size:15px;font-weight:700;color:#1f2f8c;margin-top:2px;letter-spacing:-.3px;text-align:right}
.cf-mi__cta{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}
.cf-mi__cta > .cf-btn{padding:14px;font-size:15px}
.cf-mi__cta > .cf-btn--more{flex:0 0 100%;order:1}
.cf-mi__cta > .cf-btn--buy{flex:1;order:0}
.cf-mi__cta > .cf-btn--buy-cz{flex:1;order:0}
.cf-mi__multi-cta{display:flex;flex-direction:column;gap:10px;flex:1 1 100%;min-width:0;order:0}
.cf-btn--day,a.cf-btn--day,a.cf-btn--day:link,a.cf-btn--day:visited{display:flex !important;align-items:center !important;justify-content:space-between !important;width:100%;padding:14px 18px;border-radius:10px;background-color:#F26522 !important;color:#fff !important;font-size:15px;font-weight:700;text-decoration:none !important;border:none;cursor:pointer;font-family:inherit;transition:background-color .2s;box-sizing:border-box;line-height:1.2}
.cf-btn--day:hover,a.cf-btn--day:hover,a.cf-btn--day:active{background-color:#d64d12 !important;color:#fff !important;text-decoration:none !important}
.cf-btn--day-cz,a.cf-btn--day-cz,a.cf-btn--day-cz:link,a.cf-btn--day-cz:visited{background-color:#1f2f8c !important}
.cf-btn--day-cz:hover,a.cf-btn--day-cz:hover,a.cf-btn--day-cz:active{background-color:#161f6b !important}
.cf-btn__label{flex:1;text-align:left;color:#fff !important}
.cf-btn__arrow{flex-shrink:0;font-size:18px;color:#fff !important;margin-left:8px}

@media(max-width:740px){
    .cf-section{margin-bottom:40px}
    .cf-row{grid-template-columns:1fr;gap:16px}
    .cf-card__amount{font-size:38px}.cf-card__eur{font-size:16px}
    .cf-card__body{padding:18px 18px 16px}.cf-card__title{font-size:18px}
    .cf-mi__body{padding:18px 20px 16px}.cf-mi__price{font-size:38px}
    .cf-mi__title{font-size:22px}
    .cf-overlay{padding:0;align-items:flex-end}
    .cf-modal{max-height:92vh;border-radius:20px 20px 0 0;width:100%;max-width:100%}
    .cf-mi__img{border-radius:20px 20px 0 0}
}
@media(max-width:480px){
    .cf-card__foot{flex-direction:column}.cf-btn--more{width:100%}
    .cf-card__amount{font-size:34px}
    .cf-mi__cta{flex-direction:column}
    .cf-btn--buy-cz{width:100%}
}
