/* =============================================================
   Portal Neuroróżnorodni - LP (konwencja V2: Bootstrap 4 + LESS)
   Kompilacja: lessc style.less style.css
   ============================================================= */
/* ---------- Baza ---------- */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #454a6e;
  background-color: #fff;
}
.main-block h1,
.main-block h2,
.main-block h3,
.main-block h4 {
  color: #232b6e;
  font-weight: 700;
  line-height: 1.25;
}
.main-block h1 {
  font-size: 42px;
}
.main-block h2 {
  font-size: 32px;
}
.main-block h3 {
  font-size: 18px;
}
.main-block a {
  color: #5a47e6;
}
.main-block a:hover {
  color: #4736c6;
}
.main-block .c-green {
  color: #23b573;
}
.main-block .c-pink {
  color: #ed3e8a;
}
.main-block .section {
  padding: 72px 0;
}
.main-block .section-soft {
  background-color: #f5f5fc;
}
.main-block .section-head {
  max-width: 760px;
  margin: 0 auto 44px auto;
  text-align: center;
}
.main-block .section-head p {
  margin-top: 14px;
  color: #6e7191;
}
/* ---------- Przyciski ---------- */
.main-block .cta {
  display: inline-block;
  background-color: #5a47e6;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 999px;
  padding: 14px 34px;
  transition: all 0.3s linear;
  box-shadow: 0 8px 20px rgba(90, 71, 230, 0.28);
  text-align: center;
}
.main-block .cta:hover {
  background-color: #4736c6;
  color: #fff;
  text-decoration: none;
}
.main-block .cta2 {
  display: inline-block;
  background-color: #fff;
  color: #5a47e6;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border: 1.5px solid #e7e7f4;
  border-radius: 999px;
  padding: 14px 34px;
  transition: all 0.3s linear;
  text-align: center;
}
.main-block .cta2:hover {
  border-color: #5a47e6;
  color: #5a47e6;
  text-decoration: none;
}
.main-block .cta-sm {
  padding: 11px 24px;
  font-size: 14px;
}
/* ---------- Menu ---------- */
/*
#menu .navbar {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e7e7f4;
  backdrop-filter: blur(8px);
  padding-top: 10px;
  padding-bottom: 10px;
}
#menu .navbar-brand {
  display: flex;
  align-items: center;
}
#menu .navbar-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 10px;
  filter: drop-shadow(0 2px 4px rgba(35, 43, 110, 0.12));
}
#menu .navbar-brand .brand-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.15;
  color: #232b6e;
}
#menu .navbar-brand .brand-name span:nth-child(1) {
  color: #2aa9e0;
}
#menu .navbar-brand .brand-name span:nth-child(2) {
  color: #23b573;
}
#menu .navbar-brand .brand-name span:nth-child(3) {
  color: #f7941d;
}
#menu .navbar-brand .brand-name span:nth-child(4) {
  color: #ed3e8a;
}
#menu .navbar-brand .brand-name span:nth-child(5) {
  color: #8a4fbe;
}
#menu .navbar-toggler {
  border: none;
  outline: none;
}
#menu .navbar-nav .nav-link {
  color: #3d4478;
  font-weight: 500;
  font-size: 15px;
  padding-left: 14px;
  padding-right: 14px;
}
#menu .navbar-nav .nav-link:hover {
  color: #5a47e6;
}
#menu .navbar-nav .nav-link.wykup {
  background-color: #5a47e6;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 10px 24px;
  margin-left: 10px;
  transition: all 0.3s linear;
}
#menu .navbar-nav .nav-link.wykup:hover {
  background-color: #4736c6;
  color: #fff;
}
*/
/* ---------- Intro ---------- */
#intro {
  padding: 72px 0 56px 0;
  background: radial-gradient(720px 340px at 88% -10%, rgba(90, 71, 230, 0.08), transparent 65%), radial-gradient(560px 300px at -8% 110%, rgba(42, 169, 224, 0.07), transparent 60%);
}
#intro .intro-lead {
  margin: 22px 0 12px 0;
}
#intro .intro-sub {
  color: #6e7191;
  font-size: 15px;
}
#intro .intro-cta {
  margin-top: 30px;
}
#intro .intro-cta .cta,
#intro .intro-cta .cta2 {
  margin: 0 12px 12px 0;
}
/* Mock produktu w intro */
.hero-mock {
  position: relative;
  min-height: 420px;
}
.mock-card {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(35, 43, 110, 0.12);
  position: absolute;
  text-align: left;
}
.mock-article {
  width: 340px;
  max-width: 86%;
  left: 0;
  top: 0;
  padding: 20px;
}
.mock-article h3 {
  font-size: 15px;
}
.mock-thumb {
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2aa9e0 0%, #8a4fbe 55%, #ed3e8a 100%);
  position: relative;
  overflow: hidden;
}
.mock-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(120px 80px at 78% 30%, rgba(255, 255, 255, 0.35), transparent 70%);
}
.mock-tag {
  display: inline-block;
  margin: 14px 0 8px 0;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: #eeecfc;
  color: #5a47e6;
  font-size: 11px;
  font-weight: 600;
}
.mock-meta {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #6e7191;
  font-size: 12px;
}
.mock-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f7941d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.mock-docs {
  width: 330px;
  max-width: 84%;
  right: 0;
  top: 120px;
  padding: 18px 20px;
}
.mock-docs h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.mock-doc {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e7e7f4;
  font-size: 13px;
  color: #3d4478;
}
.mock-doc-chip {
  margin-left: auto;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
}
.chip-green {
  background-color: #e6f6ef;
  color: #23b573;
}
.chip-pink {
  background-color: #fdeef5;
  color: #ed3e8a;
}
.chip-orange {
  background-color: #fef4e2;
  color: #f7941d;
}
.chip-blue {
  background-color: #e7f4fc;
  color: #2aa9e0;
}
.mock-dl {
  color: #5a47e6;
  font-weight: 700;
  margin-left: 8px;
}
.mock-filters {
  width: 300px;
  max-width: 80%;
  left: 24px;
  bottom: 0;
  padding: 16px 18px;
}
.mock-filters h4 {
  font-size: 13px;
  margin-bottom: 10px;
}
.mock-chips {
  display: flex;
  flex-wrap: wrap;
}
.mock-chip {
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid #e7e7f4;
  font-size: 11px;
  color: #3d4478;
  background-color: #fff;
  margin: 0 8px 8px 0;
}
.mock-chip-on {
  background-color: #5a47e6;
  border-color: #5a47e6;
  color: #fff;
}
/* ---------- Patronat ---------- */
#patronat {
  border-top: 1px solid #e7e7f4;
  border-bottom: 1px solid #e7e7f4;
  padding: 22px 0;
}
#patronat .patronat-label {
  font-size: 13px;
  color: #6e7191;
  margin-right: 24px;
}
#patronat .patronat-item {
  font-weight: 600;
  color: #3d4478;
  font-size: 14px;
  margin: 4px 18px;
  white-space: nowrap;
}
#patronat .patronat-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 9px;
  vertical-align: -1px;
}
/* ---------- Wyszukiwarka i filtry ---------- */
.searchbar {
  margin-bottom: 28px;
}
.search-input {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 12px;
  padding: 12px 16px;
  color: #a9abc4;
  font-size: 14px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  transition: border-color 0.3s;
}
.search-input i {
  color: #3d4478;
  margin-right: 10px;
}
.search-input:hover {
  text-decoration: none;
  border-color: #5a47e6;
  color: #a9abc4;
}
.filter-chip {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #232b6e;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  white-space: nowrap;
  margin: 0 10px 10px 0;
  transition: border-color 0.3s;
}
.filter-chip i {
  font-size: 11px;
  color: #3d4478;
  margin-left: 6px;
}
.filter-chip:hover {
  text-decoration: none;
  border-color: #5a47e6;
  color: #5a47e6;
}
/* ---------- Panele treści ---------- */
.panel {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  padding: 32px;
  margin-bottom: 28px;
  text-align: left;
}
.panel-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.panel-head h2 {
  font-size: 22px;
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.panel-head i {
  color: #5a47e6;
  font-size: 24px;
  margin-right: 12px;
}
.panel-head .panel-link {
  margin-left: auto;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
/* ---------- Artykuły ---------- */
.article-featured {
  border: 1px solid #e7e7f4;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
.article-thumb {
  height: 230px;
  position: relative;
  background: linear-gradient(140deg, #3b7f6c 0%, #6d9a84 45%, #c9c2ae 100%);
}
.article-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(220px 140px at 30% 35%, rgba(255, 255, 255, 0.28), transparent 70%), radial-gradient(180px 120px at 80% 80%, rgba(35, 43, 110, 0.25), transparent 70%);
}
.article-featured-body {
  padding: 24px;
}
.article-featured-body h3 {
  font-size: 17px;
  margin-bottom: 12px;
}
.article-featured-body p {
  font-size: 14px;
  color: #6e7191;
}
.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 13px;
  color: #3d4478;
}
.article-meta .time {
  margin-left: auto;
  color: #6e7191;
  white-space: nowrap;
}
.article-meta .time i {
  margin-right: 5px;
}
.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.avatar-init {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
}
.av-blue {
  background-color: #2aa9e0;
}
.av-violet {
  background-color: #8a4fbe;
}
.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-list li {
  padding: 16px 0;
  border-bottom: 1px solid #e7e7f4;
}
.article-list li:first-child {
  padding-top: 0;
}
.article-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.article-list h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.article-list h3 a {
  color: #232b6e;
}
.article-list .article-meta {
  margin-top: 0;
}
/* ---------- Paywall ---------- */
.paywall {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(35, 43, 110, 0.12);
  padding: 30px 34px;
  margin-bottom: 28px;
  text-align: left;
}
.paywall-lock {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #5a47e6;
  color: #5a47e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-right: 26px;
}
.paywall-text {
  flex: 1 1 320px;
}
.paywall-text h2 {
  font-size: 21px;
  margin-bottom: 6px;
}
.paywall-text p {
  font-size: 14px;
  color: #6e7191;
  margin: 0;
}
.paywall .cta {
  flex: 0 0 auto;
  margin-left: 26px;
}
/* ---------- Sekcje zablokowane (nagłówki pełne, treść rozmyta) ---------- */
.locked-content {
  filter: blur(6px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}
/* Mini-kursy wideo */
.video-card {
  border: 1px solid #e7e7f4;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
}
.video-thumb {
  height: 130px;
  position: relative;
}
.vt-a {
  background: linear-gradient(135deg, #c98a4b, #e8c9a0);
}
.vt-b {
  background: linear-gradient(135deg, #7a90a8, #c4d2de);
}
.vt-c {
  background: linear-gradient(135deg, #b98a72, #e6cdb9);
}
.vt-d {
  background: linear-gradient(135deg, #8aa8c9, #d3e2ef);
}
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #5a47e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.video-time {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background-color: rgba(20, 22, 50, 0.8);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
}
.video-body {
  padding: 14px;
}
.video-body h3 {
  font-size: 13px;
  margin-bottom: 10px;
}
.video-body .article-meta {
  margin-top: 0;
  font-size: 11px;
}
.video-body .article-meta .avatar {
  width: 24px;
  height: 24px;
}
/* Dokumenty */
.doc-row {
  display: flex;
  align-items: center;
  border: 1px solid #e7e7f4;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #232b6e;
  background-color: #fff;
  margin-bottom: 14px;
}
.doc-row i {
  color: #3d4478;
  margin-right: 12px;
}
.doc-row .doc-chip {
  margin-left: auto;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.doc-row .doc-dl {
  color: #5a47e6;
  font-weight: 700;
  margin-left: 10px;
}
/* E-booki */
.ebook-tile {
  border-radius: 12px;
  padding: 26px 18px;
  text-align: center;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ebook-tile i {
  font-size: 30px;
  margin-bottom: 14px;
}
.ebook-tile h3 {
  font-size: 13px;
  color: #232b6e;
  margin: 0;
}
.eb-green {
  background-color: #e6f6ef;
  color: #23b573;
}
.eb-violet {
  background-color: #f1e9f8;
  color: #8a4fbe;
}
.eb-orange {
  background-color: #fef4e2;
  color: #f7941d;
}
.eb-pink {
  background-color: #fdeef5;
  color: #ed3e8a;
}
/* ---------- Karty person / kafelki ---------- */
.persona {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-top: 4px solid #e7e7f4;
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  text-align: left;
  height: 100%;
}
.persona h3 {
  margin-bottom: 12px;
}
.persona p {
  font-size: 14px;
  color: #6e7191;
  margin: 0;
}
.persona-green {
  border-top-color: #23b573;
}
.persona-orange {
  border-top-color: #f7941d;
}
.persona-pink {
  border-top-color: #ed3e8a;
}
.topic {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  display: flex;
  align-items: flex-start;
  text-align: left;
  height: 100%;
}
.topic h3 {
  margin-bottom: 8px;
  font-size: 16px;
}
.topic p {
  font-size: 14px;
  color: #6e7191;
  margin: 0;
}
.topic-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 18px;
}
.ti-blue {
  background-color: #e7f4fc;
  color: #2aa9e0;
}
.ti-green {
  background-color: #e6f6ef;
  color: #23b573;
}
.ti-orange {
  background-color: #fef4e2;
  color: #f7941d;
}
.ti-pink {
  background-color: #fdeef5;
  color: #ed3e8a;
}
.ti-violet {
  background-color: #f1e9f8;
  color: #8a4fbe;
}
.why-col {
  text-align: left;
}
.why-col p {
  margin-bottom: 16px;
}
.why-col h2 {
  text-align: left;
}
.day-card {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  position: relative;
  text-align: left;
  height: 100%;
}
.day-card .day-num {
  position: absolute;
  top: -16px;
  left: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #5a47e6;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(90, 71, 230, 0.3);
}
.day-card h3 {
  margin: 8px 0 12px 0;
}
.day-card p {
  font-size: 14px;
  color: #6e7191;
  font-style: italic;
  margin: 0;
}
/* ---------- Eksperci (Owl Carousel) ---------- */
#karuzela-autorow .owl-stage {
  display: flex;
}
#karuzela-autorow .owl-item {
  display: flex;
}
#karuzela-autorow .item {
  padding: 10px 12px 20px 12px;
  display: flex;
  width: 100%;
}
.expert {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  text-align: left;
  width: 100%;
}
.expert h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.expert p {
  font-size: 13px;
  color: #6e7191;
  margin: 0;
}
.expert-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
  border: 3px solid #eeecfc;
}
.expert-initials {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  border: 3px solid #eeecfc;
}
.ei-blue {
  background-color: #2aa9e0;
}
.ei-green {
  background-color: #23b573;
}
.ei-violet {
  background-color: #8a4fbe;
}
.wiecej-l {
  font-weight: 600;
  font-size: 13px;
}
#karuzela-autorow .owl-dots {
  text-align: center;
  margin-top: 6px;
}
#karuzela-autorow .owl-dots .owl-dot span {
  background-color: rgba(61, 68, 120, 0.35);
}
#karuzela-autorow .owl-dots .owl-dot.active span {
  background-color: #5a47e6;
}
/* Fix: Owl Carousel ustawia .owl-item img {width:100%} - przywracam wymiary zdjęć */
#karuzela-autorow .owl-item img.expert-photo {
  width: 96px;
  height: 96px;
  max-width: 96px;
}
/* ---------- Scenariusze wsparcia ---------- */
.story {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-left: 4px solid #5a47e6;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  text-align: left;
  height: 100%;
}
.story h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.story p {
  font-size: 14px;
  color: #6e7191;
  font-style: italic;
  margin: 0;
}
/* ---------- Co znajdziesz ---------- */
.feature {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  text-align: left;
  height: 100%;
}
.feature .topic-icon {
  margin-bottom: 16px;
  margin-right: 0;
}
.feature h3 {
  font-size: 15px;
  margin-bottom: 8px;
}
.feature p {
  font-size: 13px;
  color: #6e7191;
  margin: 0;
}
/* ---------- USP ---------- */
.usp-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 24px;
}
.usp-item h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.usp-item p {
  font-size: 14px;
  color: #6e7191;
  margin: 0;
}
.usp-check {
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #e6f6ef;
  color: #23b573;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 2px 14px 0 0;
}
/* ---------- Cennik + timer ---------- */
.premiere-note {
  margin-top: 14px;
  color: #6e7191;
}
.premiere-note strong {
  color: #232b6e;
}
#timer {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.timer-box {
  background-color: #fff;
  border: 1.5px solid #e7e7f4;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  min-width: 78px;
  padding: 14px 10px 10px 10px;
  margin: 0 7px;
}
.timer-box .timer-plate {
  font-size: 27px;
  font-weight: 700;
  color: #5a47e6;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  transition: opacity 0.2s;
}
.timer-box .timer-plate.animate {
  opacity: 0.2;
}
.timer-box .timer-label {
  font-size: 11px;
  color: #6e7191;
  margin-top: 2px;
}
.premiere-live {
  font-weight: 700;
  color: #23b573;
  font-size: 17px;
}
.plan {
  background-color: #fff;
  border: 1.5px solid #e7e7f4;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  height: 100%;
}
.plan h3 {
  font-size: 21px;
  margin: 0;
}
.plan .plan-tagline {
  color: #6e7191;
  font-size: 14px;
  margin: 4px 0 2px 0;
}
.plan .plan-period {
  color: #6e7191;
  font-size: 12px;
  margin: 0;
}
.plan .plan-price {
  margin: 20px 0 6px 0;
  color: #232b6e;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.plan .plan-price small {
  font-size: 14px;
  font-weight: 500;
  color: #6e7191;
  margin-left: 6px;
}
.plan .cta,
.plan .cta2 {
  display: block;
}
.plan-featured {
  border-color: #5a47e6;
  box-shadow: 0 12px 32px rgba(35, 43, 110, 0.12);
}
.plan-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5a47e6;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 6px 16px;
  border-radius: 999px;
  white-space: nowrap;
}
.plan-list {
  list-style: none;
  margin: 20px 0 26px 0;
  padding: 0;
  flex: 1 1 auto;
}
.plan-list li {
  display: flex;
  align-items: flex-start;
  padding: 9px 0;
  border-top: 1px solid #e7e7f4;
  font-size: 14px;
}
.plan-list li .pl-mark {
  flex: 0 0 20px;
  width: 20px;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  text-align: left;
}
.plan-list .pl-yes .pl-mark {
  color: #23b573;
}
.plan-list .pl-no {
  color: #a9abc4;
}
.plan-list .pl-no .pl-mark {
  color: #c9cbe0;
}
.plan-list .pl-note {
  display: block;
  font-size: 12px;
  color: #6e7191;
  margin-top: 2px;
}
.plan-list .pl-no .pl-note {
  color: #b7b9d1;
}
.renewal {
  background-color: #fff;
  border: 1px solid #e7e7f4;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(35, 43, 110, 0.07);
  padding: 36px;
  margin-top: 44px;
  text-align: left;
}
.renewal h3 {
  font-size: 19px;
  margin-bottom: 22px;
}
.renewal h4 {
  font-size: 15px;
  margin-bottom: 6px;
}
.renewal p {
  font-size: 14px;
  color: #6e7191;
}
.renewal .renewal-note {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e7e7f4;
  font-size: 13px;
}
/* ---------- CTA końcowe ---------- */
#cta-final .cta-box {
  background: linear-gradient(120deg, #232b6e 0%, #3a2f9e 60%, #5a47e6 100%);
  border-radius: 24px;
  padding: 64px 40px;
  text-align: center;
  color: #fff;
}
#cta-final .cta-box h2 {
  color: #fff;
  max-width: 640px;
  margin: 0 auto;
}
#cta-final .cta-box p {
  max-width: 600px;
  margin: 18px auto 34px auto;
  color: #d9d6f7;
}
#cta-final .cta-box .cta {
  background-color: #fff;
  color: #5a47e6;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}
