/* Motyw jasny - aktywny przy klasie html.pc-light (ładowany po main.css). */

#site-header.site-header-scrolled {
  border-bottom-color: rgba(55, 65, 81, 0.5);
  background-color: rgba(3, 7, 18, 0.82);
}
@supports (backdrop-filter: blur(12px)) {
  #site-header.site-header-scrolled {
    background-color: rgba(3, 7, 18, 0.78);
  }
}

html.pc-light {
  color-scheme: light;
}

html.pc-light body {
  background-color: #eef2f7 !important;
  color: #0f172a;
}

html.pc-light #site-header:not(.pc-header-shell) {
  border-bottom-color: rgba(226, 232, 240, 0.75) !important;
  background-color: rgba(248, 250, 252, 0.88) !important;
}

html.pc-light #site-header.site-header-scrolled:not(.pc-header-shell) {
  border-bottom-color: rgba(203, 213, 225, 0.95) !important;
  background-color: rgba(255, 255, 255, 0.92) !important;
}

html.pc-light #intro-splash {
  background-color: #f8fafc !important;
}

/* Loading/intro: część "craft" (biała) na jasnym tle - zmiana na ciemny kolor */
html.pc-light #intro-splash .text-white {
  color: #0f172a !important;
}

html.pc-light #hero .absolute.inset-0.bg-dark-950 {
  background-color: #f8fafc !important;
}

html.pc-light #hero .text-white {
  color: #0f172a !important;
}

html.pc-light #video-bg-global > div:last-child {
  background-color: rgba(248, 250, 252, 0.65) !important;
}

html.pc-light #hero #hero-bg-video {
  opacity: 0.58 !important;
}

html.pc-light #hero > .absolute.inset-0.bg-dark-950 {
  background-color: rgba(248, 250, 252, 0.28) !important;
}

/* Hero - czytelność etykiet, CTA i statystyk */
html.pc-light #hero .pc-hero-eyebrow,
html.pc-light #hero .pc-hero-eyebrow .text-dark-500,
html.pc-light #hero .pc-hero-eyebrow .text-dark-600 {
  color: #334155 !important;
  font-weight: 600;
}

html.pc-light #hero #hero-cta-secondary {
  color: #1e293b !important;
  border-color: #64748b !important;
  background-color: rgba(255, 255, 255, 0.78) !important;
}

html.pc-light #hero #hero-cta-secondary:hover {
  color: #0f172a !important;
  border-color: #4338ca !important;
  background-color: rgba(255, 255, 255, 0.96) !important;
}

html.pc-light #hero .pc-hero-stat .text-dark-400 {
  color: #475569 !important;
  font-weight: 600;
}

html.pc-light #hero .pc-hero-stat .text-white {
  color: #0f172a !important;
  font-weight: 700;
}

html.pc-light #hero .text-white\/80,
html.pc-light #hero a.text-white\/80 {
  color: #334155 !important;
}

html.pc-light #hero .text-white\/80:hover,
html.pc-light #hero a.text-white\/80:hover {
  color: #0f172a !important;
}

html.pc-light .pc-hero-marquee-strip {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(226, 232, 240, 0.95) !important;
  box-shadow:
    0 -1px 0 rgba(226, 232, 240, 0.95),
    0 -18px 44px rgba(15, 23, 42, 0.06) !important;
}

html.pc-light .pc-hero-marquee-strip .marquee-row-dim {
  color: #475569 !important;
}

html.pc-light .pc-subpage-hero-viewport .subpage-eyebrow {
  color: #312e81 !important;
  background: rgba(99, 102, 241, 0.14) !important;
  border-color: rgba(79, 70, 229, 0.38) !important;
  font-weight: 700;
}

/* O nas - ikony w kafelkach wartości i kompetencji */
html.pc-light .om-oss-value .mb-4.flex.h-12,
html.pc-light .om-oss-comp-card .mb-3.flex.h-12 {
  background: rgba(99, 102, 241, 0.14) !important;
  border-color: rgba(79, 70, 229, 0.38) !important;
  color: #4338ca !important;
  box-shadow: 0 1px 3px rgba(79, 70, 229, 0.14);
}

html.pc-light .om-oss-value .mb-4.flex.h-12 svg,
html.pc-light .om-oss-comp-card .mb-3.flex.h-12 svg {
  stroke: #4338ca !important;
}

html.pc-light .mesh-gradient-bg {
  background: radial-gradient(ellipse at 20% 50%, rgba(99, 102, 241, 0.12) 0, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(139, 92, 246, 0.08) 0, transparent 50%),
    radial-gradient(ellipse at 40% 80%, rgba(6, 182, 212, 0.08) 0, transparent 50%), #f1f5f9 !important;
}

html.pc-light .glass-card,
html.pc-light .glass-card-hover {
  border-color: rgba(148, 163, 184, 0.55) !important;
  background-color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

html.pc-light .section-title {
  color: #0f172a !important;
}

html.pc-light .section-subtitle {
  color: #475569 !important;
}

html.pc-light main .text-white,
html.pc-light #site-header .text-white,
html.pc-light #site-footer .text-white,
html.pc-light .text-dark-200 {
  color: #0f172a !important;
}

html.pc-light .text-dark-300,
html.pc-light .text-dark-400,
html.pc-light .text-dark-500,
html.pc-light .text-dark-600 {
  color: #475569 !important;
}

html.pc-light .border-dark-700,
html.pc-light .border-dark-800,
html.pc-light .border-dark-600 {
  border-color: #cbd5e1 !important;
}

html.pc-light #site-footer {
  background-color: #e2e8f0 !important;
  border-top-color: #cbd5e1 !important;
}

html.pc-light .bg-dark-950,
html.pc-light .bg-dark-900 {
  background-color: #f1f5f9 !important;
}

html.pc-light .bg-dark-800,
html.pc-light .bg-dark-800\/30,
html.pc-light .bg-dark-800\/50 {
  background-color: rgba(241, 245, 249, 0.95) !important;
}

html.pc-light .hover\:bg-dark-800:hover,
html.pc-light .hover\:bg-dark-800\/50:hover,
html.pc-light .hover\:bg-dark-800\/60:hover {
  background-color: #e2e8f0 !important;
}

html.pc-light #mobile-nav {
  background-color: rgba(248, 250, 252, 0.98) !important;
  border-top-color: #cbd5e1 !important;
}

html.pc-light #lang-dropdown {
  background-color: rgba(255, 255, 255, 0.98) !important;
  border-color: #cbd5e1 !important;
}

html.pc-light .btn-primary {
  color: #fff !important;
}

html.pc-light .pc-theme-toggle {
  color: #475569;
  border-color: rgba(148, 163, 184, 0.45);
  background-color: rgba(255, 255, 255, 0.55);
}

