/* ==============================================================
   Oscanre UI 1.0 · compiled runtime bundle
   Kolejność źródeł została zachowana 1:1.
   Nie edytuj bezpośrednio — źródła: server-config/ui-src.
   ============================================================== */

/* ===== sales.css ===== */
/* ======================================================================
   Oscanre UX131B · strony sprzedażowe i checkout premium
   Modułowe reguły tylko dla oznaczonych widoków sprzedażowych.
   Kolory są ustawiane wyłącznie dla konkretnych, znanych jasnych lub
   ciemnych komponentów — bez globalnego nadpisywania motywu.
   ====================================================================== */

body.ux131b-sales{
  --ux131b-line:rgba(17,17,17,.13);
  --ux131b-line-soft:rgba(17,17,17,.075);
  --ux131b-soft:#f1ebe3;
  --ux131b-soft-2:#faf8f4;
  --ux131b-radius:16px;
  --ux131b-radius-lg:22px;
}

/* ---------- Wspólny rytm konwersji ---------- */
body.ux131b-sales :is(.field input,.field select,.field textarea){
  border-radius:11px;
  box-shadow:none;
}
body.ux131b-sales :is(.btn,button){
  border-radius:11px;
}
body.ux131b-sales :is(.notice,.decision-note){
  border-radius:14px;
  box-shadow:none;
}
body.ux131b-sales .form-check{
  align-items:flex-start;
}
body.ux131b-sales .form-check>span{
  line-height:1.52;
}
body.ux131b-sales .section-head-inline{
  align-items:end;
  gap:28px;
}

/* ---------- Rozmowy: jedna porównywalna tabela ofert ---------- */
body.ux131b-sales.conversations-page .conversation-hero{
  padding-bottom:74px;
}
body.ux131b-sales.conversations-page .conversation-hero-grid{
  gap:54px;
  align-items:end;
}
body.ux131b-sales.conversations-page .decision-note{
  padding:24px;
  border:1px solid var(--ux131b-line);
  background:rgba(255,255,255,.72);
}
body.ux131b-sales.conversations-page .conversation-proof{
  padding-block:76px;
}
body.ux131b-sales.conversations-page .conversation-products{
  padding-top:0;
}
body.ux131b-sales.conversations-page .conversation-choice-grid{
  gap:0;
  overflow:hidden;
  border:1px solid var(--ux131b-line);
  border-radius:var(--ux131b-radius-lg);
  background:#fff;
}
body.ux131b-sales.conversations-page .conversation-choice{
  min-height:560px;
  padding:29px 25px 25px;
  border:0;
  border-left:1px solid var(--ux131b-line);
  border-radius:0;
  box-shadow:none;
}
body.ux131b-sales.conversations-page .conversation-choice:first-child{
  border-left:0;
}
body.ux131b-sales.conversations-page .conversation-choice h2{
  margin-top:30px;
  font-size:clamp(2.35rem,3.65vw,4rem);
  line-height:.94;
  letter-spacing:-.058em;
}
body.ux131b-sales.conversations-page .conversation-choice>p{
  min-height:76px;
}
body.ux131b-sales.conversations-page .conversation-choice ul{
  margin-top:22px;
}
body.ux131b-sales.conversations-page .conversation-choice-bottom{
  margin-top:auto;
}
body.ux131b-sales.conversations-page .conversation-choice.is-recommended{
  background:#0d0d0d;
  color:#fff;
}
body.ux131b-sales.conversations-page .conversation-choice.is-recommended :is(h2,strong,.choice-label,.card-detail-link){
  color:#fff;
  -webkit-text-fill-color:#fff;
}
body.ux131b-sales.conversations-page .conversation-choice.is-recommended :is(p,li,.conversation-choice-top>span:last-child){
  color:rgba(255,255,255,.68);
  -webkit-text-fill-color:rgba(255,255,255,.68);
}
body.ux131b-sales.conversations-page .conversation-choice.is-recommended li::before{
  color:#fff;
}
body.ux131b-sales.conversations-page .conversation-choice.is-recommended .btn-dark{
  background:#fff;
  border-color:#fff;
  color:#111;
  -webkit-text-fill-color:#111;
}
body.ux131b-sales.conversations-page .conversation-guidance{
  margin-top:18px;
  border-radius:var(--ux131b-radius-lg);
}
body.ux131b-sales.conversations-page .conversation-process{
  padding-block:92px;
}
body.ux131b-sales.conversations-page .conversation-process .process-grid{
  gap:0;
  overflow:hidden;
  border:1px solid var(--ux131b-line);
  border-radius:var(--ux131b-radius);
}
body.ux131b-sales.conversations-page .conversation-process .process-grid article{
  border:0;
  border-left:1px solid var(--ux131b-line);
  border-radius:0;
  box-shadow:none;
}
body.ux131b-sales.conversations-page .conversation-process .process-grid article:first-child{
  border-left:0;
}

