.elementor-18711 .elementor-element.elementor-element-b9fab00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================================================
   4MODELS — HUB OFERTA
   Wrapper:
   <main class="cb-offer-hub" id="oferta-4models">
   ========================================================= */

.cb-offer-hub {
  --hub-ink: #171717;
  --hub-ink-soft: #303033;
  --hub-muted: #6f6862;
  --hub-paper: #f3f1ec;
  --hub-paper-light: #fbf8f3;
  --hub-paper-warm: #f8efea;
  --hub-white: #ffffff;
  --hub-rose: #c57484;
  --hub-rose-strong: #f9598a;
  --hub-gold: #b5924d;
  --hub-line: rgba(23, 23, 23, .11);
  --hub-line-gold: rgba(181, 146, 77, .30);
  --hub-shadow: 0 24px 70px rgba(23, 23, 23, .08);
  --hub-shadow-soft: 0 14px 38px rgba(23, 23, 23, .045);
  --hub-radius: 28px;
  --hub-radius-lg: 42px;
  --hub-wrap: 1160px;
  --hub-font-display: Georgia, "Times New Roman", Times, serif;
  --hub-font-body: Inter, "Inter Tight", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hub-section-y: clamp(56px, 8vw, 106px);

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  isolation: isolate;

  color: var(--hub-ink);
  background:
    radial-gradient(circle at 86% 8%, rgba(197, 116, 132, .12), transparent 24rem),
    radial-gradient(circle at 10% 32%, rgba(181, 146, 77, .10), transparent 20rem),
    var(--hub-paper-light);
  font-family: var(--hub-font-body);
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

.cb-offer-hub,
.cb-offer-hub * {
  box-sizing: border-box;
}

.cb-offer-hub a {
  color: inherit;
}

.cb-offer-hub ::selection {
  background: rgba(249, 89, 138, .20);
}

.cb-offer-hub :focus-visible {
  outline: 3px solid rgba(249, 89, 138, .34);
  outline-offset: 4px;
  border-radius: 12px;
}

.cb-hub-wrap {
  width: min(var(--hub-wrap), calc(100% - 40px));
  margin-inline: auto;
}

/* ---------- TYPOGRAFIA ---------- */

.cb-offer-hub h1,
.cb-offer-hub h2,
.cb-offer-hub h3 {
  margin: 0;
  color: var(--hub-ink);
  font-family: var(--hub-font-display);
  font-weight: 400;
  letter-spacing: -.055em;
}

.cb-offer-hub h1 {
  max-width: 880px;
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: .96;
}

.cb-offer-hub h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
}

.cb-offer-hub h3 {
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.08;
}

.cb-offer-hub p {
  margin: 16px 0 0;
  color: var(--hub-muted);
}

.cb-offer-hub strong {
  color: var(--hub-ink);
  font-weight: 750;
}

.cb-hub-lead {
  max-width: 760px;
  margin-top: 24px;
  color: var(--hub-ink-soft);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.35;
}

.cb-hub-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  color: var(--hub-rose);
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cb-hub-kicker::after {
  content: "";
  width: clamp(42px, 7vw, 110px);
  height: 1px;
  background: var(--hub-gold);
}

