@charset "UTF-8";
@font-face {
  font-family: "Anisha Free Regular";
  src: url("../fonts/Anisha_Free.eot?") format("eot"), url("../fonts/Anisha_Free.woff") format("woff"), url("../fonts/Anisha_Free.ttf") format("truetype"), url("../fonts/Anisha_Free.svg#AnishaFree-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Signika", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Signika", sans-serif;
  font-weight: 600;
}

a {
  color: #202A37;
}

.btn-primary {
  background-color: #202A37;
  border-color: #202A37;
}

.btn-primary:hover {
  background-color: #D4AA04;
  border-color: #D4AA04;
}

.container-fluid {
  max-width: 1600px;
}

.site-topbar {
  background: #2b3340;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 6px;
}
.site-topbar .topbar-item svg {
  display: inline-block;
}
.site-topbar .topbar-link {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.site-topbar .topbar-link:hover,
.site-topbar .topbar-link:focus {
  opacity: 0.8;
  text-decoration: none;
}

.header-top2 {
  position: relative;
}
.header-top2 .header-navigation {
  padding: 12px 0;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.84);
  z-index: 111;
  transition: all 0.3s ease;
  /* płynne przejście */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* delikatny cień u dołu */
}
.header-top2 .header-navigation .nav-link {
  color: #282828;
  text-decoration: none;
  font-size: 15px;
}
.header-top2 .header-navigation .navbar {
  padding: 0;
}
.header-top2 .header-navigation .navbar h1 {
  margin-bottom: 0;
}
.header-top2 .header-navigation .navbar img {
  height: 80px;
}
.header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 16px;
}
.header-top2 .header-navigation .nav-link:hover {
  color: #202A37;
}
.header-top2 .header-navigation .active .nav-link {
  color: #D4AA04;
  font-weight: 400;
}
.header-top2 .header-navigation .active .nav-link:hover {
  opacity: 0.7;
}
.header-top2 .header-navigation .header-navigation-sz {
  max-width: 1600px;
  margin: 0 auto;
}
.header-top2 .header-navigation .dropdown-menu {
  right: 0;
  left: auto;
}
.header-top2 .header-navigation .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.header-top2 .header-navigation .navbar-toggler {
  border-color: rgb(0, 0, 0);
  margin-right: 0;
}
.header-top2 .header-navigation .navbar-toggler[aria-expanded=true] {
  border-color: #202A37;
}
.header-top2 .header-navigation .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 170, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.header-top2 .header-navigation .navbar-toggler:hover {
  border-color: #202A37;
}
.header-top2 .header-navigation .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 170, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.header-top2 .header-navigation .navbar-collapse {
  text-align: center;
}
.header-top2 .header-navigation .but-more {
  margin-top: 8px;
  text-align: right;
}
.header-top2 .header-navigation .res {
  background-color: #202A37;
  color: #fff;
  border: 1px solid #202A37;
  padding: 0.45rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 5px;
  font-weight: 400;
  text-decoration: none;
}
.header-top2 .header-navigation .res:hover {
  background-color: #D4AA04;
  border-color: #D4AA04;
}
.header-top2 .header-navigation.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  /* Dodatkowe style, jeśli są potrzebne */
}

body:not(.home) .header-top2 .header-navigation {
  position: relative;
}

.hero-psychodrive {
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.hero-psychodrive .hero-overlay {
  position: absolute;
  inset: 0;
  /* Diagonalny gradient jak na screenie: chłodny zielono-niebieski -> ciepły żółty */
  background: linear-gradient(110deg, rgba(17, 48, 54, 0.85) 0%, rgba(27, 49, 56, 0.7) 40%, rgba(250, 215, 90, 0.55) 100%);
  pointer-events: none;
}
.hero-psychodrive .container {
  position: relative;
  z-index: 1;
}
.hero-psychodrive .hero-title {
  margin: 0 0 8px 0;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.hero-psychodrive .hero-title-1 {
  display: block;
  font-size: 48px;
  text-transform: uppercase;
}
.hero-psychodrive .hero-title-2 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  opacity: 0.95;
}
.hero-psychodrive .hero-subtitle {
  font-size: 16px;
  margin-bottom: 16px;
  opacity: 0.95;
}
.hero-psychodrive .hero-desc {
  max-width: 760px;
  margin: 0 auto 20px auto;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}
.hero-psychodrive .hero-tags {
  margin-bottom: 22px;
}
.hero-psychodrive .hero-tags .hero-tag {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 600;
  padding: 8px 14px;
  margin: 4px 6px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.hero-psychodrive .hero-tags .hero-tag::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd24d;
  margin-right: 8px;
  vertical-align: middle;
}
.hero-psychodrive .hero-ctas {
  margin-bottom: 26px;
}
.hero-psychodrive .hero-ctas .hero-btn {
  margin: 6px 8px;
  padding: 10px 18px;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}
.hero-psychodrive .hero-ctas .btn-primary {
  background: #0f3140;
  border-color: #0f3140;
}
.hero-psychodrive .hero-ctas .btn-primary:hover {
  filter: brightness(1.05);
}
.hero-psychodrive .hero-ctas .btn-outline-light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}
.hero-psychodrive .hero-ctas .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.16);
}
.hero-psychodrive .hero-contacts {
  font-size: 13px;
  opacity: 0.95;
}
.hero-psychodrive .hero-contacts .contact-item {
  color: #eaeff4;
  text-decoration: none;
  margin: 0 8px;
}
.hero-psychodrive .hero-contacts .contact-item:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .hero-psychodrive .hero-title-1 {
    font-size: 72px;
  }
  .hero-psychodrive .hero-title-2 {
    font-size: 44px;
  }
  .hero-psychodrive .hero-subtitle {
    font-size: 18px;
  }
  .hero-psychodrive .hero-desc {
    font-size: 15px;
  }
}