#cta-final .cta-box .cta:hover {
  background-color: #eeecfc;
}
/* ---------- Stopka ---------- */
#stopka {
  padding: 44px 0;
  border-top: 1px solid #e7e7f4;
}
#stopka a {
  font-size: 13px;
}
#stopka .footer-copy {
  font-size: 13px;
  color: #6e7191;
}
#stopka .navbar-brand {
  display: inline-flex;
  align-items: center;
}
/* =============================================================
   Responsywność - złoty standard odstępów (skala 8px)
   ============================================================= */
@media (max-width: 991px) {
  .section {
    padding: 56px 0;
  }
  .section-head {
    margin-bottom: 32px;
  }
  #intro {
    padding: 56px 0 44px 0;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 27px;
  }
  .panel {
    padding: 24px 20px;
    border-radius: 18px;
    margin-bottom: 20px;
  }
  .panel-head {
    margin-bottom: 20px;
  }
  .panel-head h2 {
    font-size: 19px;
  }
  .panel-head .panel-link {
    font-size: 13px;
  }
  .searchbar {
    margin-bottom: 20px;
  }
  .persona,
  .topic,
  .feature,
  .story,
  .day-card,
  .expert {
    padding: 24px 20px;
  }
  .paywall {
    padding: 24px 20px;
    margin-bottom: 20px;
  }
  .renewal {
    padding: 26px 20px;
    margin-top: 32px;
  }
  .plan {
    padding: 26px 20px;
  }
  .hero-mock {
    min-height: 0;
    margin-top: 40px;
  }
  .mock-card {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .section {
    padding: 48px 0;
  }
  #intro {
    padding: 44px 0 36px 0;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  #menu .navbar-brand img {
    width: 34px;
    height: 34px;
  }
  #menu .navbar-brand .brand-name {
    font-size: 13px;
  }
  .cta,
  .cta2 {
    display: block;
    white-space: normal;
  }
  .intro-cta .cta,
  .intro-cta .cta2 {
    margin-right: 0;
  }
  .paywall .cta {
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
  }
  .panel {
    padding: 20px 16px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .panel-head h2 {
    font-size: 17px;
  }
  .article-thumb {
    height: 180px;
  }
  .article-featured {
    margin-bottom: 20px;
  }
  .article-featured-body {
    padding: 18px 16px;
  }
  .article-featured-body h3 {
    font-size: 16px;
  }
  .article-list h3 {
    font-size: 14px;
  }
  .article-meta {
    font-size: 12px;
  }
  .search-input {
    padding: 11px 14px;
  }
  .filter-chip {
    padding: 10px 14px;
    font-size: 12px;
  }
  .paywall {
    padding: 22px 16px;
    justify-content: center;
    text-align: center;
  }
  .paywall-lock {
    margin-right: 0;
    margin-bottom: 14px;
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }
  .paywall-text {
    flex-basis: 100%;
  }
  .paywall-text h2 {
    font-size: 18px;
  }
  .persona,
  .topic,
  .feature,
  .story,
  .day-card,
  .expert {
    padding: 20px 16px;
  }
  .topic-icon {
    margin-right: 14px;
  }
  .video-body {
    padding: 12px;
  }
  .doc-row {
    padding: 12px 14px;
    font-size: 12px;
  }
  .ebook-tile {
    min-height: 140px;
    padding: 20px 14px;
  }
  .renewal {
    padding: 22px 16px;
  }
  .plan {
    padding: 24px 18px;
    margin-bottom: 20px;
  }
  .plan-featured {
    margin-top: 15px;
  }
  #cta-final .cta-box {
    padding: 44px 20px;
    border-radius: 18px;
  }
  #stopka {
    padding: 32px 0;
  }
  .timer-box {
    min-width: 64px;
    margin: 0 5px;
  }
  .timer-box .timer-plate {
    font-size: 23px;
  }
  #patronat .patronat-item {
    white-space: normal;
  }
}
/* =============================================================
   Aktualizacja: zdjęcia w kaflach, logówki patronatu, karty demo
   ============================================================= */