/* ---------- Pełne opisy usług ---------- */
body.ux131b-sales.service-page .service-hero{
  padding-block:74px 84px;
}
body.ux131b-sales.service-page .service-hero-grid{
  gap:70px;
  align-items:center;
}
body.ux131b-sales.service-page .service-portrait{
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.service-page .service-copy h1{
  max-width:780px;
  font-size:clamp(3.1rem,6vw,6.2rem);
  line-height:.91;
}
body.ux131b-sales.service-page .service-facts{
  gap:0;
  overflow:hidden;
  border:1px solid var(--ux131b-line);
  border-radius:14px;
}
body.ux131b-sales.service-page .service-facts span{
  flex:1 1 150px;
  min-height:74px;
  padding:14px;
  border:0;
  border-left:1px solid var(--ux131b-line);
  border-radius:0;
}
body.ux131b-sales.service-page .service-facts span:first-child{
  border-left:0;
}
body.ux131b-sales.service-page .service-detail-grid{
  gap:0;
  overflow:hidden;
  border:1px solid var(--ux131b-line);
  border-radius:var(--ux131b-radius-lg);
}
body.ux131b-sales.service-page .service-list-card{
  min-height:490px;
  border:0;
  border-left:1px solid var(--ux131b-line);
  border-radius:0;
  box-shadow:none;
}
body.ux131b-sales.service-page .service-list-card:first-child{
  border-left:0;
}
body.ux131b-sales.service-page .service-list-card.dark{
  background:#111;
  color:#fff;
}
body.ux131b-sales.service-page .service-list-card.dark :is(h2,.eyebrow,li,p){
  color:#fff;
  -webkit-text-fill-color:#fff;
}
body.ux131b-sales.service-page .service-list-card.dark :is(p,li){
  color:rgba(255,255,255,.72);
  -webkit-text-fill-color:rgba(255,255,255,.72);
}
body.ux131b-sales.service-page .service-process-section .process-grid{
  gap:0;
  overflow:hidden;
  border:1px solid var(--ux131b-line);
  border-radius:var(--ux131b-radius);
}
body.ux131b-sales.service-page .service-process-section .process-grid article{
  border:0;
  border-left:1px solid var(--ux131b-line);
  border-radius:0;
  box-shadow:none;
}
body.ux131b-sales.service-page .service-process-section .process-grid article:first-child{
  border-left:0;
}
body.ux131b-sales.service-page .service-final-card{
  border-radius:var(--ux131b-radius-lg);
}

/* ---------- Rezerwacja: mniej dwóch osobnych aplikacji ---------- */
body.ux131b-sales.booking-v2-page .booking-simple-header-inner,
body.ux131b-sales.booking-v2-page .booking-v2-container,
body.ux131b-sales.booking-v2-page .booking-simple-footer>div{
  width:min(1200px,calc(100% - 40px));
}
body.ux131b-sales.booking-v2-page .booking-v2-main{
  padding-top:28px;
}
body.ux131b-sales.booking-v2-page .booking-v2-layout{
  grid-template-columns:minmax(360px,.43fr) minmax(0,.57fr);
  gap:18px;
}
body.ux131b-sales.booking-v2-page .booking-offer-card,
body.ux131b-sales.booking-v2-page .booking-form-card{
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.booking-v2-page .booking-offer-card{
  top:18px;
}
body.ux131b-sales.booking-v2-page .booking-offer-top{
  padding:24px;
}
body.ux131b-sales.booking-v2-page .booking-offer-lead{
  padding:23px 24px 0;
}
body.ux131b-sales.booking-v2-page :is(.booking-offer-details,.booking-inline-reviews,.booking-offer-cta){
  margin-inline:24px;
}
body.ux131b-sales.booking-v2-page .booking-form-card{
  padding:27px;
}
body.ux131b-sales.booking-v2-page .booking-form-heading h2{
  font-size:clamp(2.05rem,3.7vw,3.25rem);
}
body.ux131b-sales.booking-v2-page .checkout-step{
  padding-block:25px;
}
body.ux131b-sales.booking-v2-page .checkout-step-service .service-choice{
  gap:9px!important;
}
body.ux131b-sales.booking-v2-page .checkout-step-service .choice-card-body{
  min-height:150px;
  padding:17px;
  border-radius:13px;
}
body.ux131b-sales.booking-v2-page .slot-day-button{
  min-height:86px;
  border-radius:12px;
}
body.ux131b-sales.booking-v2-page .slot-time-grid button{
  min-height:52px;
  border-radius:11px;
}
body.ux131b-sales.booking-v2-page .booking-order-summary,
body.ux131b-sales.booking-v2-page .checkout-consents-compact,
body.ux131b-sales.booking-v2-page .waitlist-box{
  border-radius:14px;
  box-shadow:none;
}
body.ux131b-sales.booking-v2-page .checkout-submit{
  min-height:56px;
  border-radius:11px;
}
body.ux131b-sales.booking-v2-page .booking-payment-badge{
  border-radius:11px;
}

/* ---------- Program: mniej kart, mocniejsza ścieżka zakupu ---------- */
body.ux131b-sales.program-page .program-price-card,
body.ux131b-sales.program-page .program-checkout-card,
body.ux131b-sales.program-page .program-fit-card{
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.program-page .program-signals-grid,
body.ux131b-sales.program-page .program-outcomes-grid{
  gap:0;
  overflow:hidden;
  border:1px solid rgba(17,17,17,.13);
  border-radius:var(--ux131b-radius);
}
body.ux131b-sales.program-page .program-signals-grid article,
body.ux131b-sales.program-page .program-outcomes-grid article{
  border:0;
  border-left:1px solid rgba(17,17,17,.13);
  border-radius:0;
  box-shadow:none;
}
body.ux131b-sales.program-page .program-signals-grid article:first-child,
body.ux131b-sales.program-page .program-outcomes-grid article:first-child{
  border-left:0;
}
body.ux131b-sales.program-page .program-callout{
  border-radius:var(--ux131b-radius);
}
body.ux131b-sales.program-page .program-included-list{
  gap:0;
  overflow:hidden;
  border:1px solid rgba(17,17,17,.13);
  border-radius:var(--ux131b-radius);
}
body.ux131b-sales.program-page .program-included-list article{
  min-height:136px;
  border:0;
  border-left:1px solid rgba(17,17,17,.13);
  border-top:1px solid rgba(17,17,17,.13);
  border-radius:0;
}
body.ux131b-sales.program-page .program-included-list article:nth-child(odd){
  border-left:0;
}
body.ux131b-sales.program-page .program-included-list article:nth-child(-n+2){
  border-top:0;
}
body.ux131b-sales.program-page .program-steps{
  gap:0;
  overflow:hidden;
  border:1px solid rgba(17,17,17,.13);
  border-radius:var(--ux131b-radius);
}
body.ux131b-sales.program-page .program-steps li{
  margin:0;
  border-top:1px solid rgba(17,17,17,.13);
  border-radius:0;
}
body.ux131b-sales.program-page .program-steps li:first-child{
  border-top:0;
}
body.ux131b-sales.program-page .program-buy-grid{
  grid-template-columns:minmax(0,1fr) minmax(390px,470px);
  gap:58px;
}
body.ux131b-sales.program-page .program-checkout-card{
  position:sticky;
  top:112px;
  padding:28px;
}

/* ---------- Prywatna odpowiedź i prowadzenie ---------- */
body.ux131b-sales.perspective-wizard-page .perspective-wizard-layout{
  gap:24px;
  align-items:start;
}
body.ux131b-sales.perspective-wizard-page .perspective-wizard-intro{
  position:sticky;
  top:112px;
}
body.ux131b-sales.perspective-wizard-page .perspective-wizard-card{
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.perspective-wizard-page .perspective-wizard-step{
  padding-block:26px;
}
body.ux131b-sales.perspective-wizard-page .perspective-progress-line{
  height:5px;
}
body.ux131b-sales.perspective-wizard-page .perspective-review,
body.ux131b-sales.perspective-wizard-page .perspective-consents{
  border-radius:14px;
}
body.ux131b-sales.service-page .contact-grid{
  gap:18px;
}
body.ux131b-sales.service-page .contact-grid :is(.checkout-main,.contact-aside){
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}

/* ---------- Biblioteka ebooków ---------- */
body.ux131b-sales.ebook-library-page .library-toolbar{
  gap:14px;
  align-items:end;
}
body.ux131b-sales.ebook-library-page .library-filters{
  gap:6px;
}
body.ux131b-sales.ebook-library-page .library-filter{
  min-height:42px;
  border-radius:10px;
}
body.ux131b-sales.ebook-library-page .ebook-library-grid{
  gap:14px;
}
body.ux131b-sales.ebook-library-page .ebook-library-card{
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.ebook-library-page .ebook-library-card:not(.featured){
  min-height:410px;
}
body.ux131b-sales.ebook-library-page .ebook-library-card.featured{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:minmax(220px,.38fr) minmax(0,.62fr);
  min-height:390px;
  align-items:center;
}
body.ux131b-sales.ebook-library-page .ebook-library-card.featured .ebook-library-cover{
  align-self:stretch;
  min-height:340px;
}
body.ux131b-sales.ebook-library-page .ebook-library-card.featured .ebook-library-copy{
  padding:34px;
}
body.ux131b-sales.ebook-library-page .ebook-card-actions .btn{
  min-height:46px;
}

/* ---------- Pojedynczy ebook ---------- */
body.ux131b-sales.ebook-product-page .ebook-product-layout{
  grid-template-columns:minmax(300px,.42fr) minmax(0,.58fr);
  gap:64px;
}
body.ux131b-sales.ebook-product-page .ebook-cover-stage,
body.ux131b-sales.ebook-product-page .ebook-price-box,
body.ux131b-sales.ebook-product-page .ebook-direct-buy,
body.ux131b-sales.ebook-product-page .ebook-info-card,
body.ux131b-sales.ebook-product-page .ebook-delivery-note{
  border-radius:var(--ux131b-radius);
  box-shadow:none;
}
body.ux131b-sales.ebook-product-page .ebook-product-copy h1{
  max-width:820px;
}
body.ux131b-sales.ebook-product-page .ebook-price-box{
  gap:28px;
}
body.ux131b-sales.ebook-product-page .ebook-direct-buy{
  padding:22px;
  border:1px solid var(--ux131b-line);
  background:var(--ux131b-soft-2);
}
body.ux131b-sales.ebook-product-page .ebook-tabs{
  gap:3px;
  padding:4px;
  border-radius:12px;
  background:var(--ux131b-soft);
}
body.ux131b-sales.ebook-product-page .ebook-tab{
  min-height:40px;
  border:0;
  border-radius:8px;
}
body.ux131b-sales.ebook-product-page .ebook-tab.is-active{
  background:#fff;
  box-shadow:0 1px 2px rgba(17,17,17,.08);
}
body.ux131b-sales.ebook-product-page .related-card{
  border-radius:var(--ux131b-radius);
  box-shadow:none;
}

/* ---------- Kolekcja i koszyk ---------- */
body.ux131b-sales.shop-page .shop-grid{
  gap:14px;
}
body.ux131b-sales.shop-page .shop-grid article,
body.ux131b-sales.shop-page .shop-auto-bundle,
body.ux131b-sales.shop-product-page :is(.shop-gallery,.shop-buy-box){
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.shop-product-page .shop-product-grid{
  gap:54px;
}
body.ux131b-sales.shop-product-page .shop-buy-box{
  padding:20px;
  border:1px solid var(--ux131b-line);
  background:var(--ux131b-soft-2);
}
body.ux131b-sales.shop-checkout-page .shop-checkout{
  padding-top:44px;
}
body.ux131b-sales.shop-checkout-page .shop-checkout-grid{
  grid-template-columns:minmax(0,1fr) minmax(320px,.38fr);
  gap:18px;
  align-items:start;
}
body.ux131b-sales.shop-checkout-page .shop-checkout-card,
body.ux131b-sales.shop-checkout-page .shop-summary{
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.shop-checkout-page .shop-summary{
  position:sticky;
  top:18px;
}
body.ux131b-sales.shop-checkout-page .shop-checkout-step{
  padding-block:25px;
}
body.ux131b-sales.shop-checkout-page :is(.shop-shipping-choice,.shop-option-choice,.shop-cart-upsell,.shop-coupon){
  border-radius:13px;
  box-shadow:none;
}
body.ux131b-sales.shop-checkout-page .shop-pay-button{
  min-height:56px;
}

/* ---------- Klub i Live ---------- */
body.ux131b-sales.club-landing-page .club-price-grid{
  gap:0;
  overflow:hidden;
  border:1px solid var(--ux131b-line);
  border-radius:var(--ux131b-radius-lg);
  background:#fff;
}
body.ux131b-sales.club-landing-page .club-price-card{
  min-height:720px;
  padding:30px;
  border:0;
  border-left:1px solid var(--ux131b-line);
  border-radius:0;
  box-shadow:none;
}
body.ux131b-sales.club-landing-page .club-price-card:first-child{
  border-left:0;
}
body.ux131b-sales.club-landing-page .club-price-card.is-recommended{
  background:#111;
  color:#fff;
}
body.ux131b-sales.club-landing-page .club-price-card.is-recommended :is(p,strong,span,li,.club-price-badge){
  color:#fff;
  -webkit-text-fill-color:#fff;
}
body.ux131b-sales.club-landing-page .club-price-card.is-recommended li,
body.ux131b-sales.club-landing-page .club-price-card.is-recommended .form-check>span{
  color:rgba(255,255,255,.74);
  -webkit-text-fill-color:rgba(255,255,255,.74);
}
body.ux131b-sales.club-landing-page .club-price-card.is-recommended a{
  color:#fff;
  -webkit-text-fill-color:#fff;
}
body.ux131b-sales.club-landing-page .club-price-card.is-recommended :is(input,select,textarea){
  background:#fff;
  color:#111;
  -webkit-text-fill-color:#111;
}
body.ux131b-sales.club-landing-page .club-price-card.is-recommended .btn-light{
  background:#fff;
  color:#111;
  -webkit-text-fill-color:#111;
}
body.ux131b-sales.club-landing-page .club-checkout-form{
  margin-top:auto;
}
body.ux131b-sales.club-landing-page .club-live-value-card,
body.ux131b-sales.club-landing-page .club-waitlist-card{
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.live-landing-page .live-public-grid{
  grid-template-columns:minmax(0,1fr) minmax(390px,.42fr);
  gap:54px;
}
body.ux131b-sales.live-landing-page .live-public-event{
  border-radius:var(--ux131b-radius-lg);
  box-shadow:none;
}
body.ux131b-sales.live-landing-page .live-ticket-form{
  gap:13px;
}
body.ux131b-sales.live-landing-page .live-public-steps{
  gap:0;
  overflow:hidden;
  border:1px solid var(--ux131b-line);
  border-radius:var(--ux131b-radius);
}
body.ux131b-sales.live-landing-page .live-public-steps article{
  border:0;
  border-left:1px solid var(--ux131b-line);
  border-radius:0;
  box-shadow:none;
}
body.ux131b-sales.live-landing-page .live-public-steps article:first-child{
  border-left:0;
}

/* ---------- Tablet ---------- */
@media(max-width:1020px){
  body.ux131b-sales.conversations-page .conversation-choice-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  body.ux131b-sales.conversations-page .conversation-choice{
    min-height:500px;
    border-top:1px solid var(--ux131b-line);
  }
  body.ux131b-sales.conversations-page .conversation-choice:nth-child(odd){
    border-left:0;
  }
  body.ux131b-sales.conversations-page .conversation-choice:nth-child(-n+2){
    border-top:0;
  }
  body.ux131b-sales.conversations-page .pair-choice{
    grid-column:1/-1;
    min-height:440px;
  }
  body.ux131b-sales.booking-v2-page .booking-v2-layout,
  body.ux131b-sales.ebook-product-page .ebook-product-layout,
  body.ux131b-sales.shop-product-page .shop-product-grid,
  body.ux131b-sales.live-landing-page .live-public-grid{
    grid-template-columns:1fr;
  }
  body.ux131b-sales.booking-v2-page .booking-offer-card,
  body.ux131b-sales.shop-checkout-page .shop-summary,
  body.ux131b-sales.program-page .program-checkout-card,
  body.ux131b-sales.perspective-wizard-page .perspective-wizard-intro{
    position:static;
  }
  body.ux131b-sales.program-page .program-buy-grid,
  body.ux131b-sales.shop-checkout-page .shop-checkout-grid{
    grid-template-columns:1fr;
  }
}

/* ---------- Mobile ---------- */
@media(max-width:699px){
  body.ux131b-sales .section-head-inline{
    align-items:start;
    gap:14px;
  }
  body.ux131b-sales.conversations-page .conversation-hero{
    padding-bottom:48px;
  }
  body.ux131b-sales.conversations-page .conversation-choice-grid{
    display:grid;
    grid-template-columns:1fr;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
  }
  body.ux131b-sales.conversations-page .conversation-choice,
  body.ux131b-sales.conversations-page .pair-choice{
    grid-column:auto;
    min-height:0;
    margin-top:12px;
    padding:22px 18px;
    border:1px solid var(--ux131b-line);
    border-radius:16px;
  }
  body.ux131b-sales.conversations-page .conversation-choice:first-child{
    margin-top:0;
  }
  body.ux131b-sales.conversations-page .conversation-choice h2{
    margin-top:22px;
    font-size:2.45rem;
  }
  body.ux131b-sales.conversations-page .conversation-choice>p{
    min-height:0;
  }
  body.ux131b-sales.conversations-page .conversation-process .process-grid,
  body.ux131b-sales.service-page .service-process-section .process-grid,
  body.ux131b-sales.live-landing-page .live-public-steps{
    display:grid;
    border-radius:14px;
  }
  body.ux131b-sales.conversations-page .conversation-process .process-grid article,
  body.ux131b-sales.service-page .service-process-section .process-grid article,
  body.ux131b-sales.live-landing-page .live-public-steps article{
    border-left:0;
    border-top:1px solid var(--ux131b-line);
  }
  body.ux131b-sales.conversations-page .conversation-process .process-grid article:first-child,
  body.ux131b-sales.service-page .service-process-section .process-grid article:first-child,
  body.ux131b-sales.live-landing-page .live-public-steps article:first-child{
    border-top:0;
  }
  body.ux131b-sales.service-page .service-hero{
    padding-block:44px 54px;
  }
  body.ux131b-sales.service-page .service-hero-grid{
    gap:28px;
  }
  body.ux131b-sales.service-page .service-copy h1{
    font-size:3rem;
  }
  body.ux131b-sales.service-page .service-facts{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  body.ux131b-sales.service-page .service-facts span{
    border-left:0;
    border-top:1px solid var(--ux131b-line);
  }
  body.ux131b-sales.service-page .service-facts span:nth-child(even){
    border-left:1px solid var(--ux131b-line);
  }
  body.ux131b-sales.service-page .service-facts span:nth-child(-n+2){
    border-top:0;
  }
  body.ux131b-sales.service-page .service-detail-grid{
    display:grid;
    overflow:visible;
    border:0;
    border-radius:0;
  }
  body.ux131b-sales.service-page .service-list-card{
    min-height:0;
    border:1px solid var(--ux131b-line);
    border-radius:16px;
  }
  body.ux131b-sales.service-page .service-list-card+ .service-list-card{
    margin-top:12px;
  }
  body.ux131b-sales.booking-v2-page .booking-simple-header-inner,
  body.ux131b-sales.booking-v2-page .booking-v2-container,
  body.ux131b-sales.booking-v2-page .booking-simple-footer>div{
    width:calc(100% - 20px);
  }
  body.ux131b-sales.booking-v2-page .booking-form-card{
    padding:20px 16px;
  }
  body.ux131b-sales.program-page .program-signals-grid,
  body.ux131b-sales.program-page .program-outcomes-grid{
    display:grid;
    grid-template-columns:1fr;
  }
  body.ux131b-sales.program-page .program-signals-grid article,
  body.ux131b-sales.program-page .program-outcomes-grid article{
    border-left:0;
    border-top:1px solid rgba(17,17,17,.13);
  }
  body.ux131b-sales.program-page .program-signals-grid article:first-child,
  body.ux131b-sales.program-page .program-outcomes-grid article:first-child{
    border-top:0;
  }
  body.ux131b-sales.program-page .program-included-list{
    grid-template-columns:1fr;
  }
  body.ux131b-sales.program-page .program-included-list article{
    border-left:0;
  }
  body.ux131b-sales.program-page .program-included-list article:nth-child(2){
    border-top:1px solid rgba(17,17,17,.13);
  }
  body.ux131b-sales.ebook-library-page .ebook-library-card.featured{
    display:block;
    min-height:0;
  }
  body.ux131b-sales.ebook-library-page .ebook-library-card.featured .ebook-library-cover{
    min-height:230px;
  }
  body.ux131b-sales.ebook-library-page .ebook-library-card.featured .ebook-library-copy{
    padding:22px;
  }
  body.ux131b-sales.ebook-product-page .ebook-direct-buy{
    padding:17px;
  }
  body.ux131b-sales.ebook-product-page .ebook-tabs{
    width:100%;
    overflow-x:auto;
    scrollbar-width:none;
  }
  body.ux131b-sales.ebook-product-page .ebook-tabs::-webkit-scrollbar{
    display:none;
  }
  body.ux131b-sales.ebook-product-page .ebook-tab{
    flex:0 0 auto;
    white-space:nowrap;
  }
  body.ux131b-sales.shop-checkout-page .shop-checkout{
    padding-top:24px;
  }
  body.ux131b-sales.club-landing-page .club-price-grid{
    display:grid;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
  }
  body.ux131b-sales.club-landing-page .club-price-card{
    min-height:0;
    padding:22px 18px;
    border:1px solid var(--ux131b-line);
    border-radius:16px;
  }
  body.ux131b-sales.club-landing-page .club-price-card+ .club-price-card{
    margin-top:12px;
  }
}

/* ---------- Dostępność ---------- */
body.ux131b-sales :is(a,button,input,select,textarea):focus-visible{
  outline:3px solid rgba(176,132,65,.55);
  outline-offset:3px;
}
@media(prefers-reduced-motion:reduce){
  body.ux131b-sales *,
  body.ux131b-sales *::before,
  body.ux131b-sales *::after{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}

/* ======================================================================
   Oscanre UX131C · final QA Safari, mobile i rytm konwersji
   Warstwa końcowa wyłącznie dla widoków oznaczonych ux131b-sales.
   Bez globalnego nadpisywania kolorów sekcji i bez zmian logiki.
   ====================================================================== */

body.ux131b-sales{
  overflow-x:clip;
}
body.ux131b-sales :is(img,svg,video,canvas){
  max-width:100%;
}
body.ux131b-sales :is(.btn,button,[role="button"]){
  -webkit-text-fill-color:currentColor;
}
body.ux131b-sales :is(input,select,textarea){
  min-width:0;
}
body.ux131b-sales :is(button:disabled,.btn[aria-disabled="true"],.btn.is-disabled){
  opacity:.56;
  cursor:not-allowed;
  transform:none!important;
  box-shadow:none!important;
}
body.ux131b-sales :is(#dolacz,#checkout,#rezerwacja,.checkout-step){
  scroll-margin-top:calc(var(--header-h,72px) + 24px);
}

/* Klub: sekcja Live zaczyna się szybciej i ma lżejszą kartę terminu. */
body.ux131b-sales.club-landing-page .club-live-value-section{
  padding-block:clamp(50px,5.4vw,74px);
}
body.ux131b-sales.club-landing-page .club-live-value-card{
  padding:clamp(28px,4.2vw,48px);
}
body.ux131b-sales.club-landing-page .club-live-value-event{
  width:100%;
  max-width:360px;
  justify-self:end;
}
body.ux131b-sales.club-landing-page .club-live-value-event .btn::after{
  content:"↗";
  margin-left:.55em;
  font-size:.9em;
}

/* Safari: utrzymanie kontrastu w znanych ciemnych kartach sprzedażowych. */
body.ux131b-sales.conversations-page .conversation-choice.is-recommended .card-detail-link,
body.ux131b-sales.conversations-page .conversation-choice.is-recommended .conversation-choice-bottom>a,
body.ux131b-sales.service-page .service-list-card.dark a,
body.ux131b-sales.club-landing-page .club-price-card.is-recommended a{
  -webkit-text-fill-color:currentColor;
}

/* Modale i panele nie wychodzą poza widok przy powiększeniu lub małym ekranie. */
body.ux131b-sales .cookie-consent__card{
  max-height:min(780px,calc(100svh - 32px));
  overflow:auto;
  overscroll-behavior:contain;
}
body.ux131b-sales .start-help-card.situation-prompt.is-expanded{
  max-height:calc(100svh - 16px);
  overflow:hidden;
}
body.ux131b-sales .start-help-card.situation-prompt.is-expanded .situation-prompt-scroll{
  overscroll-behavior:contain;
}

/* Checkout: podsumowanie nie przykleja się pod headerem. */
@media(min-width:1021px){
  body.ux131b-sales.shop-checkout-page .shop-summary{
    top:calc(var(--header-h,72px) + 18px);
  }
  body.ux131b-sales.club-landing-page .club-live-value-card{
    grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);
  }
}

@media(max-width:699px){
  body.ux131b-sales :is(input,select,textarea){
    font-size:16px;
  }
  body.ux131b-sales.club-landing-page .club-live-value-section{
    padding-block:34px;
  }
  body.ux131b-sales.club-landing-page .club-live-value-card{
    padding:22px 18px;
  }
  body.ux131b-sales.club-landing-page .club-live-value-event{
    max-width:none;
    justify-self:stretch;
  }
  body.ux131b-sales .cookie-consent{
    inset:auto 8px max(8px,env(safe-area-inset-bottom));
  }
  body.ux131b-sales .cookie-consent__card{
    max-height:calc(100svh - 16px);
    padding:18px;
    border-radius:18px;
  }
  body.ux131b-sales .start-help-card.situation-prompt.is-expanded{
    top:8px!important;
    bottom:8px!important;
    max-height:none;
  }
  body.ux131b-sales .booking-v2-layout,
  body.ux131b-sales .shop-checkout-grid,
  body.ux131b-sales .live-public-grid{
    min-width:0;
  }
}