.front-k1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f7f9fb;
}
.front-k1 h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: #0e2233;
}
.front-k1 .front-k1-desc {
  max-width: 760px;
  margin: 0 auto 28px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #4a5a67;
}
.front-k1 .front-k1-card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.front-k1 .front-k1-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.front-k1 .card-img-top {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.front-k1 .card-title {
  margin-bottom: 8px;
}
.front-k1 .card-title a {
  color: #0e2233;
  text-decoration: none;
}
.front-k1 .card-title a:hover {
  text-decoration: underline;
}
.front-k1 .card-text {
  font-size: 14px;
  color: #475765;
}
.front-k1 .btn.btn-primary {
  background: #153a4b;
  border-color: #153a4b;
  border-radius: 12px;
  padding: 10px 16px;
}
.front-k1 .btn.btn-primary:hover {
  filter: brightness(1.06);
}
.front-k1 .single-button {
  margin-top: 16px;
}
.front-k1 .front-k1-more {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 14px;
  background: #111e27;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.front-k1 .front-k1-more:hover {
  opacity: 0.95;
}

.section-onas {
  background: #f6f9fb;
  padding-top: 64px;
  padding-bottom: 64px;
  color: #0e2233;
}
.section-onas .row {
  --bs-gutter-x: 2rem;
}
.section-onas .col-lg-5 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-onas .onas-badge {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 9999px;
  border: 1px solid rgba(14, 34, 51, 0.12);
  background: #ffffff;
  color: #3b4d5c;
  margin-bottom: 14px;
}
.section-onas .onas-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-size: 44px;
  margin-bottom: 10px;
}
.section-onas .onas-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5a67;
  margin-bottom: 28px;
}
.section-onas .onas-h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 10px;
}
.section-onas .onas-text {
  color: #465868;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.section-onas .onas-iconline {
  display: flex;
  align-items: flex-start;
  margin: 12px 0 22px 0;
}
.section-onas .onas-iconline svg {
  margin-right: 10px;
}
.section-onas .onas-iconline .iconline-title {
  font-weight: 700;
}
.section-onas .onas-iconline .iconline-text {
  color: #5a6a78;
}
.section-onas .onas-author-photo-wrap {
  display: block;
}
.section-onas .onas-author-photo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.section-onas .onas-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .section-onas .onas-stats {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
  }
}
.section-onas .onas-stat {
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  padding: 16px 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.section-onas .onas-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.section-onas .stat-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: rgba(14, 34, 51, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.section-onas .stat-icon svg {
  flex-shrink: 0;
}
.section-onas .stat-body {
  line-height: 1.2;
  min-width: 0;
}
.section-onas .stat-note {
  font-size: 12px;
  color: #5b6b78;
  margin-top: 2px;
}
.section-onas .stat-num {
  font-size: 24px;
  font-weight: 800;
  color: #0e2233;
  letter-spacing: -0.02em;
}
.section-onas .onas-mission {
  display: none !important;
}
.section-onas .mission-title {
  font-weight: 700;
  margin-bottom: 6px;
}
.section-onas .mission-text {
  color: #3d515f;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .section-onas .onas-title {
    font-size: 56px;
  }
}

/* --- KONTAKT: dopracowany wygląd --- */
.section-contact {
  padding: 40px 0;
  /* Kafle po lewej – trochę większe „poduszki” */
  /* Szybkie działania */
  /* Pudełko formularza po prawej */
  /* Etykiety nad polami */
  /* Pola – kapsułki z delikatnym tłem */
  /* Focus */
  /* Placeholdery subtelniej */
  /* Submit – pełna szerokość, gradient + kapsuła */
  /* Walidacja / komunikaty CF7 */
  /* Odstępy miedzy polami CF7 */
  /* Responsywność – mniejsze paddingi na mobile */
}
.section-contact .contact-left .contact-item {
  border-radius: 22px;
  padding: 18px 18px;
  margin-bottom: 16px;
  background: #ffffff;
  box-shadow: 0 22px 40px rgba(3, 26, 40, 0.06), 0 2px 8px rgba(3, 26, 40, 0.04);
  display: flex;
}
.section-contact .contact-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #eaf1f6;
  margin-right: 14px;
  text-align: center;
  display: flex;
  /* centrowanie zawartości */
  align-items: center;
  justify-content: center;
}
.section-contact .contact-label {
  font-weight: 700;
  color: #0e2233;
}
.section-contact .contact-link,
.section-contact .contact-text {
  color: #3b4d5c;
}
.section-contact .contact-quick {
  gap: 12px;
  margin: 20px 0 6px;
}
.section-contact .contact-cta {
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.08);
}
.section-contact .btn-dark {
  background: #1f2c36;
  border-color: #1f2c36;
}
.section-contact .btn-outline-secondary {
  border-color: #cfd8df;
  color: #1f2c36;
  background: #fff;
}
.section-contact .btn-outline-secondary:hover {
  background: #f7fafc;
}
.section-contact .contact-right.card {
  border: 0;
  border-radius: 26px;
  padding: 22px 22px 26px;
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(3, 26, 40, 0.08), 0 4px 12px rgba(3, 26, 40, 0.05);
}
.section-contact .contact-right.card p {
  margin-bottom: 5px;
}
.section-contact .form-head {
  margin-bottom: 14px;
}
.section-contact .form-title {
  font-weight: 700;
  color: #0e2233;
}
.section-contact .form-note {
  color: #6a7a87;
  font-size: 13px;
}
.section-contact .contact-infobox {
  background-color: #F3F9F5;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
.section-contact .wpcf7 form label {
  display: block;
  font-size: 13px;
  color: #596a78;
  margin: 8px 0 6px;
}
.section-contact .wpcf7 form .wpcf7-form-control {
  border-radius: 14px;
  border: 1px solid #d9e2ea;
  background: #f9fbfc;
  padding: 12px 14px;
  width: 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.section-contact .wpcf7 form .wpcf7-form-control.wpcf7-acceptance {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}
.section-contact .wpcf7 form .wpcf7-textarea {
  min-height: 160px;
  resize: vertical;
}
.section-contact .wpcf7 form .wpcf7-form-control:focus {
  outline: 0;
  border-color: #9fb8c9;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(28, 130, 170, 0.12);
  color: #000;
}
.section-contact .wpcf7 form ::placeholder {
  color: #9aa7b3;
  opacity: 1;
}
.section-contact .wpcf7 form .wpcf7-submit {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 14px 18px;
  margin-top: 8px;
  color: #ffffff;
  background: linear-gradient(90deg, #0f2533 0%, #243846 55%, #3a4e5c 100%);
  box-shadow: 0 18px 40px rgba(3, 26, 40, 0.18), 0 2px 4px rgba(3, 26, 40, 0.08) inset;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}
.section-contact .wpcf7 form .wpcf7-submit:hover {
  filter: brightness(1.04);
}
.section-contact .wpcf7 form .wpcf7-submit:active {
  transform: translateY(1px);
}
.section-contact .wpcf7 form .wpcf7-not-valid {
  border-color: #d26a6a !important;
  background: #fff6f6;
}
.section-contact .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #b64646;
  margin-top: 6px;
}
.section-contact .wpcf7 form .wpcf7-response-output {
  margin: 14px 0 0;
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid #d9e2ea;
  background: #f7fafc;
  color: #2b3d4a;
}
.section-contact .wpcf7 form.sent .wpcf7-response-output {
  border-color: #9fd2ad;
  background: #ecf8ef;
  color: #255a36;
}
.section-contact .wpcf7 form.failed .wpcf7-response-output,
.section-contact .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #e2b5b5;
  background: #fff4f4;
  color: #803e3e;
}
.section-contact .wpcf7 .row > [class*=col-] {
  margin-bottom: 4px;
}
@media (max-width: 575.98px) {
  .section-contact .contact-right.card {
    padding: 16px;
    border-radius: 22px;
  }
  .section-contact .wpcf7 form .wpcf7-textarea {
    min-height: 130px;
  }
}

/* HERO nad kafelkami */
.section-contact-hero {
  background: linear-gradient(180deg, #e7eff0 0%, #eaf6ef 55%, #f6f9fb 100%);
  padding: 48px 0 36px;
  text-align: center;
  color: #0e2233;
}
.section-contact-hero .c-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.section-contact-hero .c-lead {
  color: #5a6a78;
  margin-bottom: 14px;
}
.section-contact-hero .cta-pill {
  border-radius: 14px;
  padding: 10px 18px;
}
.section-contact-hero .btn-dark {
  background: #1f2c36;
  border-color: #1f2c36;
}

/* KAFELKI */
.section-contact-tiles {
  background: #fff;
  padding: 34px 0 64px;
}
.section-contact-tiles .tiles-title {
  font-weight: 800;
  margin-bottom: 6px;
  color: #0e2233;
}
.section-contact-tiles .tiles-lead {
  color: #6a7a87;
  margin-bottom: 24px;
}
.section-contact-tiles .ctile {
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 18px 36px rgba(3, 26, 40, 0.08), 0 2px 8px rgba(3, 26, 40, 0.05);
  height: 100%;
}
.section-contact-tiles .ctile-ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #eaf1f6;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(14, 34, 51, 0.06);
}
.section-contact-tiles .ctile-title {
  font-weight: 700;
  color: #1b2f3b;
  margin-bottom: 6px;
}
.section-contact-tiles .ctile-main {
  font-weight: 800;
  color: #0e2233;
  margin-bottom: 4px;
}
.section-contact-tiles .ctile-main a {
  color: #0e2233;
  text-decoration: none;
}
.section-contact-tiles .ctile-main a:hover {
  text-decoration: underline;
}
.section-contact-tiles .ctile-note {
  color: #7a8a96;
  font-size: 13px;
}

.section-contact-split {
  background: #f6f9fb;
  padding-top: 48px;
  padding-bottom: 48px;
  color: #0e2233;
  /* CF7 styl jak wcześniej, lekko dopieszczony */
  /* Szybki kontakt */
  /* FAQ */
  /* Book */
}
.section-contact-split .cs-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.section-contact-split .cs-lead {
  color: #5f6f7c;
  margin-bottom: 18px;
}
.section-contact-split .panel {
  background: #ffffff;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 22px 40px rgba(3, 26, 40, 0.06), 0 2px 8px rgba(3, 26, 40, 0.04);
  padding: 18px;
}
.section-contact-split .panel + .panel {
  margin-top: 16px;
}
.section-contact-split .panel-head {
  font-weight: 700;
  margin-bottom: 10px;
}
.section-contact-split .form-panel .wpcf7 form label {
  display: block;
  font-size: 13px;
  color: #5e6f7c;
  margin: 8px 0 6px;
}
.section-contact-split .form-panel .wpcf7 .wpcf7-form-control {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #d9e2ea;
  background: #f9fbfc;
  padding: 12px 14px;
  transition: border-color 0.15s, box-shadow 0.15s, background-color 0.15s;
}
.section-contact-split .form-panel .wpcf7 .wpcf7-acceptance {
  background: none;
  border: none;
}
.section-contact-split .form-panel .wpcf7 .wpcf7-form-control:focus {
  outline: 0;
  border-color: #9fb8c9;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(28, 130, 170, 0.12);
  color: #000;
}
.section-contact-split .form-panel .wpcf7 .wpcf7-textarea {
  min-height: 150px;
  resize: vertical;
}
.section-contact-split .form-panel .wpcf7 .wpcf7-submit {
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 14px 18px;
  color: #fff;
  background: linear-gradient(90deg, #0f2533 0%, #243846 55%, #3a4e5c 100%);
  box-shadow: 0 18px 40px rgba(3, 26, 40, 0.18), inset 0 2px 4px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.section-contact-split .form-footnote {
  color: #7a8a96;
  font-size: 12px;
  margin: 8px 0 0;
}
.section-contact-split .quick-item {
  display: flex;
  align-items: center;
  background: #f5f9f7;
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.section-contact-split .quick-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eaf1f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.section-contact-split .quick-label {
  font-weight: 700;
}
.section-contact-split .quick-hint {
  font-size: 12px;
  color: #7a8a96;
}
.section-contact-split .quick-value a {
  color: #0e2233;
  font-weight: 800;
  text-decoration: none;
}
.section-contact-split .quick-value a:hover {
  text-decoration: underline;
}
.section-contact-split .faq-item {
  padding: 10px 0;
  border-top: 1px solid #eef2f5;
}
.section-contact-split .faq-item:first-child {
  border-top: 0;
}
.section-contact-split .faq-item .q {
  font-weight: 700;
  margin-bottom: 4px;
}
.section-contact-split .faq-item .a {
  color: #4b5b68;
}
.section-contact-split .book-btn {
  border-radius: 14px;
}
@media (max-width: 575.98px) {
  .section-contact-split .panel {
    padding: 14px;
    border-radius: 16px;
  }
}

.about-hero {
  background: linear-gradient(180deg, #e7efe9 0%, #eaf6ef 55%, #f6f9fb 100%);
  padding: 56px 0 36px;
  color: #0e2233;
}
.about-hero .ah-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.about-hero .ah-lead {
  color: #5a6a78;
  margin-bottom: 16px;
}
.about-hero .ah-btn {
  border-radius: 14px;
  padding: 10px 18px;
}
.about-hero .btn-dark {
  background: #1f2c36;
  border-color: #1f2c36;
}

.about-content {
  background: #fff;
  padding: 42px 0 64px;
  color: #0e2233;
}
.about-content .about-left p {
  color: #465868;
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 16px;
}
.about-content .about-left h2,
.about-content .about-left h3 {
  font-weight: 800;
  margin: 12px 0 8px;
}
.about-content .person-card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(3, 26, 40, 0.08), 0 2px 8px rgba(3, 26, 40, 0.05);
}
.about-content .pc-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #eef3f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-content .pc-name {
  font-weight: 700;
}
.about-content .pc-role {
  font-size: 12px;
  color: #7a8a96;
}
.about-content .pc-bio {
  margin-top: 10px;
  color: #4b5b68;
  font-size: 16px;
  line-height: 1.8;
}
.about-content .stat-card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(3, 26, 40, 0.08), 0 2px 6px rgba(3, 26, 40, 0.04);
}
.about-content .st-num {
  font-size: 28px;
  font-weight: 800;
}
.about-content .st-note {
  font-size: 13px;
  color: #5b6b78;
}

.section-history {
  background: #f6f9fb;
  padding: 36px 0 48px;
  color: #0e2233;
}
.section-history .history-h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.section-history .history-lead {
  color: #5a6a78;
  margin-bottom: 16px;
}
.section-history .history-wrap {
  position: relative;
}
.section-history .history-line {
  position: absolute;
  left: 64px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #dbe5ef;
}
.section-history .history-item {
  position: relative;
  margin-bottom: 18px;
}
.section-history .history-year-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-history .year-dot {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #1e2b36;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(3, 26, 40, 0.16), 0 1px 4px rgba(3, 26, 40, 0.1);
}
.section-history .history-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 18px 36px rgba(3, 26, 40, 0.08), 0 2px 6px rgba(3, 26, 40, 0.05);
}
.section-history .history-card-title {
  font-weight: 800;
  margin-bottom: 6px;
}
.section-history .history-card-text {
  color: #4b5b68;
}
@media (max-width: 575.98px) {
  .section-history .year-dot {
    width: 56px;
    height: 56px;
    font-size: 13px;
  }
  .section-history .history-line {
    left: 38px;
  }
}

.section-values {
  background: #f6f9fb;
  padding: 36px 0 52px;
  color: #0e2233;
}
.section-values .values-h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.section-values .values-lead {
  color: #5a6a78;
  margin-bottom: 22px;
}
.section-values .vcard {
  background: #fff;
  border-radius: 14px;
  padding: 28px 18px;
  box-shadow: 0 18px 36px rgba(3, 26, 40, 0.08), 0 2px 6px rgba(3, 26, 40, 0.05);
  height: 100%;
}
.section-values .vico {
  width: 96px;
  height: 96px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #eef3f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-values .vtitle {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 8px;
}
.section-values .vtext {
  color: #5a6a78;
  line-height: 1.7;
}

.courses-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 72px 0 68px;
  color: #fff;
}
.courses-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 27, 39, 0.75) 0%, rgba(26, 128, 83, 0.65) 100%);
}
.courses-hero .container {
  position: relative;
  z-index: 2;
}
.courses-hero .ch-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.courses-hero .ch-lead {
  font-size: 18px;
  opacity: 0.95;
  margin-bottom: 16px;
}
.courses-hero .ch-cta {
  display: flex;
  justify-content: center;
}
.courses-hero .ch-btn {
  border-radius: 14px;
  padding: 12px 22px;
  font-weight: 700;
}