.cb-hub-card-label,
.cb-hub-note-label {
  margin: 0 0 14px;
  color: var(--hub-rose);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* ---------- SEKCJE ---------- */

.cb-hub-section {
  position: relative;
  padding-block: var(--hub-section-y);
}

.cb-hub-section--soft {
  background:
    linear-gradient(180deg, rgba(251, 248, 243, .98), rgba(248, 239, 234, .66)),
    var(--hub-paper-light);
}

.cb-hub-section--warm {
  background:
    radial-gradient(circle at 10% 14%, rgba(197, 116, 132, .10), transparent 18rem),
    linear-gradient(180deg, rgba(248, 239, 234, .82), rgba(251, 248, 243, .96)),
    var(--hub-paper-warm);
}

.cb-hub-section-head {
  max-width: 860px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.cb-hub-section-head p {
  max-width: 760px;
}

.cb-hub-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.cb-hub-section-head--center .cb-hub-kicker {
  justify-content: center;
}

.cb-hub-section-head--center .cb-hub-kicker::before {
  content: "";
  width: clamp(42px, 7vw, 90px);
  height: 1px;
  background: var(--hub-gold);
}

.cb-hub-section-head--center .cb-hub-kicker::after {
  width: clamp(42px, 7vw, 90px);
}

/* ---------- PRZYCISKI I LINKI ---------- */

.cb-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.cb-hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border: 1px solid var(--hub-ink);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
}

.cb-hub-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(23, 23, 23, .13);
}

.cb-hub-btn--primary {
  background: var(--hub-ink);
  color: var(--hub-white);
}

.cb-hub-btn--secondary {
  border-color: rgba(23, 23, 23, .20);
  background: rgba(255, 255, 255, .68);
  color: var(--hub-ink);
}

.cb-hub-btn--secondary:hover {
  border-color: rgba(23, 23, 23, .42);
  background: rgba(255, 255, 255, .92);
}

.cb-hub-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--hub-ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.cb-hub-text-link::after {
  content: "";
  width: 54px;
  height: 1px;
  background: var(--hub-gold);
  transition: width .18s ease;
}

.cb-hub-text-link:hover::after {
  width: 72px;
}

/* ---------- HERO ---------- */

.cb-hub-hero {
  min-height: min(820px, 100svh);
  display: flex;
  align-items: center;
  padding-block: clamp(62px, 8vw, 112px);
  background:
    radial-gradient(circle at 82% 12%, rgba(197, 116, 132, .16), transparent 24rem),
    linear-gradient(120deg, rgba(251, 248, 243, .98), rgba(248, 239, 234, .86)),
    var(--hub-paper-light);
}

.cb-hub-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.cb-hub-hero__copy {
  max-width: 900px;
}

.cb-hub-hero__copy > p:not(.cb-hub-kicker):not(.cb-hub-lead) {
  max-width: 760px;
  color: var(--hub-muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.5;
}

.cb-hub-hero__note {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--hub-line-gold);
  border-radius: var(--hub-radius-lg);
  background:
    radial-gradient(circle at 90% 10%, rgba(249, 89, 138, .10), transparent 14rem),
    rgba(255, 255, 255, .58);
  box-shadow: var(--hub-shadow);
}

.cb-hub-hero__note h2 {
  font-size: clamp(28px, 3.4vw, 44px);
}

.cb-hub-hero__note p {
  color: var(--hub-ink-soft);
  font-size: 16px;
  line-height: 1.6;
}

/* ---------- DWIE ŚCIEŻKI ---------- */

.cb-hub-paths {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.cb-hub-path-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--hub-line);
  border-radius: var(--hub-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(248, 239, 234, .72)),
    rgba(255, 255, 255, .72);
  box-shadow: var(--hub-shadow-soft);
}

.cb-hub-path-card h3 {
  max-width: 560px;
}

.cb-hub-path-card p {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.62;
}

.cb-hub-path-card .cb-hub-btn {
  margin-top: auto;
  transform: translateY(22px);
}

/* ---------- CATWALK & BEYOND INTRO ---------- */

.cb-hub-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 5vw, 66px);
  align-items: start;
}

.cb-hub-intro__copy {
  max-width: 800px;
}

.cb-hub-intro__copy p {
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}

.cb-hub-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.cb-hub-fact {
  padding: 18px 20px;
  border: 1px solid rgba(23, 23, 23, .09);
  border-radius: 20px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 10px 26px rgba(23, 23, 23, .035);
}

