.misja-naglowek {
  display: flex;
  padding: 0 96px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.lista-kart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.karta {
  padding: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--Pole-Obrys-Jasny, #e3e3e3);
  background: var(--Background-Dodatkowy, #fff);
  align-self: stretch;
}

.bez_border {
  border: none !important;
}

.karta .row {
  width: 100%;
  margin: 0;
  align-items: stretch;
}

.karta__tresc {
  padding: 48px;
  justify-content: center;
}

.karta__obraz {
  padding: 0;
  width: fit-content;
}

.karta__zdjecie {
  width: 375px;
  height: 285px;
  object-fit: cover;
  display: block;
}

@media (min-width: 992px) {
  .karta--odwrocona .col-12 {
    flex-direction: row-reverse;
  }
}

.karta__ikona {
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 64px;
  border: 1px solid var(--Kolor-Gwny, #ff9100);
}

.karta__tresc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  align-self: stretch;
}

.karta__przycisk {
  display: flex;
  padding: 12px 32px;
  align-items: center;
  gap: 4px;
  border-radius: 25px;
  border: 1px solid var(--Kolor-Gwny, #ff9100);
  color: var(--Tekst-Dodatkowy, #4C4545);
  font-family: Poppins;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 16.5px */
}

.wrapper-strony {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 128px;
  padding: 96px 160px 0px 160px;
  align-self: stretch;
}

.misja__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.misja-wstep {
  text-align: center;
  align-self: stretch;
}

.misja-opis {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  padding-bottom: 96px;
}

.misja-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  padding-top: 72px;
}

.przycisk-glowny {
  display: flex;
  padding: 14px 56px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 64px;
  border: 1px solid #e3e3e3;
  background: var(--Gradient-Pomaraczowy,
      linear-gradient(90deg, #ffaf45 0%, #ff9100 100%));
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.certyfikat__przyciski {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.certyfikat__opis {
  align-self: stretch;
  color: var(--Tekst-Dodatkowy, #4C4545);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align:center;
  /* 24px */
}

.przycisk-pdf {
  display: flex;
  padding: 14px 56px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 64px;
  border: 1px solid #E3E3E3;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 19.5px */
}

.przycisk-pdf--certyfikat {
  background: var(--Gradient-Pomaraczowy, linear-gradient(90deg, #FFAF45 0%, #FF9100 100%));
}

.przycisk-pdf--plany {
  background: var(--Gradient-Kontrast, linear-gradient(90deg, #9AC4D6 0%, #9075C7 100%));
  display: none;
}

.link-pomocniczy {
  text-align: center;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 19.5px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background: var(--Gradient-Pomaraczowy,
      linear-gradient(90deg, #ffaf45 0%, #ff9100 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.certyfikat__ikona {
  border-radius: 64px;
  border: 1px solid var(--Kolor-Gwny, #ff9100);
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
}

.misja-ikona {
  border-radius: 64px;
  border: 1px solid var(--Kolor-Gwny, #ff9100);
  display: flex;
  width: 32px;
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
}

.certyfikat-tresc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
}

.karta__top,
.certyfikat__top,
.misja__top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.misja__top {
  justify-content: center;
}

.hero-section .hero-background {
  background: var(--Background-Dodatkowy, #fff);
}

.hero-bg-image {
  display: none;
}

/* ===== HERO SZKOLENIA: wyśrodkowanie tekstu ===== */
.szkolenia-section .sf-hero-content {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.szkolenia-section .sf-hero-content,
.szkolenia-section .sf-hero-title,
.szkolenia-section .sf-hero-subtitle,
.szkolenia-section .sf-hero-text {
  text-align: center !important;
  width: 75% !important;
}

.szkolenia-section .sf-hero-body,
.szkolenia-section .sf-hero-inner,
.szkolenia-section .sf-hero-title {
  align-items: center !important;
  justify-content: center !important;
}

.szkolenia-section .sf-breadcrumb {
  text-align: left !important;
  justify-content: flex-start !important;
}

/* Mobile: pełna szerokość treści hero (usuwa ogromne marginesy) */
@media (max-width: 767.98px) {
  .szkolenia-section .sf-hero-content,
  .szkolenia-section .sf-hero-title,
  .szkolenia-section .sf-hero-subtitle,
  .szkolenia-section .sf-hero-text {
    width: 100% !important;
  }
}

/* ===== SEKCJA FORMULARZA – TŁO ===== */
.sf-form-section {
  overflow: hidden;
  padding-bottom: 256px;
  margin-bottom: calc(-128px - 62px);
  position: relative;
  z-index: 0;
}

.sf-form-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.sf-form-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* ===== KARTA FORMULARZA ===== */
.sf-form-card {
  display: flex;
  padding: 16px;
  width: 928px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--Pole-Obrys-Jasny, #E3E3E3);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
}

.sf-form-card .card-body,
.sf-form-card .card-body>.text-start,
.sf-form-card .wpcf7,
.sf-form-card .wpcf7-form,
.sf-form-card .sf-cf7 {
  width: 100%;
  align-self: stretch;
}

.sf-form-card .card-body {
  padding: 0;
}

.sf-form-content {
  width: 100%;
  align-self: stretch;
}

/* ===== BLOK PODZIĘKOWANIA (po wysłaniu formularza) ===== */
.sf-form-success {
  display: flex;
  padding: 48px 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 24px;
}

.sf-form-success[hidden] {
  display: none;
}

.sf-form-success__icon {
  display: inline-flex;
  line-height: 0;
}

.sf-form-success__text {
  margin: 0;
}

.sf-form-success__lead {
  margin: 0;
  color: var(--Tekst-Dodatkowy, #4C4545);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 300;
  line-height: 140%;
}

.sf-form-success__title {
  margin: 0;
  color: var(--Kolor-Gwny, #FF9100);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

/* ===== NAGŁÓWEK FORMULARZA ===== */
.sf-form-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.sf-form-title {
  color: var(--Tekst-Gwny, #100707);
  font-family: Poppins;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #ff9100 !important;
  text-transform: uppercase;
}

.sf-form-subtitle {
  color: var(--Tekst-Dodatkowy, #4C4545);
  text-align: center;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.sf-form-subtitle span {
  font-weight: 400;
  display: block;
}

/* ===== CF7 – KONTENER ===== */
.sf-cf7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  align-self: stretch;
}

.sf-cf7 .sf-cf7__row,
.sf-cf7 .sf-cf7__acceptance,
.sf-cf7>p {
  width: 100%;
  margin: 0 !important;
}

.sf-cf7 p {
  margin: 0;
}

.sf-cf7 br {
  display: none;
}

.sf-cf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* ===== CF7 – ETYKIETY ===== */
.sf-cf7__label {
  color: var(--Tekst-Dodatkowy, #4C4545);
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.sf-cf7 .sf-cf7__label {
  margin-bottom: 0.375rem;
}

.sf-req {
  color: var(--Kolor-Gwny, #FF9100);
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* ===== CF7 – POLA INPUT / SELECT ===== */
.sf-cf7__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  /* gasi size="40" z CF7 */
  height: 48px;
  padding: 12px 16px;
  border-radius: 24px;
  border: 1px solid var(--Pole-Obrys-Jasny, #E3E3E3);
  background: var(--Background-Dodatkowy, #FFF);
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--Tekst-Gwny, #100707);
}

.sf-cf7__input::placeholder {
  color: var(--Tekst-Akcent);
}

.sf-cf7__input:focus {
  border-color: var(--sf-orange);
  box-shadow: 0 0 0 3px rgba(238, 145, 40, 0.15);
}

.sf-cf7__input.wpcf7-not-valid {
  border-color: #e74c3c;
}

.sf-cf7__input,
.sf-cf7__submit {
  box-sizing: border-box;
}

/* ===== CF7 – WALIDACJA ===== */
.sf-cf7 .wpcf7-not-valid-tip {
  display: block;
  font-size: 0.75rem;
  color: #e74c3c;
  margin-top: 0.375rem;
  padding-left: 1.25rem;
}

.btn-main:hover svg path {
  fill: White;
}

/* ===== CF7 – ZGODY (CHECKBOXY) ===== */
.sf-cf7__acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.sf-cf7__acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.sf-cf7__acceptance .wpcf7-list-item-label {
  color: var(--Tekst-Dodatkowy, #4C4545);
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.sf-cf7__acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  transition:
    background 0.15s ease,
    border-color 0.15s ease;
}

.sf-cf7__acceptance input[type="checkbox"]:checked {
  border-color: transparent;
  background: center / contain no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14.6667 0H1.33333C0.979711 0 0.640573 0.140476 0.390524 0.390524C0.140476 0.640573 0 0.979711 0 1.33333V14.6667C0 15.0203 0.140476 15.3594 0.390524 15.6095C0.640573 15.8595 0.979711 16 1.33333 16H14.6667C15.0203 16 15.3594 15.8595 15.6095 15.6095C15.8595 15.3594 16 15.0203 16 14.6667V1.33333C16 0.979711 15.8595 0.640573 15.6095 0.390524C15.3594 0.140476 15.0203 0 14.6667 0ZM11.805 6.47167L7.13833 11.1383C7.07642 11.2003 7.00289 11.2495 6.92196 11.283C6.84103 11.3166 6.75428 11.3339 6.66667 11.3339C6.57906 11.3339 6.49231 11.3166 6.41137 11.283C6.33044 11.2495 6.25692 11.2003 6.195 11.1383L4.195 9.13833C4.06991 9.01324 3.99963 8.84358 3.99963 8.66667C3.99963 8.48976 4.06991 8.32009 4.195 8.195C4.32009 8.06991 4.48976 7.99963 4.66667 7.99963C4.84358 7.99963 5.01324 8.06991 5.13833 8.195L6.66667 9.72417L10.8617 5.52833C10.9236 5.46639 10.9971 5.41726 11.0781 5.38374C11.159 5.35022 11.2457 5.33296 11.3333 5.33296C11.4209 5.33296 11.5077 5.35022 11.5886 5.38374C11.6695 5.41726 11.7431 5.46639 11.805 5.52833C11.8669 5.59027 11.9161 5.66381 11.9496 5.74474C11.9831 5.82566 12.0004 5.9124 12.0004 6C12.0004 6.0876 11.9831 6.17434 11.9496 6.25526C11.9161 6.33619 11.8669 6.40973 11.805 6.47167Z" fill="%23FF9100"/></svg>');
}

.sf-cf7__acceptance input[type="checkbox"]:checked::after {
  display: none;
}

/* ===== CF7 – LINKI W ZGODACH ===== */
.sf-cf7__link {
  background: var(--Gradient-Pomaraczowy, linear-gradient(90deg, #FFAF45 0%, #FF9100 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.sf-cf7__link:hover {
  color: var(--sf-orange-light);
}

/* ===== CF7 – PRZYCISK WYŚLIJ ===== */
.sf-cf7__submit {
  width: 100%;
  background: var(--Gradient-Pomaraczowy);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-size: 0.8125rem;
  padding: 14px 72px;
  border-radius: 64px;
  border: 1px solid var(--Pole-Obrys-Jasny);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.sf-cf7__submit:hover {
  color: var(--Kolor-White);
  transform: translateY(-2px);
  box-shadow: var(--Boxshadow-Pomaranczowy);
}

.sf-cf7__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.sf-cf7__submit:disabled:hover {
  transform: none;
  box-shadow: none;
}

/* ===== CF7 – SPINNER I KOMUNIKAT ODPOWIEDZI ===== */
.sf-cf7 .wpcf7-spinner {
  display: none;
  margin: 1rem auto 0;
}

.sf-cf7 .wpcf7-response-output {
  border-radius: 0.75rem;
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
}

.sf-cf7__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sf-cf7__col,
.sf-cf7__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.karta__przycisk--krotki {
  display: none;
}

@media (max-width: 991.98px) {
  .karta__przycisk--pelny {
    display: none;
  }

  .karta__przycisk--krotki {
    display: inline;
  }
}

@media (max-width: 575.98px) {
  .sf-cf7__row {
    grid-template-columns: 1fr;
  }
}

/* ===== TABLET: karty 2 w rzędzie, zdjęcie nad tekstem ===== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .wrapper-strony {
    padding: 64px 32px 0;
    gap: 96px;
  }

  .misja-naglowek {
    padding: 0;
  }

  .lista-kart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
  }

  /* zawartość karty w pionie: zdjęcie na górze, treść pod spodem */
  .karta .col-12 {
    flex-direction: column !important;
  }

  .karta__obraz {
    order: -1;
    /* zdjęcie nad tekstem */
    width: 100%;
  }

  .karta__zdjecie {
    width: 100%;
    height: 220px;
  }

  .karta__tresc {
    padding: 24px;
    gap: 16px;
  }

  .sf-breadcrumb {
    display: none;
  }

  .certyfikat__przyciski {
    margin: 0 auto;
  }
}

/* ===== MOBILE: karty 1 w rzędzie, zdjęcie nad tekstem ===== */
@media (max-width: 767.98px) {
  .wrapper-strony {
    padding: 48px 16px 0;
    gap: 64px;
  }

  .misja-naglowek {
    padding: 0;
  }
  .hero-section {
    padding: 96px 0 48px 0;
  }
  .lista-kart {
    gap: 32px;
  }

  .karta .col-12 {
    flex-direction: column !important;
  }

  .karta__obraz {
    order: -1;
    width: 100%;
  }

  .karta__zdjecie {
    width: 100%;
    height: 324px;
  }

  .karta__tresc {
    padding: 24px;
    gap: 16px;
    align-items: center;
    text-align: center;
  }

  .karta__top {
    flex-direction: column;
    align-items: center;
  }

  .karta__przycisk {
    width: 100%;
    justify-content: center;
  }
}

/* ===== FORMULARZ: tablet ===== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sf-form-section {
    padding: 0 32px 160px;
  }

  .sf-form-card {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 32px;
  }

  .sf-form-title {
    font-size: 1.25rem;
  }
}

/* ===== FORMULARZ: mobile ===== */
@media (max-width: 767.98px) {
  .sf-form-section {
    padding: 0 16px 256px;
  }

  .sf-form-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 16px;
    gap: 16px;
  }

  .sf-form-title {
    font-size: 1.125rem;
    text-align: center;
  }

  .sf-form-subtitle {
    font-size: 0.75rem;
  }

  .sf-breadcrumb {
    display: none;
  }
}

/* ===== CERTYFIKAT: mobile ===== */
@media (max-width: 767.98px) {
  .sekcja-certyfikat .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .certyfikat-tresc {
    gap: 24px;
    padding-top: 24px;
    text-align: center;
    padding-bottom: 64px;
  }

  /* nagłówek nie rozpycha się poza ekran; ikona nad tytułem */
  .certyfikat__top {
    flex-direction: column;
    align-items: center;
  }

  .certyfikat__tytul {
    font-size: 1.5rem;
    line-height: 1.3;
    word-break: break-word;
  }

  .certyfikat__opis {
    font-size: 0.875rem;
  }

  /* przyciski jeden pod drugim, na całą szerokość */
  .certyfikat__przyciski {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  .przycisk-pdf {
    width: 100%;
    padding: 14px 24px;
    /* zdejmuje sztywne 56px po bokach */
    box-sizing: border-box;
  }
}

/* ===== MISJA: mobile – ikona nad tytułem ===== */
@media (max-width: 767.98px) {
  .misja__top {
    flex-direction: column;
    align-items: center;
  }
}

/* ===== SELECT (zakres) – własna strzałka + styl tekstu ===== */
select.sf-cf7__input {
  /* tekst pola */
  color: var(--Tekst-Akcent, #ACA8A8);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

  /* własna strzałka zamiast domyślnej */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5" viewBox="0 0 8 5" fill="none"><path d="M7.89336 0.711412L4.25725 4.87781C4.22348 4.91654 4.18338 4.94727 4.13924 4.96824C4.0951 4.98921 4.04778 5 4 5C3.95222 5 3.9049 4.98921 3.86076 4.96824C3.81662 4.94727 3.77652 4.91654 3.74275 4.87781L0.106642 0.711412C0.0557328 0.653143 0.0210562 0.578875 0.00700251 0.498012C-0.00705118 0.417149 0.000149987 0.333325 0.0276944 0.257154C0.0552387 0.180983 0.101888 0.115889 0.161736 0.0701121C0.221584 0.0243356 0.29194 -6.47572e-05 0.363897 1.29075e-07H7.6361C7.70806 -6.47572e-05 7.77842 0.0243356 7.83826 0.0701121C7.89811 0.115889 7.94476 0.180983 7.97231 0.257154C7.99985 0.333325 8.00705 0.417149 7.993 0.498012C7.97894 0.578875 7.94427 0.653143 7.89336 0.711412Z" fill="%23ACA8A8"/></svg>');
  background-repeat: no-repeat;
  background-position: left 12px center;
  padding-left: 32px;
}

/* usuwa strzałkę w starszym Edge/IE */
select.sf-cf7__input::-ms-expand {
  display: none;
}