.section-cb {
  background: #f6f9fb;
  padding: 36px 0 48px;
  color: #0e2233;
}
.section-cb .cb-h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.section-cb .cb-lead {
  color: #5a6a78;
  margin-bottom: 22px;
}
.section-cb .cb-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 18px;
  height: 100%;
  box-shadow: 0 18px 36px rgba(3, 26, 40, 0.08), 0 2px 6px rgba(3, 26, 40, 0.05);
}
.section-cb .cb-ico {
  width: 90px;
  height: 90px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #eef3f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-cb .cb-title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 8px;
}
.section-cb .cb-text {
  color: #5a6a78;
  line-height: 1.7;
}

.section-udt {
  background: #f6f9fb;
  padding: 36px 0 48px;
  color: #0e2233;
}
.section-udt .udt-h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.section-udt .udt-lead {
  color: #5a6a78;
  margin-bottom: 22px;
}
.section-udt .udt-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 18px 36px rgba(3, 26, 40, 0.08), 0 2px 6px rgba(3, 26, 40, 0.05);
}
.section-udt .udt-head {
  display: flex;
  align-items: center;
}
.section-udt .udt-ico {
  width: 60px;
  height: 60px;
  flex: 0 0 60px; /* nie ściskaj w flexboxie */
  border-radius: 14px;
  background: #eef3f7;
  display: flex;
  align-items: center;
  justify-content: center; /* usunięty duplikat */
  margin-right: 12px;
}
.section-udt .udt-title {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
}
.section-udt .udt-sub {
  color: #647585;
  font-size: 14px;
}
.section-udt .udt-list {
  list-style: disc;
  padding-left: 22px;
  color: #2d3b48;
  margin: 10px 0 12px;
}
.section-udt .udt-list li {
  margin-bottom: 6px;
}
.section-udt .udt-sep {
  height: 1px;
  background: #e6edf4;
  margin: 6px 0 10px;
}
.section-udt .udt-meta .meta-col {
  text-align: left;
}
.section-udt .meta-label {
  font-size: 12px;
  color: #7b8b98;
}
.section-udt .meta-value {
  font-weight: 800;
}