html.pc-light .pc-theme-toggle:hover {
  background-color: rgba(241, 245, 249, 0.95);
  color: #0f172a;
  border-color: rgba(99, 102, 241, 0.35);
}

html.pc-light #cookie-banner .bg-dark-900\/95 {
  background-color: rgba(255, 255, 255, 0.97) !important;
  border-color: #cbd5e1 !important;
}

html.pc-light .problem-stat-card h3.text-white {
  color: #0f172a !important;
}

/* Tytuły z gradientem - w jasnym motywie pełna czytelność */
html.pc-light .gradient-text {
  background: none !important;
  -webkit-text-fill-color: unset !important;
  color: #4338ca !important;
}

/* Cennik - tytuł sekcji nad ciemnym tłem: biały tekst (tryb jasny) */
html.pc-light #section-pricing .pricing-section-sub {
  color: #475569 !important;
  font-weight: 600;
  font-size: 1.0625rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
html.pc-light #section-pricing .pricing-section-title {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #0f172a !important;
  color: #0f172a !important;
  font-weight: 800;
}

html.pc-light #section-pricing .pricing-section-title span {
  background: linear-gradient(92deg, #1d4ed8, #6366f1 42%, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* Kafelki pakietów - pełne tło jasne (STARTER / BUSINESS itd.) */
html.pc-light #section-pricing .pricing-card {
  background-image: none !important;
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.07);
}
html.pc-light #section-pricing .pricing-card[class*='border-primary'] {
  border-color: #6366f1 !important;
  box-shadow: 0 12px 40px rgba(79, 70, 229, 0.15);
  background: linear-gradient(180deg, rgba(99, 102, 241, 0.12), #ffffff 55%) !important;
}
html.pc-light #section-pricing .pricing-card[class*='border-accent'] {
  border-color: #14b8a6 !important;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.12), #ffffff 55%) !important;
}
html.pc-light .pricing-card .pricing-pkg-inner {
  background: transparent !important;
}
html.pc-light .pricing-card .bg-dark-900\/50,
html.pc-light .pricing-card .bg-dark-800\/50 {
  background-color: rgba(241, 245, 249, 0.95) !important;
}
html.pc-light .pricing-card h3 {
  color: #0f172a !important;
  font-weight: 800 !important;
}
html.pc-light .pricing-card .gradient-text,
html.pc-light #pricing .pricing-card .gradient-text,
html.pc-light #section-pricing .pricing-card .gradient-text {
  background: none !important;
  background-image: linear-gradient(135deg, #5551e8, #7c3aed 50%, #0891b2) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 600 !important;
}
html.pc-light .pricing-card .text-dark-300,
html.pc-light .pricing-card li span.text-sm {
  color: #1e293b !important;
}
html.pc-light .pricing-card .text-green-400 {
  color: #047857 !important;
}
html.pc-light .pricing-card .order-pkg.bg-dark-700 {
  background-color: #4f46e5 !important;
  color: #ffffff !important;
  border-color: #4338ca !important;
}
html.pc-light .pricing-card .order-pkg.bg-dark-700:hover {
  background-color: #4338ca !important;
}

/* Tagi na GIF / kafelkach „Prosjekter” i portefølje */
html.pc-light .feat-pill {
  background-color: rgba(15, 23, 42, 0.88) !important;
  color: #f8fafc !important;
  border-color: rgba(148, 163, 184, 0.5) !important;
}

/* Wyniki na kafelkach (📈 +40%, TOP10 itd.) */
html.pc-light .feat-result-chip {
  background-color: rgba(30, 41, 59, 0.94) !important;
  color: #f8fafc !important;
  border: 1px solid rgba(148, 163, 184, 0.45) !important;
}

/* Sekcja „Trender 2026” */
html.pc-light #section-top-services {
  background-color: #e2e8f0 !important;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}
html.pc-light #section-top-services .text-white {
  color: #0f172a !important;
}
html.pc-light #section-top-services .text-dark-400 {
  color: #334155 !important;
  font-weight: 500;
}
html.pc-light #section-top-services .top-services-badge {
  color: #3730a3 !important;
  border-color: rgba(79, 70, 229, 0.38) !important;
  background-color: rgba(99, 102, 241, 0.16) !important;
  font-weight: 700;
}
html.pc-light #section-top-services a .border-primary-500\/20 {
  border-color: rgba(79, 70, 229, 0.3) !important;
}
html.pc-light #section-top-services a .bg-primary-500\/10 {
  background-color: rgba(99, 102, 241, 0.14) !important;
}
html.pc-light #section-top-services a .text-primary-400 {
  color: #4338ca !important;
  font-weight: 600;
}
html.pc-light #section-top-services a.rounded-2xl {
  background-color: rgba(255, 255, 255, 0.92) !important;
  border-color: #cbd5e1 !important;
}
html.pc-light #section-top-services a.rounded-2xl:hover {
  border-color: rgba(79, 70, 229, 0.45) !important;
}

/* Opinie - grid (jeśli używany) + slajder .pc-ts-* */
html.pc-light .testimonial-grid-card {
  background-color: #fafafa !important;
  border-color: rgba(203, 213, 225, 0.9) !important;
}

html.pc-light #section-testimonials .pc-ts-title {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}
html.pc-light #section-testimonials .pc-ts-sub {
  color: #475569 !important;
}
html.pc-light #section-testimonials .pc-ts-section {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 42%, #e8ecf5 100%) !important;
  border-color: #e2e8f0 !important;
}
html.pc-light #section-testimonials .pc-ts-title .gradient-text,
html.pc-light .pc-top-services-section .pc-top-services-title .gradient-text {
  background: linear-gradient(92deg, #1d4ed8, #6366f1 42%, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.pc-light .pc-home-section-badge {
  color: #4338ca !important;
  border-color: rgba(99, 102, 241, 0.32) !important;
  background: rgba(99, 102, 241, 0.1) !important;
}
html.pc-light .pc-top-services-section .pc-top-services-title {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}
html.pc-light .pc-top-services-section .pc-top-services-sub {
  color: #475569 !important;
}
html.pc-light #section-testimonials .pc-ts-card {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07) !important;
}
html.pc-light #section-testimonials .pc-ts-quote {
  color: #1e293b !important;
}
html.pc-light #section-testimonials .pc-ts-author {
  color: #0f172a !important;
}
html.pc-light #section-testimonials .pc-ts-role {
  color: #64748b !important;
}
html.pc-light #section-testimonials .pc-ts-pill {
  color: #312e81 !important;
  background: rgba(99, 102, 241, 0.1) !important;
  border-color: rgba(79, 70, 229, 0.28) !important;
}
html.pc-light #section-testimonials .pc-ts-pill__ico {
  color: #4f46e5 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(99, 102, 241, 0.35) !important;
}
html.pc-light #section-testimonials .pc-ts-dot:not(.pc-ts-dot--on) {
  background: #cbd5e1 !important;
}
html.pc-light #section-testimonials .pc-ts-dot--on {
  background: #4f46e5 !important;
}
html.pc-light #section-testimonials .pc-ts-card .border-dark-600\/60,
html.pc-light #section-testimonials .pc-ts-card .border-dark-700\/50 {
  border-color: #e2e8f0 !important;
}
html.pc-light #section-testimonials .pc-ts-card .bg-dark-800\/90 {
  background: #f8fafc !important;
}
html.pc-light #section-testimonials .pc-ts-card .text-indigo-400 {
  color: #4f46e5 !important;
}

