/* Landing page layout — shared across course LPs */

body.lp-page {
  background: #fff;
  color: var(--color-text, #3b3b3b);
}

body.lp-page .header {
  position: sticky;
}

.lp-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.lp-section {
  padding: 72px 0;
}

.lp-section--tight {
  padding: 40px 0;
}

.lp-section--alt {
  background: #f8fafc;
}

.lp-section--warm {
  background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), #fef3c7;
}

.lp-eyebrow {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 12px;
}

.lp-rating-bar {
  text-align: center;
  padding: 16px 0 0;
  font-size: 1rem;
  font-weight: 700;
  color: #334155;
}

.lp-title {
  text-align: center;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 16px;
  color: #1f2937;
}

.lp-subtitle {
  text-align: center;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  line-height: 1.35;
  margin: 0 0 24px;
  color: #334155;
}

.lp-lead {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 0 12px;
  color: #475569;
}

.lp-stats {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1f2937;
}

.lp-hero {
  padding: 48px 0 32px;
}

.lp-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.lp-hero__media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.lp-hero__caption {
  text-align: center;
  margin-top: 12px;
  font-weight: 600;
  color: #64748b;
}

.lp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.lp-scroll-hint {
  text-align: center;
  padding: 24px 0 8px;
  color: #94a3b8;
  font-size: 1.5rem;
}

.lp-hero-checklist {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.lp-hero-checklist li {
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
  margin-bottom: 8px;
  color: #1f2937;
}

.lp-hero-guarantee {
  text-align: center;
  color: #64748b;
  font-size: 0.95rem;
  margin: 8px 0 0;
}

.lp-cta-note {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 8px;
}

.lp-benefits-list {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.lp-benefits-list__item h3 {
  margin: 0 0 8px;
  font-size: 1.125rem;
  line-height: 1.4;
}

.lp-benefits-list__item p {
  margin: 0;
  line-height: 1.7;
  color: #475569;
}

.lp-instructor__role {
  font-weight: 600;
  color: #64748b;
  margin: 0 0 12px;
}

.lp-video-embed {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 24px auto 0;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.lp-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.lp-path-diagram img {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.lp-objection__lead {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 16px 0;
}

.lp-objection__list {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
}

.lp-objection__list li {
  padding: 10px 0;
  font-size: 1.05rem;
  line-height: 1.5;
  border-bottom: 1px solid #e2e8f0;
}

.lp-objection__close {
  font-size: 1.125rem;
  line-height: 1.6;
}

.lp-value-stack__items {
  margin-top: 32px;
  display: grid;
  gap: 20px;
}

.lp-value-stack__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.lp-value-stack__row h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.lp-value-stack__row p {
  margin: 0;
  line-height: 1.6;
  color: #475569;
}

.lp-value-stack__price {
  text-align: right;
  white-space: nowrap;
  color: #1f2937;
}

.lp-value-stack__total {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 32px 0 0;
  color: #1f2937;
}

.lp-box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.lp-pain-item {
  margin-bottom: 24px;
  line-height: 1.7;
  font-size: 1.05rem;
}

.lp-pain-item:last-child {
  margin-bottom: 0;
}

.lp-pain-item strong {
  display: block;
  margin-bottom: 6px;
  color: #1f2937;
}

.lp-pain-item .lp-fix {
  color: #334155;
}

.lp-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}

.lp-benefits-grid h3 {
  font-size: 1.25rem;
  margin: 0 0 12px;
  color: #1f2937;
}

.lp-benefits-grid p {
  margin: 0;
  line-height: 1.6;
}

.lp-audience-item {
  margin-bottom: 28px;
  line-height: 1.7;
}

.lp-audience-item:last-child {
  margin-bottom: 0;
}

.lp-audience-item strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: #1f2937;
}

.lp-feature-list {
  max-width: 820px;
  margin: 32px auto 0;
  font-size: 1.125rem;
  line-height: 1.8;
}

.lp-feature-list strong {
  color: #1f2937;
}

.lp-instructor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 32px;
}

.lp-instructor__photo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.lp-instructor__bio h3 {
  font-size: 1.5rem;
  margin: 0 0 16px;
}

.lp-instructor__bio p,
.lp-instructor__bio li {
  line-height: 1.7;
  color: #334155;
}

.lp-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.lp-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  display: block;
}

.lp-guarantee {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.lp-guarantee__badge {
  text-align: center;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 2px solid #f59e0b;
  border-radius: 16px;
  padding: 32px 24px;
}

.lp-guarantee__badge p {
  margin: 8px 0 0;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #92400e;
}

.lp-guarantee__percent {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: #1f2937;
}

.lp-guarantee__stars {
  color: #f59e0b;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.lp-guarantee__content h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.lp-guarantee__content h2 span {
  color: #f59e0b;
}

.lp-guarantee__content p {
  line-height: 1.7;
  color: #475569;
}

.lp-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.lp-preview img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.lp-testimonials-intro {
  text-align: center;
  padding-bottom: 8px;
}

.lp-testimonials-intro h3 {
  font-size: 1.75rem;
  margin: 0 0 8px;
}

.lp-testimonials-intro h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #64748b;
  margin: 0;
  max-width: 720px;
  margin-inline: auto;
}

.lp-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.lp-testimonial-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.lp-testimonial-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.lp-testimonial-card__quote {
  font-size: 1.5rem;
  color: #94a3b8;
  margin: 0 0 12px;
  line-height: 1;
}

.lp-testimonial-card p {
  margin: 0 0 12px;
  line-height: 1.65;
  color: #334155;
}

.lp-testimonial-card__name {
  font-weight: 700;
  color: #1f2937 !important;
  margin-bottom: 4px !important;
}

.lp-testimonial-card__role {
  font-size: 0.9rem;
  color: #64748b !important;
  margin-bottom: 0 !important;
}

.lp-featured-quote {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.lp-featured-quote__icon {
  font-size: 2.5rem;
  color: #f59e0b;
  margin: 0 0 8px;
  line-height: 1;
}

.lp-featured-quote__name {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: #1f2937;
}

.lp-featured-quote__role {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: #64748b;
  margin: 0 0 8px;
}

.lp-featured-quote__stars {
  color: #f59e0b;
  margin: 0 0 16px;
  letter-spacing: 2px;
}

.lp-featured-quote h3 {
  font-size: 1.125rem;
  margin: 0 0 16px;
  color: #1f2937;
}

.lp-featured-quote > p:last-child {
  text-align: left;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

#pricing {
  scroll-margin-top: 80px;
}

#agenda {
  scroll-margin-top: 80px;
}

/* Certificate */
.lp-certificate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 32px;
}

.lp-certificate__image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.lp-certificate__content h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 16px;
  color: #1f2937;
}

.lp-certificate__content p {
  line-height: 1.7;
  color: #475569;
  margin: 0 0 16px;
}

.lp-certificate__signature {
  max-width: 280px;
  height: auto;
  margin: 16px 0 24px;
}

/* Agenda */
.lp-agenda-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.lp-agenda-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-agenda-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.lp-agenda-card img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 12px;
}

.lp-agenda-card h3 {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1f2937;
  margin: 0 0 12px;
  line-height: 1.35;
}

.lp-agenda-card ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
}

.lp-agenda-card li {
  margin-bottom: 4px;
}

.lp-agenda-card li:last-child {
  margin-bottom: 0;
}

/* Bonuses */
.lp-bonuses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.lp-bonus-block {
  background: #fff;
  border: 2px solid #f59e0b;
  border-radius: 16px;
  padding: 28px;
}

.lp-bonus-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.lp-bonus-block__head h3 {
  margin: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1f2937;
}

.lp-bonus-icon {
  font-size: 1.75rem;
  line-height: 1;
}

.lp-bonus-block ul {
  margin: 0;
  padding-left: 1.2rem;
  line-height: 1.7;
  color: #334155;
}

.lp-bonus-block li {
  margin-bottom: 8px;
}

.lp-bonus-block li:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .lp-hero__grid,
  .lp-instructor,
  .lp-preview,
  .lp-guarantee,
  .lp-certificate {
    grid-template-columns: 1fr;
  }

  .lp-benefits-grid,
  .lp-gallery,
  .lp-agenda-grid,
  .lp-bonuses,
  .lp-testimonial-grid,
  .lp-testimonial-grid--3 {
    grid-template-columns: 1fr;
  }

  .lp-value-stack__row {
    grid-template-columns: 1fr;
  }

  .lp-value-stack__price {
    text-align: left;
  }

  .lp-section {
    padding: 56px 0;
  }
}

@media (max-width: 640px) {
  .lp-wrap {
    padding: 0 16px;
  }

  .lp-box {
    padding: 24px 20px;
  }

  .lp-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-cta-row .btn {
    width: 100%;
    text-align: center;
  }
}