.section-spec {
  background: #f6f9fb;
  color: #0e2233;
}
.section-spec .spec-h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
}
.section-spec .spec-lead {
  color: #5a6a78;
}
.section-spec .spec-card {
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(3, 26, 40, 0.08), 0 2px 6px rgba(3, 26, 40, 0.05);
}
.section-spec .spec-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eef3f7;
  color: #0e2233;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-spec .spec-ul {
  color: #2d3b48;
  padding-left: 18px;
  margin-bottom: 10px;
}
.section-spec .spec-ul li {
  margin-bottom: 6px;
}
.section-spec .spec-hr {
  border-color: #e6edf4;
}
.section-spec .price-pill {
  background: #e7f6ec;
  color: #0d8345;
  border: 1px solid #cdeed9;
  border-radius: 999px;
  font-weight: 700;
}
.section-spec .book-btn {
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
}
.section-spec .book-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(3, 26, 40, 0.12);
}
.section-spec .book-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Modal + CF7 w środku */
#courseModal label {
  width: 100%;
}
#courseModal .form-group {
  margin-bottom: 5px;
}
#courseModal p {
  margin-bottom: 4px;
}
#courseModal .modal-dialog {
  max-width: 560px;
}
#courseModal .modal-content {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(3, 26, 40, 0.22), 0 4px 12px rgba(3, 26, 40, 0.12);
}
#courseModal .modal-header {
  border-bottom: 1px solid #eef3f7;
}
#courseModal .modal-title {
  font-weight: 800;
}
#courseModal .course-picked {
  font-size: 12px;
  color: #6a7a87;
  margin-top: 2px;
}
#courseModal .modal-body {
  padding: 18px 18px 22px;
}
#courseModal .wpcf7 input[type=text],
#courseModal .wpcf7 input[type=email],
#courseModal .wpcf7 input[type=tel],
#courseModal .wpcf7 select,
#courseModal .wpcf7 textarea {
  width: 100%;
  background: #f9fbfd;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  padding: 10px 12px;
  color: #0e2233;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