/* Kafelki „Projekty” na stronie głównej - etykieta i link case study */
html.pc-light #section-featured .feat-tile .text-primary-400 {
  color: #4338ca !important;
  font-weight: 600;
}
html.pc-light #section-featured .text-center a.bg-white {
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

/* Liczby w sekcji „Nasze wyniki” - wyższy kontrast na jasnym tle */
html.pc-light #section-problem .problem-stat-card .text-emerald-400 {
  color: #047857 !important;
}
html.pc-light #section-problem .problem-stat-card .text-blue-400 {
  color: #1d4ed8 !important;
}
html.pc-light #section-problem .problem-stat-card .text-violet-400 {
  color: #6d28d9 !important;
}
html.pc-light #section-problem .problem-stat-card .text-amber-400 {
  color: #b45309 !important;
}
html.pc-light #section-problem .problem-stat-card .text-rose-400 {
  color: #be123c !important;
}
html.pc-light #section-problem .problem-stat-card .text-cyan-400 {
  color: #0e7490 !important;
}

/* Tjenester - ceny i przycisk Bestill obok */
html.pc-light #subpage-root .tj-service-price {
  color: #312e81 !important;
  font-weight: 700;
}
html.pc-light #subpage-root .tj-order {
  color: #312e81 !important;
  background-color: rgba(99, 102, 241, 0.16) !important;
  border-color: rgba(79, 70, 229, 0.4) !important;
  font-weight: 600;
}
html.pc-light #subpage-root .tj-order:hover {
  background-color: rgba(79, 70, 229, 0.22) !important;
  color: #1e1b4b !important;
}

/* Tjenester - kafelki usług (jasne tło, ciemny tekst) */
html.pc-light #subpage-root .tj-service-row {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

html.pc-light #subpage-root .tj-service-row:hover {
  border-color: rgba(99, 102, 241, 0.35) !important;
  background-color: #f8fafc !important;
}

html.pc-light #subpage-root .tj-service-row .font-medium,
html.pc-light #subpage-root .tj-service-row .font-medium.text-sm {
  color: #0f172a !important;
}

html.pc-light #subpage-root .tj-service-row .text-dark-400,
html.pc-light #subpage-root .tj-service-row .text-dark-500 {
  color: #475569 !important;
}

html.pc-light #subpage-root .tj-service-block.glass-card {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

html.pc-light #subpage-root .tj-service-block .tj-toggle .font-bold,
html.pc-light #subpage-root .tj-service-block .tj-toggle .font-heading {
  color: #0f172a !important;
}

html.pc-light #subpage-root .tj-service-block .tj-toggle .text-dark-400 {
  color: #64748b !important;
}

html.pc-light #subpage-root .tj-service-block .tj-chevron {
  color: #64748b !important;
}

html.pc-light #subpage-root .tj-service-block .flex.h-12.w-12 {
  background-color: rgba(241, 245, 249, 0.98) !important;
  border-color: #cbd5e1 !important;
}

html.pc-light #subpage-root .tj-service-block .text-green-400 {
  color: #047857 !important;
}

html.pc-light #subpage-root .tj-cat-nav__toggle {
  background-color: rgba(255, 255, 255, 0.96) !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}

html.pc-light #subpage-root .tj-cat-nav__toggle.text-white {
  color: #0f172a !important;
}

html.pc-light #subpage-root .tj-cat-nav__panel {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
}

html.pc-light #subpage-root .tj-cat-nav__toggle-icon {
  background-color: rgba(99, 102, 241, 0.1) !important;
  border-color: rgba(99, 102, 241, 0.28) !important;
  color: #4f46e5 !important;
}

html.pc-light #subpage-root .tj-quick-link {
  background-color: #ffffff !important;
  border-color: #cbd5e1 !important;
  color: #0f172a !important;
}

html.pc-light #subpage-root .tj-quick-link__icon {
  background-color: rgba(241, 245, 249, 0.98) !important;
  border-color: #cbd5e1 !important;
}

html.pc-light #subpage-root .tj-quick-link__label {
  color: #0f172a !important;
}

html.pc-light #subpage-root #tj-services-start .bg-dark-900\/30,
html.pc-light #subpage-root .tj-service-block .bg-dark-900\/30,
html.pc-light #subpage-root .tj-cat-nav-wrap .bg-dark-900\/30 {
  background-color: #ffffff !important;
}

html.pc-light #subpage-root #tj-services-start .border-dark-700\/30,
html.pc-light #subpage-root .tj-service-block .border-dark-700\/30,
html.pc-light #subpage-root .tj-cat-nav-wrap .border-dark-700\/30,
html.pc-light #subpage-root #tj-services-start .border-dark-700\/50,
html.pc-light #subpage-root .tj-service-block .border-dark-700\/50,
html.pc-light #subpage-root .tj-cat-nav-wrap .border-dark-700\/50 {
  border-color: #cbd5e1 !important;
}

html.pc-light #subpage-root #tj-services-start .bg-dark-800\/80,
html.pc-light #subpage-root .tj-service-block .bg-dark-800\/80,
html.pc-light #subpage-root .tj-cat-nav-wrap .bg-dark-800\/80,
html.pc-light #subpage-root .tj-cat-nav-wrap .bg-dark-800\/50 {
  background-color: rgba(241, 245, 249, 0.98) !important;
}

html.pc-light #subpage-root #tj-order-banner {
  background-color: rgba(251, 191, 36, 0.12) !important;
  border-color: rgba(217, 119, 6, 0.35) !important;
  color: #78350f !important;
}

/* Portefølje - metryki w kafelkach (styl jak hero trust strip) */
html.pc-light #subpage-root .pf-result-stats .subpage-trust__item {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(148, 163, 184, 0.42);
}

html.pc-light #subpage-root .pf-result-stats .subpage-trust__ico-wrap {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.28);
  color: #4f46e5;
}

html.pc-light #subpage-root .pf-result-stats .subpage-trust__val {
  color: #0f172a;
}

html.pc-light #subpage-root .pf-result-stats .subpage-trust__lbl {
  color: #475569;
}