.cb-hub-fact span {
  display: block;
  margin-bottom: 6px;
  color: var(--hub-rose);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cb-hub-fact strong {
  display: block;
  color: var(--hub-ink);
  font-size: 16px;
  line-height: 1.35;
}

/* ---------- DLA KOGO ---------- */

.cb-hub-fit__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.cb-hub-check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-hub-check-list li {
  position: relative;
  padding: 18px 20px 18px 52px;
  border: 1px solid rgba(23, 23, 23, .10);
  border-radius: 20px;
  background: rgba(255, 255, 255, .64);
  color: var(--hub-ink-soft);
  font-size: 16px;
  line-height: 1.52;
  box-shadow: 0 10px 26px rgba(23, 23, 23, .032);
}

.cb-hub-check-list li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--hub-rose);
  box-shadow: 0 0 0 6px rgba(249, 89, 138, .10);
}

.cb-hub-fit__note {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--hub-line-gold);
  border-radius: var(--hub-radius-lg);
  background:
    radial-gradient(circle at 88% 12%, rgba(181, 146, 77, .12), transparent 16rem),
    rgba(255, 255, 255, .62);
  box-shadow: var(--hub-shadow);
}

.cb-hub-fit__note h3 {
  font-size: clamp(28px, 3.2vw, 44px);
}

.cb-hub-fit__note p {
  color: var(--hub-ink-soft);
  font-size: 16px;
  line-height: 1.62;
}

/* ---------- ONE TO ONE ---------- */

.cb-hub-continuation {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 5vw, 62px);
  align-items: start;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(23, 23, 23, .11);
  border-radius: var(--hub-radius-lg);
  background:
    radial-gradient(circle at 90% 12%, rgba(197, 116, 132, .09), transparent 16rem),
    linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(248, 239, 234, .62));
  box-shadow: var(--hub-shadow-soft);
}

.cb-hub-continuation__copy {
  max-width: 800px;
}

.cb-hub-continuation__copy p {
  font-size: 16px;
  line-height: 1.62;
}

.cb-hub-continuation__side {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(181, 146, 77, .28);
  border-radius: 26px;
  background: rgba(255, 255, 255, .60);
}

.cb-hub-continuation__side p {
  margin-top: 0;
  color: var(--hub-ink-soft);
  font-size: 16px;
  line-height: 1.62;
}

/* ---------- BEZ OBIETNIC ---------- */

.cb-hub-no-promises {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
}

.cb-hub-no-promises > div:last-child {
  padding: clamp(24px, 4vw, 42px);
  border-left: 1px solid var(--hub-gold);
  background: rgba(255, 255, 255, .46);
}

.cb-hub-no-promises p {
  max-width: 760px;
  color: var(--hub-ink-soft);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}

/* ---------- FINAL CTA ---------- */

.cb-hub-final {
  color: var(--hub-white);
  background:
    radial-gradient(circle at 84% 14%, rgba(249, 89, 138, .24), transparent 22rem),
    radial-gradient(circle at 12% 86%, rgba(181, 146, 77, .20), transparent 20rem),
    linear-gradient(135deg, #1b1b1d, #2e2528);
}

.cb-hub-final h2,
.cb-hub-final h3,
.cb-hub-final .cb-hub-kicker {
  color: var(--hub-white);
}

.cb-hub-final .cb-hub-kicker::before,
.cb-hub-final .cb-hub-kicker::after {
  background: rgba(255, 255, 255, .54);
}

.cb-hub-final__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.cb-hub-final-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--hub-radius-lg);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

.cb-hub-final-card h3 {
  max-width: 560px;
}

.cb-hub-final-card p {
  max-width: 620px;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.62;
}

.cb-hub-final-card .cb-hub-btn {
  margin-top: auto;
  transform: translateY(22px);
}

.cb-hub-final-card .cb-hub-btn--primary {
  border-color: var(--hub-white);
  background: var(--hub-white);
  color: var(--hub-ink);
}