#courseModal .wpcf7 input[type=text]:focus,
#courseModal .wpcf7 input[type=email]:focus,
#courseModal .wpcf7 input[type=tel]:focus,
#courseModal .wpcf7 select:focus,
#courseModal .wpcf7 textarea:focus {
  background: #fff;
  border-color: #9dc1d8;
  box-shadow: 0 0 0 3px rgba(28, 120, 174, 0.15);
  outline: none;
}
#courseModal .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}
#courseModal .wpcf7 .wpcf7-submit {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 700;
  background: #0e2233;
  color: #fff;
  transition: transform 0.12s, box-shadow 0.12s, background 0.12s;
}
#courseModal .wpcf7 .wpcf7-submit:hover {
  background: #0a1a28;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.2);
}
#courseModal .wpcf7 .wpcf7-submit:active {
  transform: translateY(1px);
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .section-spec .spec-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-spec .price-pill {
    margin-bottom: 8px;
  }
  .section-spec .book-btn {
    width: 100%;
  }
}
.section-steps .st-h2 {
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0e2233;
}
.section-steps .steps-list {
  margin-top: 10px;
}
.section-steps .step-item {
  width: 100%;
  margin-bottom: 28px;
  padding: 0 8px;
}
.section-steps .step-item .step-dot {
  width: 76px;
  height: 76px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: #0e2233;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 22px rgba(3, 26, 40, 0.18), 0 2px 6px rgba(3, 26, 40, 0.08);
}
.section-steps .step-item .step-title {
  font-weight: 800;
  color: #0e2233;
  margin-bottom: 6px;
}
.section-steps .step-item .step-desc {
  color: #5a6a78;
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .section-steps .step-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-steps .step-item {
    width: 20%;
  }
}

