/* PLIK GENEROWANY przez ops/artefakt-pb.py — KAŻDA RĘCZNA ZMIANA TU ZNIKNIE.
   Źródło: design-kanon/liceum-scoped-v20.css, blok /po-branzowej.
   Scope ramek kanwy przełożony na media queries. */
.pb .wp-block-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.pb .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; text-align: center; }
.pb button.wp-block-button__link { border: none; cursor: pointer; font-family: 'Inter', sans-serif; }
.pb .wp-block-button__link.btn--outline { border: 2px solid #232D4B; background: transparent; color: #232D4B; }
.pb .wp-block-button__link.btn--outline:hover { background: #232D4B; color: #fff; }
.pb-hidden { display: none !important; }
.pb-hero .ak-hero__content { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.pb-hero h1 { margin-bottom: 0; }
.pb-hero p { margin: 0; }
.pb .pb-kicker { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 20px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #4E7A2C; }
.pb .pb-hero__fix { font-size: 15px; line-height: 24px; color: #6B7280; border-left: 3px solid rgba(129,189,81,0.5); padding-left: 14px; }
.pb .pb-hero__badge { font-size: 14px; line-height: 21px; font-weight: 600; color: #232D4B; background: rgba(210,229,225,0.55); border-radius: 12px; padding: 12px 16px; }
.pb-hero__cta { margin-top: 8px; }
.pb-wiek__rule { max-width: 768px; margin: 0 auto; background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; padding: 24px; }
.pb .pb-wiek__rule p { font-size: 15px; line-height: 26px; color: #4B5563; margin: 0; }
.pb-wiek__adult { max-width: 768px; margin: 24px auto 0; background: #232D4B; border-radius: 16px; padding: 28px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.pb .pb-wiek__adult h3 { font-size: 22px; line-height: 30px; color: #fff; margin: 0; }
.pb .pb-wiek__adult p { font-size: 16px; line-height: 26px; color: rgba(255,255,255,0.85); margin: 0; }
.pb .pb-wiek__adult .wp-block-button__link.btn--outline { border-color: #fff; color: #fff; }
.pb .pb-wiek__adult .wp-block-button__link.btn--outline:hover { background: #fff; color: #232D4B; }
.pb-parent { list-style: none; max-width: 768px; margin: 0 auto; padding: 0; display: grid; gap: 12px; }
.pb-parent li { position: relative; font-size: 16px; line-height: 26px; color: #4B5563; background: #fff; border: 1px solid #E5E7EB; border-radius: 12px; padding: 16px 20px 16px 48px; }
.pb-parent li::before { content: ""; position: absolute; left: 20px; top: 22px; width: 14px; height: 8px; border-left: 2.5px solid #81BD51; border-bottom: 2.5px solid #81BD51; transform: rotate(-45deg); }
.pb-qual { display: flex; flex-direction: column; gap: 8px; }
.pb .pb-qual h3 { font-size: 20px; line-height: 28px; margin: 0; }
.pb .pb-qual__codes { display: inline-block; align-self: flex-start; font-family: 'Inter', sans-serif; font-size: 13px; line-height: 18px; font-weight: 600; color: #4E7A2C; background: rgba(129,189,81,0.15); border-radius: 100px; padding: 4px 12px; margin: 0; }
.pb .pb-qual p:last-child { font-size: 15px; line-height: 24px; color: #4B5563; margin: 0; }
.pb-qual__more { display: flex; justify-content: center; margin-top: 32px; }
.pb-cennik .pricing__grid { margin-bottom: 24px; }
.pb .pb-price__note { font-size: 13px; line-height: 20px; color: #6B7280; margin: 12px 0 0; }
.pb-cennik__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 24px; }
.pb .pb-price__fine { font-size: 15px; line-height: 24px; font-weight: 600; color: #232D4B; margin: 0; }
.pb .pb-price__link { margin: 0; }
.pb .pb-price__link a { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; color: #4E7A2C; text-decoration: underline; text-underline-offset: 4px; }
.pb .pb-price__link a:hover { color: #232D4B; }
.pb-faq__list { max-width: 768px; margin: 0 auto; }
.pb-faq .sp-faq-item { background: #fff; }
.pb-faq .sp-faq-q { position: relative; padding-right: 52px; }
.pb-faq .sp-faq-q::after { content: ""; position: absolute; right: 22px; top: 50%; width: 9px; height: 9px; border-right: 2px solid #4B5563; border-bottom: 2px solid #4B5563; transform: translateY(-70%) rotate(45deg); transition: transform 0.2s; }
.pb-faq .sp-faq-item[open] .sp-faq-q::after { transform: translateY(-30%) rotate(225deg); }
.pb-faq .sp-faq-a p { margin: 0; }
.pb-cta .container { max-width: 896px; text-align: center; }
.pb-cta .ak-cta-btns { justify-content: center; margin-top: 24px; }
@media (min-width: 769px) {
  .pb-hero .ak-hero__content { max-width: 820px; }
  .pb .pb-hero__badge { font-size: 15px; line-height: 23px; }
  .pb-parent { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .pb-hero .ak-hero__content { gap: 14px; }
  .pb .pb-kicker { font-size: 12px; }
  .pb-wiek__rule { padding: 20px 16px; }
  .pb-wiek__adult { padding: 20px 16px; }
  .pb .pb-wiek__adult h3 { font-size: 20px; line-height: 28px; }
  .pb-cennik .pricing__grid { grid-template-columns: 1fr; }
  .pb-parent li { padding: 14px 16px 14px 44px; }
}