/* Floating sticky navbar */
      .header.header--lp-minimal {
        position: sticky;
        top: 10px;
        z-index: 1000;
        padding: 0;
        background: transparent;
        border-bottom: none;
        box-shadow: none;
      }

      .header--lp-minimal .header__inner {
        max-width: 1200px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(12px);
        border-radius: 50px;
        padding: 0.6rem 1.5rem 0.6rem 1.25rem;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
        border: 1px solid rgba(0, 0, 0, 0.06);
      }

      .header__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 0.7rem 1.5rem;
        border-radius: 50px;
        background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
        color: #fff;
        font-size: 0.88rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        box-shadow: 0 4px 12px rgba(196, 30, 58, 0.25);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      }

      .header__cta:hover {
        color: #fff;
        background: linear-gradient(135deg, #a01830 0%, #8a1428 100%);
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(196, 30, 58, 0.35);
      }

      /* Always visible - override hide on scroll */
      .header.header--lp-minimal.header--hidden {
        transform: none !important;
      }

      .hero {
        background: linear-gradient(180deg, #fffdfd 0%, #fff6f5 100%);
        color: #1a1a2e;
        padding: 2rem 0 3.75rem;
        position: relative;
        overflow: hidden;
      }

      .hero::before {
        content: '';
        position: absolute;
        inset: auto -180px -230px auto;
        width: 640px;
        height: 640px;
        background: radial-gradient(circle, rgba(255, 232, 232, 0.95) 0%, rgba(255, 255, 255, 0) 70%);
        border-radius: 50%;
        pointer-events: none;
      }

      .hero__container {
        display: grid;
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        gap: 2.5rem;
        align-items: center;
        position: relative;
        z-index: 1;
      }

      .hero__content {
        max-width: 560px;
      }

      .hero__price-tag {
        display: block;
        margin-bottom: 1.75rem;
        color: #5d6472;
        font-size: 0.98rem;
        line-height: 1.55;
      }

      .hero__title {
        margin-bottom: 1.25rem;
        color: #16283b;
        font-size: clamp(2.8rem, 4.8vw, 3.55rem);
        line-height: 1.04;
        letter-spacing: -0.03em;
        font-weight: 800;
      }

      .hero__title-line {
        display: block;
      }

      .hero__subtitle {
        margin-bottom: 1.9rem;
        color: #223246;
        font-size: 1.15rem;
        line-height: 1.6;
      }

      .hero__subtitle strong {
        color: #16283b;
      }

      .btn--hero-red {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 58px;
        padding: 1rem 2rem;
        border-radius: 10px;
        background: #ff3b1f;
        color: #fff;
        font-size: 1.05rem;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        box-shadow: 0 12px 30px rgba(255, 59, 31, 0.26);
        transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
      }

      .btn--hero-red:hover {
        color: #fff;
        background: #eb3217;
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(255, 59, 31, 0.3);
      }

      .hero__features-row {
        display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
        margin-top: 1.3rem;
        color: #4d5868;
        font-size: 0.95rem;
        font-weight: 500;
      }

      .hero__feature {
        display: inline-flex;
        align-items: center;
        gap: 0.85rem;
      }

      .hero__feature:not(:last-child)::after {
        content: '•';
        color: #7b8794;
      }

      .hero__visual {
        text-align: center;
      }

      .hero__infographic {
        width: min(100%, 640px);
        max-width: 640px;
        margin: 0 auto;
        border-radius: 10px;
      }

      .hero__meta {
        margin-top: 1rem;
        color: #596273;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.55;
      }

      .hero__rating {
        color: #ea9d09;
      }

      /* Hamburger menu */
      .lp-nav { display: flex; align-items: center; gap: 1.75rem; }
      .lp-nav a:not(.header__cta) { font-size: 0.85rem; font-weight: 500; color: var(--color-text); text-decoration: none; transition: color 0.2s; }
      .lp-nav a:not(.header__cta):hover { color: var(--color-primary); }
      .lp-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 101; }
      .lp-hamburger span { display: block; width: 24px; height: 2px; background: #333; margin: 5px 0; transition: all 0.3s ease; }
      .lp-hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
      .lp-hamburger.active span:nth-child(2) { opacity: 0; }
      .lp-hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

      @media (max-width: 992px) {
        .lp-hamburger { display: block; }
        .lp-nav {
          display: none;
          position: fixed;
          top: 60px; left: 0; right: 0; height: calc(100vh - 60px);
          background: #ffffff;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 0;
          z-index: 9999;
          overflow-y: auto;
          padding: 2rem 0;
          box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        .lp-nav.active { display: flex; }
        .lp-nav a:not(.header__cta) { font-size: 1.4rem; font-weight: 600; padding: 1.1rem 0; width: 100%; text-align: center; border-bottom: 1px solid #f0f0f0; }
        .lp-nav .header__cta { margin-top: 2rem; font-size: 1.15rem; padding: 1rem 2.5rem; }
        .lp-hamburger { z-index: 10000; }

        .header--lp-minimal .header__inner {
          gap: 0.75rem;
          border-radius: 16px;
          margin: 0 0.5rem;
        }

        .header__cta {
          padding: 0.7rem 1.15rem;
          font-size: 0.82rem;
        }

        .hero {
          padding-top: 1.5rem;
        }

        .hero__container {
          grid-template-columns: 1fr;
          gap: 2rem;
          text-align: center;
        }

        .hero__content {
          max-width: 100%;
          margin: 0 auto;
        }

        .hero__features-row {
          justify-content: center;
        }
      }

      @media (max-width: 640px) {
        .header__logo img {
          height: 34px;
        }

        .header__cta {
          min-height: 42px;
          padding: 0.75rem 0.95rem;
          font-size: 0.82rem;
        }

        .hero {
          padding-bottom: 3rem;
        }

        .hero__title {
          font-size: 2.35rem;
        }

        .hero__subtitle {
          font-size: 1.02rem;
        }

        .btn--hero-red {
          width: 100%;
          padding-inline: 1.2rem;
        }

        .hero__features-row {
          gap: 0.6rem;
          font-size: 0.88rem;
        }

        .hero__feature:not(:last-child)::after {
          display: none;
        }
      }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        .feature-card {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
            border: 1px solid #eee;
        }
        .feature-card:hover {
            transform: translateY(-5px);
        }
        .feature-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #c41e3a;
        }
        .feature-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #1a1a2e;
        }
        .syllabus-list {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 15px;
        }
        .syllabus-item {
            display: flex;
            align-items: center;
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            font-weight: 500;
        }
        .syllabus-check {
            color: #28a745;
            margin-right: 15px;
            font-size: 1.2rem;
        }
        .bonus-section {
            background: #fdf2f4;
            border: 2px solid #c41e3a;
        }

/* Stylowanie przycisku na hover */
    .btn--hero-red:hover {
        background: #be123c !important;
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(225, 29, 72, 0.4) !important;
    }

    /* Interaktywny efekt dla karty 3D */
    .rs-hero-3d-visual:hover .rs-hero-card {
        transform: rotateY(-5deg) rotateX(5deg) translateY(-5px) !important;
        box-shadow: 0 35px 70px rgba(0,0,0,0.15), 0 0 60px rgba(255,255,255,1) !important;
    }

    .rs-visually-hidden {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .rs-hero-faq {
        padding: 0 0 4rem;
        background: #ffffff;
        font-family: 'Inter', sans-serif;
    }

    .rs-hero-faq__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        max-width: 1100px;
        margin: 0 auto;
    }

    .rs-hero-faq__item {
        padding: 1.35rem;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #f8fafc;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
    }

    .rs-hero-faq__item h3 {
        margin: 0 0 0.55rem;
        color: #1a1a2e;
        font-size: 1.05rem;
        line-height: 1.35;
    }

    .rs-hero-faq__item p {
        margin: 0;
        color: #475569;
        font-size: 0.98rem;
        line-height: 1.65;
    }
    
    @media (max-width: 768px) {
        .rs-hero-premium { padding: 60px 0 !important; }
        .hero__container { grid-template-columns: 1fr !important; text-align: center; }
        .hero__price-tag { font-size: 0.9rem; }
        .hero__features-row { flex-direction: column; align-items: center; }
        .rs-hero-card { transform: none !important; margin: 0 auto; }
        .rs-hero-3d-visual:hover .rs-hero-card { transform: none !important; }
        .rs-hero-faq { padding-bottom: 3rem; }
        .rs-hero-faq__grid { grid-template-columns: 1fr; }
        .rs-hero-faq__item { padding: 1.15rem; }
    }

.rs-achievement-card:hover {
        transform: translateX(10px);
        border-color: #cbd5e1;
    }
    @media (max-width: 600px) {
        .rs-achievement-card { flex-direction: column; text-align: center; }
        .rs-achievement-card:hover { transform: translateY(-5px); }
    }

.agenda-module__header {
            width: 100%;
            min-height: 48px;
            padding: 0.35rem 0;
            border: 0;
            background: transparent;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 0.85rem;
            color: #c41e3a;
            font: inherit;
            font-size: 1rem;
            font-weight: 800;
            line-height: 1.35;
            text-align: left;
        }
        .agenda-module__header:focus-visible {
            outline: 3px solid rgba(196, 30, 58, 0.25);
            outline-offset: 4px;
            border-radius: 8px;
        }
        .agenda-module__icon {
            flex: 0 0 30px;
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            background: #1a3a5c;
            color: #fff;
            font-size: 0.75rem;
            transition: transform 0.2s ease;
        }
        .agenda-module.open .agenda-module__body { display: block !important; }
        .agenda-module.open .agenda-module__icon { transform: rotate(90deg); }
        .masonry-grid { columns: 3; column-gap: 8px; }
        .project-thumb { overflow: hidden; border-radius: 4px; break-inside: avoid; margin-bottom: 8px; }
        .project-thumb img { width: 100%; display: block; transition: transform 0.3s ease; }
        .project-thumb:hover img { transform: scale(1.05); }
        @media (max-width: 600px) {
            .agenda-module__header {
                align-items: flex-start;
                font-size: 0.95rem;
            }
            .agenda-module__body {
                padding-left: 0.25rem !important;
            }
        }
        @media (max-width: 768px) { .masonry-grid { columns: 2; } }
        @media (max-width: 480px) { .masonry-grid { columns: 1; } }

.rs-learning-paths {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 30px;
        align-items: stretch;
    }
    @media (max-width: 980px) {
        .rs-learning-paths {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .rs-learning-paths__featured {
            grid-column: 1 / -1;
        }
    }
    @media (max-width: 680px) {
        .rs-learning-paths {
            grid-template-columns: 1fr;
        }
    }

.rs-pricing-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.rs-pricing-header {
  text-align: center;
  margin-bottom: 30px;
}

.rs-pricing-header h2 {
  font-size: 2.2rem;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.rs-pricing-header p {
  font-size: 1.1rem;
  color: #555;
}

/* COMPARISON TABLE - ONLINE vs OFFLINE */
.rs-comparison {
  margin-bottom: 40px;
}

.rs-comparison h3 {
  text-align: center;
  font-size: 1.4rem;
  color: #1a1a2e;
  margin-bottom: 20px;
}

.rs-comparison-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}

.rs-comparison-table thead th {
  padding: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}

.rs-comparison-table thead th:first-child {
  background: #f8f9fa;
  text-align: left;
  width: 40%;
}

.rs-comparison-table thead th:nth-child(2) {
  background: #28a745;
  color: white;
}

.rs-comparison-table thead th:nth-child(3) {
  background: #6c757d;
  color: white;
}

.rs-comparison-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
}

.rs-comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #333;
}

.rs-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.rs-comparison-table .rs-total-row td {
  background: #f8f9fa;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 16px;
}

.rs-comparison-table .rs-total-row td:nth-child(2) {
  color: #28a745;
}

.rs-comparison-table .rs-total-row td:nth-child(3) {
  color: #dc3545;
}

.rs-savings {
  text-align: center;
  margin-top: 15px;
  padding: 12px;
  background: #d4edda;
  border-radius: 8px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rs-savings strong {
  color: #155724;
  font-size: 1.1rem;
}

/* PRICING TABLE */
.rs-pricing-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.rs-pricing-table thead th {
  padding: 25px 15px;
  text-align: center;
  color: white;
  font-size: 1rem;
}

.rs-pricing-table thead th:nth-child(1) {
  background: #2d2d44;
  width: 30%;
  text-align: left;
}

.rs-pricing-table thead th:nth-child(2) {
  background: #1a1a2e;
}

.rs-pricing-table thead th:nth-child(3) {
  background: #c41e3a;
}

.rs-pricing-table thead th:nth-child(4) {
  background: #1a1a2e;
}

.rs-package-name {
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.rs-package-subtitle {
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 400;
}

.rs-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #ffd700;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 215, 0, 0.4);
}

.rs-price-row td {
  padding: 20px 15px;
  text-align: center;
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
}

.rs-price-row td:first-child {
  text-align: left;
  font-weight: 600;
  color: #1a1a2e;
}

.rs-price {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a2e;
}

.rs-price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 1rem;
  display: block;
}

.rs-price-info {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
  display: block;
}

.rs-pricing-table tbody tr {
  border-bottom: 1px solid #e9ecef;
}

.rs-pricing-table tbody tr:hover {
  background: #f1f3f4;
}

.rs-pricing-table tbody td {
  padding: 14px 15px;
  text-align: center;
}

.rs-pricing-table tbody td:first-child {
  text-align: left;
  color: #333;
  font-size: 0.95rem;
}

.rs-check {
  color: #28a745;
  font-size: 1.3rem;
}

.rs-cross {
  color: #999;
  font-size: 1.1rem;
}

.rs-highlight-col {
  background: #fff5f5 !important;
}

.rs-cta-row td {
  padding: 25px 15px;
  background: #f8f9fa;
}

.rs-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.rs-btn-primary {
  background: #c41e3a;
  color: white;
}

.rs-btn-primary:hover {
  background: #a01830;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.4);
}

.rs-btn-secondary {
  background: #1a1a2e;
  color: white;
}

.rs-btn-secondary:hover {
  background: #2d2d44;
  transform: translateY(-2px);
}

.rs-btn-outline {
  background: transparent;
  color: #1a1a2e;
  border: 2px solid #1a1a2e;
}

.rs-btn-outline:hover {
  background: #1a1a2e;
  color: white;
  transform: translateY(-2px);
}

.rs-btn-outline-primary {
  background: transparent;
  color: #c41e3a;
  border: 2px solid #c41e3a;
}

.rs-btn-outline-primary:hover {
  background: #c41e3a;
  color: white;
  transform: translateY(-2px);
}

.rs-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.rs-cta-buttons .rs-btn {
  width: 100%;
  max-width: 180px;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.rs-guarantee {
  font-size: 0.8rem;
  color: #28a745;
  margin-top: 10px;
  display: block;
}

.rs-payment-info {
  text-align: center;
  margin-top: 25px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.rs-payment-info p {
  margin: 5px 0;
  color: #555;
  font-size: 0.95rem;
}

/* MOBILE CARDS */
.rs-mobile-cards {
  display: none;
}

.rs-mobile-comparison {
  display: none;
}

@media (max-width: 768px) {
  .rs-pricing-section {
    padding: 20px 15px;
  }

  .rs-pricing-header h2 {
    font-size: 1.5rem;
  }

  .rs-pricing-header p {
    font-size: 1rem;
  }

  .rs-comparison h3 {
    font-size: 1.1rem;
  }

  /* Hide desktop tables */
  .rs-pricing-table,
  .rs-comparison-table {
    display: none;
  }

  /* Show mobile cards */
  .rs-mobile-cards,
  .rs-mobile-comparison {
    display: block;
  }

  /* Mobile comparison */
  .rs-mobile-comparison {
    max-width: 400px;
    margin: 0 auto;
  }

  .rs-compare-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 15px;
    overflow: hidden;
  }

  .rs-compare-card-header {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    color: white;
  }

  .rs-compare-card-header.online {
    background: #28a745;
  }

  .rs-compare-card-header.offline {
    background: #6c757d;
  }

  .rs-compare-card-body {
    padding: 15px;
  }

  .rs-compare-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.9rem;
  }

  .rs-compare-row:last-child {
    border-bottom: none;
  }

  .rs-compare-row.total {
    font-weight: 700;
    font-size: 1.1rem;
    padding-top: 15px;
  }

  .rs-compare-row.total .rs-compare-value.green {
    color: #28a745;
  }

  .rs-compare-row.total .rs-compare-value.red {
    color: #dc3545;
  }

  .rs-savings {
    padding: 12px;
    font-size: 0.9rem;
  }

  .rs-savings strong {
    font-size: 0.95rem;
  }

  /* Mobile pricing cards */
  .rs-mobile-cards {
    max-width: 400px;
    margin: 0 auto;
  }

  .rs-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
  }

  .rs-card.highlighted {
    border: 3px solid #c41e3a;
  }

  .rs-card-header {
    padding: 25px 20px;
    text-align: center;
    color: white;
    background: #1a1a2e;
  }

  .rs-card.highlighted .rs-card-header {
    background: #c41e3a;
  }

  .rs-card-header .rs-badge {
    margin-bottom: 10px;
  }

  .rs-card-header .rs-package-name {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .rs-card-header .rs-package-subtitle {
    font-size: 0.85rem;
    opacity: 0.9;
  }

  .rs-card-price {
    padding: 25px 20px;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
  }

  .rs-card-price .rs-price {
    font-size: 2.2rem;
  }

  .rs-card.highlighted .rs-card-price .rs-price {
    color: #c41e3a;
  }

  .rs-card-price .rs-price-old {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .rs-card-price .rs-price-info {
    margin-top: 8px;
    font-size: 0.85rem;
  }

  .rs-card-body {
    padding: 20px;
  }

  .rs-card-feature {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #333;
  }

  .rs-card-feature:last-child {
    border-bottom: none;
  }

  .rs-card-feature .rs-check {
    margin-right: 12px;
    font-size: 1.1rem;
  }

  .rs-card-feature .rs-cross {
    margin-right: 12px;
    font-size: 1rem;
  }

  .rs-card-feature.disabled {
    color: #999;
  }

  .rs-card-cta {
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
  }

  .rs-card-cta .rs-btn {
    width: 100%;
    padding: 16px 20px;
    font-size: 1rem;
  }

  .rs-card-cta .rs-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .rs-card-cta .rs-cta-buttons .rs-btn {
    padding: 14px 20px;
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .rs-card-cta .rs-guarantee {
    margin-top: 12px;
    font-size: 0.8rem;
  }

  .rs-payment-info {
    margin-top: 20px;
  }

  .rs-payment-info p {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
        .rs-payment-info { flex-direction: column; align-items: flex-start; gap: 20px; }
        .rs-sep { display: none; }
    }

.rs-faq-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.rs-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.rs-faq-header h2 {
  font-size: 2.2rem;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.rs-faq-header p {
  font-size: 1.1rem;
  color: #555;
}

.rs-faq-header a {
  color: #c41e3a;
  text-decoration: none;
}

.rs-faq-header a:hover {
  text-decoration: underline;
}

/* FAQ Categories */
.rs-faq-category {
  margin-bottom: 30px;
}

.rs-faq-category-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

/* FAQ Items */
.rs-faq-item {
  background: white;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  overflow: hidden;
}

.rs-faq-question {
  width: 100%;
  padding: 18px 20px;
  background: white;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease;
}

.rs-faq-question:hover {
  background: #f8f9fa;
}

.rs-faq-question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: #c41e3a;
  transition: transform 0.3s ease;
}

.rs-faq-item.active .rs-faq-question::after {
  content: '−';
}

.rs-faq-item.active .rs-faq-question {
  background: #1a1a2e;
  color: white;
}

.rs-faq-item.active .rs-faq-question::after {
  color: white;
}

.rs-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f8f9fa;
}

.rs-faq-item.active .rs-faq-answer {
  max-height: 500px;
  padding: 20px;
}

.rs-faq-answer p {
  margin: 0;
  color: #333;
  line-height: 1.7;
  font-size: 0.95rem;
}

.rs-faq-answer strong {
  color: #1a1a2e;
}

.rs-faq-answer .rs-highlight {
  color: #c41e3a;
  font-weight: 600;
}

/* Contact box */
.rs-faq-contact {
  text-align: center;
  margin-top: 40px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
}

.rs-faq-contact p {
  margin: 0 0 10px 0;
  color: #555;
}

.rs-faq-contact a {
  color: #c41e3a;
  font-weight: 600;
  text-decoration: none;
}

.rs-faq-contact a:hover {
  text-decoration: underline;
}

/* FAQ contact card (rysujescada mb-contact) */
.mb-contact-container {
  padding: 40px 20px 10px;
  display: flex;
  justify-content: center;
}
.mb-contact-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 24px;
  padding: 35px;
  max-width: 850px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mb-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.mb-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 4px;
  background: #c41e3a;
  border-radius: 0 0 4px 4px;
}
.mb-contact-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mb-contact-icon {
  background: #fef2f2;
  color: #c41e3a;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mb-contact-text h3 {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a2e;
}
.mb-contact-text p {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 420px;
}
.mb-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 260px;
}
.mb-contact-link {
  text-decoration: none;
  color: #1a1a2e;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 20px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.mb-contact-link:hover {
  background: #c41e3a;
  color: #ffffff;
  border-color: #c41e3a;
}
.mb-link-icon {
  font-size: 1.1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .mb-contact-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 25px;
  }
  .mb-contact-content {
    flex-direction: column;
  }
  .mb-contact-actions {
    width: 100%;
    min-width: 0;
  }
  .mb-contact-link {
    justify-content: center;
  }
  .mb-contact-text p {
    max-width: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rs-faq-section {
    padding: 20px 15px;
  }

  .rs-faq-header h2 {
    font-size: 1.6rem;
  }

  .rs-faq-question {
    padding: 15px;
    font-size: 0.95rem;
  }

  .rs-faq-item.active .rs-faq-answer {
    padding: 15px;
  }
}

/* Sekcja kontaktowa */
  .mb-contact-container {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
  }

  .mb-contact-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 24px;
    padding: 35px;
    max-width: 850px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: transform 0.3s ease;
  }

  .mb-contact-card:hover {
    transform: translateY(-5px);
  }

  /* Akcent kolorystyczny na górze */
  .mb-contact-card::before {
    content: '';
    position: absolute;
    top: 0; left: 30px; right: 30px;
    height: 4px;
    background: #ef6c00;
    border-radius: 0 0 4px 4px;
  }

  .mb-contact-content {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mb-contact-icon {
    background: #fff5eb;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .mb-contact-text h3 {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a2e;
  }

  .mb-contact-text p {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
  }

  .mb-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 240px;
  }

  .mb-contact-link {
    text-decoration: none;
    color: #1a1a2e;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
  }

  .mb-contact-link:hover {
    background: #ef6c00;
    color: #ffffff;
    border-color: #ef6c00;
  }

  .mb-link-icon {
    font-size: 1.1rem;
  }

  /* Responsywność */
  @media (max-width: 768px) {
    .mb-contact-card {
      flex-direction: column;
      text-align: center;
      padding: 40px 25px;
    }
    
    .mb-contact-content {
      flex-direction: column;
    }
    
    .mb-contact-actions {
      width: 100%;
    }

    .mb-contact-link {
      justify-content: center;
    }
  }