.section-custom {
  background: #f6f9fb;
}
.section-custom .cs-h2 {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0e2233;
}
.section-custom .cs-lead {
  color: #5a6a78;
}
.section-custom .ded-card {
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e6edf4;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.06), 0 2px 6px rgba(3, 26, 40, 0.05);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.section-custom .ded-card .ded-ico {
  width: 68px;
  height: 68px;
  border-radius: 14px;
  background: #eef3f7;
  color: #0e2233;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-custom .ded-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 26, 40, 0.12);
}
.section-custom .ded-cta {
  border-radius: 14px;
  padding: 12px 22px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 30px rgba(3, 26, 40, 0.18), 0 2px 6px rgba(3, 26, 40, 0.08);
}
.section-custom .ded-cta:hover {
  box-shadow: 0 18px 36px rgba(3, 26, 40, 0.22);
}

.section-cta-bar {
  position: relative;
  padding: 36px 0;
  color: #ffffff;
  background: linear-gradient(90deg, #1f2c36 0%, #1a6b44 40%, #12a24b 100%);
  overflow: hidden;
}
.section-cta-bar .cta-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.section-cta-bar .cta-lead {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 16px;
}
.section-cta-bar .cta-btn {
  background: #ffffff;
  color: #0e2233;
  border: 0;
  border-radius: 14px;
  padding: 10px 18px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease;
}
.section-cta-bar .cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}
.section-cta-bar .cta-btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.section-cta-bar .cta-btn svg {
  display: inline-block;
  vertical-align: -2px;
}

/* HERO */
.pc-hero {
  padding: 80px 0 110px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
.pc-hero .pc-hero__title {
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.pc-hero .pc-hero__lead {
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 18px;
  font-size: 18px;
}
.pc-hero .pc-hero__btn {
  background: #fff;
  color: #0e2233;
  border: 0;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.12s, box-shadow 0.12s, background 0.12s, color 0.12s;
}
.pc-hero .pc-hero__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  text-decoration: none;
}
.pc-hero .pc-hero__btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* BENEFITS */
.pc-bens {
  background: #f6f9fb;
  padding: 56px 0 70px;
}
.pc-bens .pc-bens__title {
  font-weight: 800;
  color: #0e2233;
  letter-spacing: -0.02em;
}
.pc-bens .pc-bens__lead {
  color: #5a6a78;
}
.pc-bens .pc-card {
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.06), 0 2px 6px rgba(3, 26, 40, 0.05);
  transition: transform 0.12s, box-shadow 0.12s;
}
.pc-bens .pc-card .pc-card__ico {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: #eef3f7;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e2233;
}
.pc-bens .pc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 26, 40, 0.12);
}