html.pc-light #subpage-root .pf-result-tip__bubble {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(99, 102, 241, 0.35);
  color: #334155;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

html.pc-light #subpage-root .pf-result-tip__bubble::after {
  border-top-color: rgba(99, 102, 241, 0.35);
}

html.pc-light .pf-result-tip-popover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(99, 102, 241, 0.35);
  color: #334155;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

html.pc-light #subpage-root .pc-case-gallery__frame {
  background: #f1f5f9;
}

html.pc-light #subpage-root .pc-case-gallery__item {
  border-color: rgba(148, 163, 184, 0.45);
}

html.pc-light #subpage-root .pc-device-mock__shell {
  background: linear-gradient(145deg, #e2e8f0 0%, #cbd5e1 55%, #94a3b8 100%);
  border-color: rgba(100, 116, 139, 0.55);
}

html.pc-light #subpage-root .pc-device-mock__screen {
  background: #f8fafc;
  border-color: rgba(148, 163, 184, 0.45);
}

html.pc-light #subpage-root .pc-device-mock__base,
html.pc-light #subpage-root .pc-device-mock__foot,
html.pc-light #subpage-root .pc-device-mock__neck {
  background: linear-gradient(180deg, #94a3b8, #64748b);
  border-color: rgba(100, 116, 139, 0.45);
}

html.pc-light #subpage-root .pc-case-gallery--devices .pc-case-gallery__item {
  background: rgba(241, 245, 249, 0.85);
}

/* Pasek usług pod hero - jasne tło + ciemny tekst (wcześniej bg-dark-950 → jasnoszary, a text-white/90 zostawał jasny) */
html.pc-light #home-marquee-strip,
html.pc-light #tj-guarantee-marquee,
html.pc-light #pf-industry-marquee,
html.pc-light #kontakt-company-marquee {
  background-color: #e8ecf5 !important;
  border-color: #cbd5e1 !important;
}
html.pc-light #home-marquee-strip .marquee-primary-txt,
html.pc-light #tj-guarantee-marquee .marquee-primary-txt,
html.pc-light #pf-industry-marquee .marquee-primary-txt,
html.pc-light #kontakt-company-marquee .marquee-primary-txt {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}
html.pc-light #home-marquee-strip .marquee-dim-txt,
html.pc-light #tj-guarantee-marquee .marquee-dim-txt,
html.pc-light #pf-industry-marquee .marquee-dim-txt,
html.pc-light #kontakt-company-marquee .marquee-dim-txt {
  color: #334155 !important;
}
html.pc-light #home-marquee-strip .marquee-row-dim,
html.pc-light #tj-guarantee-marquee .marquee-row-dim,
html.pc-light #pf-industry-marquee .marquee-row-dim,
html.pc-light #kontakt-company-marquee .marquee-row-dim {
  opacity: 0.7 !important;
}
html.pc-light #home-marquee-strip .marquee-edge-fade.bg-gradient-to-r,
html.pc-light #tj-guarantee-marquee .marquee-edge-fade.bg-gradient-to-r,
html.pc-light #pf-industry-marquee .marquee-edge-fade.bg-gradient-to-r,
html.pc-light #kontakt-company-marquee .marquee-edge-fade.bg-gradient-to-r {
  background: linear-gradient(to right, #e8ecf5, transparent) !important;
}
html.pc-light #home-marquee-strip .marquee-edge-fade.bg-gradient-to-l,
html.pc-light #tj-guarantee-marquee .marquee-edge-fade.bg-gradient-to-l,
html.pc-light #pf-industry-marquee .marquee-edge-fade.bg-gradient-to-l,
html.pc-light #kontakt-company-marquee .marquee-edge-fade.bg-gradient-to-l {
  background: linear-gradient(to left, #e8ecf5, transparent) !important;
}

/* Sekcja „Er din bedrift usynlig…” - jaśniejsze tło ikon w kafelkach */
html.pc-light #section-problem .problem-stat-card .mb-6.flex.h-12.w-12 {
  background-color: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(148, 163, 184, 0.65) !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
html.pc-light #section-problem .problem-stat-card .mb-6.flex.h-12.w-12 svg {
  opacity: 1;
  filter: drop-shadow(0 1px 1px rgba(15, 23, 42, 0.1));
}

/* Kalkulator ROI na Tjenester - liczby w szklanym kafelku */
html.pc-light #subpage-root .glass-card .font-bold.text-primary-400 {
  color: #3730a3 !important;
}

/* Pakiet specjalny */
html.pc-light .spec-offer-wrap {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(14, 165, 233, 0.1)) !important;
  border-color: #c7d2fe !important;
}
html.pc-light .spec-offer-title,
html.pc-light .spec-offer-copy h3 {
  color: #0f172a !important;
}
html.pc-light .spec-offer-sub {
  color: #475569 !important;
}
html.pc-light .spec-bad-list {
  color: #b91c1c !important;
}
html.pc-light .spec-good-list {
  color: #15803d !important;
}
html.pc-light .spec-price-box {
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-color: #cbd5e1 !important;
}
html.pc-light .spec-price-box .text-dark-400 {
  color: #64748b !important;
}

/* AI-assistent - jaśniejsza sekcja i karta */
html.pc-light .section-ai-demo-wrap {
  background: radial-gradient(ellipse at 30% 20%, rgba(99, 102, 241, 0.14), transparent 55%),
    radial-gradient(ellipse at 70% 80%, rgba(20, 184, 166, 0.1), transparent 50%), #f1f5f9 !important;
  border-color: #e2e8f0 !important;
}
html.pc-light .section-ai-demo-wrap .ai-demo-title {
  color: #0f172a !important;
  -webkit-text-fill-color: unset !important;
  background: none !important;
}
html.pc-light .section-ai-demo-wrap .ai-demo-sub {
  color: #334155 !important;
  font-size: 1.05rem;
  font-weight: 500;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
html.pc-light .section-ai-demo-wrap .ai-demo-card {
  border-color: #c7d2fe !important;
  box-shadow: 0 12px 40px rgba(79, 70, 229, 0.1);
}
html.pc-light #section-ai-demo .aidemo-chat-head {
  border-color: #e2e8f0 !important;
}
html.pc-light #section-ai-demo .ai-demo-card .font-semibold.text-white {
  color: #0f172a !important;
}
html.pc-light #section-ai-demo .aidemo-benefits {
  color: #334155 !important;
}
html.pc-light #section-ai-demo .aidemo-benefits .text-primary-400 {
  color: #4f46e5 !important;
}
html.pc-light #section-ai-demo .glass-card,
html.pc-light #section-seo-tool .glass-card {
  background-color: rgba(255, 255, 255, 0.97) !important;
}
html.pc-light #section-ai-demo #ai-input,
html.pc-light #section-ai-demo #ai-chat-log,
html.pc-light #section-seo-tool #seo-url {
  background-color: #f8fafc !important;
  color: #0f172a !important;
  border-color: #cbd5e1 !important;
}
html.pc-light #section-seo-tool #seo-result .text-white {
  color: #0f172a !important;
}
html.pc-light #section-seo-tool #seo-result .text-dark-200,
html.pc-light #section-seo-tool #seo-result .text-dark-300,
html.pc-light #section-seo-tool #seo-result .text-dark-400,
html.pc-light #section-seo-tool #seo-result .text-dark-500 {
  color: #475569 !important;
}
html.pc-light #section-seo-tool #seo-result .border-dark-700\/50 {
  border-color: #e2e8f0 !important;
}
html.pc-light #section-seo-tool #seo-result .bg-dark-900\/40 {
  background-color: rgba(248, 250, 252, 0.95) !important;
}
html.pc-light #section-seo-tool #seo-result .bg-dark-800\/80 {
  background-color: #f1f5f9 !important;
}
html.pc-light #section-seo-tool #seo-result .border-dark-600\/60 {
  border-color: #cbd5e1 !important;
}
html.pc-light #section-ai-demo #ai-chat-log {
  color: #334155 !important;
}
html.pc-light #section-ai-demo #ai-chat-log .text-white {
  color: #0f172a !important;
}
html.pc-light #section-ai-demo #ai-chat-form .btn-primary {
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}

