/* UX78 — strona rezerwacji. Style celowo odseparowane od reszty serwisu. */
.booking-v2-page,
.booking-v2-page *{box-sizing:border-box}
.booking-v2-page{margin:0;min-width:320px;background:#f2ede5;color:#111;overflow-x:hidden}
.booking-v2-page img{max-width:100%}
.booking-v2-page [hidden]{display:none!important}

.booking-simple-header{position:relative;z-index:30;background:#0b0b0b;color:#fff;border-bottom:1px solid #242424}
.booking-simple-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;width:min(1280px,calc(100% - 40px));min-height:72px;margin:0 auto}
.booking-back-link{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:1.08rem}
.booking-back-link span{font-size:1.28rem;line-height:1;transition:transform .18s ease}
.booking-back-link:hover span{transform:translateX(-3px)}
.booking-back-link strong{font-size:1.55rem;letter-spacing:-.045em}
.booking-secure-label{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;white-space:nowrap;color:#bcb8b1;font-size:.78rem;font-weight:750;letter-spacing:.04em}
.booking-secure-label svg{flex:0 0 auto}

.booking-v2-main{padding:42px 0 86px;background:#f2ede5}
.booking-v2-container{width:min(1280px,calc(100% - 40px));margin:0 auto}
.booking-v2-layout{display:grid;grid-template-columns:minmax(0,.47fr) minmax(0,.53fr);gap:28px;align-items:start}
.booking-offer{min-width:0}
.booking-offer-card{position:sticky;top:24px;overflow:hidden;border:1px solid #d8d1c8;border-radius:30px;background:#fff;box-shadow:0 22px 55px rgba(42,34,25,.07)}
.booking-offer-top{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:24px;padding:28px 28px 20px;background:#111;color:#fff}
.booking-offer-photo-wrap{position:relative;width:180px;aspect-ratio:1;border:2px solid #fff;border-radius:50%;overflow:hidden;background:#2a2a2a;box-shadow:0 14px 32px rgba(0,0,0,.22)}
.booking-offer-photo{display:block;width:100%;height:100%;object-fit:cover}
.booking-offer-heading{min-width:0}
.booking-offer-kicker{display:inline-flex;width:max-content;max-width:100%;margin:0 0 10px;padding:7px 10px;border:1px solid #4c4c4c;border-radius:999px;color:#ded6cc;font-size:.68rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}
.booking-offer-heading h1{margin:0;max-width:15ch;color:#fff;font-size:clamp(1.75rem,2.6vw,2.65rem);line-height:1.02;letter-spacing:-.05em;font-weight:690;text-wrap:balance}
.booking-offer-person{margin:12px 0 0;color:#d1cdc7;font-size:.96rem;font-weight:700}
.booking-offer-person span{color:#8f8b86;font-weight:600}
.booking-offer-meta{display:flex;align-items:baseline;gap:15px;margin-top:18px}
.booking-offer-meta span{color:#d1cdc7;font-size:.95rem;font-weight:750}
.booking-offer-meta strong{color:#fff;font-size:1.8rem;line-height:1;letter-spacing:-.045em}
.booking-offer-lead{margin:0;padding:26px 28px 0;color:#22201d;font-size:1.05rem;line-height:1.65}
.booking-offer-points{display:grid;gap:11px;margin:20px 28px 0;padding:0;list-style:none}
.booking-offer-points li{position:relative;padding-left:25px;color:#555049;font-size:.91rem;line-height:1.48}
.booking-offer-points li:before{content:'✓';position:absolute;left:0;top:0;color:#111;font-weight:900}
.booking-offer-details{margin:23px 28px 0;border-top:1px solid #e3ddd5;border-bottom:1px solid #e3ddd5}
.booking-offer-details>summary{display:flex;align-items:center;justify-content:space-between;min-height:58px;gap:16px;cursor:pointer;list-style:none;font-weight:850}
.booking-offer-details>summary::-webkit-details-marker{display:none}
.booking-offer-details>summary:after{content:'+';display:grid;place-items:center;width:30px;height:30px;border:1px solid #d7d1c9;border-radius:50%;font-size:1.1rem;line-height:1}
.booking-offer-details[open]>summary:after{content:'−'}
.booking-offer-details-content{display:grid;gap:22px;padding:4px 0 24px}
.booking-offer-details-content section{display:grid;gap:7px}
.booking-offer-details-content h2{margin:0;font-size:.91rem;letter-spacing:-.015em}
.booking-offer-details-content p{margin:0;color:#635e57;font-size:.86rem;line-height:1.6}
.booking-featured-review{margin:24px 28px 0;padding:21px;border-radius:20px;background:#f6f2ec}
.booking-review-stars{color:#b27a32;font-size:.92rem;letter-spacing:.11em}
.booking-featured-review blockquote{margin:10px 0 12px;color:#27231f;font-size:.94rem;line-height:1.58;font-style:normal}
.booking-featured-review figcaption{color:#111;font-size:.82rem;font-weight:850}
.booking-featured-review figcaption span{margin-left:6px;color:#817a71;font-weight:600}
.booking-featured-review a{display:inline-flex;margin-top:15px;color:#111;font-size:.78rem;font-weight:850;text-underline-offset:4px}
.booking-offer-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px 28px 28px;padding:17px 18px;border-radius:16px;background:#111;color:#fff;text-decoration:none;font-weight:850}
.booking-offer-cta span{font-size:1.3rem}

.booking-form-card{min-width:0;padding:30px;border:1px solid #d8d1c8;border-radius:30px;background:#fff;box-shadow:0 22px 55px rgba(42,34,25,.07)}
.booking-form-heading{padding:2px 0 25px;border-bottom:1px solid #e1dbd3}
.booking-form-heading>p{margin:0 0 8px;color:#837b72;font-size:.7rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.booking-form-heading h2{margin:0;font-size:clamp(2.15rem,4.2vw,3.6rem);line-height:.95;letter-spacing:-.06em;font-weight:630}
.booking-form-heading>span{display:block;margin-top:12px;color:#716b64;font-size:.9rem}
.booking-v2-steps{display:grid;gap:0;margin:0}
.booking-v2-page .checkout-step{padding:30px 0;border:0;border-bottom:1px solid #e1dbd3;border-radius:0}
.booking-v2-page .checkout-step:last-child{padding-bottom:4px;border-bottom:0}
.booking-v2-page .checkout-step-head{display:flex;align-items:center;gap:12px;margin:0 0 19px}
.booking-v2-page .checkout-step-head .step-number{display:grid;flex:0 0 auto;place-items:center;width:32px;height:32px;border-radius:50%;background:#111;color:#fff;font-size:.8rem;font-weight:900}
.booking-v2-page .checkout-step-head h3{margin:0;font-size:clamp(1.2rem,2.2vw,1.55rem);line-height:1.12;letter-spacing:-.035em}
.booking-v2-page .checkout-service-select{display:none!important}
.booking-v2-page .checkout-step-service .service-choice{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px;margin:0!important}
.booking-v2-page .checkout-step-service .choice-card{min-height:0!important}
.booking-v2-page .checkout-step-service .choice-card-body{min-height:176px;height:100%;padding:19px;border-color:#ded8d0;border-radius:18px;background:#faf8f5;box-shadow:none;flex-direction:column}
.booking-v2-page .choice-card input:checked+.choice-card-body{border-color:#111;background:#fff;box-shadow:0 0 0 1px #111}
.booking-v2-page .choice-card strong{font-size:1rem;line-height:1.3}
.booking-v2-page .choice-card small{margin-top:8px;color:#736d65;font-size:.8rem;line-height:1.45}
.booking-v2-page .choice-card-price{margin-top:auto;font-size:1.2rem;letter-spacing:-.025em}
.booking-v2-page .choice-badge{display:inline-flex;margin-top:11px;padding:6px 9px;border-radius:999px;background:#eee8df;color:#514b44;font-size:.65rem;font-weight:850;font-style:normal}
.booking-v2-page .slot-status{padding:16px 17px;border:1px solid #e1dbd3;border-radius:15px;background:#f7f3ed;color:#5d5851}
.booking-v2-page .slot-picker{gap:23px;margin-top:3px}
.booking-v2-page .slot-month-label{margin-bottom:18px}
.booking-v2-page .slot-day-button{flex-basis:104px;min-height:96px;border-radius:15px}
.booking-v2-page .slot-time-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.booking-v2-page .field input,
.booking-v2-page .field select{min-width:0;width:100%}
.booking-v2-page .form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.booking-v2-page .booking-promo-row{grid-template-columns:minmax(0,1fr) auto}
.booking-v2-page .booking-promo-row .btn{min-height:54px;align-self:end}
.booking-order-summary{margin:2px 0 22px;padding:20px;border:1px solid #ddd6cd;border-radius:18px;background:#faf8f5}
.booking-order-summary-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding-bottom:15px;border-bottom:1px solid #e1dbd3}
.booking-order-summary-head span{font-size:.76rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#777067}
.booking-order-summary-head strong{font-size:1.55rem;letter-spacing:-.04em}
.booking-v2-page .summary-list{padding:8px 0 0}
.booking-v2-page .summary-row{display:grid;grid-template-columns:90px minmax(0,1fr);gap:15px;padding:10px 0;border:0}
.booking-v2-page .summary-row span{color:#817a71;font-size:.78rem}
.booking-v2-page .summary-row strong{text-align:right;font-size:.82rem;line-height:1.4}
.booking-v2-page .summary-discount{display:flex;justify-content:space-between;gap:15px;padding-top:12px;border-top:1px solid #e1dbd3}
.booking-v2-page .checkout-consents{gap:13px}
.booking-v2-page .form-check{align-items:flex-start;padding:0}
.booking-v2-page .form-check>span{line-height:1.5}
.booking-v2-page .checkout-submit{min-height:60px;margin-top:28px;border-radius:16px;font-size:1.02rem}
.booking-v2-page .secure-row-prominent{margin-top:15px}
.booking-trust-list{display:flex;flex-wrap:wrap;gap:8px 18px;margin:15px 0 0;padding:0;list-style:none;color:#777067;font-size:.7rem}
.booking-trust-list li:before{content:'✓';margin-right:6px;color:#111;font-weight:900}
.booking-help{margin:24px 0 0;color:#7a736b;font-size:.75rem;line-height:1.55}
.booking-help a{color:#111;text-underline-offset:3px}

.booking-v2-reviews{margin-top:56px;padding:52px 0 10px;border-top:1px solid #d8d1c8}
.booking-v2-reviews-head{display:grid;grid-template-columns:.32fr .68fr;gap:28px;align-items:start;margin-bottom:26px}
.booking-v2-reviews-head p{margin:6px 0 0;color:#7d766d;font-size:.72rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.booking-v2-reviews-head h2{margin:0;max-width:790px;font-size:clamp(2rem,4vw,3.7rem);line-height:.96;letter-spacing:-.055em;font-weight:590}
.booking-v2-reviews .reviews-shell{border-radius:24px}
.booking-simple-footer{padding:30px 0 calc(30px + env(safe-area-inset-bottom));background:#0b0b0b;color:#fff}
.booking-simple-footer>div{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(1280px,calc(100% - 40px));margin:0 auto}
.booking-simple-footer strong{font-size:1.1rem}.booking-simple-footer span{color:#8f8b86;font-size:.76rem}.booking-simple-footer a{color:#fff;font-size:.78rem}

.booking-v2-page .booking-mobile-bar{z-index:45}

@media(max-width:1090px){
  .booking-v2-layout{grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:20px}
  .booking-offer-top{grid-template-columns:138px minmax(0,1fr);gap:18px;padding:24px 22px 18px}
  .booking-offer-photo-wrap{width:138px}
  .booking-offer-lead{padding-inline:22px}
  .booking-offer-points,.booking-offer-details,.booking-featured-review{margin-inline:22px}
  .booking-offer-cta{margin-inline:22px}
  .booking-form-card{padding:25px}
}

@media(max-width:899px){
  .booking-simple-header-inner,.booking-v2-container,.booking-simple-footer>div{width:min(100% - 28px,720px)}
  .booking-v2-main{padding-top:22px}
  .booking-v2-layout{grid-template-columns:1fr;gap:18px}
  .booking-offer-card{position:relative;top:auto;border-radius:24px}
  .booking-offer-top{grid-template-columns:150px minmax(0,1fr)}
  .booking-offer-photo-wrap{width:150px}
  .booking-form-card{border-radius:24px}
  .booking-offer-cta{display:none}
  .booking-v2-reviews-head{grid-template-columns:1fr;gap:8px}
}

@media(max-width:560px){
  .booking-simple-header-inner{min-height:62px}
  .booking-back-link{gap:8px;font-size:.93rem}
  .booking-back-link strong{font-size:1.24rem}
  .booking-secure-label{font-size:.65rem;letter-spacing:0}
  .booking-v2-main{padding:14px 0 70px}
  .booking-v2-container{width:calc(100% - 20px)}
  .booking-v2-layout{gap:14px}
  .booking-offer-card,.booking-form-card{border-radius:20px;box-shadow:0 14px 34px rgba(42,34,25,.055)}
  .booking-offer-top{grid-template-columns:112px minmax(0,1fr);gap:15px;padding:18px 16px}
  .booking-offer-photo-wrap{width:112px;border-width:2px}
  .booking-offer-kicker{margin-bottom:7px;padding:5px 7px;font-size:.55rem}
  .booking-offer-heading h1{font-size:1.38rem;line-height:1.03}
  .booking-offer-person{margin-top:8px;font-size:.77rem}
  .booking-offer-meta{gap:11px;margin-top:11px}
  .booking-offer-meta span{font-size:.75rem}
  .booking-offer-meta strong{font-size:1.48rem}
  .booking-offer-lead{padding:19px 17px 0;font-size:.93rem;line-height:1.56}
  .booking-offer-points{gap:9px;margin:16px 17px 0}
  .booking-offer-points li{padding-left:22px;font-size:.8rem;line-height:1.42}
  .booking-offer-details{margin:18px 17px 0}
  .booking-offer-details>summary{min-height:52px;font-size:.86rem}
  .booking-offer-details-content{gap:18px;padding-bottom:20px}
  .booking-featured-review{margin:18px 17px 20px;padding:17px;border-radius:16px}
  .booking-featured-review blockquote{font-size:.84rem;line-height:1.5}
  .booking-featured-review figcaption{font-size:.75rem}
  .booking-featured-review figcaption span{display:block;margin:3px 0 0}
  .booking-form-card{padding:21px 17px}
  .booking-form-heading{padding-bottom:20px}
  .booking-form-heading>p{font-size:.62rem}
  .booking-form-heading h2{font-size:2.35rem}
  .booking-form-heading>span{font-size:.79rem;line-height:1.45}
  .booking-v2-page .checkout-step{padding:24px 0}
  .booking-v2-page .checkout-step-head{align-items:flex-start;margin-bottom:16px}
  .booking-v2-page .checkout-step-head .step-number{width:29px;height:29px;font-size:.73rem}
  .booking-v2-page .checkout-step-head h3{padding-top:3px;font-size:1.16rem}
  .booking-v2-page .checkout-step-service .service-choice{grid-template-columns:1fr!important;gap:9px}
  .booking-v2-page .checkout-step-service .choice-card-body{min-height:0;padding:16px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}
  .booking-v2-page .choice-card-price{margin:0;font-size:1.04rem}
  .booking-v2-page .choice-card small{font-size:.75rem}
  .booking-v2-page .choice-badge{margin-top:8px}
  .booking-v2-page .slot-day-button{flex-basis:94px;min-height:91px}
  .booking-v2-page .slot-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .booking-v2-page .form-grid.two{grid-template-columns:1fr}
  .booking-v2-page .booking-promo-row{grid-template-columns:1fr}
  .booking-v2-page .booking-promo-row .btn{width:100%}
  
  .booking-order-summary{padding:17px}
  .booking-v2-page .summary-row{grid-template-columns:72px minmax(0,1fr)}
  .booking-v2-page .summary-row strong{font-size:.78rem}
  .booking-trust-list{display:grid;gap:6px}
  .booking-help{margin-bottom:4px}
  .booking-v2-reviews{margin-top:38px;padding-top:36px}
  .booking-v2-reviews-head h2{font-size:2.25rem}
  .booking-simple-footer>div{align-items:flex-start;flex-wrap:wrap}
  .booking-simple-footer span{order:3;width:100%}
}


@media(max-width:430px){
  .booking-secure-label{gap:0}
  .booking-secure-label>span{display:none}
}

@media(max-width:365px){
  .booking-secure-label{display:none}
  .booking-offer-top{grid-template-columns:96px minmax(0,1fr);gap:12px}
  .booking-offer-photo-wrap{width:96px}
  .booking-offer-heading h1{font-size:1.24rem}
  .booking-offer-meta strong{font-size:1.32rem}
}

@media(prefers-reduced-motion:reduce){
  .booking-v2-page *{scroll-behavior:auto!important;transition:none!important}
}


/* UX89 — booking simplification, payment badges, inline reviews */
.booking-inline-reviews{margin:22px 28px 0;padding-top:22px;border-top:1px solid #e3ddd5}
.booking-inline-reviews .review-carousel-track{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}
.booking-inline-reviews .review-carousel-track::-webkit-scrollbar{display:none}
.booking-inline-reviews .review-card{flex:0 0 min(100%,320px);scroll-snap-align:start;background:#f6f2ec;border:1px solid #e7dfd5;box-shadow:none}
.booking-inline-reviews .review-card blockquote{font-size:.85rem;line-height:1.55}
.booking-inline-reviews .review-carousel-dots{margin-top:12px}
.booking-payment-badges{display:grid;gap:10px;margin:0 0 16px}
.booking-payment-badges-row{display:flex;flex-wrap:wrap;gap:10px}
.booking-payment-badge{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid #ddd4ca;border-radius:14px;background:#fff;color:#111;font-size:.88rem;font-weight:820;letter-spacing:-.02em}
.booking-payment-badge-dark{background:#111;color:#fff;border-color:#111}
.booking-payment-badges-note{margin:0;color:#716b64;font-size:.78rem;line-height:1.5}
.checkout-consents-compact{margin:0 0 8px;padding:15px 16px;border:1px solid #e1dbd3;border-radius:18px;background:#faf8f5}
.checkout-consents-compact p{margin:0;color:#5e5850;font-size:.78rem;line-height:1.55}
.checkout-consents-compact a{color:#111;font-weight:720;text-underline-offset:3px}
@media(max-width:899px){
  .booking-simple-footer{display:none}
}
@media(max-width:560px){
  .booking-mobile-bar-public{display:none !important}
  .booking-inline-reviews{margin:18px 17px 0;padding-top:18px}
  .booking-inline-reviews .review-card{flex-basis:100%}
  .booking-payment-badges-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}
  .booking-payment-badge{min-height:46px;font-size:.84rem;padding:0 12px}
  .booking-payment-badges-note{font-size:.74rem}
  .checkout-consents-compact{padding:14px}
  .checkout-consents-compact p{font-size:.74rem;line-height:1.52}
}


/* UX90 — booking polish */
.booking-offer-cta span[aria-hidden="true"]{display:inline-block;margin-left:8px}
.booking-v2-page .booking-promo-row-inline{grid-template-columns:minmax(0,1fr)!important;margin-top:28px}
.booking-v2-page .booking-sms-option + .booking-promo-row-inline{margin-top:28px}
.booking-v2-page .checkout-step-payment{padding-top:0}
.booking-v2-page .checkout-step-payment .booking-order-summary{margin-top:0}
.booking-inline-reviews{margin:16px 28px 0;padding-top:0;border-top:0}
.booking-inline-reviews .review-card{flex:0 0 min(100%,320px);padding:8px 2px 0;background:transparent;border:0;box-shadow:none;min-height:auto;text-align:center}
.booking-inline-reviews .review-card blockquote{margin:12px auto 8px;color:#59524a;font-size:.81rem;line-height:1.56;font-style:italic;max-width:42ch}
.booking-inline-reviews .review-card-profile{gap:6px}
.booking-inline-reviews .review-card-avatar-wrap,.booking-inline-reviews .review-card-initial{width:64px!important;height:64px!important;border-width:2px;background:#f4efe8}
.booking-inline-reviews .review-carousel-dots{margin-top:6px;margin-bottom:8px;min-height:24px!important}
.booking-inline-reviews .review-carousel-dots button{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important}.booking-inline-reviews .review-card footer,.booking-inline-reviews .review-card-profile-meta span{display:none!important}.booking-inline-reviews .stars{color:#c69a3b!important;-webkit-text-fill-color:#c69a3b!important;font-size:.9rem}.booking-inline-reviews .review-carousel-track{padding-bottom:10px}
.booking-payment-badges-naffy{gap:10px;margin:10px 0 10px}
.booking-payment-badge{border-radius:14px}
.booking-payment-badge-apple{display:flex;align-items:center;justify-content:center;gap:10px;min-height:58px;background:#000;color:#fff;border-color:#000;font-size:1rem;font-weight:820}
.booking-payment-badge-apple span{font-weight:700;opacity:.95}
.booking-payment-badge-apple strong{font-size:1.18rem;letter-spacing:-.03em}
.booking-payment-badges-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.booking-payment-badge-blik,.booking-payment-badge-card{min-height:56px;padding:8px 12px;background:#fff}
.booking-payment-badge-blik{justify-content:center}
.blik-logo{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:1px;padding:6px 11px;border-radius:8px;background:#111;color:#fff;font-weight:900;font-size:1.25rem;line-height:1;text-transform:lowercase;letter-spacing:-.08em}
.blik-logo i{position:absolute;top:5px;left:17px;width:6px;height:6px;border-radius:50%;background:#ff5a52}
.booking-payment-badge-card{display:grid;place-items:center;gap:3px;color:#111;font-weight:780;font-size:.92rem}
.booking-payment-badge-card svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
.checkout-consents-under-button{margin:4px 0 0;padding:0;border:0;border-radius:0;background:transparent}
.checkout-consents-under-button p{font-size:.74rem;color:#777067;text-align:center}
.secure-row-prominent{margin-top:6px!important;padding-top:8px!important;padding-bottom:6px!important}
.booking-trust-list{margin:6px 0 0!important}
.booking-help{margin:12px 0 0!important}
@media(max-width:899px){.booking-simple-footer{display:none!important}}
@media(max-width:759px){body:not(.account-page):has(.booking-mobile-bar-public){padding-bottom:0!important}.booking-inline-reviews{margin:14px 17px 0}.booking-payment-badge-blik,.booking-payment-badge-card{min-height:54px}.checkout-consents-under-button p{font-size:.72rem}.secure-row-prominent{margin-top:6px!important;padding-top:6px!important;padding-bottom:5px!important}.booking-help{margin:10px 0 0!important;padding-bottom:4px}.booking-trust-list{gap:5px 14px!important}}


/* UX92 — final booking polish */
.booking-v2-page .booking-sms-option{margin-bottom:4px}
.booking-v2-page .booking-sms-phone{margin-top:10px}
.booking-v2-page .booking-promo-row-inline{margin-top:34px!important;padding-top:6px}
.booking-v2-page .booking-sms-option + .booking-promo-row-inline{margin-top:34px!important}
.booking-v2-page .booking-offer-points{display:none!important}
.booking-v2-page .booking-inline-reviews{margin:18px 28px 4px;padding-top:0;border-top:0}
.booking-v2-page .booking-inline-reviews .review-carousel-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}
.booking-v2-page .booking-inline-reviews .review-card{flex:0 0 100%;max-width:100%;padding:6px 10px 0;text-align:center}
.booking-v2-page .booking-inline-reviews .review-card-profile{gap:5px}
.booking-v2-page .booking-inline-reviews .review-card-avatar-wrap,.booking-v2-page .booking-inline-reviews .review-card-initial{width:58px!important;height:58px!important}
.booking-v2-page .booking-inline-reviews .review-card strong{font-size:.86rem;line-height:1.2}
.booking-v2-page .booking-inline-reviews .stars{color:#c79a39!important;-webkit-text-fill-color:#c79a39!important;font-size:.82rem;letter-spacing:.06em}
.booking-v2-page .booking-inline-reviews .review-card blockquote{margin:10px auto 6px;color:#635b53;font-size:.77rem;line-height:1.52;max-width:40ch;font-style:italic}
.booking-v2-page .booking-inline-reviews .review-card footer,.booking-v2-page .booking-inline-reviews .review-card-profile-meta span{display:none!important}
.booking-v2-page .booking-inline-reviews .review-carousel-dots{margin-top:4px!important;margin-bottom:14px!important;min-height:18px!important;gap:2px!important}
.booking-v2-page .booking-inline-reviews .review-carousel-dots button{width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important}
.booking-v2-page .booking-inline-reviews .review-carousel-dots button::before{width:6px!important;height:6px!important}
.booking-v2-page .booking-payment-badges-naffy{gap:8px;margin:8px 0 8px}
.booking-v2-page .booking-payment-badges-grid{gap:7px}
.booking-v2-page .booking-payment-badge-blik,.booking-v2-page .booking-payment-badge-card{min-height:50px;padding:7px 10px;border-radius:12px;border-color:#dfd8cf;box-shadow:0 1px 0 rgba(17,17,17,.02)}
.booking-v2-page .blik-logo{padding:5px 10px;border-radius:7px;font-size:1.12rem}
.booking-v2-page .blik-logo i{top:4px;left:15px;width:5px;height:5px}
.booking-v2-page .booking-payment-badge-card{font-size:.86rem;font-weight:760;gap:2px}
.booking-v2-page .booking-payment-badge-card svg{width:20px;height:20px;stroke-width:1.7}
.booking-v2-page .booking-help{display:none!important}
@media(min-width:900px){
  .booking-v2-page .booking-inline-reviews .review-card{padding-inline:28px}
  .booking-v2-page .booking-inline-reviews .review-card blockquote{font-size:.8rem;max-width:44ch}
}
@media(max-width:759px){
  .booking-v2-page .booking-promo-row-inline{margin-top:30px!important;padding-top:4px}
  .booking-v2-page .booking-sms-option + .booking-promo-row-inline{margin-top:30px!important}
  .booking-v2-page .booking-inline-reviews{margin:14px 14px 2px}
  .booking-v2-page .booking-inline-reviews .review-card{padding-inline:4px}
  .booking-v2-page .booking-inline-reviews .review-card-avatar-wrap,.booking-v2-page .booking-inline-reviews .review-card-initial{width:52px!important;height:52px!important}
  .booking-v2-page .booking-inline-reviews .review-card strong{font-size:.82rem}
  .booking-v2-page .booking-inline-reviews .stars{font-size:.76rem}
  .booking-v2-page .booking-inline-reviews .review-card blockquote{font-size:.72rem;line-height:1.48;max-width:31ch}
  .booking-v2-page .booking-inline-reviews .review-carousel-dots{margin-bottom:10px!important}
  .booking-v2-page .booking-inline-reviews .review-carousel-dots button{width:12px!important;height:12px!important;min-width:12px!important;min-height:12px!important}
  .booking-v2-page .booking-inline-reviews .review-carousel-dots button::before{width:5px!important;height:5px!important}
  .booking-v2-page .booking-payment-badge-blik,.booking-v2-page .booking-payment-badge-card{min-height:46px}
  .booking-v2-page .blik-logo{font-size:1rem;padding:5px 9px}
}


/* UX93 — compact variants, quieter payment badges, one divider */
.booking-v2-page .booking-offer-details{border-bottom:0!important}
.booking-v2-page .checkout-step-service .choice-card-body{min-height:126px!important;padding:16px 17px!important;display:block!important}
.booking-v2-page .choice-card-copy{display:grid;gap:8px;width:100%}
.booking-v2-page .choice-card-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;width:100%}
.booking-v2-page .choice-card-title-row strong{min-width:0;font-size:.96rem;line-height:1.25}
.booking-v2-page .choice-card-title-row .choice-card-price{flex:0 0 auto;margin:0!important;font-size:1rem;line-height:1.2;white-space:nowrap}
.booking-v2-page .choice-card small{margin-top:0!important;font-size:.75rem;line-height:1.38}
.booking-v2-page .choice-badge{margin-top:2px!important;padding:5px 8px}
.booking-v2-page .booking-payment-badges-naffy{opacity:.84;margin-bottom:0}
.booking-v2-page .booking-payment-badge-blik,.booking-v2-page .booking-payment-badge-card{background:#fbfaf8;border-color:#e6e0d8;box-shadow:none}
.booking-v2-page .checkout-consents-under-button{margin-top:12px!important}
@media(max-width:759px){
  .booking-v2-page .checkout-step-service .choice-card-body{min-height:112px!important;padding:14px 15px!important}
  .booking-v2-page .choice-card-title-row strong{font-size:.91rem}
  .booking-v2-page .choice-card-title-row .choice-card-price{font-size:.94rem}
  .booking-v2-page .choice-card small{font-size:.71rem}
}

/* UX94 — final booking compactness and spacing */
.booking-v2-page .booking-details-intro{
  margin:0;
  color:#4f4942;
  font-size:.88rem;
  line-height:1.62;
}
.booking-v2-page .booking-offer-details-content>.booking-details-intro{
  padding-top:2px;
}
.booking-v2-page .checkout-step-service .choice-card-body{
  min-height:108px!important;
  padding:14px 16px!important;
}
.booking-v2-page .choice-card-copy{gap:7px!important}
.booking-v2-page .choice-card-title-row{align-items:center!important}
.booking-v2-page .choice-card-meta{
  display:inline-flex;
  flex:0 0 auto;
  align-items:baseline;
  gap:7px;
  white-space:nowrap;
}
.booking-v2-page .choice-card-meta>small{
  margin:0!important;
  color:#7a736b;
  font-size:.68rem!important;
  font-weight:750;
  line-height:1.2;
}
.booking-v2-page .choice-card-title-row .choice-card-price{
  font-size:.96rem!important;
}
.booking-v2-page .choice-card-description{
  margin:0!important;
  color:#746d65;
  font-size:.73rem!important;
  line-height:1.4;
}
.booking-v2-page .booking-payment-badges-naffy{
  opacity:.78;
}
.booking-v2-page .checkout-consents-under-button{
  margin-top:16px!important;
}
.booking-v2-page .secure-row-prominent{
  margin-top:20px!important;
  padding-top:15px!important;
  padding-bottom:8px!important;
}
@media(max-width:759px){
  .booking-v2-page .booking-details-intro{font-size:.82rem;line-height:1.58}
  .booking-v2-page .checkout-step-service .choice-card-body{min-height:96px!important;padding:13px 14px!important}
  .booking-v2-page .choice-card-title-row{gap:8px!important}
  .booking-v2-page .choice-card-title-row strong{font-size:.88rem!important}
  .booking-v2-page .choice-card-meta{gap:6px}
  .booking-v2-page .choice-card-meta>small{font-size:.63rem!important}
  .booking-v2-page .choice-card-title-row .choice-card-price{font-size:.89rem!important}
  .booking-v2-page .choice-card-description{font-size:.68rem!important;line-height:1.35}
  .booking-v2-page .checkout-consents-under-button{margin-top:14px!important}
  .booking-v2-page .secure-row-prominent{margin-top:18px!important;padding-top:13px!important}
}

/* UX94 — account booking parity in the stylesheet loaded by /konto */
.account-booking-v2 .booking-details-intro{margin:0;color:#4f4942;font-size:.88rem;line-height:1.62}
.account-booking-v2 .booking-offer-details-content>.booking-details-intro{padding-top:2px}
.account-booking-v2 .checkout-step-service .choice-card-body{min-height:108px!important;padding:14px 16px!important;display:block!important}
.account-booking-v2 .choice-card-copy{display:grid;gap:7px!important;width:100%}
.account-booking-v2 .choice-card-title-row{display:flex;align-items:center!important;justify-content:space-between;gap:12px;width:100%}
.account-booking-v2 .choice-card-meta{display:inline-flex;flex:0 0 auto;align-items:baseline;gap:7px;white-space:nowrap}
.account-booking-v2 .choice-card-meta>small{margin:0!important;color:#7a736b;font-size:.68rem!important;font-weight:750;line-height:1.2}
.account-booking-v2 .choice-card-title-row .choice-card-price{flex:0 0 auto;margin:0!important;font-size:.96rem!important;line-height:1.2;white-space:nowrap}
.account-booking-v2 .choice-card-description{margin:0!important;color:#746d65;font-size:.73rem!important;line-height:1.4}
.account-booking-v2 .booking-payment-badges-naffy{opacity:.78}
.account-booking-v2 .checkout-consents-under-button{margin-top:16px!important}
.account-booking-v2 .secure-row-prominent{margin-top:20px!important;padding-top:15px!important;padding-bottom:8px!important}
@media(max-width:759px){
  .account-booking-v2 .booking-details-intro{font-size:.82rem;line-height:1.58}
  .account-booking-v2 .checkout-step-service .choice-card-body{min-height:96px!important;padding:13px 14px!important}
  .account-booking-v2 .choice-card-title-row{gap:8px!important}
  .account-booking-v2 .choice-card-title-row strong{font-size:.88rem!important}
  .account-booking-v2 .choice-card-meta{gap:6px}
  .account-booking-v2 .choice-card-meta>small{font-size:.63rem!important}
  .account-booking-v2 .choice-card-title-row .choice-card-price{font-size:.89rem!important}
  .account-booking-v2 .choice-card-description{font-size:.68rem!important;line-height:1.35}
  .account-booking-v2 .checkout-consents-under-button{margin-top:14px!important}
  .account-booking-v2 .secure-row-prominent{margin-top:18px!important;padding-top:13px!important}
}


/* UX95 — booking lead */
.booking-offer-lead{font-size:1rem;line-height:1.62}
@media(max-width:759px){.booking-offer-lead{font-size:.9rem;line-height:1.55}}

/* UX104 — pełna etykieta bezpieczeństwa również na małych ekranach */
@media(max-width:430px){
  .booking-secure-label{display:inline-flex;gap:6px;font-size:.6rem;line-height:1.15;max-width:132px;white-space:normal;text-align:right;justify-content:flex-end}
  .booking-secure-label>span{display:inline}
  .booking-secure-label svg{width:15px;height:15px}
}
@media(max-width:365px){
  .booking-secure-label{display:inline-flex;font-size:.56rem;max-width:118px}
}


/* UX105 — identyczna, czytelna etykieta bezpieczeństwa jak w checkout. */
.booking-secure-label{display:inline-flex!important;align-items:center!important;gap:7px!important;white-space:nowrap!important;line-height:1.2!important}
.booking-secure-label svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
@media(max-width:430px){.booking-secure-label{display:inline-flex!important;max-width:none!important;font-size:.62rem!important;white-space:nowrap!important;text-align:right!important}.booking-secure-label>span{display:inline!important}.booking-simple-header-inner{gap:10px!important}}
@media(max-width:365px){.booking-secure-label{display:inline-flex!important;font-size:.56rem!important}.booking-secure-label svg{width:16px!important;height:16px!important;min-width:16px!important}}