.section-help-areas .ha-title {
  font-weight: 800;
  color: #0e2233;
  letter-spacing: -0.02em;
}
.section-help-areas .ha-lead {
  color: #5a6a78;
}
.section-help-areas .ha-card {
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.06), 0 2px 6px rgba(3, 26, 40, 0.05);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.section-help-areas .ha-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 26, 40, 0.12);
}
.section-help-areas .ha-head {
  margin-bottom: 10px;
}
.section-help-areas .ha-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #eef3f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0e2233;
  flex: 0 0 46px;
}
.section-help-areas .ha-ttl {
  font-weight: 800;
  color: #0e2233;
  line-height: 1.2;
}
.section-help-areas .ha-sub {
  color: #6b7a86;
  font-size: 14px;
}
.section-help-areas .ha-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 14px;
}
.section-help-areas .ha-list li {
  position: relative;
  padding-left: 20px;
  margin: 6px 0;
  color: #233444;
}
.section-help-areas .ha-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0e2233;
  opacity: 0.6;
}
.section-help-areas .ha-foot {
  border-top: 1px solid #e9f0f6;
  padding-top: 10px;
}
.section-help-areas .chip {
  display: inline-flex;
  align-items: center;
  border-radius: 14px;
  font-weight: 700;
  padding: 6px 10px;
  line-height: 1;
}
.section-help-areas .chip svg {
  margin-right: 6px;
}
.section-help-areas .chip-time {
  background: #f5f9fc;
  color: #0e2233;
}
.section-help-areas .chip-price {
  background: #e9f9f0;
  color: #0a5d34;
}

/* === Formy wsparcia === */
.section-support .ss-title {
  font-weight: 800;
  color: #0e2233;
  letter-spacing: -0.02em;
}
.section-support .ss-card {
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.06), 0 2px 6px rgba(3, 26, 40, 0.05);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.section-support .ss-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 26, 40, 0.12);
}
.section-support .ss-ttl {
  font-weight: 800;
  color: #0e2233;
}
.section-support .ss-sub {
  color: #5a6a78;
  margin-top: 2px;
}
.section-support .ss-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.section-support .ss-list li {
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  color: #233444;
}
.section-support .ss-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0e2233;
  opacity: 0.75;
}

/* === Jak przebiega terapia? === */
.section-steps {
  background: #f7fafc;
}
.section-steps .st-title {
  font-weight: 800;
  color: #0e2233;
  letter-spacing: -0.02em;
}
.section-steps .st-item {
  padding: 6px 10px;
}
.section-steps .st-badge {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  margin: 0 auto 12px;
  background: #0e2233;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  box-shadow: 0 8px 16px rgba(3, 26, 40, 0.18);
}
.section-steps .st-ttl {
  font-weight: 800;
  color: #0e2233;
  margin-bottom: 6px;
}
.section-steps .st-desc {
  color: #5a6a78;
  max-width: 280px;
  margin: 0 auto;
}

/* HERO */
.psy-hero {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  padding: 72px 0;
}
.psy-hero .ph-title {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 44px;
  line-height: 1.12;
}
.psy-hero .ph-strap {
  color: #eaf5ef;
  font-size: 18px;
}
.psy-hero .ph-btn {
  border-radius: 14px;
  padding: 0.7rem 1.1rem;
  font-weight: 700;
  color: #0e2233;
  background: #fff;
  border-color: #fff;
}

/* ZALETY */
.psy-benefits {
  background: #f7fafc;
}
.psy-benefits .pb-title {
  font-weight: 800;
  color: #0e2233;
  letter-spacing: -0.02em;
}
.psy-benefits .pb-lead {
  color: #5a6a78;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.psy-benefits .pb-card {
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.06), 0 2px 6px rgba(3, 26, 40, 0.05);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.psy-benefits .pb-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 26, 40, 0.12);
}
.psy-benefits .pb-ico svg {
  display: block;
  margin: 0 auto;
}
.psy-benefits .pb-ttl {
  font-weight: 800;
  color: #0e2233;
  margin-bottom: 6px;
}
.psy-benefits .pb-desc {
  color: #5a6a78;
}

.psy-cats {
  background: #f7fafc;
}
.psy-cats .pc-title {
  font-weight: 800;
  color: #0e2233;
  letter-spacing: -0.02em;
}
.psy-cats .pc-lead {
  color: #5a6a78;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.psy-cats .pc-card {
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.06), 0 2px 6px rgba(3, 26, 40, 0.05);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.psy-cats .pc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 26, 40, 0.12);
}
.psy-cats .pc-ico {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
}
.psy-cats .pc-ttl {
  font-weight: 800;
  color: #0e2233;
  line-height: 1.2;
}
.psy-cats .pc-sub {
  color: #6a7a88;
  font-size: 14px;
}
.psy-cats .pc-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.psy-cats .pc-list li {
  position: relative;
  padding-left: 18px;
  margin: 6px 0;
  color: #2b3c4a;
}
.psy-cats .pc-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0e2233;
}