.final-cta-btn-base:hover {
        background: #be123c;
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 20px 45px rgba(225, 29, 72, 0.35);
    }

.rs-pricing-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.rs-pricing-header {
  text-align: center;
  margin-bottom: 30px;
}

.rs-pricing-header h2 {
  font-size: 2.2rem;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.rs-pricing-header p {
  font-size: 1.1rem;
  color: #555;
}

/* COMPARISON TABLE - ONLINE vs OFFLINE */
.rs-comparison {
  margin-bottom: 40px;
}

.rs-comparison h3 {
  text-align: center;
  font-size: 1.4rem;
  color: #1a1a2e;
  margin-bottom: 20px;
}

.rs-comparison-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}

.rs-comparison-table thead th {
  padding: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
}

.rs-comparison-table thead th:first-child {
  background: #f8f9fa;
  text-align: left;
  width: 40%;
}

.rs-comparison-table thead th:nth-child(2) {
  background: #28a745;
  color: white;
}

.rs-comparison-table thead th:nth-child(3) {
  background: #6c757d;
  color: white;
}

.rs-comparison-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
}

.rs-comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #333;
}

.rs-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.rs-comparison-table .rs-total-row td {
  background: #f8f9fa;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 16px;
}

.rs-comparison-table .rs-total-row td:nth-child(2) {
  color: #28a745;
}

.rs-comparison-table .rs-total-row td:nth-child(3) {
  color: #dc3545;
}

.rs-savings {
  text-align: center;
  margin-top: 15px;
  padding: 12px;
  background: #d4edda;
  border-radius: 8px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rs-savings strong {
  color: #155724;
  font-size: 1.1rem;
}

/* PRICING TABLE */
.rs-pricing-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.rs-pricing-table thead th {
  padding: 25px 15px;
  text-align: center;
  color: white;
  font-size: 1rem;
}

.rs-pricing-table thead th:nth-child(1) {
  background: #2d2d44;
  width: 30%;
  text-align: left;
}

.rs-pricing-table thead th:nth-child(2) {
  background: #1a1a2e;
}

.rs-pricing-table thead th:nth-child(3) {
  background: #c41e3a;
}

.rs-pricing-table thead th:nth-child(4) {
  background: #1a1a2e;
}

.rs-package-name {
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.rs-package-subtitle {
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 400;
}

.rs-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #ffd700;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 215, 0, 0.4);
}

.rs-price-row td {
  padding: 20px 15px;
  text-align: center;
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
}

.rs-price-row td:first-child {
  text-align: left;
  font-weight: 600;
  color: #1a1a2e;
}

.rs-price {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a2e;
}

.rs-price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 1rem;
  display: block;
}

.rs-price-info {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
  display: block;
}

.rs-pricing-table tbody tr {
  border-bottom: 1px solid #e9ecef;
}

.rs-pricing-table tbody tr:hover {
  background: #f1f3f4;
}

.rs-pricing-table tbody td {
  padding: 14px 15px;
  text-align: center;
}

.rs-pricing-table tbody td:first-child {
  text-align: left;
  color: #333;
  font-size: 0.95rem;
}

.rs-check {
  color: #28a745;
  font-size: 1.3rem;
}

.rs-cross {
  color: #999;
  font-size: 1.1rem;
}

.rs-highlight-col {
  background: #fff5f5 !important;
}

.rs-cta-row td {
  padding: 25px 15px;
  background: #f8f9fa;
}

.rs-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.rs-btn-primary {
  background: #c41e3a;
  color: white;
}

.rs-btn-primary:hover {
  background: #a01830;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.4);
}

.rs-btn-secondary {
  background: #1a1a2e;
  color: white;
}

.rs-btn-secondary:hover {
  background: #2d2d44;
  transform: translateY(-2px);
}

.rs-btn-outline {
  background: transparent;
  color: #1a1a2e;
  border: 2px solid #1a1a2e;
}

.rs-btn-outline:hover {
  background: #1a1a2e;
  color: white;
  transform: translateY(-2px);
}

.rs-btn-outline-primary {
  background: transparent;
  color: #c41e3a;
  border: 2px solid #c41e3a;
}

.rs-btn-outline-primary:hover {
  background: #c41e3a;
  color: white;
  transform: translateY(-2px);
}

.rs-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.rs-cta-buttons .rs-btn {
  width: 100%;
  max-width: 180px;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.rs-guarantee {
  font-size: 0.8rem;
  color: #28a745;
  margin-top: 10px;
  display: block;
}

.rs-payment-info {
  text-align: center;
  margin-top: 25px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.rs-payment-info p {
  margin: 5px 0;
  color: #555;
  font-size: 0.95rem;
}

/* MOBILE CARDS */
.rs-mobile-cards {
  display: none;
}

.rs-mobile-comparison {
  display: none;
}

@media (max-width: 768px) {
  .rs-pricing-section {
    padding: 20px 15px;
  }

  .rs-pricing-header h2 {
    font-size: 1.5rem;
  }

  .rs-pricing-header p {
    font-size: 1rem;
  }

  .rs-comparison h3 {
    font-size: 1.1rem;
  }

  /* Hide desktop tables */
  .rs-pricing-table,
  .rs-comparison-table {
    display: none;
  }

  /* Show mobile cards */
  .rs-mobile-cards,
  .rs-mobile-comparison {
    display: block;
  }

  /* Mobile comparison */
  .rs-mobile-comparison {
    max-width: 400px;
    margin: 0 auto;
  }

  .rs-compare-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 15px;
    overflow: hidden;
  }

  .rs-compare-card-header {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    color: white;
  }

  .rs-compare-card-header.online {
    background: #28a745;
  }

  .rs-compare-card-header.offline {
    background: #6c757d;
  }

  .rs-compare-card-body {
    padding: 15px;
  }

  .rs-compare-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.9rem;
  }

  .rs-compare-row:last-child {
    border-bottom: none;
  }

  .rs-compare-row.total {
    font-weight: 700;
    font-size: 1.1rem;
    padding-top: 15px;
  }

  .rs-compare-row.total .rs-compare-value.green {
    color: #28a745;
  }

  .rs-compare-row.total .rs-compare-value.red {
    color: #dc3545;
  }

  .rs-savings {
    padding: 12px;
    font-size: 0.9rem;
  }

  .rs-savings strong {
    font-size: 0.95rem;
  }

  /* Mobile pricing cards */
  .rs-mobile-cards {
    max-width: 400px;
    margin: 0 auto;
  }

  .rs-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
  }

  .rs-card.highlighted {
    border: 3px solid #c41e3a;
  }

  .rs-card-header {
    padding: 25px 20px;
    text-align: center;
    color: white;
    background: #1a1a2e;
  }

  .rs-card.highlighted .rs-card-header {
    background: #c41e3a;
  }

  .rs-card-header .rs-badge {
    margin-bottom: 10px;
  }

  .rs-card-header .rs-package-name {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .rs-card-header .rs-package-subtitle {
    font-size: 0.85rem;
    opacity: 0.9;
  }

  .rs-card-price {
    padding: 25px 20px;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
  }

  .rs-card-price .rs-price {
    font-size: 2.2rem;
  }

  .rs-card.highlighted .rs-card-price .rs-price {
    color: #c41e3a;
  }

  .rs-card-price .rs-price-old {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .rs-card-price .rs-price-info {
    margin-top: 8px;
    font-size: 0.85rem;
  }

  .rs-card-body {
    padding: 20px;
  }

  .rs-card-feature {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #333;
  }

  .rs-card-feature:last-child {
    border-bottom: none;
  }

  .rs-card-feature .rs-check {
    margin-right: 12px;
    font-size: 1.1rem;
  }

  .rs-card-feature .rs-cross {
    margin-right: 12px;
    font-size: 1rem;
  }

  .rs-card-feature.disabled {
    color: #999;
  }

  .rs-card-cta {
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
  }

  .rs-card-cta .rs-btn {
    width: 100%;
    padding: 16px 20px;
    font-size: 1rem;
  }

  .rs-card-cta .rs-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .rs-card-cta .rs-cta-buttons .rs-btn {
    padding: 14px 20px;
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .rs-card-cta .rs-guarantee {
    margin-top: 12px;
    font-size: 0.8rem;
  }

  .rs-payment-info {
    margin-top: 20px;
  }

  .rs-payment-info p {
    font-size: 0.9rem;
  }
}

.rs-faq-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.rs-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.rs-faq-header h2 {
  font-size: 2.2rem;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.rs-faq-header p {
  font-size: 1.1rem;
  color: #555;
}

.rs-faq-header a {
  color: #c41e3a;
  text-decoration: none;
}

.rs-faq-header a:hover {
  text-decoration: underline;
}

/* FAQ Categories */
.rs-faq-category {
  margin-bottom: 30px;
}

.rs-faq-category-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

/* FAQ Items */
.rs-faq-item {
  background: white;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  overflow: hidden;
}

.rs-faq-question {
  width: 100%;
  padding: 18px 20px;
  background: white;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease;
}

.rs-faq-question:hover {
  background: #f8f9fa;
}

.rs-faq-question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: #c41e3a;
  transition: transform 0.3s ease;
}

.rs-faq-item.active .rs-faq-question::after {
  content: '−';
}

.rs-faq-item.active .rs-faq-question {
  background: #1a1a2e;
  color: white;
}

.rs-faq-item.active .rs-faq-question::after {
  color: white;
}

.rs-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f8f9fa;
}

.rs-faq-item.active .rs-faq-answer {
  max-height: 500px;
  padding: 20px;
}

.rs-faq-answer p {
  margin: 0;
  color: #333;
  line-height: 1.7;
  font-size: 0.95rem;
}

.rs-faq-answer strong {
  color: #1a1a2e;
}

.rs-faq-answer .rs-highlight {
  color: #c41e3a;
  font-weight: 600;
}

/* Contact box */
.rs-faq-contact {
  text-align: center;
  margin-top: 40px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
}

.rs-faq-contact p {
  margin: 0 0 10px 0;
  color: #555;
}

.rs-faq-contact a {
  color: #c41e3a;
  font-weight: 600;
  text-decoration: none;
}

.rs-faq-contact a:hover {
  text-decoration: underline;
}

/* FAQ contact card (rysujescada mb-contact) */
.mb-contact-container {
  padding: 40px 20px 10px;
  display: flex;
  justify-content: center;
}
.mb-contact-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 24px;
  padding: 35px;
  max-width: 850px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mb-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.mb-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 4px;
  background: #c41e3a;
  border-radius: 0 0 4px 4px;
}
.mb-contact-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mb-contact-icon {
  background: #fef2f2;
  color: #c41e3a;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mb-contact-text h3 {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a2e;
}
.mb-contact-text p {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 420px;
}
.mb-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 260px;
}
.mb-contact-link {
  text-decoration: none;
  color: #1a1a2e;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 20px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.mb-contact-link:hover {
  background: #c41e3a;
  color: #ffffff;
  border-color: #c41e3a;
}
.mb-link-icon {
  font-size: 1.1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .mb-contact-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 25px;
  }
  .mb-contact-content {
    flex-direction: column;
  }
  .mb-contact-actions {
    width: 100%;
    min-width: 0;
  }
  .mb-contact-link {
    justify-content: center;
  }
  .mb-contact-text p {
    max-width: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rs-faq-section {
    padding: 20px 15px;
  }

  .rs-faq-header h2 {
    font-size: 1.6rem;
  }

  .rs-faq-question {
    padding: 15px;
    font-size: 0.95rem;
  }

  .rs-faq-item.active .rs-faq-answer {
    padding: 15px;
  }
}


.lang-switcher { display: inline-flex; gap: 4px; margin-left: 12px; align-items: center; }
.lang-switcher__btn {
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  color: #334155;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
}
.lang-switcher__btn--active {
  background: #1a1a2e;
  color: #fff;
  border-color: #1a1a2e;
}
.header--lp-minimal .header__inner { flex-wrap: wrap; }
@media (max-width: 900px) {
  .lang-switcher { margin-left: 0; margin-top: 8px; }
}

/* Locale-specific blocks — default EN hides PL screenshots */
[data-locale-only="es"] { display: none !important; }
html[lang="es"] [data-locale-only="es"] { display: revert !important; }

/* CTA buttons on rysujescada-style LP */
.lp-page--rs .btn--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #c41e3a;
  color: #fff !important;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 28px rgba(196, 30, 58, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.lp-page--rs .btn--cta:hover {
  background: #a01830;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(196, 30, 58, 0.35);
}