/* Testimonials - strzałki */
html.pc-light .test-arrow-btn {
  color: #0f172a !important;
  border-color: #94a3b8 !important;
  background-color: #f8fafc !important;
}
html.pc-light .test-arrow-char {
  color: #4f46e5 !important;
}

/* Końcowe CTA */
html.pc-light #section-final-cta .animated-gradient-bg {
  opacity: 0.35;
}
html.pc-light #section-final-cta .text-dark-300,
html.pc-light #section-final-cta .text-dark-500 {
  color: #334155 !important;
}
html.pc-light .final-cta-phone {
  color: #0f172a !important;
  background: linear-gradient(180deg, #ffffff, #eef2ff) !important;
  border-color: #6366f1 !important;
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.2);
}
html.pc-light .final-cta-phone:hover {
  background: #eef2ff !important;
  border-color: #4f46e5 !important;
}

/* Blog - „Les” */
html.pc-light .tj-read-link {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 0.5rem;
  background-color: rgba(79, 70, 229, 0.12) !important;
  color: #4338ca !important;
  border: 1px solid rgba(79, 70, 229, 0.25);
}

/* Kontakt - banery */
html.pc-light .kontakt-auth-banner--guest {
  background-color: rgba(238, 242, 255, 0.95) !important;
  border-color: #a5b4fc !important;
  color: #1e293b !important;
}
html.pc-light .kontakt-auth-banner--ok {
  background-color: rgba(220, 252, 231, 0.95) !important;
  border-color: #86efac !important;
  color: #14532d !important;
}
html.pc-light #kontakt-err {
  color: #7f1d1d !important;
  background-color: rgba(254, 226, 226, 0.95) !important;
  border-color: #fca5a5 !important;
}

html.pc-light #section-why h3.text-white {
  color: #0f172a !important;
}

html.pc-light .feat-tile .feat-case-link,
html.pc-light .feat-tile .text-primary-400,
html.pc-light #subpage-root .pf-case-link {
  color: #4338ca !important;
}

/* Om oss - podpis na zdjęciu (jasny motyw nadpisuje main .text-white) */
html.pc-light #subpage-root .om-oss-founder-caption p {
  color: #ffffff !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.92),
    0 2px 14px rgba(0, 0, 0, 0.55);
}

/* Blog i inne podstrony (#subpage-root) */
html.pc-light main#subpage-root {
  background-color: #f1f5f9 !important;
  color: #0f172a;
}

html.pc-light #subpage-root .text-dark-400,
html.pc-light #subpage-root .text-dark-300 {
  color: #475569 !important;
}

html.pc-light #subpage-root h1,
html.pc-light #subpage-root h2,
html.pc-light #subpage-root h3,
html.pc-light #subpage-root .font-bold {
  color: #0f172a !important;
}

html.pc-light #subpage-root .gradient-text {
  color: #4338ca !important;
  -webkit-text-fill-color: unset !important;
  background: none !important;
}

html.pc-light #subpage-root .subpage-filter-btn {
  color: #334155 !important;
  border-color: #cbd5e1 !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

html.pc-light #subpage-root .subpage-filter-btn--on {
  color: #312e81 !important;
  border-color: rgba(99, 102, 241, 0.45) !important;
  background: rgba(99, 102, 241, 0.12) !important;
}

html.pc-light #section-pricing [class*='bg-dark-900'] {
  background-color: rgba(248, 250, 252, 0.95) !important;
}