.cb-hub-final-card .cb-hub-btn--secondary {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .10);
  color: var(--hub-white);
}

.cb-hub-final-card .cb-hub-btn--secondary:hover {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .16);
}

.cb-hub-final-note {
  max-width: 820px;
  margin: clamp(28px, 4vw, 42px) auto 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.58;
  text-align: center;
}

/* ---------- RESPONSYWNOŚĆ ---------- */

@media (min-width: 720px) {
  .cb-hub-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-hub-paths,
  .cb-hub-final__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .cb-hub-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .52fr);
  }

  .cb-hub-intro {
    grid-template-columns: minmax(0, .95fr) minmax(420px, .8fr);
  }

  .cb-hub-fit__grid {
    grid-template-columns: minmax(0, .95fr) minmax(340px, .72fr);
  }

  .cb-hub-continuation {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
  }

  .cb-hub-no-promises {
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .cb-offer-hub {
    font-size: 16px;
    line-height: 1.62;
  }

  .cb-hub-wrap {
    width: min(var(--hub-wrap), calc(100% - 28px));
  }

  .cb-hub-section {
    padding-block: clamp(48px, 11vw, 74px);
  }

  .cb-hub-hero {
    min-height: auto;
    padding-block: 52px 62px;
  }

  .cb-offer-hub h1 {
    font-size: clamp(39px, 11vw, 56px);
    line-height: .99;
    letter-spacing: -.052em;
  }

  .cb-offer-hub h2 {
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.06;
  }

  .cb-offer-hub h3 {
    font-size: clamp(24px, 7vw, 33px);
  }

  .cb-hub-lead {
    font-size: 19px;
    line-height: 1.42;
  }

  .cb-hub-kicker {
    gap: 10px;
    margin-bottom: 18px;
    font-size: 11.5px;
    letter-spacing: .13em;
  }

  .cb-hub-kicker::after {
    width: 48px;
  }

  .cb-hub-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 28px;
  }

  .cb-hub-btn {
    width: 100%;
    min-height: 52px;
    padding-inline: 20px;
  }

  .cb-hub-hero__note,
  .cb-hub-path-card,
  .cb-hub-fit__note,
  .cb-hub-continuation,
  .cb-hub-final-card {
    border-radius: 26px;
  }

  .cb-hub-path-card .cb-hub-btn,
  .cb-hub-final-card .cb-hub-btn {
    margin-top: 22px;
    transform: none;
  }

  .cb-hub-no-promises > div:last-child {
    padding: 22px 20px;
  }

  .cb-hub-section-head--center .cb-hub-kicker::before {
    display: none;
  }

  .cb-hub-final-note {
    text-align: left;
  }
}

/* ---------- OGRANICZENIE ANIMACJI ---------- */

@media (prefers-reduced-motion: reduce) {
  .cb-offer-hub,
  .cb-offer-hub *,
  .cb-offer-hub *::before,
  .cb-offer-hub *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* =========================================================
   PATCH — HUB OFERTA: HERO CTA + DOLNY WYBÓR ŚCIEŻKI
   Wklej na końcu CSS.
   ========================================================= */

/* ---------- HERO — bardziej widoczne przyciski ---------- */

.cb-offer-hub .cb-hub-hero .cb-hub-actions {
  gap: 16px;
  margin-top: 34px;
}

.cb-offer-hub .cb-hub-hero .cb-hub-btn {
  min-height: 56px;
  padding: 17px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 34px rgba(23, 23, 23, .10);
}

.cb-offer-hub .cb-hub-hero .cb-hub-btn--primary {
  border-color: var(--hub-ink) !important;
  background: var(--hub-ink) !important;
  color: #ffffff !important;
}

.cb-offer-hub .cb-hub-hero .cb-hub-btn--secondary {
  border: 1px solid rgba(23, 23, 23, .22) !important;
  background: #ffffff !important;
  color: var(--hub-ink) !important;
}

.cb-offer-hub .cb-hub-hero .cb-hub-btn--primary:hover,
.cb-offer-hub .cb-hub-hero .cb-hub-btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(23, 23, 23, .15);
}