/* Expanded footer (rysujescada layout) */
.lp-page--rs .footer--rs {
  background: #111111;
  padding: 4rem 0 2rem;
}
.lp-page--rs .footer--rs .footer__grid--homepage {
  display: grid;
  grid-template-columns: 1.45fr 1.1fr 1.05fr 1.35fr 1.05fr;
  gap: 2.5rem;
  align-items: start;
  margin-bottom: 3rem;
}
.lp-page--rs .footer--rs .footer__intro {
  max-width: 280px;
}
.lp-page--rs .footer--rs .footer__intro p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
}
.lp-page--rs .footer--rs .footer__logo img {
  height: 40px;
  width: auto;
  border-radius: 8px;
}
.lp-page--rs .footer--rs h4 {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
.lp-page--rs .footer--rs .footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lp-page--rs .footer--rs .footer__links li {
  margin-bottom: 0.75rem;
}
.lp-page--rs .footer--rs .footer__links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.15s ease;
}
.lp-page--rs .footer--rs .footer__links a:hover {
  color: var(--color-primary);
}
.lp-page--rs .footer--rs .footer__link--cta {
  color: var(--color-primary) !important;
  font-weight: 700;
}
.lp-page--rs .footer--rs .footer__social {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.lp-page--rs .footer--rs .footer__social a {
  color: rgba(255, 255, 255, 0.7);
}
.lp-page--rs .footer--rs .footer__social a:hover {
  color: #fff;
}
.lp-page--rs .footer--rs .footer__trust-block {
  display: grid;
  gap: 1.5rem;
}
.lp-page--rs .footer--rs .footer__trust-item h5 {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-page--rs .footer--rs .footer__trust-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.875rem;
  line-height: 1.6;
}
.lp-page--rs .footer--rs .footer__stat {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lp-page--rs .footer--rs .footer__stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 0.25rem;
}
.lp-page--rs .footer--rs .footer__stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.62);
}
.lp-page--rs .footer--rs .footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.lp-page--rs .footer--rs .footer__legal {
  display: flex;
  gap: 1.5rem;
}
.lp-page--rs .footer--rs .footer__legal a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.lp-page--rs .footer--rs .footer__legal a:hover {
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 1100px) {
  .lp-page--rs .footer--rs .footer__grid--homepage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .lp-page--rs .footer--rs .footer__grid--homepage {
    grid-template-columns: 1fr;
  }
  .lp-page--rs .footer--rs .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Custom Styles for this LP */
    .hero {
      background: linear-gradient(180deg, #fffdfd 0%, #fff6f5 100%);
      color: #1a1a2e;
      padding: 4rem 0 5rem;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .hero::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 80px;
      background: white;
      clip-path: ellipse(55% 100% at 50% 100%);
    }

    .hero__overline {
      color: #5d6472;
      font-size: 1.15rem;
      font-style: italic;
      margin-bottom: 1.5rem;
      text-align: center;
    }

    .hero__title {
      margin-bottom: 1.5rem;
      color: #16283b;
      font-size: clamp(2.5rem, 4.2vw, 3.5rem);
      line-height: 1.4;
      letter-spacing: -0.02em;
      font-weight: 800;
      text-align: center;
    }

    .hero__title-line {
      display: block;
      white-space: nowrap;
    }

    .hero__title-sub {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 600;
      letter-spacing: 0.15em;
      margin-top: 0.3rem;
    }

    .hero__highlight {
      background: #ffc107;
      padding: 0.1em 0.3em;
      display: inline;
    }

    .hero__subtitle {
      margin-bottom: 2rem;
      color: #223246;
      font-size: 1.35rem;
      line-height: 1.7;
      text-align: center;
    }

    .hero__subtitle strong {
      color: #16283b;
    }

    .hero__stats {
      color: #5d6472;
      font-size: 1.1rem;
      font-style: italic;
      margin-bottom: 2.5rem;
      text-align: center;
    }

    .btn--hero-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 64px;
      padding: 1.2rem 3rem;
      border-radius: 10px;
      background: #2d2b7c;
      color: #fff;
      font-size: 1.3rem;
      font-weight: 800;
      font-style: italic;
      letter-spacing: 0.05em;
      text-align: center;
      text-decoration: none;
      box-shadow: 0 8px 24px rgba(45, 43, 124, 0.3);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
      margin: 0 auto;
    }

    .btn--hero-cta:hover {
      color: #fff;
      background: #1f1d5e;
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(45, 43, 124, 0.4);
    }

    /* Floating header */
    .header.header--lp-minimal {
      position: sticky;
      top: 10px;
      z-index: 1000;
      padding: 0;
      background: transparent;
      border-bottom: none;
      box-shadow: none;
    }

    .header--lp-minimal .header__inner {
      max-width: 1200px;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(12px);
      border-radius: 50px;
      padding: 0.6rem 1.5rem 0.6rem 1.25rem;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
      border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .header__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0.7rem 1.5rem;
      border-radius: 50px;
      background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
      color: #fff;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: 0.01em;
      box-shadow: 0 4px 12px rgba(196, 30, 58, 0.25);
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

    .header__cta:hover {
      color: #fff;
      background: linear-gradient(135deg, #a01830 0%, #8a1428 100%);
      transform: translateY(-1px);
      box-shadow: 0 6px 16px rgba(196, 30, 58, 0.35);
    }

    .header.header--lp-minimal.header--hidden {
      transform: none !important;
    }

    /* Hamburger menu */
    .lp-nav {
      display: flex;
      align-items: center;
      gap: 1.75rem;
    }

    .lp-nav a:not(.header__cta) {
      font-size: 0.85rem;
      font-weight: 500;
      color: var(--color-text);
      text-decoration: none;
      transition: color 0.2s;
    }

    .lp-nav a:not(.header__cta):hover {
      color: var(--color-primary);
    }

    .lp-hamburger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
      z-index: 101;
    }

    .lp-hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: #333;
      margin: 5px 0;
      transition: all 0.3s ease;
    }

    .lp-hamburger.active span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 5px);
    }

    .lp-hamburger.active span:nth-child(2) {
      opacity: 0;
    }

    .lp-hamburger.active span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -5px);
    }

    @media (max-width: 992px) {
      .lp-hamburger {
        display: block;
      }

      .lp-nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        height: calc(100vh - 60px);
        background: #ffffff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        z-index: 9999;
        overflow-y: auto;
        padding: 2rem 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      }

      .lp-nav.active {
        display: flex;
      }

      .lp-nav a:not(.header__cta) {
        font-size: 1.4rem;
        font-weight: 600;
        padding: 1.1rem 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
      }

      .lp-nav .header__cta {
        margin-top: 2rem;
        font-size: 1.15rem;
        padding: 1rem 2.5rem;
      }

      .lp-hamburger {
        z-index: 10000;
      }

      .header--lp-minimal .header__inner {
        gap: 0.75rem;
        border-radius: 16px;
        margin: 0 0.5rem;
      }

      .header__cta {
        padding: 0.7rem 1.15rem;
        font-size: 0.82rem;
      }

      .hero {
        padding: 2.5rem 0 4rem;
      }
    }

    @media (max-width: 640px) {
      .header__logo img {
        height: 34px;
      }
.rs-payment-info-bar {
            flex-direction: column;
            align-items: flex-start;
            gap: 25px;
            padding: 25px;
        }
        .rs-sep {
            display: none;
        }
      .header__cta {
        min-height: 42px;
        padding: 0.75rem 0.95rem;
        font-size: 0.82rem;
      }

      .hero {
        padding: 2rem 0 3.5rem;
      }

      .hero__title {
        font-size: clamp(1.55rem, 8vw, 2rem);
        line-height: 1.25;
        letter-spacing: 0;
      }

      .hero__title-line {
        white-space: normal;
      }

      .hero__title-sub {
        font-size: clamp(1.15rem, 6vw, 1.5rem);
        letter-spacing: 0.12em;
      }

      .hero__highlight {
        display: inline-block;
      }

      .hero__subtitle {
        font-size: 1rem;
      }

      .btn--hero-cta {
        width: 100%;
        padding-inline: 1.2rem;
      }
    }

    .feature-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .feature-card {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      border: 1px solid #eee;
    }

    .feature-card:hover {
      transform: translateY(-5px);
    }

    .feature-icon {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #c41e3a;
    }

    .feature-title {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #1a1a2e;
    }

    .syllabus-list {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 15px;
    }

    .syllabus-item {
      display: flex;
      align-items: center;
      background: #f8f9fa;
      padding: 15px;
      border-radius: 8px;
      font-weight: 500;
    }

    .syllabus-check {
      color: #28a745;
      margin-right: 15px;
      font-size: 1.2rem;
    }

    .bonus-section {
      background: #fdf2f4;
      border: 2px solid #c41e3a;
    }

    .rs-hero-faq {
        padding: 0 0 4rem;
        background: #ffffff;
        font-family: 'Inter', sans-serif;
    }

    .rs-hero-faq__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        max-width: 1100px;
        margin: 0 auto;
    }

    .rs-hero-faq__item {
        padding: 1.35rem;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #f8fafc;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
    }

    .rs-hero-faq__item h3 {
        margin: 0 0 0.55rem;
        color: #1a1a2e;
        font-size: 1.05rem;
        line-height: 1.35;
    }

    .rs-hero-faq__item p {
        margin: 0;
        color: #475569;
        font-size: 0.98rem;
        line-height: 1.65;
    }

    @media (max-width: 768px) {
        .rs-hero-faq { padding-bottom: 3rem; }
        .rs-hero-faq__grid { grid-template-columns: 1fr; }
        .rs-hero-faq__item { padding: 1.15rem; }
    }

/* Główne style gridu i kart dla sekcji advanced */
      .scada-advanced-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
      }

      .scada-advanced-card {
        background: #ffffff;
        padding: 40px 30px;
        border-radius: 24px;
        border: 1px solid #f1f5f9;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
        position: relative;
        overflow: hidden;
      }

      /* EFEKT HOVER 3D jak w Bradleyu */
      .scada-advanced-card:hover {
        transform: translateY(-8px);
        border-color: #005fb8;
        box-shadow: 0 20px 40px rgba(0, 95, 184, 0.1);
      }

      /* Pudełko na dużą ikonę */
      .scada-advanced-icon-box {
        width: 70px;
        height: 70px;
        border-radius: 20px;
        background: #f1f7fd;
        /* Delikatny błękit Rockwella */
        border: 1px solid rgba(0, 95, 184, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: all 0.3s ease;
      }

      .scada-advanced-card:hover .scada-advanced-icon-box {
        background: #005fb8;
        border-color: #005fb8;
        transform: scale(1.05) rotate(-3deg);
      }

      .scada-advanced-card:hover .scada-advanced-icon-box svg {
        stroke: #ffffff;
        /* Ikona bieleje na hoverze */
      }

      /* Style tekstu wewnątrz karty */
      .scada-advanced-card p {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        color: #1a1a2e;
        line-height: 1.4;
        max-width: 200px;
        /* Dla lepszego ułożenia tekstu */
      }

      @media (max-width: 768px) {
        .scada-advanced-grid {
          grid-template-columns: 1fr;
        }

        .scada-advanced-card {
          padding: 30px 20px;
          flex-direction: row;
          /* Na mobile ikona obok tekstu */
          text-align: left;
          gap: 15px;
        }

        .scada-advanced-icon-box {
          width: 50px;
          height: 50px;
          border-radius: 12px;
        }

        .scada-advanced-card p {
          max-width: none;
          font-size: 1rem;
        }
      }

.agenda-module.open .agenda-module__body {
      display: block !important;
    }

    /* L2 curriculum must not inherit the flex layout used by the VBS agenda. */
    html[data-i18n-page="l2"] #program .container > div {
      max-width: 960px !important;
    }

    html[data-i18n-page="l2"] #program .agenda-module {
      display: block !important;
      width: 100%;
      padding: 1.35rem 1.5rem !important;
      box-sizing: border-box;
    }

    html[data-i18n-page="l2"] #program .agenda-module__header {
      width: 100%;
    }

    html[data-i18n-page="l2"] #program .agenda-module__body {
      width: 100%;
      padding: 1rem 0 0 2.25rem !important;
      box-sizing: border-box;
    }

    html[data-i18n-page="l2"] #program .agenda-module__body ol {
      columns: 2;
      column-gap: 3rem;
      margin: 0;
      padding-left: 1.25rem !important;
    }

    html[data-i18n-page="l2"] #program .agenda-module__body li {
      break-inside: avoid;
      margin: 0 0 0.35rem;
      line-height: 1.55;
    }

    .agenda-module.open .agenda-module__header span:first-child {
      transform: rotate(90deg);
      display: inline-block;
    }

    .agenda-bonus {
      animation: bonusPulse 2s ease-in-out infinite;
    }

    @keyframes bonusPulse {

      0%,
      100% {
        box-shadow: 0 4px 16px rgba(196, 30, 58, 0.15);
      }

      50% {
        box-shadow: 0 4px 24px rgba(196, 30, 58, 0.35);
      }
    }

    @media (max-width: 768px) {
      .section-decision-expert {
        padding: 60px 0;
      }

      div[style*="transform: scale(1.05)"] {
        transform: scale(1) !important;
        margin-top: 20px;
      }

      #program .container>div {
        grid-template-columns: 1fr !important;
      }

      html[data-i18n-page="l2"] #program .agenda-module {
        padding: 1.1rem 1rem !important;
      }

      html[data-i18n-page="l2"] #program .agenda-module__body {
        padding: 0.85rem 0 0 0.25rem !important;
      }

      html[data-i18n-page="l2"] #program .agenda-module__body ol {
        columns: 1;
        padding-left: 1.35rem !important;
      }
    }