/* Premium UI - jasny motyw */
html.pc-light .pc-header-shell {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom-color: rgba(226, 232, 240, 0.95) !important;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

html.pc-light #site-header.site-header-scrolled.pc-header-shell {
  background: rgba(255, 255, 255, 0.98) !important;
  border-bottom-color: rgba(203, 213, 225, 0.95) !important;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

/* Portfolio - filtr pod hero: jasny pasek z ciemnym tekstem w trybie jasnym */
html.pc-light .pf-filter-panel .pf-portfolio-filterbar {
  background: rgba(255, 255, 255, 0.97) !important;
  border-color: rgba(203, 213, 225, 0.95) !important;
  box-shadow:
    0 22px 58px rgba(15, 23, 42, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.95) inset !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__intro,
html.pc-light .pf-filter-panel .pf-hero-filterbar__field > span {
  color: #0f172a !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__icon {
  color: #4f46e5 !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__field,
html.pc-light .pf-filter-panel .pf-hero-filterbar__search {
  border-left-color: rgba(15, 23, 42, 0.12) !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__select,
html.pc-light .pf-filter-panel .pf-hero-filterbar__search .subpage-search {
  background:
    linear-gradient(45deg, transparent 50%, #0f172a 50%) right 1.05rem center / 0.42rem 0.42rem no-repeat,
    linear-gradient(135deg, #0f172a 50%, transparent 50%) right 0.77rem center / 0.42rem 0.42rem no-repeat,
    #ffffff !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  color: #0f172a !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__search .subpage-search {
  background: #ffffff !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__select option {
  background: #ffffff !important;
  color: #0f172a !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__search .subpage-search::placeholder {
  color: #64748b !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__search .subpage-search__submit {
  color: #475569 !important;
}

html.pc-light .pf-filter-panel .pf-hero-filterbar__select:focus,
html.pc-light .pf-filter-panel .pf-hero-filterbar__search .subpage-search:focus {
  border-color: rgba(79, 70, 229, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12) !important;
}

html.pc-light .pc-nav-link {
  color: #334155 !important;
}

html.pc-light .pc-nav-link:hover,
html.pc-light .pc-nav-link:focus-visible {
  color: #0f172a !important;
  background: rgba(241, 245, 249, 0.95) !important;
  border-color: rgba(99, 102, 241, 0.2) !important;
}

html.pc-light .pc-nav-link--active {
  color: #312e81 !important;
  background: rgba(99, 102, 241, 0.1) !important;
  border-color: rgba(99, 102, 241, 0.35) !important;
}

html.pc-light .pc-nav-auth {
  color: #4338ca !important;
  border-color: rgba(99, 102, 241, 0.35) !important;
  background: rgba(238, 242, 255, 0.85) !important;
}

html.pc-light .pc-btn-soft {
  border-color: rgba(148, 163, 184, 0.45) !important;
  background: rgba(255, 255, 255, 0.85) !important;
  color: #334155 !important;
}

/* Język PL/NO/GB: ciemny przycisk + jasny tekst (czytelność w jasnym nagłówku / panelu mobilnym) */
html.pc-light #lang-btn.pc-btn-soft,
html.pc-light #mobile-nav .lang-option.pc-btn-soft {
  background: #0f172a !important;
  color: #f8fafc !important;
  border-color: #334155 !important;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.15) !important;
}
html.pc-light #lang-btn.pc-btn-soft:hover,
html.pc-light #mobile-nav .lang-option.pc-btn-soft:hover {
  background: #1e293b !important;
  color: #ffffff !important;
  border-color: #475569 !important;
}
html.pc-light #lang-btn #lang-code {
  color: #f8fafc !important;
}
html.pc-light #lang-btn svg {
  color: #cbd5e1 !important;
}

/* Konto zalogowanego użytkownika - ciemny chip jak przycisk języka */
html.pc-light #site-header .pc-www-crm-scope .pc-user-chip {
  background: #0f172a !important;
  color: #f8fafc !important;
  border-color: #334155 !important;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.28) !important;
}
html.pc-light .pc-www-crm-scope .pc-user-chip {
  background: #0f172a !important;
  color: #f8fafc !important;
  border-color: #334155 !important;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.28) !important;
}

html.pc-light .pc-www-crm-scope .pc-www-user-notif-badge {
  border-color: #0f172a !important;
}
html.pc-light .pc-www-crm-scope .pc-user-chip:hover,
html.pc-light .pc-www-crm-scope .pc-user-chip[aria-expanded='true'] {
  background: #1e293b !important;
  color: #ffffff !important;
  border-color: #475569 !important;
}
html.pc-light #site-header .pc-www-crm-scope .pc-user-chip__name {
  color: #f8fafc !important;
}
html.pc-light #site-header .pc-www-crm-scope .pc-user-chip__email {
  color: #cbd5e1 !important;
}
html.pc-light #site-header .pc-www-crm-scope .pc-user-chip__chev-wrap {
  opacity: 0.9 !important;
}
html.pc-light #site-header .pc-www-crm-scope .pc-user-chip__chev-ico {
  color: #e2e8f0 !important;
}

html.pc-light .pc-btn-ghost {
  border-color: rgba(148, 163, 184, 0.5) !important;
  background: rgba(255, 255, 255, 0.75) !important;
  color: #0f172a !important;
}

html.pc-light .pc-menu-toggle {
  border-color: rgba(148, 163, 184, 0.45) !important;
  background: rgba(255, 255, 255, 0.85) !important;
  color: #334155 !important;
}

html.pc-light .pc-mobile-panel {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(241, 245, 249, 0.99) 100%) !important;
  border-left-color: rgba(203, 213, 225, 0.85) !important;
}

html.pc-light .pc-mobile-nav-link {
  color: #0f172a !important;
  border-color: rgba(226, 232, 240, 0.9) !important;
}

/* Logowanie / Rejestracja w menu mobilnym - wyraźne wyróżnienie w trybie jasnym */
html.pc-light .pc-mobile-nav-link.pc-mobile-nav-auth {
  color: #4338ca !important;
  font-weight: 700;
  border: 1px solid rgba(99, 102, 241, 0.45) !important;
  background: linear-gradient(135deg, rgba(238, 242, 255, 0.95), rgba(224, 231, 255, 0.8)) !important;
  box-shadow: 0 2px 10px rgba(99, 102, 241, 0.14);
}
html.pc-light .pc-mobile-nav-link.pc-mobile-nav-auth:hover,
html.pc-light .pc-mobile-nav-link.pc-mobile-nav-auth:focus-visible {
  background: rgba(224, 231, 255, 0.95) !important;
  border-color: rgba(99, 102, 241, 0.65) !important;
}

html.pc-light .pc-mobile-backdrop {
  background: rgba(15, 23, 42, 0.35) !important;
}

/* Kompetencje - karty z foto + cieniem (jak wcześniej): tekst musi być jasny, nie jawny slate na karcie */
html.pc-light #section-expertise.pc-expertise-section {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 42%, #e8ecf5 100%) !important;
  border-color: rgba(148, 163, 184, 0.35) !important;
}
html.pc-light #section-expertise > div.pointer-events-none.absolute:first-of-type {
  background: linear-gradient(
    180deg,
    rgba(99, 102, 241, 0.07) 0%,
    rgba(248, 250, 252, 0.2) 45%,
    rgba(14, 165, 233, 0.06) 100%
  ) !important;
}

html.pc-light .pc-expertise-card {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(148, 163, 184, 0.35) !important;
  box-shadow:
    0 24px 48px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
}

/* GIF-y w trybie jasnym */
html.pc-light .pc-expertise-card[data-expertise-kind='seo'] .pc-expertise-card__media {
  background-image: url('../assets/images/Gify/giphy (26).gif') !important;
}
html.pc-light .pc-expertise-card[data-expertise-kind='web'] .pc-expertise-card__media {
  background-image: url('../assets/images/Gify/giphy (28).gif') !important;
}
html.pc-light .pc-expertise-card[data-expertise-kind='brand'] .pc-expertise-card__media {
  background-image: url('../assets/images/Gify/giphy.gif') !important;
}
html.pc-light .pc-expertise-card[data-expertise-kind='dev'] .pc-expertise-card__media {
  background-image: url('../assets/images/Gify/12.gif') !important;
}
html.pc-light .pc-expertise-card[data-expertise-kind='ai'] .pc-expertise-card__media {
  background-image: url('../assets/images/Gify/giphy (44).gif') !important;
}

html.pc-light .pc-expertise-card__media {
  opacity: 0.42 !important;
}
html.pc-light .pc-expertise-card:hover .pc-expertise-card__media {
  opacity: 0.55 !important;
}