.cb-offer-hub .cb-hub-hero .cb-hub-btn--secondary:hover {
  border-color: rgba(23, 23, 23, .44) !important;
  background: rgba(255, 255, 255, .96) !important;
}

/* ---------- DOLNY PANEL — większa czytelność ---------- */

.cb-offer-hub .cb-hub-final {
  position: relative;
  margin-top: 0;
  padding-block: clamp(58px, 7vw, 94px);
  color: #ffffff !important;
  background:
    radial-gradient(circle at 82% 8%, rgba(249, 89, 138, .30), transparent 24rem),
    radial-gradient(circle at 12% 92%, rgba(181, 146, 77, .22), transparent 22rem),
    linear-gradient(135deg, #171719 0%, #251d22 52%, #302128 100%) !important;
}

.cb-offer-hub .cb-hub-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, .10),
    rgba(0, 0, 0, .02) 42%,
    rgba(0, 0, 0, .12)
  );
  pointer-events: none;
}

.cb-offer-hub .cb-hub-final .cb-hub-wrap {
  position: relative;
  z-index: 1;
}

.cb-offer-hub .cb-hub-final .cb-hub-section-head {
  max-width: 780px;
  margin-bottom: clamp(30px, 4vw, 48px);
}

.cb-offer-hub .cb-hub-final .cb-hub-kicker,
.cb-offer-hub .cb-hub-final .cb-hub-section-head h2,
.cb-offer-hub .cb-hub-final .cb-hub-final-card h3 {
  color: #ffffff !important;
}

.cb-offer-hub .cb-hub-final .cb-hub-section-head h2 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .22);
}

.cb-offer-hub .cb-hub-final .cb-hub-kicker::before,
.cb-offer-hub .cb-hub-final .cb-hub-kicker::after {
  background: rgba(255, 255, 255, .58) !important;
}

/* Karty w dolnym panelu */

.cb-offer-hub .cb-hub-final__grid {
  gap: 20px;
}

.cb-offer-hub .cb-hub-final-card {
  min-height: 100%;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 30px;
  background: rgba(255, 255, 255, .12) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
}

.cb-offer-hub .cb-hub-final-card p {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 16px;
  line-height: 1.62;
}

.cb-offer-hub .cb-hub-final-card .cb-hub-btn {
  margin-top: 26px;
  transform: none;
  min-height: 54px;
  padding: 15px 24px;
  font-weight: 850;
}

/* Przyciski w dolnym panelu */

.cb-offer-hub .cb-hub-final-card .cb-hub-btn--primary {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--hub-ink) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.cb-offer-hub .cb-hub-final-card .cb-hub-btn--secondary {
  border-color: rgba(255, 255, 255, .42) !important;
  background: rgba(255, 255, 255, .10) !important;
  color: #ffffff !important;
  box-shadow: none;
}

.cb-offer-hub .cb-hub-final-card .cb-hub-btn--primary:hover {
  background: rgba(255, 255, 255, .92) !important;
  color: var(--hub-ink) !important;
  box-shadow: 0 20px 42px rgba(0, 0, 0, .24);
}