/* ===== TESTIMONIALS CAROUSEL ===== */
        .rs-testimonials {
          max-width: 1200px;
          margin: 0 auto;
          padding: 60px 20px;
          font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        }

        .rs-testimonials-header {
          text-align: center;
          margin-bottom: 50px;
        }

        .rs-testimonials-header h2 {
          font-size: 2.5rem;
          color: #1a1a2e;
          margin-bottom: 15px;
          font-weight: 700;
        }

        .rs-testimonials-header p {
          font-size: 1.1rem;
          color: #666;
        }

        .rs-testimonials-stats {
          display: flex;
          justify-content: center;
          gap: 40px;
          margin-top: 20px;
          flex-wrap: wrap;
        }

        .rs-stat {
          text-align: center;
        }

        .rs-stat-number {
          font-size: 2rem;
          font-weight: 700;
          color: #c41e3a;
        }

        .rs-stat-label {
          font-size: 0.9rem;
          color: #666;
        }

        /* Carousel Container */
        .rs-carousel-container {
          position: relative;
          overflow: hidden !important;
          padding: 20px 0;
          width: 100% !important;
        }

        .rs-carousel-track {
          display: flex !important;
          flex-wrap: nowrap !important;
          transition: transform 0.5s ease-in-out;
          gap: 20px !important;
        }

        .rs-carousel-track.dragging {
          transition: none;
        }

        /* Testimonial Card - 3 na desktop */
        .rs-testimonial-card {
          width: 373px !important;
          min-width: 373px !important;
          max-width: 373px !important;
          background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
          border-radius: 16px;
          padding: 30px;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          border: 1px solid #eee;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          flex-shrink: 0 !important;
          box-sizing: border-box !important;
        }

        .rs-testimonial-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .rs-testimonial-card.featured {
          background: linear-gradient(135deg, #fff8f8 0%, #fff 100%);
          border: 2px solid #c41e3a;
        }

        /* Stars */
        .rs-stars {
          color: #f5a623;
          font-size: 1.2rem;
          margin-bottom: 15px;
        }

        /* Quote */
        .rs-quote {
          font-size: 1rem;
          line-height: 1.7;
          color: #333;
          margin-bottom: 20px;
          font-style: italic;
          position: relative;
          padding-left: 20px;
          border-left: 3px solid #c41e3a;
        }

        /* Author */
        .rs-author {
          display: flex;
          align-items: center;
          gap: 15px;
        }

        .rs-author-avatar {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background: linear-gradient(135deg, #c41e3a, #e74c3c);
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          font-weight: 700;
          font-size: 1.2rem;
        }

        .rs-author-info h4 {
          margin: 0;
          font-size: 1rem;
          color: #1a1a2e;
          font-weight: 600;
        }

        .rs-author-info p {
          margin: 3px 0 0;
          font-size: 0.85rem;
          color: #888;
        }

        /* Badge */
        .rs-badge {
          display: inline-block;
          background: #c41e3a;
          color: white;
          font-size: 0.7rem;
          padding: 3px 8px;
          border-radius: 12px;
          margin-left: 10px;
          font-weight: 600;
          text-transform: uppercase;
        }

        .rs-badge.green {
          background: #27ae60;
        }

        .rs-badge.gold {
          background: linear-gradient(135deg, #f5a623, #f39c12);
        }

        /* Carousel Navigation */
        .rs-carousel-nav {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 20px;
          margin-top: 30px;
        }

        .rs-carousel-btn {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          border: 2px solid #c41e3a;
          background: white;
          color: #c41e3a;
          font-size: 1.5rem;
          cursor: pointer;
          transition: all 0.3s ease;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .rs-carousel-btn:hover {
          background: #c41e3a;
          color: white;
        }

        .rs-carousel-dots {
          display: flex;
          gap: 10px;
        }

        .rs-dot {
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background: #ddd;
          cursor: pointer;
          transition: background 0.3s ease;
        }

        .rs-dot.active {
          background: #c41e3a;
        }

        /* Responsive - tablet 2 karty */
        @media (max-width: 1200px) {
          .rs-testimonial-card {
            width: 340px !important;
            min-width: 340px !important;
            max-width: 340px !important;
          }
        }

        @media (max-width: 992px) {
          .rs-testimonial-card {
            width: 320px !important;
            min-width: 320px !important;
            max-width: 320px !important;
          }
        }

        /* Mobile - 1 karta */
        @media (max-width: 768px) {
          .rs-testimonial-card {
            width: calc(100vw - 60px) !important;
            min-width: calc(100vw - 60px) !important;
            max-width: 400px !important;
          }

          .rs-carousel-track {
            gap: 15px !important;
          }

          .rs-testimonials-header h2 {
            font-size: 1.8rem;
          }

          .rs-testimonials-stats {
            gap: 20px;
          }

          .rs-stat-number {
            font-size: 1.5rem;
          }
        }

.rs-pricing-section {
          font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
          max-width: 1200px;
          margin: 0 auto;
          padding: 40px 20px;
        }

        .rs-pricing-header {
          text-align: center;
          margin-bottom: 30px;
        }

        .rs-pricing-header h2 {
          font-size: 2.2rem;
          color: #1a1a2e;
          margin-bottom: 10px;
        }

        .rs-pricing-header p {
          font-size: 1.1rem;
          color: #555;
        }

        /* COMPARISON TABLE - ONLINE vs OFFLINE */
        .rs-comparison {
          margin-bottom: 40px;
        }

        .rs-comparison h3 {
          text-align: center;
          font-size: 1.4rem;
          color: #1a1a2e;
          margin-bottom: 20px;
        }

        .rs-comparison-table {
          width: 100%;
          max-width: 800px;
          margin: 0 auto;
          border-collapse: collapse;
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
          border-radius: 8px;
          overflow: hidden;
        }

        .rs-comparison-table thead th {
          padding: 16px;
          text-align: center;
          font-weight: 700;
          font-size: 1rem;
        }

        .rs-comparison-table thead th:first-child {
          background: #f8f9fa;
          text-align: left;
          width: 40%;
        }

        .rs-comparison-table thead th:nth-child(2) {
          background: #28a745;
          color: white;
        }

        .rs-comparison-table thead th:nth-child(3) {
          background: #6c757d;
          color: white;
        }

        .rs-comparison-table tbody td {
          padding: 12px 16px;
          border-bottom: 1px solid #e9ecef;
          text-align: center;
        }

        .rs-comparison-table tbody td:first-child {
          text-align: left;
          font-weight: 500;
          color: #333;
        }

        .rs-comparison-table tbody tr:last-child td {
          border-bottom: none;
        }

        .rs-comparison-table .rs-total-row td {
          background: #f8f9fa;
          font-weight: 700;
          font-size: 1.1rem;
          padding: 16px;
        }

        .rs-comparison-table .rs-total-row td:nth-child(2) {
          color: #28a745;
        }

        .rs-comparison-table .rs-total-row td:nth-child(3) {
          color: #dc3545;
        }

        .rs-savings {
          text-align: center;
          margin-top: 15px;
          padding: 12px;
          background: #d4edda;
          border-radius: 8px;
          max-width: 800px;
          margin-left: auto;
          margin-right: auto;
        }

        .rs-savings strong {
          color: #155724;
          font-size: 1.1rem;
        }

        /* PRICING TABLE */
        .rs-pricing-table {
          width: 100%;
          border-collapse: collapse;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          border-radius: 12px;
          overflow: hidden;
        }

        .rs-pricing-table thead th {
          padding: 25px 15px;
          text-align: center;
          color: white;
          font-size: 1rem;
        }

        .rs-pricing-table thead th:nth-child(1) {
          background: #2d2d44;
          width: 25%;
          text-align: left;
        }

        .rs-pricing-table thead th:nth-child(2) {
          background: #1a1a2e;
        }

        .rs-pricing-table thead th:nth-child(3) {
          background: #c41e3a;
        }

        .rs-pricing-table thead th:nth-child(4) {
          background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
        }

        .rs-package-name {
          font-size: 1.2rem;
          font-weight: 700;
          display: block;
          margin-bottom: 5px;
        }

        .rs-package-subtitle {
          font-size: 0.8rem;
          opacity: 0.9;
          font-weight: 400;
        }

        .rs-badge {
          background: rgba(255, 255, 255, 0.15);
          color: #ffd700;
          padding: 3px 10px;
          border-radius: 4px;
          font-size: 0.65rem;
          font-weight: 600;
          display: inline-block;
          margin-bottom: 6px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          border: 1px solid rgba(255, 215, 0, 0.4);
        }

        .rs-badge-vip {
          background: linear-gradient(135deg, #ffd700 0%, #ffb800 100%);
          color: #1a1a2e;
          border: none;
        }

        .rs-price-row td {
          padding: 20px 15px;
          text-align: center;
          background: #f8f9fa;
          border-bottom: 2px solid #e9ecef;
        }

        .rs-price-row td:first-child {
          text-align: left;
          font-weight: 600;
          color: #1a1a2e;
        }

        .rs-price {
          font-size: 1.8rem;
          font-weight: 800;
          color: #1a1a2e;
        }

        .rs-price-old {
          text-decoration: line-through;
          color: #999;
          font-size: 1rem;
          display: block;
        }

        .rs-price-info {
          font-size: 0.8rem;
          color: #666;
          margin-top: 5px;
          display: block;
        }

        .rs-pricing-table tbody tr {
          border-bottom: 1px solid #e9ecef;
        }

        .rs-pricing-table tbody tr:hover {
          background: #f1f3f4;
        }

        .rs-pricing-table tbody td {
          padding: 14px 15px;
          text-align: center;
        }

        .rs-pricing-table tbody td:first-child {
          text-align: left;
          color: #333;
          font-size: 0.9rem;
        }

        .rs-check {
          color: #28a745;
          font-size: 1.3rem;
        }

        .rs-cross {
          color: #999;
          font-size: 1.1rem;
        }

        .rs-highlight-col {
          background: #fff5f5 !important;
        }

        .rs-vip-col {
          background: #f8f9fa !important;
        }

        .rs-cta-row td {
          padding: 25px 15px;
          background: #f8f9fa;
        }

        .rs-btn {
          display: inline-block;
          padding: 12px 20px;
          border-radius: 8px;
          text-decoration: none;
          font-weight: 700;
          font-size: 0.85rem;
          transition: all 0.3s ease;
          border: none;
          cursor: pointer;
        }

        .rs-btn-primary {
          background: #c41e3a;
          color: white;
        }

        .rs-btn-primary:hover {
          background: #a01830;
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(196, 30, 58, 0.4);
        }

        .rs-btn-secondary {
          background: #1a1a2e;
          color: white;
        }

        .rs-btn-secondary:hover {
          background: #2d2d44;
          transform: translateY(-2px);
        }

        .rs-btn-outline {
          background: transparent;
          color: #1a1a2e;
          border: 2px solid #1a1a2e;
        }

        .rs-btn-outline:hover {
          background: #1a1a2e;
          color: white;
          transform: translateY(-2px);
        }

        .rs-btn-outline-primary {
          background: transparent;
          color: #c41e3a;
          border: 2px solid #c41e3a;
        }

        .rs-btn-outline-primary:hover {
          background: #c41e3a;
          color: white;
          transform: translateY(-2px);
        }

        .rs-btn-gold {
          background: linear-gradient(135deg, #ffd700 0%, #ffb800 100%);
          color: #1a1a2e;
        }

        .rs-btn-gold:hover {
          background: linear-gradient(135deg, #ffb800 0%, #ff9500 100%);
          transform: translateY(-2px);
        }

        .rs-cta-buttons {
          display: flex;
          flex-direction: column;
          gap: 10px;
          align-items: center;
        }

        .rs-cta-buttons .rs-btn {
          width: 100%;
          max-width: 160px;
          text-align: center;
          padding: 10px 14px;
          font-size: 0.75rem;
          white-space: nowrap;
        }

        .rs-guarantee {
          font-size: 0.75rem;
          color: #28a745;
          margin-top: 10px;
          display: block;
        }

        .rs-payment-info {
          text-align: center;
          margin-top: 25px;
          padding: 15px;
          background: #f8f9fa;
          border-radius: 8px;
        }

        .rs-payment-info p {
          margin: 5px 0;
          color: #555;
          font-size: 0.95rem;
        }

        /* MOBILE CARDS */
        .rs-mobile-cards {
          display: none;
        }

        .rs-mobile-comparison {
          display: none;
        }

        @media (max-width: 992px) {
          .rs-pricing-section {
            padding: 20px 15px;
          }

          .rs-pricing-header h2 {
            font-size: 1.5rem;
          }

          .rs-pricing-header p {
            font-size: 1rem;
          }

          .rs-comparison h3 {
            font-size: 1.1rem;
          }

          /* Hide desktop tables */
          .rs-pricing-table,
          .rs-comparison-table {
            display: none;
          }

          /* Show mobile cards */
          .rs-mobile-cards,
          .rs-mobile-comparison {
            display: block;
          }

          /* Mobile comparison */
          .rs-mobile-comparison {
            max-width: 400px;
            margin: 0 auto;
          }

          .rs-compare-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            margin-bottom: 15px;
            overflow: hidden;
          }

          .rs-compare-card-header {
            padding: 15px;
            text-align: center;
            font-weight: 700;
            color: white;
          }

          .rs-compare-card-header.online {
            background: #28a745;
          }

          .rs-compare-card-header.offline {
            background: #6c757d;
          }

          .rs-compare-card-body {
            padding: 15px;
          }

          .rs-compare-row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 0.9rem;
          }

          .rs-compare-row:last-child {
            border-bottom: none;
          }

          .rs-compare-row.total {
            font-weight: 700;
            font-size: 1.1rem;
            padding-top: 15px;
          }

          .rs-compare-row.total .rs-compare-value.green {
            color: #28a745;
          }

          .rs-compare-row.total .rs-compare-value.red {
            color: #dc3545;
          }

          .rs-savings {
            padding: 12px;
            font-size: 0.9rem;
          }

          .rs-savings strong {
            font-size: 0.95rem;
          }

          /* Mobile pricing cards */
          .rs-mobile-cards {
            max-width: 400px;
            margin: 0 auto;
          }

          .rs-card {
            background: white;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            overflow: hidden;
          }

          .rs-card.highlighted {
            border: 3px solid #c41e3a;
          }

          .rs-card.vip {
            background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
          }

          .rs-card-header {
            padding: 25px 20px;
            text-align: center;
            color: white;
            background: #1a1a2e;
          }

          .rs-card.highlighted .rs-card-header {
            background: #c41e3a;
          }

          .rs-card.vip .rs-card-header {
            background: transparent;
          }

          .rs-card-header .rs-badge {
            margin-bottom: 10px;
          }

          .rs-card-header .rs-package-name {
            font-size: 1.3rem;
            margin-bottom: 5px;
          }

          .rs-card-header .rs-package-subtitle {
            font-size: 0.85rem;
            opacity: 0.9;
          }

          .rs-card-price {
            padding: 25px 20px;
            text-align: center;
            background: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
          }

          .rs-card.vip .rs-card-price {
            background: rgba(0, 0, 0, 0.2);
          }

          .rs-card-price .rs-price {
            font-size: 2.2rem;
          }

          .rs-card.highlighted .rs-card-price .rs-price {
            color: #c41e3a;
          }

          .rs-card.vip .rs-card-price .rs-price {
            color: #ffd700;
          }

          .rs-card-price .rs-price-old {
            font-size: 1rem;
            margin-bottom: 5px;
          }

          .rs-card-price .rs-price-info {
            margin-top: 8px;
            font-size: 0.85rem;
          }

          .rs-card.vip .rs-card-price .rs-price-info {
            color: rgba(255, 255, 255, 0.7);
          }

          .rs-card-body {
            padding: 20px;
          }

          .rs-card.vip .rs-card-body {
            background: rgba(255, 255, 255, 0.05);
          }

          .rs-card-feature {
            display: flex;
            align-items: flex-start;
            padding: 12px 0;
            border-bottom: 1px solid #f0f0f0;
            font-size: 0.9rem;
            color: #333;
          }

          .rs-card.vip .rs-card-feature {
            color: white;
            border-bottom-color: rgba(255, 255, 255, 0.1);
          }

          .rs-card-feature:last-child {
            border-bottom: none;
          }

          .rs-card-feature .rs-check {
            margin-right: 12px;
            font-size: 1.1rem;
          }

          .rs-card-feature .rs-cross {
            margin-right: 12px;
            font-size: 1rem;
          }

          .rs-card-feature.disabled {
            color: #999;
          }

          .rs-card-feature.bonus {
            color: #c41e3a;
            font-weight: 600;
          }

          .rs-card.vip .rs-card-feature.bonus {
            color: #ffd700;
          }

          .rs-card-cta {
            padding: 20px;
            text-align: center;
            background: #f8f9fa;
          }

          .rs-card.vip .rs-card-cta {
            background: rgba(0, 0, 0, 0.2);
          }

          .rs-card-cta .rs-btn {
            width: 100%;
            padding: 16px 20px;
            font-size: 1rem;
          }

          .rs-card-cta .rs-cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 12px;
          }

          .rs-card-cta .rs-cta-buttons .rs-btn {
            padding: 14px 20px;
            font-size: 0.95rem;
            white-space: nowrap;
          }

          .rs-card-cta .rs-guarantee {
            margin-top: 12px;
            font-size: 0.8rem;
          }

          .rs-card.vip .rs-card-cta .rs-guarantee {
            color: rgba(255, 255, 255, 0.7);
          }

          .rs-payment-info {
            margin-top: 20px;
          }

          .rs-payment-info p {
            font-size: 0.9rem;
          }
        }

        /* VIP STANDALONE SECTION */
        .rs-vip-banner {
          max-width: 800px !important;
          margin: 40px auto !important;
          padding: 30px 25px !important;
          background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%) !important;
          border-radius: 12px !important;
          text-align: center !important;
          color: white !important;
          position: relative !important;
          overflow: hidden !important;
        }

        .rs-vip-banner h3 {
          font-size: 1.4rem !important;
          margin: 12px 0 8px !important;
          color: white !important;
        }

        .rs-vip-banner>p {
          margin: 0 0 20px !important;
          font-size: 0.95rem !important;
          opacity: 0.9 !important;
          line-height: 1.5 !important;
          color: rgba(255, 255, 255, 0.9) !important;
        }

        .rs-vip-price-block {
          margin-bottom: 20px !important;
        }

        .rs-vip-price-block .rs-price-old {
          color: rgba(255, 255, 255, 0.5) !important;
        }

        .rs-vip-price-value {
          font-size: 2.5rem !important;
          font-weight: 800 !important;
          color: #ffd700 !important;
          display: block !important;
          margin: 5px 0 !important;
        }

        .rs-vip-price-savings {
          font-size: 0.85rem !important;
          color: rgba(255, 255, 255, 0.7) !important;
        }

        .rs-vip-note {
          display: block !important;
          margin-top: 12px !important;
          font-size: 0.85rem !important;
          color: rgba(255, 255, 255, 0.7) !important;
        }

        @media (max-width: 992px) {
          .rs-vip-banner {
            margin: 25px auto;
            padding: 25px 20px;
          }

          .rs-vip-banner h3 {
            font-size: 1.2rem;
          }

          .rs-vip-price-value {
            font-size: 2rem;
          }
        }

.rs-btn-gold:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
            filter: brightness(1.1);
          }

          @media (max-width: 768px) {
            .rs-vip-banner {
              padding: 40px 20px;
            }

            .rs-payment-info {
              flex-direction: column;
              gap: 15px;
              align-items: center;
              text-align: center;
            }
          }

.rs-faq-section {
          font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
          max-width: 900px;
          margin: 0 auto;
          padding: 40px 20px;
        }

        .rs-faq-header {
          text-align: center;
          margin-bottom: 40px;
        }

        .rs-faq-header h2 {
          font-size: 2.2rem;
          color: #1a1a2e;
          margin-bottom: 10px;
        }

        .rs-faq-header p {
          font-size: 1.1rem;
          color: #555;
        }

        .rs-faq-header a {
          color: #c41e3a;
          text-decoration: none;
        }

        .rs-faq-header a:hover {
          text-decoration: underline;
        }

        /* FAQ Categories */
        .rs-faq-category {
          margin-bottom: 30px;
        }

        .rs-faq-category-title {
          font-size: 1.1rem;
          font-weight: 700;
          color: #1a1a2e;
          margin-bottom: 15px;
          padding-bottom: 10px;
          border-bottom: 2px solid #e9ecef;
        }

        /* FAQ Items */
        .rs-faq-item {
          background: white;
          border-radius: 8px;
          margin-bottom: 10px;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          overflow: hidden;
        }

        .rs-faq-question {
          width: 100%;
          padding: 18px 20px;
          background: white;
          border: none;
          text-align: left;
          font-size: 1rem;
          font-weight: 600;
          color: #1a1a2e;
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          align-items: center;
          transition: background 0.2s ease;
        }

        .rs-faq-question:hover {
          background: #f8f9fa;
        }

        .rs-faq-question::after {
          content: '+';
          font-size: 1.4rem;
          font-weight: 400;
          color: #c41e3a;
          transition: transform 0.3s ease;
        }

        .rs-faq-item.active .rs-faq-question::after {
          content: '−';
        }

        .rs-faq-item.active .rs-faq-question {
          background: #1a1a2e;
          color: white;
        }

        .rs-faq-item.active .rs-faq-question::after {
          color: white;
        }

        .rs-faq-answer {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease, padding 0.3s ease;
          background: #f8f9fa;
        }

        .rs-faq-item.active .rs-faq-answer {
          max-height: 500px;
          padding: 20px;
        }

        .rs-faq-answer p {
          margin: 0;
          color: #333;
          line-height: 1.7;
          font-size: 0.95rem;
        }

        .rs-faq-answer strong {
          color: #1a1a2e;
        }

        .rs-faq-answer .rs-highlight {
          color: #c41e3a;
          font-weight: 600;
        }

        /* Contact box */
        .rs-faq-contact {
          text-align: center;
          margin-top: 40px;
          padding: 25px;
          background: #f8f9fa;
          border-radius: 12px;
        }

        .rs-faq-contact p {
          margin: 0 0 10px 0;
          color: #555;
        }

        .rs-faq-contact a {
          color: #c41e3a;
          font-weight: 600;
          text-decoration: none;
        }

        .rs-faq-contact a:hover {
          text-decoration: underline;
        }

        /* Mobile */
        @media (max-width: 768px) {
          .rs-faq-section {
            padding: 20px 15px;
          }

          .rs-faq-header h2 {
            font-size: 1.6rem;
          }

          .rs-faq-question {
            padding: 15px;
            font-size: 0.95rem;
          }

          .rs-faq-item.active .rs-faq-answer {
            padding: 15px;
          }

          .section-decision-expert {
            padding: 60px 0;
          }

          div[style*="transform: scale(1.05)"] {
            transform: scale(1) !important;
            margin-top: 20px;
          }
        }

/* Dedykowany styl dla sekcji kontaktowej Modbus */
  .mb-contact-container {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
  }

  .mb-contact-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 24px;
    padding: 35px;
    max-width: 850px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: transform 0.3s ease;
  }

  .mb-contact-card:hover {
    transform: translateY(-5px);
  }

  /* Akcent kolorystyczny na górze jak w Bradleyu */
  .mb-contact-card::before {
    content: '';
    position: absolute;
    top: 0; left: 30px; right: 30px;
    height: 4px;
    background: #ef6c00;
    border-radius: 0 0 4px 4px;
  }

  .mb-contact-content {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mb-contact-icon {
    background: #fff5eb;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .mb-contact-text h3 {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a2e;
  }

  .mb-contact-text p {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
  }

  .mb-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 240px;
  }

  .mb-contact-link {
    text-decoration: none;
    color: #1a1a2e;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
  }

  .mb-contact-link:hover {
    background: #ef6c00;
    color: #ffffff;
    border-color: #ef6c00;
  }

  .mb-link-icon {
    font-size: 1.1rem;
  }

  /* Responsywność */
  @media (max-width: 768px) {
    .mb-contact-card {
      flex-direction: column;
      text-align: center;
      padding: 40px 25px;
    }
    
    .mb-contact-content {
      flex-direction: column;
    }
    
    .mb-contact-actions {
      width: 100%;
    }

    .mb-contact-link {
      justify-content: center;
    }
  }

.final-cta-btn:hover {
        background: #be123c;
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 20px 45px rgba(225, 29, 72, 0.4);
    }
    
    .final-cta-btn:active {
        transform: translateY(-2px);
    }

    /* Subtelna animacja pulsowania koloru tła sekcji */
    @keyframes bg-glow {
        0%, 100% { opacity: 0.5; }
        50% { opacity: 1; }
    }

/* ===== TESTIMONIALS CAROUSEL ===== */
.rs-testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.rs-testimonials-header {
  text-align: center;
  margin-bottom: 50px;
}

.rs-testimonials-header h2 {
  font-size: 2.5rem;
  color: #1a1a2e;
  margin-bottom: 15px;
  font-weight: 700;
}

.rs-testimonials-header p {
  font-size: 1.1rem;
  color: #666;
}

.rs-testimonials-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.rs-stat {
  text-align: center;
}

.rs-stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #c41e3a;
}