html.pc-light .pc-expertise-card__shade {
  background:
    radial-gradient(circle at 18% 10%, rgba(99, 102, 241, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.35) 0%, rgba(248, 250, 252, 0.72) 45%, rgba(241, 245, 249, 0.92) 100%) !important;
}

html.pc-light .pc-expertise-card__body {
  text-shadow: none !important;
}

html.pc-light .pc-expertise-card__title {
  color: #0f172a !important;
}

html.pc-light .pc-expertise-card__desc {
  color: #334155 !important;
}

html.pc-light .pc-expertise-card__icon {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(99, 102, 241, 0.28) !important;
  color: #4338ca !important;
}

/* Kompetencje - nagłówek sekcji na jasnym tle (jak „Dlaczego my”): ciemny tekst + badge indygo */
html.pc-light #section-expertise .section-title,
html.pc-light #section-expertise .section-subtitle {
  color: #0f172a !important;
}
html.pc-light #section-expertise .gradient-text {
  background: linear-gradient(92deg, #1d4ed8, #6366f1 42%, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.pc-light #section-expertise [data-i18n='expert.badge'] {
  color: #4338ca !important;
  border-color: rgba(99, 102, 241, 0.32) !important;
  background-color: rgba(99, 102, 241, 0.1) !important;
}

html.pc-light #section-process .text-center.mb-16 h2,
html.pc-light #section-process .text-center.mb-16 .gradient-text {
  color: #0f172a !important;
}
html.pc-light #section-process .text-center.mb-16 .gradient-text {
  background: linear-gradient(92deg, #1d4ed8, #6366f1 42%, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.pc-light #section-process .text-center.mb-16 .text-dark-400,
html.pc-light #section-process .text-dark-400 {
  color: #475569 !important;
}
html.pc-light #section-process .text-center.mb-6 .inline-flex,
html.pc-light #section-process .text-center.mb-16 .inline-flex {
  color: #4338ca !important;
  border-color: rgba(99, 102, 241, 0.32) !important;
  background-color: rgba(99, 102, 241, 0.1) !important;
}
html.pc-light #section-process > section {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 42%, #f1f5f9 100%) !important;
}
html.pc-light #section-process #process-bg-video {
  display: none !important;
}
html.pc-light #section-process .absolute.inset-0.bg-dark-950\/82 {
  background: transparent !important;
}
html.pc-light #section-process .text-white {
  color: #0f172a !important;
}
html.pc-light #section-process .text-primary-400 {
  color: #4338ca !important;
}
html.pc-light #section-process .text-primary-500\/20,
html.pc-light #section-process .text-primary-500\/10 {
  color: rgba(99, 102, 241, 0.18) !important;
}
html.pc-light #section-process [class*='bg-dark-800'],
html.pc-light #section-process .bg-dark-800\/30 {
  background-color: rgba(255, 255, 255, 0.94) !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06) !important;
}
html.pc-light #section-process [class*='border-dark-700'] {
  border-color: #e2e8f0 !important;
}

/* Usługi - jasny motyw: spokojne karty jak reszta strony głównej */
html.pc-light #section-services-overview > section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}
html.pc-light #section-services-overview .inline-flex.items-center.gap-2 {
  color: #4338ca !important;
  border-color: rgba(99, 102, 241, 0.32) !important;
  background-color: rgba(99, 102, 241, 0.1) !important;
}
html.pc-light #section-services-overview h2,
html.pc-light #section-services-overview h3.text-white,
html.pc-light #section-services-overview .text-white {
  color: #0f172a !important;
}
html.pc-light #section-services-overview .gradient-text {
  background: linear-gradient(92deg, #1d4ed8, #6366f1 42%, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
html.pc-light #section-services-overview .text-dark-400,
html.pc-light #section-services-overview .sov-card__desc {
  color: #64748b !important;
}
html.pc-light #section-services-overview .sov-card {
  background: #ffffff !important;
  background-image: none !important;
  border-color: #e2e8f0 !important;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06) !important;
}
html.pc-light #section-services-overview .sov-card__price {
  color: #4338ca !important;
}
html.pc-light #section-services-overview .sov-card__cta {
  color: #4338ca !important;
  border-color: rgba(99, 102, 241, 0.35);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(139, 92, 246, 0.08));
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.08);
}
html.pc-light #section-services-overview .sov-card__cta:hover {
  color: #312e81 !important;
}
html.pc-light #section-services-overview .sov-card .text-green-400 {
  color: #047857 !important;
}
html.pc-light #section-services-overview .sov-card .border-primary-500\/20 {
  border-color: rgba(99, 102, 241, 0.25) !important;
  background: rgba(99, 102, 241, 0.08) !important;
}
html.pc-light #section-services-overview .sov-card .text-primary-400 {
  color: #4f46e5 !important;
}

/* Opinie w jasnym motywie www: kolory ustawiane wyżej przy `.pc-ts-*`; stary blok „mesh + testimonial-card” usunięty,
   żeby nie nadpisywać jasnej sekcji slajdera. */

/* Pakiet promocyjny „Komplet na start” - czytelny kontrast w trybie jasnym */
html.pc-light #promo-pack .pc-promo-pack-banner {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 42%, #eef2ff 100%) !important;
  border-color: rgba(99, 102, 241, 0.38) !important;
  box-shadow:
    0 0 0 1px rgba(99, 102, 241, 0.08) inset,
    0 22px 48px -28px rgba(15, 23, 42, 0.14) !important;
}

html.pc-light #promo-pack .pc-promo-pack-banner__glow {
  opacity: 0.35;
}

html.pc-light #promo-pack .pc-promo-pack-banner__badge {
  color: #b45309 !important;
  background: rgba(245, 158, 11, 0.14) !important;
  border-color: rgba(217, 119, 6, 0.42) !important;
}

html.pc-light #promo-pack .pc-promo-pack-banner__badge-dot {
  background: #d97706 !important;
  box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.45) !important;
}

html.pc-light #promo-pack .pc-promo-pack-banner__ribbon {
  color: #047857 !important;
  background: rgba(16, 185, 129, 0.12) !important;
  border-color: rgba(5, 150, 105, 0.38) !important;
}

html.pc-light #promo-pack .pc-promo-pack-banner__title .gradient-text {
  color: #3730a3 !important;
  -webkit-text-fill-color: #3730a3 !important;
}

html.pc-light #promo-pack .pc-promo-pack-banner__subtitle,
html.pc-light #promo-pack .pc-promo-pack-banner__tag {
  color: #334155 !important;
}

html.pc-light #promo-pack .pc-promo-pack__toggle {
  color: #3730a3 !important;
  background: rgba(99, 102, 241, 0.1) !important;
  border-color: rgba(99, 102, 241, 0.35) !important;
}

html.pc-light #promo-pack .pc-promo-pack__toggle:hover {
  color: #312e81 !important;
  background: rgba(99, 102, 241, 0.16) !important;
}