/* === Kroki === */
.psy-steps {
  background: #ffffff;
}
.psy-steps .s-title {
  color: #0e2233;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.psy-steps .step .num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0e2233;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.16);
}
.psy-steps .step .st {
  font-weight: 700;
  color: #0e2233;
}
.psy-steps .step .sd {
  color: #677889;
  font-size: 14px;
  line-height: 1.45;
  max-width: 240px;
  margin: 0 auto;
}

/* === Cennik === */
.psy-prices {
  background: #ffffff;
}
.psy-prices .pr-title {
  color: #0e2233;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.psy-prices .price-card {
  border: 1px solid #e6edf4;
  border-radius: 14px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.06), 0 2px 6px rgba(3, 26, 40, 0.05);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  background: #fff;
}
.psy-prices .price-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 26, 40, 0.12);
}
.psy-prices .pc-head {
  margin-bottom: 10px;
}
.psy-prices .pc-name {
  color: #0e2233;
  font-weight: 700;
  line-height: 1.35;
}
.psy-prices .pc-price {
  color: #0e2233;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.psy-prices .pc-price span {
  font-weight: 700;
  font-size: 16px;
  margin-left: 3px;
}
.psy-prices .pc-time {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9f8ee;
  color: #1f8a3b;
  font-weight: 700;
  line-height: 1;
}

/* === Sekcja: Nasze Usługi === */
.section-services {
  background: #ffffff;
}
.section-services .sec-title {
  color: #0e2233;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}
.section-services .sec-lead {
  color: #677889;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.section-services .service-card {
  border: 1px solid #e6edf4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(3, 26, 40, 0.06), 0 2px 6px rgba(3, 26, 40, 0.05);
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
  background: #fff;
  /* kolor kulek i przycisków per karta */
}
.section-services .service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(3, 26, 40, 0.12);
  border-color: #dbe6f0;
}
.section-services .service-card .s-img {
  height: 210px;
  background-size: cover;
  background-position: center;
}
.section-services .service-card .s-body {
  padding: 20px 20px 18px;
}
.section-services .service-card .s-title {
  color: #0e2233;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 6px;
}
.section-services .service-card .s-desc {
  color: #40505f;
  margin-bottom: 10px;
}
.section-services .service-card .s-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.section-services .service-card .s-list li {
  position: relative;
  padding-left: 26px;
  margin: 8px 0;
  color: #2c3a46;
}
.section-services .service-card .s-list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  background: #0e2233;
  opacity: 0.9;
}
.section-services .service-card.s1 .s-list li:before {
  background: #0e2233;
}
.section-services .service-card.s2 .s-list li:before {
  background: #18a957;
}
.section-services .service-card.s3 .s-list li:before {
  background: #f0ad00;
}
.section-services .service-card .srv-btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.12s ease;
  border: 1px solid transparent;
}
.section-services .service-card .mt-auto.pt-2.d-flex.gap-2.flex-wrap {
  gap: 10px;
}
.section-services .service-card .btn-outline {
  background-color: #0f3140;
  border-color: #0f3140;
  color: #fff;
}
.section-services .service-card .btn-outline:hover {
  opacity: 0.7;
}

.breadcrumb-section {
  background-color: #E3EDE8;
}
.breadcrumb-section .container-fluid {
  max-width: 1600px;
}
.breadcrumb-section .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgb(100, 116, 139);
}
.breadcrumb-section .breadcrumb a {
  color: rgb(51, 66, 86);
}
.breadcrumb-section .breadcrumb a:hover {
  text-decoration: underline;
  color: rgb(51, 66, 86);
}
.breadcrumb-section .breadcrumb .active {
  color: rgb(100, 116, 139);
}
.breadcrumb-section .breadcrumb span {
  color: rgb(100, 116, 139);
}

footer {
  background-color: #202A37;
}
footer .footer-top {
  border-bottom: 1px solid rgba(215, 200, 173, 0.8);
  color: #fff;
  padding-top: 20px;
}
footer .footer-top .container-fluid {
  max-width: 1600px;
}
footer .footer-top .single1 {
  text-align: center;
}
footer .footer-top .single1 .logos img {
  width: 238px;
}
footer .footer-top .single1 .desc2 {
  color: rgba(215, 200, 173, 0.8);
  margin-top: 20px;
}
footer .footer-center {
  padding: 20px 0;
  font-size: 10px;
}
footer .footer-center .container-fluid {
  max-width: 1600px;
}
footer .footer-center p {
  margin: 0;
  color: rgba(215, 200, 173, 0.8);
  margin-bottom: 3px;
}
footer .footer-center a {
  color: rgba(215, 200, 173, 0.8);
  text-decoration: none;
}
footer .footer-center a:hover {
  opacity: 0.8;
}
footer .footer-center .single2 {
  text-align: center;
}

.page-res-1 {
  padding-top: 40px;
}
.page-res-1 h2 {
  text-align: center;
  margin-bottom: 20px;
}

/* Ukryta sekcja "Gdzie działamy" */
section.miejscowosci {
  display: none !important;
}

.section-local-links .miejscowosciBtn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  background-color: #0f3140;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.12s ease;
}

.section-local-links .miejscowosciBtn:hover,
.section-local-links .miejscowosciBtn:focus {
  background-color: transparent;
  color: #0f3140;
  border-color: #0f3140;
}
/*# sourceMappingURL=main.css.map */