.rs-stat-label {
  font-size: 0.9rem;
  color: #666;
}

/* Carousel Container */
.rs-carousel-container {
  position: relative;
  overflow: hidden !important;
  padding: 20px 0;
  width: 100% !important;
}

.rs-carousel-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  transition: transform 0.5s ease-in-out;
  gap: 20px !important;
}

.rs-carousel-track.dragging {
  transition: none;
}

/* Testimonial Card - 3 na desktop */
.rs-testimonial-card {
  width: 373px !important;
  min-width: 373px !important;
  max-width: 373px !important;
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.rs-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.rs-testimonial-card.featured {
  background: linear-gradient(135deg, #fff8f8 0%, #fff 100%);
  border: 2px solid #c41e3a;
}

/* Stars */
.rs-stars {
  color: #f5a623;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

/* Quote */
.rs-quote {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid #c41e3a;
}

/* Author */
.rs-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rs-author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c41e3a, #e74c3c);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
}

.rs-author-info h4 {
  margin: 0;
  font-size: 1rem;
  color: #1a1a2e;
  font-weight: 600;
}

.rs-author-info p {
  margin: 3px 0 0;
  font-size: 0.85rem;
  color: #888;
}

/* Badge */
.rs-badge {
  display: inline-block;
  background: #c41e3a;
  color: white;
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 12px;
  margin-left: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.rs-badge.green {
  background: #27ae60;
}

.rs-badge.gold {
  background: linear-gradient(135deg, #f5a623, #f39c12);
}

/* Carousel Navigation */
.rs-carousel-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.rs-carousel-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c41e3a;
  background: white;
  color: #c41e3a;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-carousel-btn:hover {
  background: #c41e3a;
  color: white;
}

.rs-carousel-dots {
  display: flex;
  gap: 10px;
}

.rs-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background 0.3s ease;
}

.rs-dot.active {
  background: #c41e3a;
}

/* Responsive - tablet 2 karty */
@media (max-width: 1200px) {
  .rs-testimonial-card {
    width: 340px !important;
    min-width: 340px !important;
    max-width: 340px !important;
  }
}

@media (max-width: 992px) {
  .rs-testimonial-card {
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
  }
}

/* Mobile - 1 karta */
@media (max-width: 768px) {
  .rs-testimonial-card {
    width: calc(100vw - 60px) !important;
    min-width: calc(100vw - 60px) !important;
    max-width: 400px !important;
  }

  .rs-carousel-track {
    gap: 15px !important;
  }

  .rs-testimonials-header h2 {
    font-size: 1.8rem;
  }

  .rs-testimonials-stats {
    gap: 20px;
  }

  .rs-stat-number {
    font-size: 1.5rem;
  }
}

/* Custom styles shared by the VBS content sections.
   The VBS hero uses inline, page-specific styles, so global .hero rules do not
   belong here; they would override the L1/L2 course heroes in the shared bundle. */
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        .feature-card {
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
            border: 1px solid #eee;
        }
        .feature-card:hover {
            transform: translateY(-5px);
        }
        .feature-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: #334e68;
        }
        .feature-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #102a43;
        }
        .syllabus-list {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 15px;
        }
        .syllabus-item {
            display: flex;
            align-items: center;
            background: #f0f4f8;
            padding: 15px;
            border-radius: 8px;
            font-weight: 500;
            color: #243b53;
        }
        .syllabus-check {
            color: #334e68;
            margin-right: 15px;
            font-size: 1.2rem;
        }
        .code-snippet {
            background: #0a1929;
            color: #d9e2ec;
            padding: 24px;
            border-radius: 10px;
            font-family: 'Courier New', monospace;
            font-size: 0.88rem;
            line-height: 1.7;
            margin: 20px 0;
            overflow-x: auto;
            white-space: pre;
        }
        .code-snippet .kw { color: #7ec8e3; }
        .code-snippet .str { color: #a8d8a8; }
        .code-snippet .cmt { color: #6a7a8a; font-style: italic; }
        .code-snippet .obj { color: #f0c674; }
        .code-snippet .fn { color: #cc99cd; }

        /* Floating sticky navbar */
        .header.header--lp-minimal {
            position: sticky;
            top: 10px;
            z-index: 1000;
            padding: 0;
            background: transparent;
            border-bottom: none;
            box-shadow: none;
        }
        .header--lp-minimal .header__inner {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(12px);
            border-radius: 50px;
            padding: 0.6rem 1.5rem 0.6rem 1.25rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(0, 0, 0, 0.06);
        }
        .header__cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 0.7rem 1.5rem;
            border-radius: 50px;
            background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
            color: #fff !important;
            font-size: 0.88rem;
            font-weight: 700;
            letter-spacing: 0.01em;
            text-decoration: none;
            box-shadow: 0 4px 12px rgba(196, 30, 58, 0.25);
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }
        .header__cta:hover {
            color: #fff !important;
            background: linear-gradient(135deg, #a01830 0%, #8a1428 100%);
            transform: translateY(-1px);
            box-shadow: 0 6px 16px rgba(196, 30, 58, 0.35);
        }
        .header.header--lp-minimal.header--hidden {
            transform: none !important;
        }
        .lp-nav { display: flex; align-items: center; gap: 1.75rem; }
        .lp-nav a:not(.header__cta) { font-size: 0.85rem; font-weight: 500; color: #333; text-decoration: none; transition: color 0.2s; }
        .lp-nav a:not(.header__cta):hover { color: #c41e3a; }
        .lp-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 101; }
        .lp-hamburger span { display: block; width: 24px; height: 2px; background: #333; margin: 5px 0; transition: all 0.3s ease; }
        .lp-hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
        .lp-hamburger.active span:nth-child(2) { opacity: 0; }
        .lp-hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
        @media (max-width: 992px) {
            .lp-hamburger { display: block; }
            .lp-nav {
                display: none;
                position: fixed;
                top: 60px; left: 0; right: 0; height: calc(100vh - 60px);
                background: #ffffff;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 0;
                z-index: 9999;
                overflow-y: auto;
                padding: 2rem 0;
                box-shadow: 0 4px 20px rgba(0,0,0,0.1);
            }
            .lp-nav.active { display: flex; }
            .lp-nav a:not(.header__cta) { font-size: 1.4rem; font-weight: 600; padding: 1.1rem 0; width: 100%; text-align: center; border-bottom: 1px solid #f0f0f0; }
            .lp-nav .header__cta { margin-top: 2rem; font-size: 1.15rem; padding: 1rem 2.5rem; }
            .lp-hamburger { z-index: 10000; }
            .header--lp-minimal .header__inner { gap: 0.75rem; border-radius: 16px; }
        }

.rs-benefits-grid {margin-top: 32px;}
                .rs-benefit-card {background: #fff; border-radius: 14px; box-shadow: 0 2px 16px #f0f0f0; padding: 22px 18px 18px 18px; display: flex; gap: 18px; align-items: flex-start; font-size: 1.05rem; color: #222;}
                .rs-benefit-check {color: #28a745; font-size: 1.7rem; font-weight: 800; margin-right: 10px; margin-top: 2px;}
                .rs-benefit-card strong {color: #1a1a2e;}

.vbs-benefits-grid {
        margin-top: 30px;
    }

    .vbs-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 15px 20px;
        background: #f8fafc;
        border-radius: 12px;
        border: 1px solid #f1f5f9;
        transition: all 0.3s ease;
    }

    .vbs-item:hover {
        background: #ffffff;
        border-color: #243b53;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(36, 59, 83, 0.08);
    }

    .vbs-item--highlight {
        background: #f1f5f9;
        border-left: 4px solid #243b53;
    }

    .vbs-check {
        color: #243b53;
        font-weight: 900;
        font-size: 1.2rem;
        flex-shrink: 0;
    }

    .vbs-item p {
        margin: 0;
        color: #1e293b;
        font-size: 1.05rem;
        line-height: 1.4;
    }

    @media (max-width: 768px) {
        .vbs-benefits-grid {
            grid-template-columns: 1fr;
        }
    }

.agenda-grid {margin-top: 32px;}
            .agenda-module {background: #fff; border-radius: 16px; box-shadow: 0 4px 24px #e6e6e6; padding: 24px 20px 20px 20px; display: flex; gap: 18px; align-items: flex-start;}
            .agenda-number {font-size: 1.6rem; font-weight: 800; color: #fff; background: #334e68; border-radius: 8px; min-width: 48px; text-align: center; padding: 8px 0; margin-right: 10px; box-shadow: 0 2px 8px #dbeafe;}
            .agenda-title {font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; color: #243b53;}
            .agenda-content ol {margin: 0 0 0 18px; padding: 0 0 0 8px; font-size: 1rem; color: #222; list-style-type: disc;}
            .agenda-content li {margin-bottom: 4px; padding-left: 4px;}
        @media (max-width: 900px) {
          .agenda-grid {
            grid-template-columns: 1fr !important;
            gap: 20px !important;
          }
        }

        @media (max-width: 640px) {
          .agenda-module {
            padding: 20px 16px;
            gap: 12px;
          }

          .agenda-number {
            min-width: 42px;
            font-size: 1.25rem;
            margin-right: 0;
          }

          .agenda-content {
            min-width: 0;
          }

          .agenda-title {
            font-size: 1rem;
            line-height: 1.35;
            overflow-wrap: anywhere;
          }

          .agenda-content ol {
            margin-left: 16px;
            padding-left: 6px;
            font-size: 0.95rem;
          }
        }

@keyframes rs-pulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.05); opacity: 0.9; }
        }
        
        /* Responsywność */
        @media (max-width: 768px) {
            .rs-bonus-card { padding: 40px 25px; border-radius: 20px; }
            .rs-bonus-badge { right: 20px; font-size: 0.7rem; }
            h2 { font-size: 1.8rem !important; }
        }

@media (max-width: 768px) {
                    .container > div[style*="grid-template-columns:repeat(3"] {
                        grid-template-columns: 1fr !important;
                    }
                }

@media (max-width: 768px) {
                    div[style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }
                }

.rs-pricing-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.rs-pricing-header {
  text-align: center;
  margin-bottom: 40px;
}

.rs-pricing-header h2 {
  font-size: 2.2rem;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.rs-pricing-header p {
  font-size: 1.1rem;
  color: #555;
}

/* PRICING TABLE */
.rs-pricing-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
  background: white;
}

.rs-pricing-table thead th {
  padding: 25px 15px;
  text-align: center;
  color: white;
  font-size: 1rem;
}

.rs-pricing-table thead th:nth-child(1) {
  background: #243b53; /* Dark Blue for VBS theme */
  width: 30%;
  text-align: left;
}

.rs-pricing-table thead th:nth-child(2) {
  background: #102a43;
}

.rs-pricing-table thead th:nth-child(3) {
  background: #334e68; /* Distinct color for mid tier */
}

.rs-pricing-table thead th:nth-child(4) {
  background: #102a43;
}

.rs-package-name {
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.rs-package-subtitle {
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 400;
}

.rs-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #ffd700;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 215, 0, 0.4);
}

.rs-price-row td {
  padding: 20px 15px;
  text-align: center;
  background: #f8f9fa;
  border-bottom: 2px solid #e9ecef;
}

.rs-price-row td:first-child {
  text-align: left;
  font-weight: 600;
  color: #1a1a2e;
}

.rs-price {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a2e;
}

.rs-price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 1rem;
  display: block;
}

.rs-price-info {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
  display: block;
}

.rs-pricing-table tbody tr {
  border-bottom: 1px solid #e9ecef;
}

.rs-pricing-table tbody tr:hover {
  background: #f1f3f4;
}

.rs-pricing-table tbody td {
  padding: 14px 15px;
  text-align: center;
}

.rs-pricing-table tbody td:first-child {
  text-align: left;
  color: #333;
  font-size: 0.95rem;
}

.rs-check {
  color: #28a745;
  font-size: 1.3rem;
}

.rs-cross {
  color: #999;
  font-size: 1.1rem;
}

.rs-highlight-col {
  background: #f0f4f8 !important; /* Light blue tint */
}

.rs-cta-row td {
  padding: 25px 15px;
  background: #f8f9fa;
}

.rs-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.rs-btn-primary {
  background: #334e68; /* Blue button */
  color: white;
}

.rs-btn-primary:hover {
  background: #102a43;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 42, 67, 0.4);
}

.rs-btn-secondary {
  background: #1a1a2e;
  color: white;
}

.rs-btn-secondary:hover {
  background: #2d2d44;
  transform: translateY(-2px);
}

.rs-btn-outline {
  background: transparent;
  color: #1a1a2e;
  border: 2px solid #1a1a2e;
}

.rs-btn-outline:hover {
  background: #1a1a2e;
  color: white;
  transform: translateY(-2px);
}

.rs-btn-outline-primary {
  background: transparent;
  color: #334e68;
  border: 2px solid #334e68;
}

.rs-btn-outline-primary:hover {
  background: #334e68;
  color: white;
  transform: translateY(-2px);
}

.rs-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.rs-cta-buttons .rs-btn {
  width: 100%;
  max-width: 180px;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.rs-guarantee {
  font-size: 0.8rem;
  color: #28a745;
  margin-top: 10px;
  display: block;
}

/* MOBILE CARDS */
.rs-mobile-cards {
  display: none;
}

@media (max-width: 768px) {
  .rs-pricing-section {
    padding: 20px 15px;
  }

  .rs-pricing-header h2 {
    font-size: 1.5rem;
  }

  /* Hide desktop tables */
  .rs-pricing-table {
    display: none;
  }

  /* Show mobile cards */
  .rs-mobile-cards {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  .rs-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    overflow: hidden;
  }

  .rs-card.highlighted {
    border: 3px solid #334e68;
  }

  .rs-card-header {
    padding: 25px 20px;
    text-align: center;
    color: white;
    background: #1a1a2e;
  }

  .rs-card.highlighted .rs-card-header {
    background: #334e68;
  }

  .rs-card-header .rs-package-name {
    font-size: 1.3rem;
  }

  .rs-card-price {
    padding: 25px 20px;
    text-align: center;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
  }

  .rs-card-price .rs-price {
    font-size: 2.2rem;
  }

  .rs-card.highlighted .rs-card-price .rs-price {
    color: #334e68;
  }

  .rs-card-body {
    padding: 20px;
  }

  .rs-card-feature {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #333;
  }

  .rs-card-feature .rs-check {
    margin-right: 12px;
  }
}

.opin-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px,1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
          .opin-card { background: #fff; border-radius: 16px; padding: 22px; box-shadow: 0 2px 12px rgba(0,0,0,0.07); display: flex; flex-direction: column; gap: 10px; transition: transform .18s, box-shadow .18s; }
          .opin-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
          .opin-stars { color: #f5a623; font-size: 1rem; letter-spacing: 2px; }
          .opin-cytat { font-size: 0.95rem; font-weight: 700; color: #cc5a0d; font-style: italic; line-height: 1.5; }
          .opin-cytat::before { content: '\201E'; }
          .opin-cytat::after  { content: '\201D'; }
          .opin-tresc { font-size: 0.88rem; line-height: 1.75; color: #555; flex: 1; }
          .opin-autor { display: flex; align-items: center; gap: 12px; margin-top: 8px; padding-top: 12px; border-top: 1px solid #f0f0f0; }
          .opin-avatar { width: 40px; height: 40px; border-radius: 50%; background: #1a1a2e; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; flex-shrink: 0; }
          .opin-imie { font-weight: 700; font-size: 0.9rem; color: #1a1a2e; }
          .opin-zawod { font-size: 0.76rem; color: #999; margin-top: 1px; }

.rs-faq-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.rs-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.rs-faq-header h2 {
  font-size: 2.2rem;
  color: #1a1a2e;
  margin-bottom: 10px;
}

.rs-faq-header p {
  font-size: 1.1rem;
  color: #555;
}

/* FAQ Categories */
.rs-faq-category {
  margin-bottom: 30px;
}

.rs-faq-category-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

/* FAQ Items */
.rs-faq-item {
  background: white;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  overflow: hidden;
}

.rs-faq-question {
  width: 100%;
  padding: 18px 20px;
  background: white;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease;
}

.rs-faq-question:hover {
  background: #f8f9fa;
}

.rs-faq-question::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: #c41e3a;
  transition: transform 0.3s ease;
}

.rs-faq-item.active .rs-faq-question::after {
  content: '−';
}

.rs-faq-item.active .rs-faq-question {
  background: #1a1a2e;
  color: white;
}

.rs-faq-item.active .rs-faq-question::after {
  color: white;
}

.rs-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f8f9fa;
}

.rs-faq-item.active .rs-faq-answer {
  max-height: 500px;
  padding: 20px;
}

.rs-faq-answer p {
  margin: 0;
  color: #333;
  line-height: 1.7;
  font-size: 0.95rem;
}

.rs-faq-answer strong {
  color: #1a1a2e;
}

.rs-faq-answer .rs-highlight,
.rs-highlight {
  color: #c41e3a;
  font-weight: 600;
}

/* Contact box */
.rs-faq-contact {
  text-align: center;
  margin-top: 40px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
}

.rs-faq-contact p {
  margin: 0 0 10px 0;
  color: #555;
}

.rs-faq-contact a {
  color: #c41e3a;
  font-weight: 600;
  text-decoration: none;
}

.rs-faq-contact a:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .rs-faq-section {
    padding: 20px 15px;
  }

  .rs-faq-header h2 {
    font-size: 1.6rem;
  }

  .rs-faq-question {
    padding: 15px;
    font-size: 0.95rem;
  }

  .rs-faq-item.active .rs-faq-answer {
    padding: 15px;
  }
}

/* Dedykowany styl dla sekcji kontaktowej Modbus */
  .mb-contact-container {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
  }

  .mb-contact-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 24px;
    padding: 35px;
    max-width: 850px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: transform 0.3s ease;
  }

  .mb-contact-card:hover {
    transform: translateY(-5px);
  }

  /* Akcent kolorystyczny na górze jak w Bradleyu */
  .mb-contact-card::before {
    content: '';
    position: absolute;
    top: 0; left: 30px; right: 30px;
    height: 4px;
    background: #ef6c00;
    border-radius: 0 0 4px 4px;
  }

  .mb-contact-content {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mb-contact-icon {
    background: #fff5eb;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .mb-contact-text h3 {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a1a2e;
  }

  .mb-contact-text p {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
  }

  .mb-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 240px;
  }

  .mb-contact-link {
    text-decoration: none;
    color: #1a1a2e;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
  }

  .mb-contact-link:hover {
    background: #ef6c00;
    color: #ffffff;
    border-color: #ef6c00;
  }

  .mb-link-icon {
    font-size: 1.1rem;
  }

  /* Responsywność */
  @media (max-width: 768px) {
    .mb-contact-card {
      flex-direction: column;
      text-align: center;
      padding: 40px 25px;
    }
    
    .mb-contact-content {
      flex-direction: column;
    }
    
    .mb-contact-actions {
      width: 100%;
    }

    .mb-contact-link {
      justify-content: center;
    }
  }

.cta-button-main:hover {
        background: #cc0000;
        transform: translateY(-3px);
        box-shadow: 0 20px 40px rgba(230, 0, 0, 0.35);
    }
    
    .cta-button-main:active {
        transform: translateY(-1px);
    }

    /* Subtelny efekt tętna dla przycisku, aby zachęcić do kliknięcia */
    @keyframes cta-pulse {
        0% { box-shadow: 0 0 0 0 rgba(230, 0, 0, 0.4); }
        70% { box-shadow: 0 0 0 20px rgba(230, 0, 0, 0); }
        100% { box-shadow: 0 0 0 0 rgba(230, 0, 0, 0); }
    }

    .cta-button-main {
        animation: cta-glow 3s infinite;
    }

    @keyframes cta-glow {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.02); }
    }

    @media (max-width: 600px) {
        .cta-button-main {
            width: 100%;
            padding: 20px 20px;
            font-size: 1.1rem;
        }
    }

.wincc-pricing-section *,
.wincc-pricing-section *::before,
.wincc-pricing-section *::after {
box-sizing: border-box;
}
.wincc-pricing-section {
max-width: 1100px;
margin: 0 auto;
padding: 40px 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.wincc-pricing-title {
text-align: center;
font-size: 36px;
font-weight: 800;
color: #1f2937;
margin-bottom: 10px;
}
.wincc-pricing-subtitle {
text-align: center;
font-size: 18px;
color: #6b7280;
margin-bottom: 40px;
}
.wincc-pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
@media (max-width: 900px) {
.wincc-pricing-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.wincc-card.featured {
order: -1; /* Featured card first on mobile */
}
}
.wincc-card {
background: #fff;
border: 2px solid #e5e7eb;
border-radius: 16px;
padding: 32px 24px;
text-align: center;
position: relative;
transition: transform 0.2s, box-shadow 0.2s;
box-sizing: border-box;
}
.wincc-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.wincc-card.featured {
border-color: #f59e0b;
box-shadow: 0 8px 30px rgba(245, 158, 11, 0.25);
transform: scale(1.02);
}
.wincc-card.featured:hover {
transform: scale(1.02) translateY(-4px);
}
.wincc-badge {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
padding: 6px 20px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
white-space: nowrap;
}
.wincc-badge.green {
background: #10b981;
color: #fff;
}
.wincc-badge.orange {
background: #f59e0b;
color: #000;
}
.wincc-badge.blue {
background: #2563eb;
color: #fff;
}
.wincc-plan-name {
font-size: 22px;
font-weight: 700;
color: #1f2937;
margin: 24px 0 8px 0;
}
.wincc-price {
font-size: 56px;
font-weight: 800;
color: #1f2937;
line-height: 1;
}
.wincc-price .currency {
font-size: 28px;
vertical-align: top;
position: relative;
top: 8px;
}
.wincc-price .period {
font-size: 16px;
font-weight: 500;
color: #6b7280;
}
.wincc-price-note {
font-size: 14px;
color: #6b7280;
margin: 8px 0 20px 0;
}
.wincc-features {
list-style: none;
padding: 0;
margin: 0 0 24px 0;
text-align: left;
}
.wincc-features li {
padding: 10px 0;
font-size: 15px;
color: #374151;
display: flex;
align-items: flex-start;
gap: 10px;
border-bottom: 1px solid #f3f4f6;
}
.wincc-features li:last-child {
border-bottom: none;
}
.wincc-check {
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
min-width: 22px;
background: #d1fae5;
color: #059669;
border-radius: 50%;
font-size: 12px;
font-weight: 700;
}
.wincc-check::before {
content: "✓";
}
.wincc-cta {
display: block;
width: 100%;
padding: 16px 24px;
border: none;
border-radius: 10px;
font-size: 17px;
font-weight: 700;
cursor: pointer;
text-decoration: none;
text-align: center;
transition: opacity 0.2s, transform 0.2s;
box-sizing: border-box;
}
.wincc-cta:hover {
opacity: 0.9;
transform: translateY(-2px);
}
.wincc-cta.primary {
background: #f59e0b;
color: #000;
}
.wincc-cta.secondary {
background: #1f2937;
color: #fff;
}
.wincc-cta.green {
background: #10b981;
color: #fff;
}
.wincc-guarantee {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 16px;
font-size: 13px;
color: #059669;
font-weight: 500;
}
.wincc-guarantee::before { content: "🔒"; }
}

.sw-faq-section *,
.sw-faq-section *::before,
.sw-faq-section *::after {
box-sizing: border-box;
}
.sw-faq-section {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
}
.sw-faq-header {
text-align: center;
margin-bottom: 40px;
}
.sw-faq-header h2 {
font-size: 2.2rem;
color: #1f2937;
margin-bottom: 10px;
}
.sw-faq-header p {
font-size: 1.1rem;
color: #6b7280;
}
.sw-faq-header a {
color: #f59e0b;
text-decoration: none;
font-weight: 600;
}
.sw-faq-header a:hover {
text-decoration: underline;
}
/* FAQ Categories */
.sw-faq-category {
margin-bottom: 30px;
}
.sw-faq-category-title {
font-size: 1.1rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #e5e7eb;
display: flex;
align-items: center;
gap: 8px;
}
/* FAQ Items */
.sw-faq-item {
background: white;
border-radius: 8px;
margin-bottom: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
overflow: hidden;
border: 1px solid #e5e7eb;
}
.sw-faq-question {
width: 100%;
padding: 18px 20px;
background: white;
border: none;
text-align: left;
font-size: 1rem;
font-weight: 600;
color: #1f2937;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.2s ease;
}
.sw-faq-question:hover {
background: #fef3c7;
}
.sw-faq-question::after {
content: '+';
font-size: 1.4rem;
font-weight: 400;
color: #f59e0b;
transition: transform 0.3s ease;
flex-shrink: 0;
margin-left: 15px;
}
.sw-faq-item.active .sw-faq-question::after {
content: '−';
}
.sw-faq-item.active .sw-faq-question {
background: #1f2937;
color: white;
}
.sw-faq-item.active .sw-faq-question::after {
color: #f59e0b;
}
.sw-faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
background: #f9fafb;
}
.sw-faq-item.active .sw-faq-answer {
max-height: 600px;
padding: 20px;
}
.sw-faq-answer p {
margin: 0 0 10px 0;
color: #374151;
line-height: 1.7;
font-size: 0.95rem;
}
.sw-faq-answer p:last-child {
margin-bottom: 0;
}
.sw-faq-answer strong {
color: #1f2937;
}
.sw-faq-answer .sw-highlight {
color: #f59e0b;
font-weight: 600;
}
.sw-faq-answer a {
color: #f59e0b;
text-decoration: none;
font-weight: 600;
}
.sw-faq-answer a:hover {
text-decoration: underline;
}
/* CTA Box */
.sw-faq-cta {
text-align: center;
margin-top: 40px;
padding: 30px;
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
border-radius: 12px;
border: 2px solid #f59e0b;
}
.sw-faq-cta p {
margin: 0 0 15px 0;
color: #1f2937;
font-size: 1.1rem;
}
.sw-faq-cta-button {
display: inline-block;
padding: 14px 28px;
background: #f59e0b;
color: #000;
font-weight: 700;
font-size: 1rem;
text-decoration: none;
border-radius: 8px;
transition: transform 0.2s, box-shadow 0.2s;
}
.sw-faq-cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
color: #000;
text-decoration: none;
}
/* Contact box */
.sw-faq-contact {
text-align: center;
margin-top: 30px;
padding: 20px;
background: #f9fafb;
border-radius: 12px;
}
.sw-faq-contact p {
margin: 0 0 8px 0;
color: #6b7280;
}
.sw-faq-contact a {
color: #f59e0b;
font-weight: 600;
text-decoration: none;
}
.sw-faq-contact a:hover {
text-decoration: underline;
}
/* Mobile */
@media (max-width: 768px) {
.sw-faq-section {
padding: 20px 15px;
}
.sw-faq-header h2 {
font-size: 1.6rem;
}
.sw-faq-question {
padding: 15px;
font-size: 0.95rem;
}
.sw-faq-item.active .sw-faq-answer {
padding: 15px;
}
}

.wincc-pricing-section *,
.wincc-pricing-section *::before,
.wincc-pricing-section *::after {
box-sizing: border-box;
}
.wincc-pricing-section {
max-width: 1100px;
margin: 0 auto;
padding: 40px 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.wincc-pricing-title {
text-align: center;
font-size: 36px;
font-weight: 800;
color: #1f2937;
margin-bottom: 10px;
}
.wincc-pricing-subtitle {
text-align: center;
font-size: 18px;
color: #6b7280;
margin-bottom: 40px;
}
.wincc-pricing-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
@media (max-width: 900px) {
.wincc-pricing-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.wincc-card.featured {
order: -1; /* Featured card first on mobile */
}
}
.wincc-card {
background: #fff;
border: 2px solid #e5e7eb;
border-radius: 16px;
padding: 32px 24px;
text-align: center;
position: relative;
transition: transform 0.2s, box-shadow 0.2s;
box-sizing: border-box;
}
.wincc-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.wincc-card.featured {
border-color: #f59e0b;
box-shadow: 0 8px 30px rgba(245, 158, 11, 0.25);
transform: scale(1.02);
}
.wincc-card.featured:hover {
transform: scale(1.02) translateY(-4px);
}
.wincc-badge {
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
padding: 6px 20px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
white-space: nowrap;
}
.wincc-badge.green {
background: #10b981;
color: #fff;
}
.wincc-badge.orange {
background: #f59e0b;
color: #000;
}
.wincc-badge.blue {
background: #2563eb;
color: #fff;
}
.wincc-plan-name {
font-size: 22px;
font-weight: 700;
color: #1f2937;
margin: 24px 0 8px 0;
}
.wincc-price {
font-size: 56px;
font-weight: 800;
color: #1f2937;
line-height: 1;
}
.wincc-price .currency {
font-size: 28px;
vertical-align: top;
position: relative;
top: 8px;
}
.wincc-price .period {
font-size: 16px;
font-weight: 500;
color: #6b7280;
}
.wincc-price-note {
font-size: 14px;
color: #6b7280;
margin: 8px 0 20px 0;
}
.wincc-features {
list-style: none;
padding: 0;
margin: 0 0 24px 0;
text-align: left;
}
.wincc-features li {
padding: 10px 0;
font-size: 15px;
color: #374151;
display: flex;
align-items: flex-start;
gap: 10px;
border-bottom: 1px solid #f3f4f6;
}
.wincc-features li:last-child {
border-bottom: none;
}
.wincc-check {
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
min-width: 22px;
background: #d1fae5;
color: #059669;
border-radius: 50%;
font-size: 12px;
font-weight: 700;
}
.wincc-check::before {
content: "✓";
}
.wincc-cta {
display: block;
width: 100%;
padding: 16px 24px;
border: none;
border-radius: 10px;
font-size: 17px;
font-weight: 700;
cursor: pointer;
text-decoration: none;
text-align: center;
transition: opacity 0.2s, transform 0.2s;
box-sizing: border-box;
}
.wincc-cta:hover {
opacity: 0.9;
transform: translateY(-2px);
}
.wincc-cta.primary {
background: #f59e0b;
color: #000;
}
.wincc-cta.secondary {
background: #1f2937;
color: #fff;
}
.wincc-cta.green {
background: #10b981;
color: #fff;
}
.wincc-guarantee {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 16px;
font-size: 13px;
color: #059669;
font-weight: 500;
}
.wincc-guarantee::before { content: "🔒"; }
}

.sw-faq-section *,
.sw-faq-section *::before,
.sw-faq-section *::after {
box-sizing: border-box;
}
.sw-faq-section {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
}
.sw-faq-header {
text-align: center;
margin-bottom: 40px;
}
.sw-faq-header h2 {
font-size: 2.2rem;
color: #1f2937;
margin-bottom: 10px;
}
.sw-faq-header p {
font-size: 1.1rem;
color: #6b7280;
}
.sw-faq-header a {
color: #f59e0b;
text-decoration: none;
font-weight: 600;
}
.sw-faq-header a:hover {
text-decoration: underline;
}
/* FAQ Categories */
.sw-faq-category {
margin-bottom: 30px;
}
.sw-faq-category-title {
font-size: 1.1rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #e5e7eb;
display: flex;
align-items: center;
gap: 8px;
}
/* FAQ Items */
.sw-faq-item {
background: white;
border-radius: 8px;
margin-bottom: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
overflow: hidden;
border: 1px solid #e5e7eb;
}
.sw-faq-question {
width: 100%;
padding: 18px 20px;
background: white;
border: none;
text-align: left;
font-size: 1rem;
font-weight: 600;
color: #1f2937;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.2s ease;
}
.sw-faq-question:hover {
background: #fef3c7;
}
.sw-faq-question::after {
content: '+';
font-size: 1.4rem;
font-weight: 400;
color: #f59e0b;
transition: transform 0.3s ease;
flex-shrink: 0;
margin-left: 15px;
}
.sw-faq-item.active .sw-faq-question::after {
content: '−';
}
.sw-faq-item.active .sw-faq-question {
background: #1f2937;
color: white;
}
.sw-faq-item.active .sw-faq-question::after {
color: #f59e0b;
}
.sw-faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
background: #f9fafb;
}
.sw-faq-item.active .sw-faq-answer {
max-height: 600px;
padding: 20px;
}
.sw-faq-answer p {
margin: 0 0 10px 0;
color: #374151;
line-height: 1.7;
font-size: 0.95rem;
}
.sw-faq-answer p:last-child {
margin-bottom: 0;
}
.sw-faq-answer strong {
color: #1f2937;
}
.sw-faq-answer .sw-highlight {
color: #f59e0b;
font-weight: 600;
}
.sw-faq-answer a {
color: #f59e0b;
text-decoration: none;
font-weight: 600;
}
.sw-faq-answer a:hover {
text-decoration: underline;
}
/* CTA Box */
.sw-faq-cta {
text-align: center;
margin-top: 40px;
padding: 30px;
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
border-radius: 12px;
border: 2px solid #f59e0b;
}
.sw-faq-cta p {
margin: 0 0 15px 0;
color: #1f2937;
font-size: 1.1rem;
}
.sw-faq-cta-button {
display: inline-block;
padding: 14px 28px;
background: #f59e0b;
color: #000;
font-weight: 700;
font-size: 1rem;
text-decoration: none;
border-radius: 8px;
transition: transform 0.2s, box-shadow 0.2s;
}
.sw-faq-cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
color: #000;
text-decoration: none;
}
/* Contact box */
.sw-faq-contact {
text-align: center;
margin-top: 30px;
padding: 20px;
background: #f9fafb;
border-radius: 12px;
}
.sw-faq-contact p {
margin: 0 0 8px 0;
color: #6b7280;
}
.sw-faq-contact a {
color: #f59e0b;
font-weight: 600;
text-decoration: none;
}
.sw-faq-contact a:hover {
text-decoration: underline;
}
/* Mobile */
@media (max-width: 768px) {
.sw-faq-section {
padding: 20px 15px;
}
.sw-faq-header h2 {
font-size: 1.6rem;
}
.sw-faq-question {
padding: 15px;
font-size: 0.95rem;
}
.sw-faq-item.active .sw-faq-answer {
padding: 15px;
}
}

.vbs-pricing-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.vbs-pricing-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
  margin: 0 0 32px;
}

.vbs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.vbs-pricing-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 620px;
}

.vbs-pricing-card--featured {
  border-color: #f59e0b;
  box-shadow: 0 8px 30px rgba(245, 158, 11, 0.2);
}

.vbs-pricing-badge {
  display: inline-block;
  background: #1f2937;
  color: #fff;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.vbs-pricing-badge--bundle {
  background: #2563eb;
}

.vbs-pricing-price {
  font-size: 3.5rem;
  font-weight: 800;
  color: #1f2937;
  line-height: 1;
  margin-bottom: 20px;
}

.vbs-pricing-plan {
  min-height: 29px;
  margin: 2px 0 16px;
  color: #1f2937;
  font-size: 1.2rem;
  font-weight: 800;
}

.vbs-pricing-note {
  min-height: 24px;
  margin: 0 0 18px;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
}

.vbs-pricing-price--words {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem !important;
}

.vbs-pricing-currency {
  font-size: 1.75rem;
  vertical-align: top;
  position: relative;
  top: 8px;
}

.vbs-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
  flex: 1;
}

.vbs-pricing-features li {
  padding: 10px 0;
  font-size: 0.95rem;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
  line-height: 1.5;
}

.vbs-pricing-features li:last-child {
  border-bottom: none;
}

.vbs-pricing-features li::before {
  content: "✓";
  display: inline-block;
  margin-right: 9px;
  color: #15803d;
  font-weight: 900;
}

.vbs-pricing-card .btn {
  margin-top: auto !important;
}

.vbs-pricing-bundle-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #475569;
  margin: 24px 0 auto;
  flex: 1;
}

.vbs-pricing-cta {
  width: 100%;
  margin-top: auto;
}

@media (max-width: 1050px) {
  .vbs-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vbs-pricing-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    justify-self: center;
  }
}

@media (max-width: 768px) {
  .vbs-pricing-grid {
    grid-template-columns: 1fr;
  }

  .vbs-pricing-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .vbs-pricing-card--featured {
    order: -1;
  }

  .vbs-pricing-card {
    min-height: auto;
  }
}

.sw-faq-section *,
.sw-faq-section *::before,
.sw-faq-section *::after {
box-sizing: border-box;
}
.sw-faq-section {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
max-width: 900px;
margin: 0 auto;
padding: 40px 20px;
}
.sw-faq-header {
text-align: center;
margin-bottom: 40px;
}
.sw-faq-header h2 {
font-size: 2.2rem;
color: #1f2937;
margin-bottom: 10px;
}
.sw-faq-header p {
font-size: 1.1rem;
color: #6b7280;
}
.sw-faq-header a {
color: #f59e0b;
text-decoration: none;
font-weight: 600;
}
.sw-faq-header a:hover {
text-decoration: underline;
}
/* FAQ Categories */
.sw-faq-category {
margin-bottom: 30px;
}
.sw-faq-category-title {
font-size: 1.1rem;
font-weight: 700;
color: #1f2937;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #e5e7eb;
display: flex;
align-items: center;
gap: 8px;
}
/* FAQ Items */
.sw-faq-item {
background: white;
border-radius: 8px;
margin-bottom: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
overflow: hidden;
border: 1px solid #e5e7eb;
}
.sw-faq-question {
width: 100%;
padding: 18px 20px;
background: white;
border: none;
text-align: left;
font-size: 1rem;
font-weight: 600;
color: #1f2937;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: background 0.2s ease;
}
.sw-faq-question:hover {
background: #fef3c7;
}
.sw-faq-question::after {
content: '+';
font-size: 1.4rem;
font-weight: 400;
color: #f59e0b;
transition: transform 0.3s ease;
flex-shrink: 0;
margin-left: 15px;
}
.sw-faq-item.active .sw-faq-question::after {
content: '−';
}
.sw-faq-item.active .sw-faq-question {
background: #1f2937;
color: white;
}
.sw-faq-item.active .sw-faq-question::after {
color: #f59e0b;
}
.sw-faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
background: #f9fafb;
}
.sw-faq-item.active .sw-faq-answer {
max-height: 600px;
padding: 20px;
}
.sw-faq-answer p {
margin: 0 0 10px 0;
color: #374151;
line-height: 1.7;
font-size: 0.95rem;
}
.sw-faq-answer p:last-child {
margin-bottom: 0;
}
.sw-faq-answer strong {
color: #1f2937;
}
.sw-faq-answer .sw-highlight {
color: #f59e0b;
font-weight: 600;
}
.sw-faq-answer a {
color: #f59e0b;
text-decoration: none;
font-weight: 600;
}
.sw-faq-answer a:hover {
text-decoration: underline;
}
/* CTA Box */
.sw-faq-cta {
text-align: center;
margin-top: 40px;
padding: 30px;
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
border-radius: 12px;
border: 2px solid #f59e0b;
}
.sw-faq-cta p {
margin: 0 0 15px 0;
color: #1f2937;
font-size: 1.1rem;
}
.sw-faq-cta-button {
display: inline-block;
padding: 14px 28px;
background: #f59e0b;
color: #000;
font-weight: 700;
font-size: 1rem;
text-decoration: none;
border-radius: 8px;
transition: transform 0.2s, box-shadow 0.2s;
}
.sw-faq-cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
color: #000;
text-decoration: none;
}
/* Contact box */
.sw-faq-contact {
text-align: center;
margin-top: 30px;
padding: 20px;
background: #f9fafb;
border-radius: 12px;
}
.sw-faq-contact p {
margin: 0 0 8px 0;
color: #6b7280;
}
.sw-faq-contact a {
color: #f59e0b;
font-weight: 600;
text-decoration: none;
}
.sw-faq-contact a:hover {
text-decoration: underline;
}
/* Mobile */
@media (max-width: 768px) {
.sw-faq-section {
padding: 20px 15px;
}
.sw-faq-header h2 {
font-size: 1.6rem;
}
.sw-faq-question {
padding: 15px;
font-size: 0.95rem;
}
.sw-faq-item.active .sw-faq-answer {
padding: 15px;
}
}