html.pc-light #promo-pack .pc-promo-item {
  background: #ffffff !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.12) !important;
}

html.pc-light #promo-pack .pc-promo-item h3.text-white {
  color: #0f172a !important;
}

html.pc-light #promo-pack .pc-promo-item__desc,
html.pc-light #promo-pack .pc-promo-item__feature,
html.pc-light #promo-pack .pc-promo-pack__perk {
  color: #1e293b !important;
}

html.pc-light #promo-pack .pc-promo-item__feature > span:first-child,
html.pc-light #promo-pack .pc-promo-pack__perk-ico {
  color: #059669 !important;
}

html.pc-light #promo-pack .pc-promo-item__price-tag {
  color: #1e293b !important;
  background: rgba(241, 245, 249, 0.95) !important;
  border-color: #cbd5e1 !important;
}

html.pc-light #promo-pack .pc-promo-item__pkg-badge {
  color: #4338ca !important;
  background: rgba(99, 102, 241, 0.1) !important;
  border-color: rgba(99, 102, 241, 0.28) !important;
}

html.pc-light #promo-pack .pc-promo-item__growth {
  border-top-color: #e2e8f0 !important;
}

html.pc-light #promo-pack .pc-promo-item__growth-title {
  color: #4338ca !important;
}

html.pc-light #promo-pack .pc-promo-item__growth-card {
  background: #f8fafc !important;
  border-color: rgba(99, 102, 241, 0.22) !important;
}

html.pc-light #promo-pack .pc-promo-item__growth-card-title {
  color: #0f172a !important;
}

html.pc-light #promo-pack .pc-promo-item__growth-card-desc {
  color: #475569 !important;
}

html.pc-light #promo-pack .pc-promo-item__impact {
  border-top-color: #e2e8f0 !important;
}

html.pc-light #promo-pack .pc-promo-item__impact-stat {
  background: rgba(16, 185, 129, 0.08) !important;
  border-color: rgba(5, 150, 105, 0.28) !important;
}

html.pc-light #promo-pack .pc-promo-item__impact-val {
  color: #047857 !important;
}

html.pc-light #promo-pack .pc-promo-item__impact-lbl {
  color: #475569 !important;
}

html.pc-light #promo-pack .pc-promo-item__quote {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(99, 102, 241, 0.06)) !important;
  border-color: rgba(5, 150, 105, 0.28) !important;
}

html.pc-light #promo-pack .pc-promo-item__quote-author {
  color: #0f172a !important;
}

html.pc-light #promo-pack .pc-promo-item__quote-role {
  color: #64748b !important;
}

html.pc-light #promo-pack .pc-promo-item__quote-text {
  color: #334155 !important;
}

html.pc-light #promo-pack .pc-promo-item__cta {
  color: #3730a3 !important;
  background: rgba(99, 102, 241, 0.1) !important;
  border-color: rgba(99, 102, 241, 0.35) !important;
}

html.pc-light #promo-pack .pc-promo-item__cta:hover {
  color: #312e81 !important;
  background: rgba(99, 102, 241, 0.16) !important;
}

html.pc-light #promo-pack .pc-promo-pack__offer--banner {
  background: linear-gradient(120deg, #eef2ff 0%, #ffffff 52%, #fffbeb 100%) !important;
  border-color: rgba(99, 102, 241, 0.3) !important;
}

html.pc-light #promo-pack .pc-promo-pack__meta,
html.pc-light #promo-pack .pc-promo-pack__meta--note {
  color: #475569 !important;
}

html.pc-light #promo-pack .pc-promo-pack__price--pulse {
  background: #ffffff !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 10px 28px -18px rgba(15, 23, 42, 0.12) !important;
}

html.pc-light #promo-pack .pc-promo-pack__price--pulse .text-dark-400 {
  color: #64748b !important;
}

html.pc-light #promo-pack .pc-promo-pack__price--pulse .text-primary-400 {
  color: #4f46e5 !important;
}

html.pc-light #promo-pack .pc-promo-pack__save-badge {
  color: #047857 !important;
  background: rgba(16, 185, 129, 0.1) !important;
  border-color: rgba(5, 150, 105, 0.32) !important;
}

html.pc-light #promo-pack .pc-promo-pack__cta-main.btn-primary {
  color: #ffffff !important;
}

/* Popup „Bestill pakke” / logowanie przed zamówieniem pakietu */
html.pc-light #pc-pkg-gate .border-dark-600 {
  border-color: rgba(99, 102, 241, 0.28) !important;
}
html.pc-light #pc-pkg-gate h3.text-white,
html.pc-light #pc-pkg-gate .font-heading.text-white {
  color: #4f46e5 !important;
}
html.pc-light #pc-pkg-gate .text-dark-300 {
  color: #475569 !important;
}
html.pc-light #pc-pkg-gate .text-dark-500 {
  color: #64748b !important;
}
html.pc-light #pc-pkg-gate .text-dark-200 {
  color: #334155 !important;
}
html.pc-light #pc-pkg-gate .text-dark-200:hover {
  color: #4f46e5 !important;
}

/* Kontakt - checkbox prośby o telefon (szczegóły w premium-ui.css) */
html.pc-light .kontakt-call-back {
  color: #334155;
}

/* Kroki formularza zamówienia (1–5) — tryb jasny */
html.pc-light .pc-order-progress {
  border-color: rgba(99, 102, 241, 0.28);
  background:
    linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(20, 184, 166, 0.06)),
    linear-gradient(145deg, #f8fafc, #eef2ff);
  box-shadow: none;
}
html.pc-light .pc-order-progress__title {
  color: #4f46e5;
}
html.pc-light .pc-order-progress__count {
  color: #64748b;
}
html.pc-light .pc-order-progress__step {
  color: #64748b;
}
html.pc-light .pc-order-progress__num,
html.pc-light .pc-order-progress__mark {
  background: #fff;
  border-color: rgba(148, 163, 184, 0.7);
  color: #475569;
}
html.pc-light .pc-order-progress__line {
  background: rgba(148, 163, 184, 0.55);
}
html.pc-light .pc-order-progress__line.is-done {
  background: linear-gradient(90deg, #14b8a6, #6366f1);
}
html.pc-light .pc-order-progress__step.is-done {
  color: #0f766e;
}
html.pc-light .pc-order-progress__step.is-done .pc-order-progress__mark {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.25), rgba(99, 102, 241, 0.15));
  border-color: rgba(20, 184, 166, 0.55);
  color: #0d9488;
}
html.pc-light .pc-order-progress__step.is-current {
  color: #312e81;
}
html.pc-light .pc-order-progress__step.is-current .pc-order-progress__num {
  background: linear-gradient(135deg, #6366f1, #14b8a6);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
}