/* Zdjęcia w kaflach hero-mock i artykułu */
.mock-thumb img,
.article-thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.article-thumb {
  overflow: hidden;
}
.has-photo:after {
  display: none;
}
/* Logówki patronatu */
#patronat .patronat-item img {
  height: 30px;
  width: auto;
  opacity: 0.85;
}
/* Karty demo (odblokowane) */
.demo-chip {
  display: inline-block;
  background-color: #23b573;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 3px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.video-thumb .demo-chip {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.doc-row .demo-chip {
  margin-left: auto;
}
.doc-row .demo-chip + .doc-chip {
  margin-left: 8px;
}
.ebook-tile .demo-chip {
  margin-top: 10px;
}
.demo-note {
  color: #23b573;
  font-weight: 600;
}
.demo-note i {
  margin-right: 5px;
}
a.open-demo {
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s, transform 0.2s;
}
a.open-demo:hover {
  color: inherit;
  text-decoration: none;
  border-color: #5a47e6;
  box-shadow: 0 12px 32px rgba(35, 43, 110, 0.12);
  transform: translateY(-2px);
}
a.video-card {
  display: block;
}
a.doc-row {
  display: flex;
  color: #232b6e;
}
a.ebook-tile {
  display: flex;
}
a.ebook-tile h3 {
  color: #232b6e;
}
/* Pojedyncze karty zablokowane (blur) */
.locked-card {
  filter: blur(6px);
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 767px) {
  #patronat .patronat-item img {
    height: 24px;
  }
}
/* Badge demo w sekcji Artykuły */
.article-thumb .demo-chip {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.article-meta .demo-chip {
  margin-left: 10px;
}
/* Okładki mini-kursów */
.video-thumb {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.video-thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.open-demo .video-time {
  right: auto;
  left: 8px;
}
/* Wyrównanie linku w nagłówkach paneli (tekst vs strzałka) */
.panel-head .panel-link {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}
.panel-head .panel-link i {
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
/* Oddech w nagłówku panelu przy dłuższym copy linku */
.panel-head {
  row-gap: 6px;
}
@media (max-width: 767px) {
  .panel-head .panel-link {
    white-space: normal;
    text-align: right;
  }
}