.cb-offer-hub .cb-hub-final-card .cb-hub-btn--secondary:hover {
  border-color: rgba(255, 255, 255, .82) !important;
  background: rgba(255, 255, 255, .18) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.cb-offer-hub .cb-hub-final-note {
  max-width: 760px;
  margin-top: clamp(28px, 4vw, 42px);
  color: rgba(255, 255, 255, .76) !important;
  font-size: 14px;
  line-height: 1.6;
}

/* ---------- Mobile ---------- */

@media (max-width: 760px) {
  .cb-offer-hub .cb-hub-hero .cb-hub-actions {
    gap: 12px;
  }

  .cb-offer-hub .cb-hub-hero .cb-hub-btn {
    width: 100%;
    min-height: 54px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .cb-offer-hub .cb-hub-final {
    padding-block: 52px 60px;
  }

  .cb-offer-hub .cb-hub-final .cb-hub-section-head {
    text-align: left;
    margin-inline: 0;
  }

  .cb-offer-hub .cb-hub-final .cb-hub-section-head--center .cb-hub-kicker {
    justify-content: flex-start;
  }

  .cb-offer-hub .cb-hub-final .cb-hub-section-head--center .cb-hub-kicker::before {
    display: none;
  }

  .cb-offer-hub .cb-hub-final .cb-hub-section-head h2 {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.05;
  }

  .cb-offer-hub .cb-hub-final-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .cb-offer-hub .cb-hub-final-card .cb-hub-btn {
    width: 100%;
  }

  .cb-offer-hub .cb-hub-final-note {
    text-align: left;
  }
}
/* =========================================================
   PATCH — HUB OFERTA: kolor tekstu w przycisku "Dla nastolatek"
   Sekcja: Dwie wersje informacji
   ========================================================= */

.cb-offer-hub .cb-hub-path-card .cb-hub-btn--primary {
  background: var(--hub-ink) !important;
  border-color: var(--hub-ink) !important;
  color: #ffffff !important;
}

.cb-offer-hub .cb-hub-path-card .cb-hub-btn--primary:visited,
.cb-offer-hub .cb-hub-path-card .cb-hub-btn--primary:hover,
.cb-offer-hub .cb-hub-path-card .cb-hub-btn--primary:focus {
  color: #ffffff !important;
}

.cb-offer-hub .cb-hub-path-card .cb-hub-btn--primary:hover {
  background: #000000 !important;
  border-color: #000000 !important;
}
/* HERO NA PEŁNĄ SZEROKOŚĆ, ZASTĘPUJE .cb-hub-hero__grid */

.cb-hub-hero__full {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.cb-hub-hero__full .cb-hub-kicker {
  display: block;
  margin-bottom: 12px;
}

.cb-hub-hero__full h1 {
  margin: 0 0 20px;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.1;
}

.cb-hub-hero__full .cb-hub-lead {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.5;
  margin-bottom: 12px;
}

.cb-hub-hero__full > p:not(.cb-hub-lead):not(.cb-hub-kicker) {
  color: var(--cb-hub-muted, #6b6b6b);
  margin-bottom: 28px;
}

.cb-hub-hero__full .cb-hub-actions {
  justify-content: center;
}

@media (max-width: 640px) {
  .cb-hub-hero__full .cb-hub-actions {
    flex-direction: column;
    align-items: stretch;
  }
}


/* MODYFIKATOR TABELI FAKTÓW PORÓWNAWCZYCH, DŁUŻSZY TEKST NIŻ ORYGINALNE .cb-hub-facts */

.cb-hub-facts--compare .cb-hub-fact strong {
  font-size: 0.95em;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .cb-hub-facts--compare .cb-hub-fact strong {
    display: block;
  }
}


/* DROBNY DOPISEK POD KARTAMI FORMATÓW, LINK DO FILMÓW BACKSTAGE */

.cb-hub-paths-note {
  margin-top: 20px;
  text-align: center;
  font-size: 0.95em;
  color: var(--cb-hub-muted, #6b6b6b);
}

.cb-hub-paths-note .cb-hub-text-link {
  font-weight: 600;
}
/* MNIEJSZY ODDECH DLA HERO NA PEŁNĄ SZEROKOŚĆ, TYLKO DESKTOP */

@media (min-width: 980px) {
  .cb-hub-hero:has(.cb-hub-hero__full) {
    min-height: auto;
    padding-block: clamp(48px, 5vw, 72px);
  }
}/* End custom CSS */