@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/inter-latin-ext-wght-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/poppins-latin-ext-700-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/poppins-latin-ext-800-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/poppins/poppins-latin-ext-900-normal.woff2') format('woff2');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
/**
 * Profilio Landing — B2B (PIP).
 *
 * METODA KLONU v4:
 *   CZĘŚĆ 1 — Tailwind 3 skompilowany z markupu partiala + b2b.js
 *             (tailwind.config ze źródła: instrukcje/UI Landing B2B (PIP)
 *             - preview.html, linie 26-59),
 *             important: '#pfl-b2b-root', corePlugins.preflight: false,
 *             rem→px (×16) po kompilacji.
 *   CZĘŚĆ 2 — WARSTWA NADRZĘDNA (ręczna): <style> źródła (scoped),
 *             mini-preflight :where(), czytelność +2px,
 *             agresywne nadpisania motywu + re-asercje kolorów/SVG
 *             + pancerz gradientów.
 *
 * NIE EDYTOWAĆ CZĘŚCI 1 RĘCZNIE — regeneracja: npx tailwindcss@3.
 */

/* ── TAILWIND DEFAULTS (zmienne --tw-*; bez nich gradienty/transformy
      są nieprawidłowe — var() bez definicji unieważnia całą deklarację) ── */
#pfl-b2b-root, #pfl-b2b-root *, #pfl-b2b-root ::before, #pfl-b2b-root ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

#pfl-b2b-root ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

#pfl-b2b-root .pointer-events-none {
  pointer-events: none
}

#pfl-b2b-root .pointer-events-auto {
  pointer-events: auto
}

#pfl-b2b-root .fixed {
  position: fixed
}

#pfl-b2b-root .absolute {
  position: absolute
}

#pfl-b2b-root .relative {
  position: relative
}

#pfl-b2b-root .inset-0 {
  inset: 0px
}

#pfl-b2b-root .-left-32 {
  left: -128px
}

#pfl-b2b-root .-left-\[11px\] {
  left: -11px
}

#pfl-b2b-root .-left-\[9px\] {
  left: -9px
}

#pfl-b2b-root .-right-10 {
  right: -40px
}

#pfl-b2b-root .-right-12 {
  right: -48px
}

#pfl-b2b-root .-top-10 {
  top: -40px
}

#pfl-b2b-root .-top-12 {
  top: -48px
}

#pfl-b2b-root .-top-4 {
  top: -16px
}

#pfl-b2b-root .bottom-0 {
  bottom: 0px
}

#pfl-b2b-root .bottom-6 {
  bottom: 24px
}

#pfl-b2b-root .left-0 {
  left: 0px
}

#pfl-b2b-root .left-1\/2 {
  left: 50%
}

#pfl-b2b-root .left-1\/4 {
  left: 25%
}

#pfl-b2b-root .left-\[15\%\] {
  left: 15%
}

#pfl-b2b-root .right-0 {
  right: 0px
}

#pfl-b2b-root .right-1\/4 {
  right: 25%
}

#pfl-b2b-root .right-6 {
  right: 24px
}

#pfl-b2b-root .right-\[-10\%\] {
  right: -10%
}

#pfl-b2b-root .right-\[15\%\] {
  right: 15%
}

#pfl-b2b-root .top-0 {
  top: 0px
}

#pfl-b2b-root .top-1 {
  top: 4px
}

#pfl-b2b-root .top-1\.5 {
  top: 6px
}

#pfl-b2b-root .top-1\/2 {
  top: 50%
}

#pfl-b2b-root .top-\[15\%\] {
  top: 15%
}

#pfl-b2b-root .top-\[20\%\] {
  top: 20%
}

#pfl-b2b-root .z-0 {
  z-index: 0
}

#pfl-b2b-root .z-10 {
  z-index: 10
}

#pfl-b2b-root .z-20 {
  z-index: 20
}

#pfl-b2b-root .z-40 {
  z-index: 40
}

#pfl-b2b-root .z-50 {
  z-index: 50
}

#pfl-b2b-root .-mx-8 {
  margin-left: -32px;
  margin-right: -32px
}

#pfl-b2b-root .mx-2 {
  margin-left: 8px;
  margin-right: 8px
}

#pfl-b2b-root .mx-auto {
  margin-left: auto;
  margin-right: auto
}

#pfl-b2b-root .-mb-8 {
  margin-bottom: -32px
}

#pfl-b2b-root .mb-1 {
  margin-bottom: 4px
}

#pfl-b2b-root .mb-12 {
  margin-bottom: 48px
}

#pfl-b2b-root .mb-16 {
  margin-bottom: 64px
}

#pfl-b2b-root .mb-2 {
  margin-bottom: 8px
}

#pfl-b2b-root .mb-3 {
  margin-bottom: 12px
}

#pfl-b2b-root .mb-4 {
  margin-bottom: 16px
}

#pfl-b2b-root .mb-5 {
  margin-bottom: 20px
}

#pfl-b2b-root .mb-6 {
  margin-bottom: 24px
}

#pfl-b2b-root .mb-8 {
  margin-bottom: 32px
}

#pfl-b2b-root .ml-4 {
  margin-left: 16px
}

#pfl-b2b-root .mt-0\.5 {
  margin-top: 2px
}

#pfl-b2b-root .mt-1 {
  margin-top: 4px
}

#pfl-b2b-root .mt-2 {
  margin-top: 8px
}

#pfl-b2b-root .mt-4 {
  margin-top: 16px
}

#pfl-b2b-root .mt-6 {
  margin-top: 24px
}

#pfl-b2b-root .mt-8 {
  margin-top: 32px
}

#pfl-b2b-root .block {
  display: block
}

#pfl-b2b-root .inline-block {
  display: inline-block
}

#pfl-b2b-root .inline {
  display: inline
}

#pfl-b2b-root .flex {
  display: flex
}

#pfl-b2b-root .inline-flex {
  display: inline-flex
}

#pfl-b2b-root .grid {
  display: grid
}

#pfl-b2b-root .hidden {
  display: none
}

#pfl-b2b-root .h-0\.5 {
  height: 2px
}

#pfl-b2b-root .h-1\.5 {
  height: 6px
}

#pfl-b2b-root .h-10 {
  height: 40px
}

#pfl-b2b-root .h-12 {
  height: 48px
}

#pfl-b2b-root .h-16 {
  height: 64px
}

#pfl-b2b-root .h-2 {
  height: 8px
}

#pfl-b2b-root .h-2\.5 {
  height: 10px
}

#pfl-b2b-root .h-24 {
  height: 96px
}

#pfl-b2b-root .h-3 {
  height: 12px
}

#pfl-b2b-root .h-3\.5 {
  height: 14px
}

#pfl-b2b-root .h-32 {
  height: 128px
}

#pfl-b2b-root .h-4 {
  height: 16px
}

#pfl-b2b-root .h-40 {
  height: 160px
}

#pfl-b2b-root .h-44 {
  height: 176px
}

#pfl-b2b-root .h-5 {
  height: 20px
}

#pfl-b2b-root .h-6 {
  height: 24px
}

#pfl-b2b-root .h-8 {
  height: 32px
}

#pfl-b2b-root .h-\[120px\] {
  height: 120px
}

#pfl-b2b-root .h-\[130px\] {
  height: 130px
}

#pfl-b2b-root .h-\[2px\] {
  height: 2px
}

#pfl-b2b-root .h-\[500px\] {
  height: 500px
}

#pfl-b2b-root .h-\[600px\] {
  height: 600px
}

#pfl-b2b-root .h-full {
  height: 100%
}

#pfl-b2b-root .h-px {
  height: 1px
}

#pfl-b2b-root .max-h-0 {
  max-height: 0px
}

#pfl-b2b-root .min-h-\[160px\] {
  min-height: 160px
}

#pfl-b2b-root .min-h-\[380px\] {
  min-height: 380px
}

#pfl-b2b-root .w-1\.5 {
  width: 6px
}

#pfl-b2b-root .w-10 {
  width: 40px
}

#pfl-b2b-root .w-12 {
  width: 48px
}

#pfl-b2b-root .w-16 {
  width: 64px
}

#pfl-b2b-root .w-2 {
  width: 8px
}

#pfl-b2b-root .w-2\.5 {
  width: 10px
}

#pfl-b2b-root .w-20 {
  width: 80px
}

#pfl-b2b-root .w-24 {
  width: 96px
}

#pfl-b2b-root .w-3 {
  width: 12px
}

#pfl-b2b-root .w-3\.5 {
  width: 14px
}

#pfl-b2b-root .w-32 {
  width: 128px
}

#pfl-b2b-root .w-4 {
  width: 16px
}

#pfl-b2b-root .w-40 {
  width: 160px
}

#pfl-b2b-root .w-44 {
  width: 176px
}

#pfl-b2b-root .w-5 {
  width: 20px
}

#pfl-b2b-root .w-6 {
  width: 24px
}

#pfl-b2b-root .w-8 {
  width: 32px
}

#pfl-b2b-root .w-\[500px\] {
  width: 500px
}

#pfl-b2b-root .w-\[600px\] {
  width: 600px
}

#pfl-b2b-root .w-full {
  width: 100%
}

#pfl-b2b-root .max-w-2xl {
  max-width: 672px
}

#pfl-b2b-root .max-w-3xl {
  max-width: 768px
}

#pfl-b2b-root .max-w-4xl {
  max-width: 896px
}

#pfl-b2b-root .max-w-\[1000px\] {
  max-width: 1000px
}

#pfl-b2b-root .max-w-\[1200px\] {
  max-width: 1200px
}

#pfl-b2b-root .max-w-\[1300px\] {
  max-width: 1300px
}

#pfl-b2b-root .max-w-\[440px\] {
  max-width: 440px
}

#pfl-b2b-root .max-w-\[450px\] {
  max-width: 450px
}

#pfl-b2b-root .max-w-\[800px\] {
  max-width: 800px
}

#pfl-b2b-root .max-w-sm {
  max-width: 384px
}

#pfl-b2b-root .max-w-xl {
  max-width: 576px
}

#pfl-b2b-root .flex-1 {
  flex: 1 1 0%
}

#pfl-b2b-root .shrink-0 {
  flex-shrink: 0
}

#pfl-b2b-root .flex-grow {
  flex-grow: 1
}

#pfl-b2b-root .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .translate-y-2 {
  --tw-translate-y: 8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .translate-y-4 {
  --tw-translate-y: 16px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

#pfl-b2b-root .animate-\[ping_3s_ease-in-out_infinite\] {
  animation: ping 3s ease-in-out infinite
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

#pfl-b2b-root .animate-\[ping_4s_ease-in-out_infinite\] {
  animation: ping 4s ease-in-out infinite
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

#pfl-b2b-root .animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

#pfl-b2b-root .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

#pfl-b2b-root .animate-spin {
  animation: spin 1s linear infinite
}

#pfl-b2b-root .cursor-help {
  cursor: help
}

#pfl-b2b-root .cursor-pointer {
  cursor: pointer
}

#pfl-b2b-root .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none
}

#pfl-b2b-root .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

#pfl-b2b-root .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

#pfl-b2b-root .flex-col {
  flex-direction: column
}

#pfl-b2b-root .flex-wrap {
  flex-wrap: wrap
}

#pfl-b2b-root .items-start {
  align-items: flex-start
}

#pfl-b2b-root .items-end {
  align-items: flex-end
}

#pfl-b2b-root .items-center {
  align-items: center
}

#pfl-b2b-root .items-stretch {
  align-items: stretch
}

#pfl-b2b-root .justify-end {
  justify-content: flex-end
}

#pfl-b2b-root .justify-center {
  justify-content: center
}

#pfl-b2b-root .justify-between {
  justify-content: space-between
}

#pfl-b2b-root .gap-1 {
  gap: 4px
}

#pfl-b2b-root .gap-1\.5 {
  gap: 6px
}

#pfl-b2b-root .gap-12 {
  gap: 48px
}

#pfl-b2b-root .gap-2 {
  gap: 8px
}

#pfl-b2b-root .gap-2\.5 {
  gap: 10px
}

#pfl-b2b-root .gap-3 {
  gap: 12px
}

#pfl-b2b-root .gap-4 {
  gap: 16px
}

#pfl-b2b-root .gap-5 {
  gap: 20px
}

#pfl-b2b-root .gap-6 {
  gap: 24px
}

#pfl-b2b-root .gap-8 {
  gap: 32px
}

#pfl-b2b-root :is(.space-y-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-1\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-12 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-2\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-3\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse))
}

#pfl-b2b-root :is(.space-y-8 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse))
}

#pfl-b2b-root .overflow-hidden {
  overflow: hidden
}

#pfl-b2b-root .rounded {
  border-radius: 4px
}

#pfl-b2b-root .rounded-2xl {
  border-radius: 16px
}

#pfl-b2b-root .rounded-3xl {
  border-radius: 24px
}

#pfl-b2b-root .rounded-\[20px\] {
  border-radius: 20px
}

#pfl-b2b-root .rounded-\[24px\] {
  border-radius: 24px
}

#pfl-b2b-root .rounded-\[32px\] {
  border-radius: 32px
}

#pfl-b2b-root .rounded-full {
  border-radius: 9999px
}

#pfl-b2b-root .rounded-lg {
  border-radius: 8px
}

#pfl-b2b-root .rounded-xl {
  border-radius: 12px
}

#pfl-b2b-root .rounded-b-\[32px\] {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px
}

#pfl-b2b-root .rounded-bl-xl {
  border-bottom-left-radius: 12px
}

#pfl-b2b-root .border {
  border-width: 1px
}

#pfl-b2b-root .border-2 {
  border-width: 2px
}

#pfl-b2b-root .border-4 {
  border-width: 4px
}

#pfl-b2b-root .border-b {
  border-bottom-width: 1px
}

#pfl-b2b-root .border-l-2 {
  border-left-width: 2px
}

#pfl-b2b-root .border-t {
  border-top-width: 1px
}

#pfl-b2b-root .border-action {
  --tw-border-opacity: 1;
  border-color: rgb(0 168 89 / var(--tw-border-opacity, 1))
}

#pfl-b2b-root .border-action\/10 {
  border-color: rgb(0 168 89 / 0.1)
}

#pfl-b2b-root .border-action\/20 {
  border-color: rgb(0 168 89 / 0.2)
}

#pfl-b2b-root .border-action\/30 {
  border-color: rgb(0 168 89 / 0.3)
}

#pfl-b2b-root .border-action\/40 {
  border-color: rgb(0 168 89 / 0.4)
}

#pfl-b2b-root .border-action\/50 {
  border-color: rgb(0 168 89 / 0.5)
}

#pfl-b2b-root .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1))
}

#pfl-b2b-root .border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2)
}

#pfl-b2b-root .border-brand\/20 {
  border-color: rgb(82 15 125 / 0.2)
}

#pfl-b2b-root .border-danger\/20 {
  border-color: rgb(239 68 68 / 0.2)
}

#pfl-b2b-root .border-danger\/30 {
  border-color: rgb(239 68 68 / 0.3)
}

#pfl-b2b-root .border-info\/10 {
  border-color: rgb(37 99 235 / 0.1)
}

#pfl-b2b-root .border-info\/20 {
  border-color: rgb(37 99 235 / 0.2)
}

#pfl-b2b-root .border-lineDefault {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1))
}

#pfl-b2b-root .border-lineLight {
  --tw-border-opacity: 1;
  border-color: rgb(233 236 239 / var(--tw-border-opacity, 1))
}

#pfl-b2b-root .border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1))
}

#pfl-b2b-root .border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2)
}

#pfl-b2b-root .border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3)
}

#pfl-b2b-root .border-warning\/20 {
  border-color: rgb(245 158 11 / 0.2)
}

#pfl-b2b-root .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}

#pfl-b2b-root .border-white\/10 {
  border-color: rgb(255 255 255 / 0.1)
}

#pfl-b2b-root .border-white\/20 {
  border-color: rgb(255 255 255 / 0.2)
}

#pfl-b2b-root .border-white\/5 {
  border-color: rgb(255 255 255 / 0.05)
}

#pfl-b2b-root .bg-\[\#E0F2FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-\[\#E6F6EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 246 238 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-action {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 89 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-action\/10 {
  background-color: rgb(0 168 89 / 0.1)
}

#pfl-b2b-root .bg-action\/20 {
  background-color: rgb(0 168 89 / 0.2)
}

#pfl-b2b-root .bg-action\/5 {
  background-color: rgb(0 168 89 / 0.05)
}

#pfl-b2b-root .bg-action\/\[0\.03\] {
  background-color: rgb(0 168 89 / 0.03)
}

#pfl-b2b-root .bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4)
}

#pfl-b2b-root .bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6)
}

#pfl-b2b-root .bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1)
}

#pfl-b2b-root .bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(82 15 125 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-brand\/10 {
  background-color: rgb(82 15 125 / 0.1)
}

#pfl-b2b-root .bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-danger\/10 {
  background-color: rgb(239 68 68 / 0.1)
}

#pfl-b2b-root .bg-danger\/20 {
  background-color: rgb(239 68 68 / 0.2)
}

#pfl-b2b-root .bg-danger\/\[0\.03\] {
  background-color: rgb(239 68 68 / 0.03)
}

#pfl-b2b-root .bg-darkContrast {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-darkSection {
  --tw-bg-opacity: 1;
  background-color: rgb(7 23 52 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-info {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-info\/10 {
  background-color: rgb(37 99 235 / 0.1)
}

#pfl-b2b-root .bg-info\/5 {
  background-color: rgb(37 99 235 / 0.05)
}

#pfl-b2b-root .bg-lineDefault {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-lineLight {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-page {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-surface\/95 {
  background-color: rgb(255 255 255 / 0.95)
}

#pfl-b2b-root .bg-textHeading {
  --tw-bg-opacity: 1;
  background-color: rgb(16 33 62 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-textHeading\/60 {
  background-color: rgb(16 33 62 / 0.6)
}

#pfl-b2b-root .bg-transparent {
  background-color: transparent
}

#pfl-b2b-root .bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-warning\/10 {
  background-color: rgb(245 158 11 / 0.1)
}

#pfl-b2b-root .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1)
}

#pfl-b2b-root .bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05)
}

#pfl-b2b-root .bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5)
}

#pfl-b2b-root .bg-white\/\[0\.02\] {
  background-color: rgb(255 255 255 / 0.02)
}

#pfl-b2b-root .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

#pfl-b2b-root .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

#pfl-b2b-root .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

#pfl-b2b-root .from-\[\#65a30d\] {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

#pfl-b2b-root .from-action {
  --tw-gradient-from: #00A859 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 168 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

#pfl-b2b-root .from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

#pfl-b2b-root .from-danger {
  --tw-gradient-from: #EF4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

#pfl-b2b-root .from-darkSection\/40 {
  --tw-gradient-from: rgb(7 23 52 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 23 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

#pfl-b2b-root .from-warning {
  --tw-gradient-from: #F59E0B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

#pfl-b2b-root .from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

#pfl-b2b-root .via-\[\#0d9488\] {
  --tw-gradient-to: rgb(13 148 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to)
}

#pfl-b2b-root .via-brand {
  --tw-gradient-to: rgb(82 15 125 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #520F7D var(--tw-gradient-via-position), var(--tw-gradient-to)
}

#pfl-b2b-root .to-\[\#0284c7\] {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position)
}

#pfl-b2b-root .to-action {
  --tw-gradient-to: #00A859 var(--tw-gradient-to-position)
}

#pfl-b2b-root .to-brand {
  --tw-gradient-to: #520F7D var(--tw-gradient-to-position)
}

#pfl-b2b-root .to-danger {
  --tw-gradient-to: #EF4444 var(--tw-gradient-to-position)
}

#pfl-b2b-root .to-page {
  --tw-gradient-to: #F5F7F9 var(--tw-gradient-to-position)
}

#pfl-b2b-root .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position)
}

#pfl-b2b-root .bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text
}

#pfl-b2b-root .p-1\.5 {
  padding: 6px
}

#pfl-b2b-root .p-2 {
  padding: 8px
}

#pfl-b2b-root .p-3 {
  padding: 12px
}

#pfl-b2b-root .p-4 {
  padding: 16px
}

#pfl-b2b-root .p-5 {
  padding: 20px
}

#pfl-b2b-root .p-6 {
  padding: 24px
}

#pfl-b2b-root .p-8 {
  padding: 32px
}

#pfl-b2b-root .px-2\.5 {
  padding-left: 10px;
  padding-right: 10px
}

#pfl-b2b-root .px-3 {
  padding-left: 12px;
  padding-right: 12px
}

#pfl-b2b-root .px-3\.5 {
  padding-left: 14px;
  padding-right: 14px
}

#pfl-b2b-root .px-4 {
  padding-left: 16px;
  padding-right: 16px
}

#pfl-b2b-root .px-6 {
  padding-left: 24px;
  padding-right: 24px
}

#pfl-b2b-root .px-7 {
  padding-left: 28px;
  padding-right: 28px
}

#pfl-b2b-root .px-8 {
  padding-left: 32px;
  padding-right: 32px
}

#pfl-b2b-root .py-1 {
  padding-top: 4px;
  padding-bottom: 4px
}

#pfl-b2b-root .py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px
}

#pfl-b2b-root .py-16 {
  padding-top: 64px;
  padding-bottom: 64px
}

#pfl-b2b-root .py-2\.5 {
  padding-top: 10px;
  padding-bottom: 10px
}

#pfl-b2b-root .py-24 {
  padding-top: 96px;
  padding-bottom: 96px
}

#pfl-b2b-root .py-3 {
  padding-top: 12px;
  padding-bottom: 12px
}

#pfl-b2b-root .py-3\.5 {
  padding-top: 14px;
  padding-bottom: 14px
}

#pfl-b2b-root .py-4 {
  padding-top: 16px;
  padding-bottom: 16px
}

#pfl-b2b-root .pb-1\.5 {
  padding-bottom: 6px
}

#pfl-b2b-root .pb-4 {
  padding-bottom: 16px
}

#pfl-b2b-root .pb-6 {
  padding-bottom: 24px
}

#pfl-b2b-root .pl-8 {
  padding-left: 32px
}

#pfl-b2b-root .pr-4 {
  padding-right: 16px
}

#pfl-b2b-root .pt-2 {
  padding-top: 8px
}

#pfl-b2b-root .pt-4 {
  padding-top: 16px
}

#pfl-b2b-root .pt-6 {
  padding-top: 24px
}

#pfl-b2b-root .pt-8 {
  padding-top: 32px
}

#pfl-b2b-root .text-left {
  text-align: left
}

#pfl-b2b-root .text-center {
  text-align: center
}

#pfl-b2b-root .text-right {
  text-align: right
}

#pfl-b2b-root .font-heading {
  font-family: Poppins, sans-serif
}

#pfl-b2b-root .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

#pfl-b2b-root .text-2xl {
  font-size: 24px;
  line-height: 32px
}

#pfl-b2b-root .text-3xl {
  font-size: 30px;
  line-height: 36px
}

#pfl-b2b-root .text-4xl {
  font-size: 36px;
  line-height: 40px
}

#pfl-b2b-root .text-\[10px\] {
  font-size: 10px
}

#pfl-b2b-root .text-\[11px\] {
  font-size: 11px
}

#pfl-b2b-root .text-\[13px\] {
  font-size: 13px
}

#pfl-b2b-root .text-\[15px\] {
  font-size: 15px
}

#pfl-b2b-root .text-\[8px\] {
  font-size: 8px
}

#pfl-b2b-root .text-\[9px\] {
  font-size: 9px
}

#pfl-b2b-root .text-base {
  font-size: 16px;
  line-height: 24px
}

#pfl-b2b-root .text-lg {
  font-size: 18px;
  line-height: 28px
}

#pfl-b2b-root .text-sm {
  font-size: 14px;
  line-height: 20px
}

#pfl-b2b-root .text-xl {
  font-size: 20px;
  line-height: 28px
}

#pfl-b2b-root .text-xs {
  font-size: 12px;
  line-height: 16px
}

#pfl-b2b-root .font-black {
  font-weight: 900
}

#pfl-b2b-root .font-bold {
  font-weight: 700
}

#pfl-b2b-root .font-medium {
  font-weight: 500
}

#pfl-b2b-root .font-semibold {
  font-weight: 600
}

#pfl-b2b-root .uppercase {
  text-transform: uppercase
}

#pfl-b2b-root .leading-\[1\.08\] {
  line-height: 1.08
}

#pfl-b2b-root .leading-\[1\.1\] {
  line-height: 1.1
}

#pfl-b2b-root .leading-normal {
  line-height: 1.5
}

#pfl-b2b-root .leading-relaxed {
  line-height: 1.625
}

#pfl-b2b-root .leading-tight {
  line-height: 1.25
}

#pfl-b2b-root .tracking-tight {
  letter-spacing: -0.025em
}

#pfl-b2b-root .tracking-wider {
  letter-spacing: 0.05em
}

#pfl-b2b-root .tracking-widest {
  letter-spacing: 0.1em
}

#pfl-b2b-root .text-action {
  --tw-text-opacity: 1;
  color: rgb(0 168 89 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-action\/50 {
  color: rgb(0 168 89 / 0.5)
}

#pfl-b2b-root .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-brand {
  --tw-text-opacity: 1;
  color: rgb(82 15 125 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-danger {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-info {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-info\/40 {
  color: rgb(37 99 235 / 0.4)
}

#pfl-b2b-root .text-info\/80 {
  color: rgb(37 99 235 / 0.8)
}

#pfl-b2b-root .text-textHeading {
  --tw-text-opacity: 1;
  color: rgb(16 33 62 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-textPrimary {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-textSecondary {
  --tw-text-opacity: 1;
  color: rgb(94 107 130 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-transparent {
  color: transparent
}

#pfl-b2b-root .text-warning {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .text-white\/50 {
  color: rgb(255 255 255 / 0.5)
}

#pfl-b2b-root .accent-action {
  accent-color: #00A859
}

#pfl-b2b-root .opacity-0 {
  opacity: 0
}

#pfl-b2b-root .opacity-10 {
  opacity: 0.1
}

#pfl-b2b-root .opacity-100 {
  opacity: 1
}

#pfl-b2b-root .opacity-20 {
  opacity: 0.2
}

#pfl-b2b-root .opacity-25 {
  opacity: 0.25
}

#pfl-b2b-root .opacity-30 {
  opacity: 0.3
}

#pfl-b2b-root .opacity-40 {
  opacity: 0.4
}

#pfl-b2b-root .opacity-50 {
  opacity: 0.5
}

#pfl-b2b-root .opacity-60 {
  opacity: 0.6
}

#pfl-b2b-root .opacity-70 {
  opacity: 0.7
}

#pfl-b2b-root .opacity-75 {
  opacity: 0.75
}

#pfl-b2b-root .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-\[0_-10px_30px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 -10px 30px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 -10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-\[0_0_15px_rgba\(239\2c 68\2c 68\2c 0\.9\)\] {
  --tw-shadow: 0 0 15px rgba(239,68,68,0.9);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-\[0_0_8px_rgba\(245\2c 158\2c 11\2c 0\.8\)\] {
  --tw-shadow: 0 0 8px rgba(245,158,11,0.8);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-\[0_0_8px_rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  --tw-shadow: 0 0 8px rgba(255,255,255,0.8);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-ambient {
  --tw-shadow: 0 0 40px rgba(0, 168, 89, 0.2);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-danger-glow {
  --tw-shadow: 0 0 40px rgba(239, 68, 68, 0.15);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-workspace {
  --tw-shadow: 0 8px 30px rgba(7, 23, 52, 0.04);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .shadow-action\/20 {
  --tw-shadow-color: rgb(0 168 89 / 0.2);
  --tw-shadow: var(--tw-shadow-colored)
}

#pfl-b2b-root .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}

#pfl-b2b-root .blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

#pfl-b2b-root .blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

#pfl-b2b-root .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

#pfl-b2b-root .backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

#pfl-b2b-root .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

#pfl-b2b-root .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

#pfl-b2b-root .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

#pfl-b2b-root .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

#pfl-b2b-root .duration-300 {
  transition-duration: 300ms
}

#pfl-b2b-root .duration-700 {
  transition-duration: 700ms
}

#pfl-b2b-root .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

#pfl-b2b-root .hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .hover\:-translate-y-1:hover {
  --tw-translate-y: -4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root .hover\:border-action:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 168 89 / var(--tw-border-opacity, 1))
}

#pfl-b2b-root .hover\:border-action\/30:hover {
  border-color: rgb(0 168 89 / 0.3)
}

#pfl-b2b-root .hover\:border-action\/40:hover {
  border-color: rgb(0 168 89 / 0.4)
}

#pfl-b2b-root .hover\:border-info\/30:hover {
  border-color: rgb(37 99 235 / 0.3)
}

#pfl-b2b-root .hover\:border-warning\/30:hover {
  border-color: rgb(245 158 11 / 0.3)
}

#pfl-b2b-root .hover\:border-warning\/40:hover {
  border-color: rgb(245 158 11 / 0.4)
}

#pfl-b2b-root .hover\:bg-action-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 138 75 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .hover\:bg-action\/5:hover {
  background-color: rgb(0 168 89 / 0.05)
}

#pfl-b2b-root .hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .hover\:bg-surface:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root .hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1)
}

#pfl-b2b-root .hover\:text-action:hover {
  --tw-text-opacity: 1;
  color: rgb(0 168 89 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .hover\:text-textHeading:hover {
  --tw-text-opacity: 1;
  color: rgb(16 33 62 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root .hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .hover\:shadow-workspace:hover {
  --tw-shadow: 0 8px 30px rgba(7, 23, 52, 0.04);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

#pfl-b2b-root .focus\:border-action:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 168 89 / var(--tw-border-opacity, 1))
}

#pfl-b2b-root .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

#pfl-b2b-root .focus\:ring-action:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 168 89 / var(--tw-ring-opacity, 1))
}

#pfl-b2b-root :is(.group:hover .group-hover\:translate-x-1) {
  --tw-translate-x: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root :is(.group:hover .group-hover\:scale-110) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#pfl-b2b-root :is(.group:hover .group-hover\:bg-action) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 168 89 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root :is(.group:hover .group-hover\:bg-info) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root :is(.group:hover .group-hover\:bg-warning) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1))
}

#pfl-b2b-root :is(.group:hover .group-hover\:text-action) {
  --tw-text-opacity: 1;
  color: rgb(0 168 89 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root :is(.group:hover .group-hover\:text-info) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root :is(.group:hover .group-hover\:text-warning) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1))
}

#pfl-b2b-root :is(.group:hover .group-hover\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media (min-width: 640px) {
  #pfl-b2b-root .sm\:w-auto {
    width: auto
  }

  #pfl-b2b-root .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  #pfl-b2b-root .sm\:flex-row {
    flex-direction: row
  }
}

@media (min-width: 768px) {
  #pfl-b2b-root .md\:ml-32 {
    margin-left: 128px
  }

  #pfl-b2b-root .md\:block {
    display: block
  }

  #pfl-b2b-root .md\:hidden {
    display: none
  }

  #pfl-b2b-root .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  #pfl-b2b-root .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  #pfl-b2b-root .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  #pfl-b2b-root .md\:p-10 {
    padding: 40px
  }

  #pfl-b2b-root .md\:p-12 {
    padding: 48px
  }

  #pfl-b2b-root .md\:p-8 {
    padding: 32px
  }

  #pfl-b2b-root .md\:text-2xl {
    font-size: 24px;
    line-height: 32px
  }

  #pfl-b2b-root .md\:text-5xl {
    font-size: 48px;
    line-height: 1
  }

  #pfl-b2b-root .md\:text-\[11px\] {
    font-size: 11px
  }

  #pfl-b2b-root .md\:text-\[42px\] {
    font-size: 42px
  }

  #pfl-b2b-root .md\:text-base {
    font-size: 16px;
    line-height: 24px
  }

  #pfl-b2b-root .md\:text-lg {
    font-size: 18px;
    line-height: 28px
  }
}

@media (min-width: 1024px) {
  #pfl-b2b-root .lg\:sticky {
    position: sticky
  }

  #pfl-b2b-root .lg\:top-28 {
    top: 112px
  }

  #pfl-b2b-root .lg\:col-span-5 {
    grid-column: span 5 / span 5
  }

  #pfl-b2b-root .lg\:col-span-7 {
    grid-column: span 7 / span 7
  }

  #pfl-b2b-root .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  #pfl-b2b-root .lg\:py-24 {
    padding-top: 96px;
    padding-bottom: 96px
  }

  #pfl-b2b-root .lg\:pr-10 {
    padding-right: 40px
  }

  #pfl-b2b-root .lg\:text-6xl {
    font-size: 60px;
    line-height: 1
  }
}

/* ════════════════════════════════════════════════════════════════════════
   WARSTWA NADRZĘDNA (ręczna) — jedyny nie-kompilowany CSS.
   Kolejność: (1) <style> ze źródła (scoped), (2) mini-preflight :where(),
   (3) substytut klas <body> źródła, (4) GRID, (5) CZYTELNOŚĆ +2px,
   (6) AGRESYWNE NADPISANIA MOTYWU + re-asercje kolorów/wymiarów SVG
   + PANCERZ GRADIENTÓW.
   ════════════════════════════════════════════════════════════════════════ */

/* ── (1) Bazowe efekty i zachowania pozostałych sekcji — scoped do roota.
      html { scroll-behavior: smooth } scoped przez :has(). ─────────────── */
#pfl-b2b-root .glow-mesh-green {
    background: radial-gradient(circle, rgba(0, 168, 89, 0.08) 0%, rgba(245, 247, 249, 0) 70%);
}
#pfl-b2b-root .glow-mesh-purple {
    background: radial-gradient(circle, rgba(82, 15, 125, 0.05) 0%, rgba(245, 247, 249, 0) 70%);
}
#pfl-b2b-root .glow-mesh-red {
    background: radial-gradient(circle, rgba(239, 68, 68, 0.05) 0%, rgba(245, 247, 249, 0) 70%);
}

/* Płynne przejścia */
#pfl-b2b-root .tab-transition {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Schowanie natywnego suwaka range i stylizacja premium */
#pfl-b2b-root input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: #E2E8F0;
    border-radius: 9999px;
}
#pfl-b2b-root input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #00A859;
    border: 3px solid #FFFFFF;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 168, 89, 0.3);
    transition: transform 0.1s ease;
}
#pfl-b2b-root input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}
html:has(#pfl-b2b-root) { scroll-behavior: smooth; }


/* ── (2) MINI-PREFLIGHT scoped przez :where() — preflight wyłączony przy
      kompilacji, odtwarzamy niezbędne bazy z Tailwind preflight. ──────── */
#pfl-b2b-root :where(*, *::before, *::after) {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #E2E8F0;
}
#pfl-b2b-root :where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, hr, dl, dd) {
    margin: 0;
}
#pfl-b2b-root :where(h1, h2, h3, h4, h5, h6) {
    font-size: inherit;
    font-weight: inherit;
}
#pfl-b2b-root :where(ul, ol) {
    list-style: none;
    margin: 0;
    padding: 0;
}
#pfl-b2b-root :where(img, svg, video, canvas, iframe) {
    display: block;
    vertical-align: middle;
}
#pfl-b2b-root :where(img, video) {
    max-width: 100%;
    height: auto;
}
#pfl-b2b-root :where(button, input, optgroup, select, textarea) {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
#pfl-b2b-root :where(button) {
    background-color: transparent;
    background-image: none;
    text-transform: none;
    -webkit-appearance: button;
}
#pfl-b2b-root :where(a) {
    color: inherit;
    text-decoration: inherit;
}
#pfl-b2b-root :where(strong, b) {
    font-weight: bolder;
}
#pfl-b2b-root :where(small) {
    font-size: 80%;
}

/* ── (3) Substytut klas <body> źródła:
      bg-page text-textPrimary font-sans overflow-x-hidden
      (min-h-screen / flex / flex-col pominięte — chrome strony) ───────── */
#pfl-b2b-root {
    background-color: #F5F7F9;
    font-family: 'Inter', sans-serif;
    color: #212529;
    overflow-x: hidden;
}

/* ── (4) GRID: szerokości klonowane 1:1 ze źródła (decyzja 2026-06-11) ── */

/* ── (5) CZYTELNOŚĆ: teksty (p, li) +2px względem źródła
      14→16, 16→18, 18→20. Nagłówki i font-weight bez zmian. ──────────── */
#pfl-b2b-root p.text-sm,
#pfl-b2b-root li.text-sm,
#pfl-b2b-root ul.text-sm > li,
#pfl-b2b-root ol.text-sm > li {
    font-size: 16px !important;       /* 14px → 16px */
    line-height: 24px !important;
}
#pfl-b2b-root p.text-base,
#pfl-b2b-root li.text-base,
#pfl-b2b-root ul.text-base > li,
#pfl-b2b-root ol.text-base > li {
    font-size: 18px !important;   /* 16px → 18px */
    line-height: 28px !important;
}
#pfl-b2b-root p.text-lg,
#pfl-b2b-root li.text-lg,
#pfl-b2b-root ul.text-lg > li,
#pfl-b2b-root ol.text-lg > li {
    font-size: 20px !important;    /* 18px → 20px */
    line-height: 30px !important;
}
/* Wariant responsywny na p (md:text-lg w źródle = 18px desktop → 20px) */
@media (min-width: 768px) {
    #pfl-b2b-root p.md\:text-lg {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

/* ════════════════════════════════════════════════════════════════════════
   (6) AGRESYWNE NADPISANIA MOTYWU — motyw koloruje <a>/<button> na
   granatowo z wyższą specyficznością / !important; wymuszamy kolory
   projektu (wzorzec: koniec assets/css/kontakt.css).
   ════════════════════════════════════════════════════════════════════════ */

/* Linki i ich stany — bez podkreśleń */
#pfl-b2b-root a,
#pfl-b2b-root a:visited,
#pfl-b2b-root a:hover,
#pfl-b2b-root a:focus,
#pfl-b2b-root a:active {
    text-decoration: none !important;
}

/* Linki / przyciski BEZ klasy koloru — dziedziczą kolor z sekcji (jak
   preflight źródła), zamiast koloru linków motywu */
#pfl-b2b-root a:not([class*="text-"]),
#pfl-b2b-root a:not([class*="text-"]):visited,
#pfl-b2b-root a:not([class*="text-"]):hover,
#pfl-b2b-root a:not([class*="text-"]):focus,
#pfl-b2b-root button:not([class*="text-"]),
#pfl-b2b-root button:not([class*="text-"]):hover,
#pfl-b2b-root button:not([class*="text-"]):focus {
    color: inherit !important;
}
#pfl-b2b-root button:not([class*="bg-"]),
#pfl-b2b-root button:not([class*="bg-"]):hover,
#pfl-b2b-root button:not([class*="bg-"]):focus {
    background-color: transparent !important;
    background-image: none !important;
}
#pfl-b2b-root button:not([class*="border"]) {
    border: 0 !important;
}

/* Motywy często dorzucają tło/border/box-shadow na button — zerujemy dziedziczenie */
#pfl-b2b-root button {
    font-family: inherit;
    text-transform: none;
    letter-spacing: normal;
    background-image: none;
}

/* ── RE-ASERCJE (generowane ze skompilowanego CSS, kolejność zachowana):
      kolory tekstu co do hexa (#10213E/#071734 nagłówki, #212529 body,
      #5E6B82 secondary, #00A859 CTA itd.), tła CTA oraz wymiary SVG
      (svg.w-* / svg.h-*) — wszystko !important. ─────────────────────── */
#pfl-b2b-root svg.h-0\.5 {
  height: 2px !important;
}
#pfl-b2b-root svg.h-1\.5 {
  height: 6px !important;
}
#pfl-b2b-root svg.h-10 {
  height: 40px !important;
}
#pfl-b2b-root svg.h-12 {
  height: 48px !important;
}
#pfl-b2b-root svg.h-16 {
  height: 64px !important;
}
#pfl-b2b-root svg.h-2 {
  height: 8px !important;
}
#pfl-b2b-root svg.h-2\.5 {
  height: 10px !important;
}
#pfl-b2b-root svg.h-24 {
  height: 96px !important;
}
#pfl-b2b-root svg.h-3 {
  height: 12px !important;
}
#pfl-b2b-root svg.h-3\.5 {
  height: 14px !important;
}
#pfl-b2b-root svg.h-32 {
  height: 128px !important;
}
#pfl-b2b-root svg.h-4 {
  height: 16px !important;
}
#pfl-b2b-root svg.h-40 {
  height: 160px !important;
}
#pfl-b2b-root svg.h-44 {
  height: 176px !important;
}
#pfl-b2b-root svg.h-5 {
  height: 20px !important;
}
#pfl-b2b-root svg.h-6 {
  height: 24px !important;
}
#pfl-b2b-root svg.h-8 {
  height: 32px !important;
}
#pfl-b2b-root svg.h-\[120px\] {
  height: 120px !important;
}
#pfl-b2b-root svg.h-\[130px\] {
  height: 130px !important;
}
#pfl-b2b-root svg.h-\[2px\] {
  height: 2px !important;
}
#pfl-b2b-root svg.h-\[500px\] {
  height: 500px !important;
}
#pfl-b2b-root svg.h-\[600px\] {
  height: 600px !important;
}
#pfl-b2b-root svg.h-full {
  height: 100% !important;
}
#pfl-b2b-root svg.h-px {
  height: 1px !important;
}
#pfl-b2b-root svg.w-1\.5 {
  width: 6px !important;
}
#pfl-b2b-root svg.w-10 {
  width: 40px !important;
}
#pfl-b2b-root svg.w-12 {
  width: 48px !important;
}
#pfl-b2b-root svg.w-16 {
  width: 64px !important;
}
#pfl-b2b-root svg.w-2 {
  width: 8px !important;
}
#pfl-b2b-root svg.w-2\.5 {
  width: 10px !important;
}
#pfl-b2b-root svg.w-20 {
  width: 80px !important;
}
#pfl-b2b-root svg.w-24 {
  width: 96px !important;
}
#pfl-b2b-root svg.w-3 {
  width: 12px !important;
}
#pfl-b2b-root svg.w-3\.5 {
  width: 14px !important;
}
#pfl-b2b-root svg.w-32 {
  width: 128px !important;
}
#pfl-b2b-root svg.w-4 {
  width: 16px !important;
}
#pfl-b2b-root svg.w-40 {
  width: 160px !important;
}
#pfl-b2b-root svg.w-44 {
  width: 176px !important;
}
#pfl-b2b-root svg.w-5 {
  width: 20px !important;
}
#pfl-b2b-root svg.w-6 {
  width: 24px !important;
}
#pfl-b2b-root svg.w-8 {
  width: 32px !important;
}
#pfl-b2b-root svg.w-\[500px\] {
  width: 500px !important;
}
#pfl-b2b-root svg.w-\[600px\] {
  width: 600px !important;
}
#pfl-b2b-root svg.w-full {
  width: 100% !important;
}
#pfl-b2b-root .bg-\[\#E0F2FE\] {
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-\[\#E6F6EE\] {
  background-color: rgb(230 246 238 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-action {
  background-color: rgb(0 168 89 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-action\/10 {
  background-color: rgb(0 168 89 / 0.1) !important;
}
#pfl-b2b-root .bg-action\/20 {
  background-color: rgb(0 168 89 / 0.2) !important;
}
#pfl-b2b-root .bg-action\/5 {
  background-color: rgb(0 168 89 / 0.05) !important;
}
#pfl-b2b-root .bg-action\/\[0\.03\] {
  background-color: rgb(0 168 89 / 0.03) !important;
}
#pfl-b2b-root .bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4) !important;
}
#pfl-b2b-root .bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6) !important;
}
#pfl-b2b-root .bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1) !important;
}
#pfl-b2b-root .bg-brand {
  background-color: rgb(82 15 125 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-brand\/10 {
  background-color: rgb(82 15 125 / 0.1) !important;
}
#pfl-b2b-root .bg-danger {
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-danger\/10 {
  background-color: rgb(239 68 68 / 0.1) !important;
}
#pfl-b2b-root .bg-danger\/20 {
  background-color: rgb(239 68 68 / 0.2) !important;
}
#pfl-b2b-root .bg-danger\/\[0\.03\] {
  background-color: rgb(239 68 68 / 0.03) !important;
}
#pfl-b2b-root .bg-darkContrast {
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-darkSection {
  background-color: rgb(7 23 52 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-info {
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-info\/10 {
  background-color: rgb(37 99 235 / 0.1) !important;
}
#pfl-b2b-root .bg-info\/5 {
  background-color: rgb(37 99 235 / 0.05) !important;
}
#pfl-b2b-root .bg-lineDefault {
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-lineLight {
  background-color: rgb(233 236 239 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-page {
  background-color: rgb(245 247 249 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-purple-100 {
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-red-100 {
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-surface {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-surface\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}
#pfl-b2b-root .bg-textHeading {
  background-color: rgb(16 33 62 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-textHeading\/60 {
  background-color: rgb(16 33 62 / 0.6) !important;
}
#pfl-b2b-root .bg-transparent {
  background-color: transparent !important;
}
#pfl-b2b-root .bg-warning {
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-warning\/10 {
  background-color: rgb(245 158 11 / 0.1) !important;
}
#pfl-b2b-root .bg-white {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1) !important;
}
#pfl-b2b-root .bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05) !important;
}
#pfl-b2b-root .bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}
#pfl-b2b-root .bg-white\/\[0\.02\] {
  background-color: rgb(255 255 255 / 0.02) !important;
}
#pfl-b2b-root .text-action {
  color: rgb(0 168 89 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-action\/50 {
  color: rgb(0 168 89 / 0.5) !important;
}
#pfl-b2b-root .text-blue-500 {
  color: rgb(59 130 246 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-brand {
  color: rgb(82 15 125 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-danger {
  color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-gray-300 {
  color: rgb(209 213 219 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-gray-400 {
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-gray-500 {
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-info {
  color: rgb(37 99 235 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-info\/40 {
  color: rgb(37 99 235 / 0.4) !important;
}
#pfl-b2b-root .text-info\/80 {
  color: rgb(37 99 235 / 0.8) !important;
}
#pfl-b2b-root .text-textHeading {
  color: rgb(16 33 62 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-textPrimary {
  color: rgb(33 37 41 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-textSecondary {
  color: rgb(94 107 130 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-transparent {
  color: transparent !important;
}
#pfl-b2b-root .text-warning {
  color: rgb(245 158 11 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-white {
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .text-white\/50 {
  color: rgb(255 255 255 / 0.5) !important;
}
#pfl-b2b-root .hover\:bg-action-hover:hover {
  background-color: rgb(0 138 75 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .hover\:bg-action\/5:hover {
  background-color: rgb(0 168 89 / 0.05) !important;
}
#pfl-b2b-root .hover\:bg-black:hover {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .hover\:bg-surface:hover {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
#pfl-b2b-root .hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1) !important;
}
#pfl-b2b-root .hover\:text-action:hover {
  color: rgb(0 168 89 / var(--tw-text-opacity, 1)) !important;
}
#pfl-b2b-root .hover\:text-textHeading:hover {
  color: rgb(16 33 62 / var(--tw-text-opacity, 1)) !important;
}

/* ── PANCERZ GRADIENTÓW (kuloodporne na motyw: -webkit-text-fill-color
      to jedyna własność, której żaden theme'owy color nie przebije) ── */
#pfl-b2b-root .bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}
#pfl-b2b-root .text-transparent {
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
#pfl-b2b-root .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
#pfl-b2b-root .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
#pfl-b2b-root .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

/* ════════════════════════════════════════════════════════════════════════
   B2B 1.17.95 — hero, oś czasu, demonstracyjna diagnoza, modal i formularz.
   Wszystkie reguły są lokalne dla #pfl-b2b-root.
   ════════════════════════════════════════════════════════════════════════ */
#pfl-b2b-root [hidden] { display: none !important; }
#pfl-b2b-root .pfl-b2b-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#pfl-b2b-root .pfl-b2b-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 7vw, 96px) 24px;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f8f7 100%);
}
#pfl-b2b-root .pfl-b2b-hero__glow {
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(8px);
}
#pfl-b2b-root .pfl-b2b-hero__glow--left {
    top: -280px;
    left: -240px;
    background: radial-gradient(circle, rgba(0,168,89,.15), rgba(0,168,89,0) 70%);
}
#pfl-b2b-root .pfl-b2b-hero__glow--right {
    right: -280px;
    bottom: -320px;
    background: radial-gradient(circle, rgba(37,99,235,.10), rgba(37,99,235,0) 72%);
}
#pfl-b2b-root .pfl-b2b-hero__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
    align-items: center;
    gap: clamp(44px, 5.2vw, 72px);
    width: min(1280px, 100%);
    margin: 0 auto;
}
#pfl-b2b-root .pfl-b2b-hero__content { min-width: 0; }
#pfl-b2b-root .pfl-b2b-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(0,168,89,.22);
    border-radius: 999px;
    background: rgba(238,249,243,.94);
    color: #087a49;
    font-family: Inter, sans-serif;
    font-size: 10.5px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .07em;
}
#pfl-b2b-root .pfl-b2b-hero__badge-dot {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00a859;
    animation: pfl-b2b-badge-once 1.25s ease-out 1;
}
@keyframes pfl-b2b-badge-once {
    0% { box-shadow: 0 0 0 0 rgba(0,168,89,.32); }
    100% { box-shadow: 0 0 0 10px rgba(0,168,89,0); }
}
#pfl-b2b-root .pfl-b2b-hero__title {
    max-width: 800px;
    margin: 0;
    color: #10213e;
    font-family: Poppins, Inter, sans-serif;
    font-size: clamp(44px, 4.45vw, 64px);
    line-height: 1.035;
    font-weight: 900;
    letter-spacing: -.043em;
    text-wrap: balance;
}
#pfl-b2b-root .pfl-b2b-hero__title span {
    display: block;
    margin-top: 10px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(100deg, #00a859 0%, #0d9488 52%, #2563eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
#pfl-b2b-root .pfl-b2b-hero__description {
    max-width: 760px;
    margin: 21px 0 0;
    color: #4f5f76;
    font-family: Inter, sans-serif;
    font-size: 18px !important;
    line-height: 1.66 !important;
}
#pfl-b2b-root .pfl-b2b-hero__disclaimer {
    max-width: 720px;
    margin: 15px 0 0;
    color: #64748b;
    font-family: Inter, sans-serif;
    font-size: 13px !important;
    line-height: 1.5 !important;
}
#pfl-b2b-root .pfl-b2b-hero__actions {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
}
#pfl-b2b-root .pfl-b2b-hero__primary-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
#pfl-b2b-root .pfl-b2b-hero__primary,
#pfl-b2b-root .pfl-b2b-hero__secondary {
    min-height: 52px;
    border-radius: 15px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}
#pfl-b2b-root .pfl-b2b-hero__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 22px;
    border: 1px solid #10213e !important;
    background: #10213e !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(16,33,62,.18);
    cursor: pointer;
}
#pfl-b2b-root .pfl-b2b-hero__primary svg,
#pfl-b2b-root .pfl-b2b-contact-form__submit svg {
    width: 19px !important;
    height: 19px !important;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}
#pfl-b2b-root .pfl-b2b-hero__primary:hover,
#pfl-b2b-root .pfl-b2b-hero__primary:focus-visible {
    transform: translateY(-2px);
    background: #071734 !important;
    box-shadow: 0 20px 42px rgba(16,33,62,.24);
}
#pfl-b2b-root .pfl-b2b-hero__primary:hover svg { transform: translateX(3px); }
#pfl-b2b-root .pfl-b2b-hero__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    border: 1px solid #d8e1ea;
    background: rgba(255,255,255,.82);
    color: #10213e !important;
    text-decoration: none;
}
#pfl-b2b-root .pfl-b2b-hero__secondary:hover,
#pfl-b2b-root .pfl-b2b-hero__secondary:focus-visible {
    border-color: rgba(0,168,89,.45);
    background: #fff;
    transform: translateY(-2px);
}
#pfl-b2b-root .pfl-b2b-hero__action-meta {
    color: #64748b;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 650;
    text-align: center;
}
#pfl-b2b-root .pfl-b2b-hero__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}
#pfl-b2b-root .pfl-b2b-hero__benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}
#pfl-b2b-root .pfl-b2b-hero__benefit-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #d9eee4;
    border-radius: 10px;
    background: #eef9f3;
    color: #008a4b;
}
#pfl-b2b-root .pfl-b2b-hero__benefit-icon svg,
#pfl-b2b-root .pfl-b2b-hero-panel svg {
    width: 18px !important;
    height: 18px !important;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
#pfl-b2b-root .pfl-b2b-removed-anchor {
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    scroll-margin-top: 96px;
}

/* =============================================================
   B2B 1.17.381 — konfigurator dokumentu, VAT i KSeF (#scenariusze)
   ============================================================= */
#pfl-b2b-root .pfl-b2b-billing-scenarios {
    position: relative;
    overflow: hidden;
    padding: 84px 24px 96px;
    background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
    font-family: 'Inter', sans-serif;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__glow {
    position: absolute;
    top: -180px;
    right: -140px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20,100,165,.12), rgba(13,148,136,.04) 54%, transparent 72%);
    pointer-events: none;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 44px;
    width: min(1020px, 100%);
    margin: 0 auto;
    align-items: start;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__intro,
#pfl-b2b-root .pfl-b2b-billing-scenarios__configurator { min-width: 0; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__badge,
#pfl-b2b-root .pfl-b2b-billing-modal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #08784a;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__badge {
    padding: 9px 13px;
    border: 1px solid #cbe9dc;
    border-radius: 999px;
    background: #f1fbf6;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__badge svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__title {
    margin: 22px 0 0;
    color: #0d2142;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(42px, 4.5vw, 58px);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.04;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__title span { display: block; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__title span:last-child {
    color: transparent;
    background: linear-gradient(90deg, #009b58, #0b8c8b 65%, #1464a5);
    background-clip: text;
    -webkit-background-clip: text;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__description {
    max-width: 670px;
    margin: 24px 0 0;
    color: #4b5f7c;
    font-size: 17px;
    line-height: 1.7;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__clarification,
#pfl-b2b-root .pfl-b2b-billing-scenarios__rule-note {
    margin: 18px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__rule-note {
    padding: 14px 15px;
    border: 1px solid #dbe6ef;
    border-radius: 15px;
    background: rgba(248,250,252,.88);
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary-action { margin-top: 22px; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary-wrap { display: grid; gap: 7px; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary-wrap > span { color: #64748b; font-size: 13px; font-weight: 650; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__secondary-actions { display: grid; gap: 8px; margin-top: 12px; }
#pfl-b2b-root .pfl-b2b-hero__primary,
#pfl-b2b-root .pfl-b2b-strategies__primary,
#pfl-b2b-root .pfl-b2b-timeline__primary,
#pfl-b2b-root .pfl-b2b-legal-basis__primary,
#pfl-b2b-root .pfl-b2b-diagnosis-button--primary,
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary,
#pfl-b2b-root .pfl-b2b-billing-scenarios__secondary,
#pfl-b2b-root .pfl-b2b-billing-scenarios__diagnosis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 14px;
    font: 750 15px/1.25 'Inter', sans-serif;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary { padding: 14px 19px; border: 1px solid #009b58; background: #009b58; color: #fff; box-shadow: 0 14px 30px rgba(0,155,88,.18); }
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary:hover { background: #007f49; border-color: #007f49; transform: translateY(-1px); }
#pfl-b2b-root .pfl-b2b-billing-scenarios__secondary { padding: 13px 18px; border: 1px solid #cbd8e5; background: #fff; color: #10213e; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__secondary:hover { border-color: #0d9488; background: #f2fbfa; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__diagnosis { justify-content: flex-start; min-height: 44px; padding: 7px 0; border: 0; background: transparent; color: #1457a6; text-align: left; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__diagnosis:hover { color: #007f49; text-decoration: underline; text-underline-offset: 4px; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__configurator {
    padding: 18px;
    border: 1px solid #d9e4ee;
    border-radius: 24px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 24px 64px rgba(15,23,42,.10), 0 4px 16px rgba(15,23,42,.04);
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    padding: 6px;
    border: 1px solid #dce5ed;
    border-radius: 16px;
    background: #f3f6f9;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__tabs button {
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: #5a6a80;
    font: 750 13px/1.3 'Inter', sans-serif;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
#pfl-b2b-root .pfl-b2b-billing-scenarios__tabs button:hover { color: #10213e; background: rgba(255,255,255,.72); }
#pfl-b2b-root .pfl-b2b-billing-scenarios__tabs button[aria-selected="true"],
#pfl-b2b-root .pfl-b2b-billing-scenarios__tabs button.is-active { border-color: #d2dde7; background: #fff; color: #10213e; box-shadow: 0 5px 14px rgba(15,23,42,.07); }
#pfl-b2b-root .pfl-b2b-billing-scenarios__accordion { display: none; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__panel { margin-top: 14px; padding: 18px; border: 1px solid #e0e8ef; border-radius: 18px; background: #fff; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__panel[hidden] { display: none; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__panel.is-switching { animation: pfl-b2b-billing-switch .22s ease both; }
@keyframes pfl-b2b-billing-switch { from { opacity: .3; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
#pfl-b2b-root .pfl-b2b-billing-scenarios__panel header { padding-bottom: 15px; border-bottom: 1px solid #e7edf2; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__panel header span { color: #008a4b; font-size: 11px; font-weight: 850; letter-spacing: .09em; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__panel[data-pfl-b2b-billing-panel="foreign"] header span { color: #6650b8; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__panel[data-pfl-b2b-billing-panel="nojdg"] header span { color: #1464a5; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__panel h3 { margin: 7px 0 0; color: #10213e; font: 760 21px/1.25 'Poppins', sans-serif; letter-spacing: -.025em; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__facts { display: grid; margin: 0; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__facts > div { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid #edf1f4; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__facts > div:last-child { border-bottom: 0; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__facts dt { color: #334155; font-size: 12px; font-weight: 800; line-height: 1.45; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__facts dd { margin: 0; color: #52627a; font-size: 13.5px; line-height: 1.58; }
#pfl-b2b-root .pfl-b2b-billing-scenarios.is-motion-ready [data-pfl-b2b-billing-reveal],
#pfl-b2b-root .pfl-b2b-billing-scenarios.is-motion-ready [data-pfl-b2b-billing-field] { opacity: 0; transform: translateY(9px); }
#pfl-b2b-root .pfl-b2b-billing-scenarios.is-motion-ready [data-pfl-b2b-billing-reveal].is-visible,
#pfl-b2b-root .pfl-b2b-billing-scenarios.is-motion-ready [data-pfl-b2b-billing-field].is-visible { opacity: 1; transform: none; transition: opacity .35s ease, transform .35s ease; }

#pfl-b2b-root .pfl-b2b-billing-modal[hidden] { display: none; }
#pfl-b2b-root .pfl-b2b-billing-modal { position: fixed; inset: 0; z-index: 100030; display: grid; place-items: center; padding: 24px; font-family: 'Inter', sans-serif; }
#pfl-b2b-root .pfl-b2b-billing-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,18,36,.72); backdrop-filter: blur(8px); cursor: default; }
#pfl-b2b-root .pfl-b2b-billing-modal__dialog { position: relative; display: flex; flex-direction: column; width: min(880px, 100%); max-height: min(880px, calc(100dvh - 48px)); overflow: hidden; border: 1px solid rgba(214,225,235,.9); border-radius: 28px; background: #fff; box-shadow: 0 34px 110px rgba(2,12,27,.30); }
#pfl-b2b-root .pfl-b2b-billing-modal__header { position: relative; flex: 0 0 auto; display: flex; justify-content: space-between; align-items: center; min-height: 68px; padding: 14px 18px 14px 24px; border-bottom: 1px solid #e5ebf1; background: #fff; }
#pfl-b2b-root .pfl-b2b-billing-modal__header strong { color: #10213e; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
#pfl-b2b-root .pfl-b2b-billing-modal__header > div { display: grid; gap: 3px; min-width: 0; }
#pfl-b2b-root .pfl-b2b-billing-modal__header [data-pfl-b2b-billing-modal-stage] { color: #52627a; font-size: 12px; line-height: 1.3; }
#pfl-b2b-root .pfl-b2b-billing-modal__header strong { display: block; overflow-wrap: anywhere; }
#pfl-b2b-root .pfl-b2b-billing-modal__close { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #d9e3ec; border-radius: 13px; background: #fff; color: #223652; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-billing-modal__close:hover { border-color: #9fb2c6; background: #f5f8fa; }
#pfl-b2b-root .pfl-b2b-billing-modal__close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
#pfl-b2b-root .pfl-b2b-billing-modal__body { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 32px clamp(24px,5vw,52px) calc(34px + env(safe-area-inset-bottom)); }
#pfl-b2b-root .pfl-b2b-billing-modal__screen[hidden] { display: none; }
#pfl-b2b-root .pfl-b2b-billing-modal__screen { animation: pfl-b2b-billing-modal-in .2s ease both; }
@keyframes pfl-b2b-billing-modal-in { from { opacity: .35; transform: translateY(6px); } to { opacity: 1; transform: none; } }
#pfl-b2b-root .pfl-b2b-billing-modal__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 16px; background: #eaf8f1; color: #008a4b; }
#pfl-b2b-root .pfl-b2b-billing-modal__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
#pfl-b2b-root .pfl-b2b-billing-modal__screen h2 { margin: 10px 0 0; color: #10213e; font: 760 clamp(28px,4vw,40px)/1.12 'Poppins', sans-serif; letter-spacing: -.035em; }
#pfl-b2b-root .pfl-b2b-billing-modal__screen > p { max-width: 700px; margin: 14px 0 0; color: #53647c; font-size: 16px; line-height: 1.65; }
#pfl-b2b-root .pfl-b2b-billing-modal__facts { display: grid; gap: 10px; margin: 22px 0 26px; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-billing-modal__facts li { position: relative; padding-left: 28px; color: #33475f; font-size: 15px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-billing-modal__facts li::before { content: '✓'; position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e8f8f0; color: #008a4b; font-size: 11px; font-weight: 900; }
#pfl-b2b-root .pfl-b2b-billing-modal__progress { margin-bottom: 25px; }
#pfl-b2b-root .pfl-b2b-billing-modal__progress > div:first-child { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 9px; color: #52627a; font-size: 13px; font-weight: 700; }
#pfl-b2b-root .pfl-b2b-billing-modal__progress > div:last-child { height: 8px; overflow: hidden; border-radius: 999px; background: #e8edf2; }
#pfl-b2b-root .pfl-b2b-billing-modal__progress > div:last-child span { display: block; width: 25%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #00a35b, #0e9690); transition: width .28s ease; }
#pfl-b2b-root .pfl-b2b-billing-modal__question { margin: 0; padding: 0; border: 0; }
#pfl-b2b-root .pfl-b2b-billing-modal__question[hidden] { display: none; }
#pfl-b2b-root .pfl-b2b-billing-modal__question legend { margin-bottom: 20px; color: #10213e; font: 720 clamp(21px,3vw,28px)/1.35 'Poppins', sans-serif; }
#pfl-b2b-root .pfl-b2b-billing-modal__options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
#pfl-b2b-root .pfl-b2b-billing-modal__options label { position: relative; display: flex; min-height: 58px; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-billing-modal__options input { position: absolute; opacity: 0; pointer-events: none; }
#pfl-b2b-root .pfl-b2b-billing-modal__options span { display: flex; align-items: center; width: 100%; padding: 14px 16px; border: 1px solid #d7e1ea; border-radius: 14px; background: #fff; color: #243852; font-size: 15px; font-weight: 700; line-height: 1.35; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
#pfl-b2b-root .pfl-b2b-billing-modal__options label:hover span { border-color: #91b9aa; background: #f5fbf8; }
#pfl-b2b-root .pfl-b2b-billing-modal__options input:checked + span { border-color: #009b58; background: #edf9f3; color: #006c3d; box-shadow: 0 0 0 3px rgba(0,155,88,.10); }
#pfl-b2b-root .pfl-b2b-billing-modal__error { margin: 15px 0 0; padding: 12px 14px; border-radius: 12px; background: #fff5f3; color: #a33b2b; font-size: 14px; font-weight: 700; }
#pfl-b2b-root .pfl-b2b-billing-modal__navigation,
#pfl-b2b-root .pfl-b2b-billing-modal__result-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 26px; }
#pfl-b2b-root .pfl-b2b-billing-modal__button { min-height: 48px; padding: 13px 19px; border-radius: 14px; font: 760 15px/1.25 'Inter', sans-serif; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
#pfl-b2b-root .pfl-b2b-billing-modal__button--primary { border: 1px solid #009b58; background: #009b58; color: #fff; box-shadow: 0 12px 26px rgba(0,155,88,.17); }
#pfl-b2b-root .pfl-b2b-billing-modal__button--primary:hover { background: #007f49; border-color: #007f49; transform: translateY(-1px); }
#pfl-b2b-root .pfl-b2b-billing-modal__button--secondary { border: 1px solid #cad6e1; background: #fff; color: #10213e; }
#pfl-b2b-root .pfl-b2b-billing-modal__button--secondary:hover { border-color: #91a8bc; background: #f6f8fa; }
#pfl-b2b-root .pfl-b2b-billing-modal__button:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
#pfl-b2b-root .pfl-b2b-billing-modal__confirm { margin-top: 24px; padding: 20px; border: 1px solid #dce6ed; border-radius: 18px; background: #f8fafc; }
#pfl-b2b-root .pfl-b2b-billing-modal__confirm h3 { margin: 0; color: #10213e; font: 720 18px/1.35 'Poppins', sans-serif; }
#pfl-b2b-root .pfl-b2b-billing-modal__confirm ul { display: grid; gap: 10px; margin: 14px 0 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-billing-modal__confirm li { position: relative; padding-left: 25px; color: #40536c; font-size: 15px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-billing-modal__confirm li::before { content: '•'; position: absolute; left: 7px; color: #009b58; font-weight: 900; }
#pfl-b2b-root .pfl-b2b-billing-modal__notice { margin-top: 18px; padding: 13px 15px; border: 1px solid #e1e7ed; border-radius: 13px; background: #fbfcfd; color: #64748b; font-size: 13px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-billing-modal__text-link,
#pfl-b2b-root .pfl-b2b-billing-modal__edit { display: flex; align-items: center; min-height: 44px; margin-top: 12px; padding: 6px 0; border: 0; background: transparent; color: #1457a6; font: 720 14px/1.35 'Inter', sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-billing-modal__text-link:hover,
#pfl-b2b-root .pfl-b2b-billing-modal__edit:hover { color: #007f49; text-decoration: underline; text-underline-offset: 4px; }
#pfl-b2b-root .pfl-b2b-billing-comparison__desktop { margin-top: 24px; overflow-x: auto; }
#pfl-b2b-root .pfl-b2b-billing-comparison__desktop table { width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid #dbe4ec; border-radius: 16px; }
#pfl-b2b-root .pfl-b2b-billing-comparison__desktop th,
#pfl-b2b-root .pfl-b2b-billing-comparison__desktop td { padding: 13px 14px; border-right: 1px solid #e3e9ef; border-bottom: 1px solid #e3e9ef; color: #43566f; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
#pfl-b2b-root .pfl-b2b-billing-comparison__desktop th { background: #f5f8fa; color: #10213e; font-weight: 800; }
#pfl-b2b-root .pfl-b2b-billing-comparison__desktop tr:last-child > * { border-bottom: 0; }
#pfl-b2b-root .pfl-b2b-billing-comparison__desktop tr > *:last-child { border-right: 0; }
#pfl-b2b-root .pfl-b2b-billing-comparison__mobile { display: none; }
#pfl-b2b-root .pfl-b2b-billing-comparison__mobile article { padding: 18px; border: 1px solid #dce5ed; border-radius: 16px; background: #fff; }
#pfl-b2b-root .pfl-b2b-billing-comparison__mobile h3 { margin: 0; color: #10213e; font: 720 19px/1.35 'Poppins', sans-serif; }
#pfl-b2b-root .pfl-b2b-billing-comparison__mobile dl { margin: 13px 0 0; }
#pfl-b2b-root .pfl-b2b-billing-comparison__mobile dl > div { padding: 11px 0; border-top: 1px solid #edf1f4; }
#pfl-b2b-root .pfl-b2b-billing-comparison__mobile dt { color: #334155; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
#pfl-b2b-root .pfl-b2b-billing-comparison__mobile dd { margin: 4px 0 0; color: #52627a; font-size: 14px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-billing-scenarios__secondary:focus-visible,
#pfl-b2b-root .pfl-b2b-billing-scenarios__diagnosis:focus-visible,
#pfl-b2b-root .pfl-b2b-billing-scenarios__tabs button:focus-visible,
#pfl-b2b-root .pfl-b2b-billing-scenarios__accordion:focus-visible,
#pfl-b2b-root .pfl-b2b-billing-modal button:focus-visible,
#pfl-b2b-root .pfl-b2b-billing-modal input:focus-visible + span { outline: 3px solid rgba(20,100,165,.28); outline-offset: 3px; }

#pfl-b2b-root .pfl-b2b-billing-scenarios__primary svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-billing-scenarios__accordion svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-financial-simulator__details-toggle svg { width: 18px; height: 18px; margin-left: 8px; fill: none; stroke: currentColor; stroke-width: 2; }
#pfl-b2b-root .pfl-b2b-financial-simulator__profilio-process li { padding: 8px 5px; border: 1px solid #d9e9e1; border-radius: 9px; background: #f2faf6; color: #34614d; font-size: 10px; font-weight: 750; text-align: center; opacity: .45; }
#pfl-b2b-root .pfl-b2b-financial-simulator__profilio-process li.is-visible,
#pfl-b2b-root .pfl-b2b-financial-simulator__profilio-process li.is-complete { opacity: 1; border-color: #a8dcc1; background: #e8f8f0; transition: opacity .25s ease, border-color .25s ease; }

@media (max-width: 1100px) {
    #pfl-b2b-root .pfl-b2b-billing-scenarios { padding: 86px 22px 94px; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__container { grid-template-columns: 1fr; gap: 42px; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__intro { max-width: 880px; }
}
@media (max-width: 767px) {
    #pfl-b2b-root .pfl-b2b-billing-scenarios { padding: 66px 18px 78px; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__title { font-size: clamp(34px,10vw,44px); }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__description { font-size: 16px; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__primary,
    #pfl-b2b-root .pfl-b2b-billing-scenarios__secondary { width: 100%; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__configurator { padding: 14px; border-radius: 22px; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__tabs { display: none; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__accordion { display: flex; width: 100%; min-height: 50px; margin-top: 10px; padding: 13px 15px; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #d8e2ea; border-radius: 14px; background: #fff; color: #10213e; font: 760 15px/1.35 'Inter', sans-serif; text-align: left; cursor: pointer; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__accordion svg { transition: transform .2s ease; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__accordion[aria-expanded="true"] svg { transform: rotate(180deg); }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__panel { margin-top: 8px; padding: 19px; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__facts > div { grid-template-columns: 1fr; gap: 4px; padding: 13px 0; }
    #pfl-b2b-root .pfl-b2b-billing-modal { align-items: stretch; padding: 0; }
    #pfl-b2b-root .pfl-b2b-billing-modal__dialog { width: 100%; height: 100dvh; max-height: 100dvh; border-radius: 0; border: 0; }
    #pfl-b2b-root .pfl-b2b-billing-modal__header { min-height: 64px; padding: 10px 12px 10px 18px; }
    #pfl-b2b-root .pfl-b2b-billing-modal__body { padding: 26px 18px calc(28px + env(safe-area-inset-bottom)); }
    #pfl-b2b-root .pfl-b2b-billing-modal__options { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-billing-modal__navigation,
    #pfl-b2b-root .pfl-b2b-billing-modal__result-actions { flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-billing-modal__navigation .pfl-b2b-billing-modal__button,
    #pfl-b2b-root .pfl-b2b-billing-modal__result-actions .pfl-b2b-billing-modal__button,
    #pfl-b2b-root .pfl-b2b-billing-modal__screen > .pfl-b2b-billing-modal__button { width: 100%; }
    #pfl-b2b-root .pfl-b2b-billing-comparison__desktop { display: none; }
    #pfl-b2b-root .pfl-b2b-billing-comparison__mobile { display: grid; gap: 12px; margin-top: 22px; }
}
@media (max-width: 390px) {
    #pfl-b2b-root .pfl-b2b-billing-scenarios { padding-inline: 15px; }
    #pfl-b2b-root .pfl-b2b-billing-modal__header strong { font-size: 11px; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__badge { font-size: 10px; }
    #pfl-b2b-root .pfl-b2b-billing-modal__progress > div:first-child { flex-direction: column; gap: 3px; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-billing-scenarios *,
    #pfl-b2b-root .pfl-b2b-billing-modal * { animation-duration: .001ms; animation-iteration-count: 1; scroll-behavior: auto; transition-duration: .001ms; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios.is-motion-ready [data-pfl-b2b-billing-reveal],
    #pfl-b2b-root .pfl-b2b-billing-scenarios.is-motion-ready [data-pfl-b2b-billing-field] { opacity: 1; transform: none; }
}
@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-billing-scenarios__title span:last-child { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
    #pfl-b2b-root .pfl-b2b-billing-scenarios__badge,
    #pfl-b2b-root .pfl-b2b-billing-scenarios__rule-note,
    #pfl-b2b-root .pfl-b2b-billing-scenarios__configurator,
    #pfl-b2b-root .pfl-b2b-billing-scenarios__tabs,
    #pfl-b2b-root .pfl-b2b-billing-scenarios__tabs button,
    #pfl-b2b-root .pfl-b2b-billing-scenarios__panel,
    #pfl-b2b-root .pfl-b2b-billing-modal__dialog,
    #pfl-b2b-root .pfl-b2b-billing-modal__options span { border: 1px solid ButtonText; }
}


#pfl-b2b-root .pfl-b2b-diagnosis-modal svg,
#pfl-b2b-root .pfl-b2b-contact-success svg {
    width: 18px !important;
    height: 18px !important;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
#pfl-b2b-root .pfl-b2b-hero__benefit strong,
#pfl-b2b-root .pfl-b2b-hero__benefit small { display: block; }
#pfl-b2b-root .pfl-b2b-hero__benefit strong {
    color: #10213e;
    font-family: Inter, sans-serif;
    font-size: 13.5px;
    line-height: 1.35;
}
#pfl-b2b-root .pfl-b2b-hero__benefit small {
    margin-top: 3px;
    color: #64748b;
    font-family: Inter, sans-serif;
    font-size: 11.5px;
    line-height: 1.4;
}

#pfl-b2b-root .pfl-b2b-hero-panel {
    position: relative;
    width: 100%;
    max-width: 480px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(148,163,184,.22);
    border-radius: 27px;
    background: linear-gradient(155deg, #10213e 0%, #071734 68%, #0b2a35 100%);
    color: #fff;
    box-shadow: 0 28px 66px rgba(7,23,52,.23), inset 0 1px 0 rgba(255,255,255,.07);
    opacity: 1;
    transform: translateY(0);
    transition: opacity .55s ease, transform .55s cubic-bezier(.2,.8,.2,1);
}
#pfl-b2b-root.pfl-b2b-hero-demo-ready .pfl-b2b-hero-panel {
    opacity: 0;
    transform: translateY(12px);
}
#pfl-b2b-root .pfl-b2b-hero-panel::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -110px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,168,89,.22), rgba(0,168,89,0) 70%);
    pointer-events: none;
}
#pfl-b2b-root .pfl-b2b-hero-panel.is-visible,
#pfl-b2b-root.pfl-b2b-hero-demo-ready .pfl-b2b-hero-panel.is-visible { opacity: 1; transform: translateY(0); }
#pfl-b2b-root .pfl-b2b-hero-panel__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#pfl-b2b-root .pfl-b2b-hero-panel__top > div { display: flex; flex-direction: column; gap: 5px; }
#pfl-b2b-root .pfl-b2b-hero-panel__eyebrow {
    color: #88d5b2;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
}
#pfl-b2b-root .pfl-b2b-hero-panel__top strong {
    color: #fff;
    font-family: Poppins, Inter, sans-serif;
    font-size: 19px;
    line-height: 1.25;
}
#pfl-b2b-root .pfl-b2b-hero-panel__demo {
    padding: 6px 8px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    background: rgba(255,255,255,.05);
    color: #cbd5e1;
    font-family: Inter, sans-serif;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .06em;
    text-align: center;
}
#pfl-b2b-root .pfl-b2b-hero-panel__progress {
    position: relative;
    z-index: 1;
    margin-top: 16px;
}
#pfl-b2b-root .pfl-b2b-hero-panel__progress-row {
    display: flex;
    justify-content: space-between;
    color: #cbd5e1;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 700;
}
#pfl-b2b-root .pfl-b2b-hero-panel__track {
    height: 6px;
    margin-top: 9px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255,255,255,.09);
}
#pfl-b2b-root .pfl-b2b-hero-panel__track span {
    display: block;
    width: 20%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #00a859, #2dd4bf);
    transition: width .42s ease;
}
#pfl-b2b-root .pfl-b2b-hero-panel__checks {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 7px;
    margin-top: 15px;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 9px 11px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.035);
    opacity: .48;
    transform: translateX(7px);
    transition: opacity .34s ease, transform .34s ease, border-color .34s ease, background-color .34s ease;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-resolved {
    opacity: 1;
    transform: translateX(0);
}
#pfl-b2b-root .pfl-b2b-hero-panel__check-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: rgba(148,163,184,.12);
    color: #cbd5e1;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check-icon svg {
    width: 15px !important;
    height: 15px !important;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check strong,
#pfl-b2b-root .pfl-b2b-hero-panel__check small { display: block; }
#pfl-b2b-root .pfl-b2b-hero-panel__check strong {
    color: #f8fafc;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 1.3;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check small {
    margin-top: 2px;
    color: #94a3b8;
    font-family: Inter, sans-serif;
    font-size: 10px;
    line-height: 1.3;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-review {
    border-color: rgba(56,189,248,.24);
    background: rgba(56,189,248,.06);
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-review .pfl-b2b-hero-panel__check-icon {
    background: rgba(56,189,248,.13);
    color: #7dd3fc;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-warning {
    border-color: rgba(245,158,11,.24);
    background: rgba(245,158,11,.06);
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-warning .pfl-b2b-hero-panel__check-icon {
    background: rgba(245,158,11,.13);
    color: #fbbf24;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-missing {
    border-color: rgba(251,113,133,.24);
    background: rgba(251,113,133,.055);
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-missing .pfl-b2b-hero-panel__check-icon {
    background: rgba(251,113,133,.13);
    color: #fda4af;
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-partial {
    border-color: rgba(45,212,191,.24);
    background: rgba(45,212,191,.06);
}
#pfl-b2b-root .pfl-b2b-hero-panel__check.is-partial .pfl-b2b-hero-panel__check-icon {
    background: rgba(45,212,191,.13);
    color: #5eead4;
}
#pfl-b2b-root .pfl-b2b-hero-panel__recommendation {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 11px;
    max-height: 0;
    margin-top: 0;
    padding: 0 13px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 14px;
    background: rgba(0,168,89,.09);
    opacity: 0;
    transform: translateY(7px);
    transition: max-height .5s ease, margin .38s ease, padding .38s ease, opacity .38s ease, transform .38s ease, border-color .38s ease;
}
#pfl-b2b-root .pfl-b2b-hero-panel__recommendation.is-visible {
    max-height: 190px;
    margin-top: 14px;
    padding: 13px;
    border-color: rgba(45,212,191,.22);
    opacity: 1;
    transform: translateY(0);
}
#pfl-b2b-root .pfl-b2b-hero-panel__recommendation-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(0,168,89,.18);
    color: #5ee0a0;
}
#pfl-b2b-root .pfl-b2b-hero-panel__recommendation strong {
    color: #d9fbe9;
    font-family: Inter, sans-serif;
    font-size: 12px;
}
#pfl-b2b-root .pfl-b2b-hero-panel__recommendation ul {
    display: grid;
    gap: 4px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
}
#pfl-b2b-root .pfl-b2b-hero-panel__recommendation li {
    position: relative;
    padding-left: 15px;
    color: #d6e1ee;
    font-family: Inter, sans-serif;
    font-size: 10.5px;
    line-height: 1.4;
}
#pfl-b2b-root .pfl-b2b-hero-panel__recommendation li::before {
    content: '';
    position: absolute;
    top: .52em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5ee0a0;
}
#pfl-b2b-root .pfl-b2b-hero-panel__mobile-more {
    display: none;
    margin: 0;
    color: #a9b8c9;
    font-family: Inter, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

/* =============================================================
   B2B 1.17.379 — porównanie praktyki B2B i skutki zależne od stanu faktycznego
   ============================================================= */
#pfl-b2b-root .pfl-b2b-programmer-case {
    position: relative;
    overflow: hidden;
    padding: 100px 24px 104px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: linear-gradient(180deg, #07101f 0%, #0b1425 55%, #08111f 100%);
    color: #fff;
    scroll-margin-top: 96px;
}
#pfl-b2b-root .pfl-b2b-programmer-case__glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; opacity: .32; }
#pfl-b2b-root .pfl-b2b-programmer-case__glow--left { top: -280px; left: -250px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(245,158,11,.18), rgba(245,158,11,0) 70%); }
#pfl-b2b-root .pfl-b2b-programmer-case__glow--right { right: -260px; bottom: -300px; width: 680px; height: 680px; background: radial-gradient(circle, rgba(0,168,89,.18), rgba(45,212,191,.05) 45%, rgba(0,168,89,0) 72%); }
#pfl-b2b-root .pfl-b2b-programmer-case__container { position: relative; z-index: 1; max-width: 960px; margin: 0 auto; }
#pfl-b2b-root .pfl-b2b-programmer-case__heading { max-width: 960px; margin: 0 auto; text-align: center; }
#pfl-b2b-root .pfl-b2b-programmer-case__badge { display: inline-flex; align-items: center; gap: 9px; min-height: 34px; padding: 8px 13px; border: 1px solid rgba(125,211,252,.20); border-radius: 999px; background: rgba(14,165,233,.08); color: #a5e4ff; font: 850 11px/1.25 Inter,sans-serif; letter-spacing: .105em; }
#pfl-b2b-root .pfl-b2b-programmer-case__badge svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-programmer-case__title { margin: 24px 0 0; color: #f8fbff; font: 900 clamp(42px,4.25vw,64px)/1.04 Poppins,Inter,sans-serif; letter-spacing: -.045em; text-wrap: balance; }
#pfl-b2b-root .pfl-b2b-programmer-case__title > span { display: block; }
#pfl-b2b-root .pfl-b2b-programmer-case__title-accent { padding-bottom: .06em; background: linear-gradient(90deg,#6ee7b7 0%,#5ee0d0 42%,#93c5fd 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
#pfl-b2b-root .pfl-b2b-programmer-case__lead { max-width: 900px; margin: 23px auto 0; color: #bac8d9; font: 400 17px/1.7 Inter,sans-serif !important; text-wrap: pretty; }
#pfl-b2b-root .pfl-b2b-programmer-case__comparison { display: grid; grid-template-columns: minmax(0,1fr) 72px minmax(0,1fr); gap: 24px; align-items: stretch; margin-top: 46px; }
#pfl-b2b-root .pfl-b2b-programmer-case__card { min-width: 0; padding: 22px; border-radius: 20px; box-shadow: 0 28px 66px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.025); }
#pfl-b2b-root .pfl-b2b-programmer-case__card--verify { border: 1px solid rgba(245,158,11,.24); background: linear-gradient(155deg,rgba(255,255,255,.045),rgba(50,31,17,.22)); }
#pfl-b2b-root .pfl-b2b-programmer-case__card--ordered { border: 1px solid rgba(45,212,191,.25); background: linear-gradient(155deg,rgba(15,118,110,.14),rgba(255,255,255,.035)); }
#pfl-b2b-root .pfl-b2b-programmer-case__card-head { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-height: 128px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
#pfl-b2b-root .pfl-b2b-programmer-case__eyebrow { display: block; color: #91a4bb; font: 850 11px/1.3 Inter,sans-serif; letter-spacing: .11em; }
#pfl-b2b-root .pfl-b2b-programmer-case__card h3 { margin: 8px 0 0; color: #f7faff; font: 850 clamp(24px,2.15vw,31px)/1.16 Poppins,Inter,sans-serif; letter-spacing: -.024em; text-wrap: balance; }
#pfl-b2b-root .pfl-b2b-programmer-case__status { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 11px; border-radius: 999px; font: 800 12px/1.3 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-programmer-case__status svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-programmer-case__status--verify { border: 1px solid rgba(245,158,11,.25); background: rgba(245,158,11,.10); color: #facc7a; }
#pfl-b2b-root .pfl-b2b-programmer-case__status--ordered { border: 1px solid rgba(45,212,191,.25); background: rgba(45,212,191,.10); color: #7cead9; }
#pfl-b2b-root .pfl-b2b-programmer-case__signals { display: grid; margin: 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-programmer-case__signals li { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 14px; align-items: start; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.075); }
#pfl-b2b-root .pfl-b2b-programmer-case__signal-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.10); border-radius: 12px; background: rgba(255,255,255,.045); color: #c8d4e3; }
#pfl-b2b-root .pfl-b2b-programmer-case__card--verify .pfl-b2b-programmer-case__signal-icon { color: #f5c56b; }
#pfl-b2b-root .pfl-b2b-programmer-case__card--ordered .pfl-b2b-programmer-case__signal-icon { color: #64dfc9; }
#pfl-b2b-root .pfl-b2b-programmer-case__signal-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-programmer-case__signals h4 { margin: 0; color: #eef4fb; font: 800 16px/1.35 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-programmer-case__signals p { margin: 6px 0 0; color: #aebdd0; font: 400 16px/1.6 Inter,sans-serif !important; }
#pfl-b2b-root .pfl-b2b-programmer-case__card-summary { margin: 20px 0 0; padding: 14px 15px; border-radius: 13px; color: #dbe5f0; font: 700 14px/1.55 Inter,sans-serif !important; }
#pfl-b2b-root .pfl-b2b-programmer-case__card--verify .pfl-b2b-programmer-case__card-summary { border: 1px solid rgba(245,158,11,.18); background: rgba(245,158,11,.07); }
#pfl-b2b-root .pfl-b2b-programmer-case__card--ordered .pfl-b2b-programmer-case__card-summary { border: 1px solid rgba(45,212,191,.18); background: rgba(45,212,191,.07); }
#pfl-b2b-root .pfl-b2b-programmer-case__bridge { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; color: #b6c6d8; text-align: center; }
#pfl-b2b-root .pfl-b2b-programmer-case__bridge-line { width: 1px; height: 56px; background: linear-gradient(180deg,rgba(245,158,11,.5),rgba(100,116,139,.35),rgba(45,212,191,.5)); }
#pfl-b2b-root .pfl-b2b-programmer-case__bridge-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(147,197,253,.20); border-radius: 50%; background: #101d31; color: #94c8f9; box-shadow: 0 12px 24px rgba(0,0,0,.18); }
#pfl-b2b-root .pfl-b2b-programmer-case__bridge-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-programmer-case__bridge strong { font: 850 10px/1.45 Inter,sans-serif; letter-spacing: .1em; }
#pfl-b2b-root .pfl-b2b-programmer-case__difference { display: grid; grid-template-columns: minmax(220px,.55fr) minmax(0,1.1fr); gap: 12px 28px; align-items: center; margin-top: 30px; padding: 22px 24px; border: 1px solid rgba(147,197,253,.16); border-radius: 20px; background: rgba(255,255,255,.035); }
#pfl-b2b-root .pfl-b2b-programmer-case__difference span { color: #8fc8f6; font: 850 10px/1.3 Inter,sans-serif; letter-spacing: .11em; }
#pfl-b2b-root .pfl-b2b-programmer-case__difference h3 { margin: 7px 0 0; color: #f4f8fd; font: 800 19px/1.3 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-programmer-case__difference p { margin: 0; color: #b8c6d7; font: 400 15px/1.6 Inter,sans-serif !important; }
#pfl-b2b-root .pfl-b2b-programmer-case__difference small { grid-column: 2; color: #8fa1b6; font: 600 12.5px/1.45 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-programmer-case__actions { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; gap: 13px; margin-top: 28px; }
#pfl-b2b-root .pfl-b2b-programmer-case__primary-wrap { display: flex; flex-direction: column; align-items: center; gap: 8px; }
#pfl-b2b-root .pfl-b2b-programmer-case__primary { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 12px 21px; border: 1px solid #00a859; border-radius: 14px; background: #00a859; color: #fff; font: 850 15px/1.3 Inter,sans-serif; box-shadow: 0 15px 32px rgba(0,168,89,.22); cursor: pointer; transition: transform .2s ease,background-color .2s ease,box-shadow .2s ease; }
#pfl-b2b-root .pfl-b2b-programmer-case__primary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
#pfl-b2b-root .pfl-b2b-programmer-case__primary:hover, #pfl-b2b-root .pfl-b2b-programmer-case__primary:focus-visible { transform: translateY(-2px); background: #008f4b; box-shadow: 0 19px 38px rgba(0,168,89,.28); }
#pfl-b2b-root .pfl-b2b-programmer-case__primary-wrap > span { color: #8ea0b7; font: 650 12.5px/1.4 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences-toggle { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 18px; border: 1px solid transparent; border-radius: 14px; background: transparent; color: #d9e4f0; font: 800 14px/1.35 Inter,sans-serif; cursor: pointer; transition: border-color .2s ease,background-color .2s ease; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences-toggle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences-toggle[aria-expanded="true"] svg { transform: rotate(90deg); }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences-toggle:hover, #pfl-b2b-root .pfl-b2b-programmer-case__consequences-toggle:focus-visible { border-color: rgba(147,197,253,.38); background: rgba(147,197,253,.08); }
#pfl-b2b-root .pfl-b2b-programmer-case__primary:focus-visible, #pfl-b2b-root .pfl-b2b-programmer-case__consequences-toggle:focus-visible { outline: 3px solid #93c5fd; outline-offset: 3px; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences { overflow: hidden; max-height: 0; margin-top: 0; padding: 0 26px; border: 1px solid transparent; border-radius: 23px; background: rgba(255,255,255,.04); opacity: 0; transform: translateY(-7px); transition: max-height .38s ease,margin-top .3s ease,padding .3s ease,border-color .3s ease,opacity .24s ease,transform .24s ease; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences.is-open { max-height: 1100px; margin-top: 24px; padding: 26px; border-color: rgba(148,163,184,.17); opacity: 1; transform: none; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences-head span { color: #91c8f8; font: 850 10px/1.3 Inter,sans-serif; letter-spacing: .11em; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences-head h3 { margin: 8px 0 0; color: #f3f7fc; font: 850 25px/1.2 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin: 22px 0 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences li { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 12px; padding: 17px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.035); }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(147,197,253,.09); color: #95c9f7; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences li svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences h4 { margin: 0; color: #eaf1f8; font: 800 15px/1.35 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences li p { margin: 6px 0 0; color: #aebdd0; font: 400 14px/1.55 Inter,sans-serif !important; }
#pfl-b2b-root .pfl-b2b-programmer-case__consequences > p { margin: 18px 0 0; color: #96a8bd; font: 400 13px/1.6 Inter,sans-serif !important; }
#pfl-b2b-root .pfl-b2b-programmer-case.is-motion-ready [data-pfl-b2b-programmer-case-reveal],
#pfl-b2b-root .pfl-b2b-programmer-case.is-motion-ready [data-pfl-b2b-programmer-case-card],
#pfl-b2b-root .pfl-b2b-programmer-case.is-motion-ready [data-pfl-b2b-programmer-case-item] { opacity: 0; transform: translateY(8px); }
#pfl-b2b-root .pfl-b2b-programmer-case.is-motion-ready .is-visible { opacity: 1; transform: none; transition: opacity .38s ease,transform .38s ease; }
@media (max-width: 1000px) {
    #pfl-b2b-root .pfl-b2b-programmer-case__comparison { grid-template-columns: 1fr; gap: 0; max-width: 850px; margin-right: auto; margin-left: auto; }
    #pfl-b2b-root .pfl-b2b-programmer-case__bridge { min-height: 116px; padding: 14px 0; }
    #pfl-b2b-root .pfl-b2b-programmer-case__bridge-line { width: 1px; height: 30px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__bridge strong br { display: none; }
}
@media (max-width: 767px) {
    #pfl-b2b-root .pfl-b2b-programmer-case { padding: 76px 18px 84px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__heading { text-align: left; }
    #pfl-b2b-root .pfl-b2b-programmer-case__title { font-size: clamp(34px,9vw,42px); }
    #pfl-b2b-root .pfl-b2b-programmer-case__lead { font-size: 16px !important; }
    #pfl-b2b-root .pfl-b2b-programmer-case__card { padding: 22px 18px; border-radius: 22px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__card-head { min-height: 0; }
    #pfl-b2b-root .pfl-b2b-programmer-case__difference { grid-template-columns: 1fr; padding: 19px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__difference small { grid-column: auto; }
    #pfl-b2b-root .pfl-b2b-programmer-case__actions { align-items: stretch; flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-programmer-case__primary-wrap { align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-programmer-case__primary, #pfl-b2b-root .pfl-b2b-programmer-case__consequences-toggle { width: 100%; min-height: 50px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__consequences ul { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
    #pfl-b2b-root .pfl-b2b-programmer-case { padding-right: 15px; padding-left: 15px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__badge { align-items: flex-start; border-radius: 14px; font-size: 9.5px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__signals li { grid-template-columns: 36px minmax(0,1fr); gap: 11px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__signal-icon { width: 34px; height: 34px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__status { white-space: normal; }
    #pfl-b2b-root .pfl-b2b-programmer-case__consequences.is-open { padding: 20px 16px; }
    #pfl-b2b-root .pfl-b2b-programmer-case__consequences li { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-programmer-case.is-motion-ready [data-pfl-b2b-programmer-case-reveal],
    #pfl-b2b-root .pfl-b2b-programmer-case.is-motion-ready [data-pfl-b2b-programmer-case-card],
    #pfl-b2b-root .pfl-b2b-programmer-case.is-motion-ready [data-pfl-b2b-programmer-case-item] { opacity: 1; transform: none; }
    #pfl-b2b-root .pfl-b2b-programmer-case__consequences { transition-duration: .01ms; }
}

@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-programmer-case__title-accent { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
    #pfl-b2b-root .pfl-b2b-programmer-case__badge,
    #pfl-b2b-root .pfl-b2b-programmer-case__card,
    #pfl-b2b-root .pfl-b2b-programmer-case__status,
    #pfl-b2b-root .pfl-b2b-programmer-case__difference,
    #pfl-b2b-root .pfl-b2b-programmer-case__primary,
    #pfl-b2b-root .pfl-b2b-programmer-case__consequences-toggle,
    #pfl-b2b-root .pfl-b2b-programmer-case__consequences { border: 1px solid ButtonText; }
    #pfl-b2b-root .pfl-b2b-programmer-case__bridge-line { background: ButtonText; }
}

/* =============================================================
   B2B 1.17.378 — sekcje R3–R4 i skrócone sekcje edukacyjne JDG
   #strategie, #mechanizm, #harmonogram
   ============================================================= */

/* --- Wspólne podstawy --- */
#pfl-b2b-root .pfl-b2b-strategies,
#pfl-b2b-root .pfl-b2b-mechanism,
#pfl-b2b-root .pfl-b2b-timeline {
    position: relative;
    overflow: hidden;
    padding: 92px 24px 98px;
    font-family: Inter, sans-serif;
}
#pfl-b2b-root .pfl-b2b-strategies,
#pfl-b2b-root .pfl-b2b-timeline { background: #fff; border-bottom: 1px solid #e2e8f0; }
#pfl-b2b-root .pfl-b2b-mechanism { background: linear-gradient(180deg, #f8fbfa 0%, #fff 58%, #f8fafc 100%); border-bottom: 1px solid #e2e8f0; }
#pfl-b2b-root .pfl-b2b-strategies__container,
#pfl-b2b-root .pfl-b2b-mechanism__container,
#pfl-b2b-root .pfl-b2b-timeline__container { position: relative; z-index: 1; width: min(100%, 1280px); margin: 0 auto; }
#pfl-b2b-root .pfl-b2b-strategies__heading,
#pfl-b2b-root .pfl-b2b-mechanism__heading,
#pfl-b2b-root .pfl-b2b-timeline__heading { max-width: 920px; margin: 0 auto 48px; text-align: center; }
#pfl-b2b-root .pfl-b2b-strategies__badge,
#pfl-b2b-root .pfl-b2b-mechanism__badge,
#pfl-b2b-root .pfl-b2b-timeline__badge {
    display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 7px 13px;
    border: 1px solid rgba(0,168,89,.2); border-radius: 999px; background: rgba(0,168,89,.075);
    color: #007a45; font-size: 11px; font-weight: 850; letter-spacing: .095em;
}
#pfl-b2b-root .pfl-b2b-strategies__badge svg,
#pfl-b2b-root .pfl-b2b-mechanism__badge svg,
#pfl-b2b-root .pfl-b2b-timeline__badge svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-strategies__title,
#pfl-b2b-root .pfl-b2b-mechanism__title,
#pfl-b2b-root .pfl-b2b-timeline__title {
    margin: 22px 0 0; color: #10213e; font-family: Poppins, sans-serif; font-size: clamp(42px,4.35vw,64px);
    font-weight: 800; letter-spacing: -.045em; line-height: 1.04; text-wrap: balance;
}
#pfl-b2b-root .pfl-b2b-strategies__title span,
#pfl-b2b-root .pfl-b2b-mechanism__title span { display: block; }
#pfl-b2b-root .pfl-b2b-strategies__title span:last-child,
#pfl-b2b-root .pfl-b2b-mechanism__title span:last-child,
#pfl-b2b-root .pfl-b2b-timeline__title span {
    background: linear-gradient(92deg,#008a4b 0%,#0d9488 48%,#4f46e5 100%); -webkit-background-clip: text; background-clip: text; color: transparent;
}
#pfl-b2b-root .pfl-b2b-strategies__description,
#pfl-b2b-root .pfl-b2b-mechanism__description,
#pfl-b2b-root .pfl-b2b-timeline__description { max-width: 860px; margin: 21px auto 0; color: #52627a; font-size: 18px; line-height: 1.65; }

/* --- Strategie --- */
#pfl-b2b-root .pfl-b2b-strategies__glow { position: absolute; top: -330px; left: 50%; width: 720px; height: 520px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle,rgba(45,212,191,.14),rgba(45,212,191,0) 70%); pointer-events: none; }
#pfl-b2b-root .pfl-b2b-strategies__process { position: relative; isolation: isolate; }
#pfl-b2b-root .pfl-b2b-strategies__track { position: absolute; z-index: -1; top: 27px; right: 12%; left: 12%; height: 2px; background: #e4ecf1; }
#pfl-b2b-root .pfl-b2b-strategies__track span { display: block; width: 100%; height: 100%; transform-origin: left center; background: linear-gradient(90deg,#00a859,#0d9488,#4f46e5); }
#pfl-b2b-root .pfl-b2b-strategies__list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-strategies__item { position: relative; min-width: 0; }
#pfl-b2b-root .pfl-b2b-strategies__step { display: flex; min-height: 336px; height: 100%; flex-direction: column; padding: 28px 27px 25px; border: 1px solid #dfe7ef; border-radius: 26px; background: rgba(255,255,255,.98); box-shadow: 0 18px 44px rgba(15,23,42,.075),0 2px 8px rgba(15,23,42,.03); }
#pfl-b2b-root .pfl-b2b-strategies__item--profilio .pfl-b2b-strategies__step { border-color: rgba(0,168,89,.32); background: linear-gradient(155deg,#fff 0%,#f2fbf6 100%); box-shadow: 0 20px 48px rgba(0,122,69,.08),0 2px 8px rgba(15,23,42,.03); }
#pfl-b2b-root .pfl-b2b-strategies__step-top { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
#pfl-b2b-root .pfl-b2b-strategies__icon { display: grid; place-items: center; width: 48px; height: 48px; border: 5px solid #fff; border-radius: 16px; background: #e9f7f3; color: #0d7e75; box-shadow: 0 0 0 1px #dbe7e2,0 9px 22px rgba(15,23,42,.08); }
#pfl-b2b-root .pfl-b2b-strategies__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-strategies__label { color: #38506f; font-size: 11.5px; font-weight: 850; letter-spacing: .075em; line-height: 1.35; }
#pfl-b2b-root .pfl-b2b-strategies__step h3 { margin: 0; color: #10213e; font-family: Poppins,sans-serif; font-size: 23px; line-height: 1.22; letter-spacing: -.026em; text-wrap: balance; }
#pfl-b2b-root .pfl-b2b-strategies__step h3 + p { margin: 15px 0 0; color: #52627a; font-size: 15.5px; line-height: 1.62; }
#pfl-b2b-root .pfl-b2b-strategies__result { display: grid; grid-template-columns: 21px minmax(0,1fr); gap: 9px; align-items: start; margin: auto 0 0; padding-top: 20px; border-top: 1px solid #e7edf2; color: #425169; font-size: 14px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-strategies__result svg { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: #e6f6ee; color: #008a4b; fill: none; stroke: currentColor; stroke-width: 2.7; }
#pfl-b2b-root .pfl-b2b-strategies__result strong { color: #10213e; }
#pfl-b2b-root .pfl-b2b-strategies__note { width: min(940px,100%); margin: 27px auto 0; color: #64748b; font-size: 14px; line-height: 1.62; text-align: center; }
#pfl-b2b-root .pfl-b2b-strategies__actions { display: flex; align-items: flex-start; justify-content: center; gap: 14px; margin-top: 29px; }
#pfl-b2b-root .pfl-b2b-strategies__primary-wrap { display: flex; flex-direction: column; align-items: center; gap: 8px; }
#pfl-b2b-root .pfl-b2b-strategies__primary,
#pfl-b2b-root .pfl-b2b-strategies__secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 20px; border-radius: 15px; font-size: 15px; font-weight: 850; text-align: center; transition: transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease; }
#pfl-b2b-root .pfl-b2b-strategies__primary { min-width: 218px; gap: 10px; border: 1px solid #e4eaf0; background: #fff; color: #10213e; box-shadow: 0 15px 30px rgba(16,33,62,.14); cursor: pointer; }
#pfl-b2b-root .pfl-b2b-strategies__primary svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
#pfl-b2b-root .pfl-b2b-strategies__primary-wrap > span { color: #64748b; font-size: 12.5px; font-weight: 650; }
#pfl-b2b-root .pfl-b2b-strategies__secondary { min-width: 306px; border: 1px solid #cfdce5; background: #fff; color: #10213e; }
#pfl-b2b-root .pfl-b2b-strategies__primary:hover,
#pfl-b2b-root .pfl-b2b-strategies__primary:focus-visible { transform: translateY(-2px); border-color: rgba(0,168,89,.42); background: #f6fcf8; box-shadow: 0 19px 38px rgba(16,33,62,.19); }
#pfl-b2b-root .pfl-b2b-strategies__secondary:hover,
#pfl-b2b-root .pfl-b2b-strategies__secondary:focus-visible { transform: translateY(-2px); border-color: #00a859; background: #f6fcf8; }
#pfl-b2b-root .pfl-b2b-strategies__primary:hover svg { transform: translateX(3px); }
#pfl-b2b-root .pfl-b2b-strategies__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-strategies__secondary:focus-visible { outline: 3px solid rgba(37,99,235,.35); outline-offset: 3px; }

/* --- Mechanizm --- */
#pfl-b2b-root .pfl-b2b-mechanism__glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; filter: blur(10px); opacity: .32; }
#pfl-b2b-root .pfl-b2b-mechanism__glow--left { top: -330px; left: -250px; background: radial-gradient(circle,rgba(45,212,191,.18),rgba(45,212,191,0) 70%); }
#pfl-b2b-root .pfl-b2b-mechanism__glow--right { right: -280px; bottom: -360px; background: radial-gradient(circle,rgba(0,168,89,.16),rgba(0,168,89,0) 70%); }
#pfl-b2b-root .pfl-b2b-mechanism__process { position: relative; width: min(1152px,100%); margin: 0 auto; }
#pfl-b2b-root .pfl-b2b-mechanism__roles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 74px; margin: 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-mechanism__role-item { position: relative; min-width: 0; }
#pfl-b2b-root .pfl-b2b-mechanism__card { display: flex; min-height: 348px; height: 100%; flex-direction: column; padding: 28px 25px 25px; border: 1px solid #dfe7ef; border-radius: 26px; background: rgba(255,255,255,.97); box-shadow: 0 18px 44px rgba(15,23,42,.075),0 2px 8px rgba(15,23,42,.03); }
#pfl-b2b-root .pfl-b2b-mechanism__role-item--profilio .pfl-b2b-mechanism__card { border-color: rgba(0,168,89,.34); background: linear-gradient(155deg,#fff 0%,#f0fbf5 100%); box-shadow: 0 22px 56px rgba(0,122,69,.12),0 3px 10px rgba(15,23,42,.04); }
#pfl-b2b-root .pfl-b2b-mechanism__card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
#pfl-b2b-root .pfl-b2b-mechanism__icon { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid #dbe5ee; border-radius: 15px; background: #f5f8fb; color: #17345c; }
#pfl-b2b-root .pfl-b2b-mechanism__role-item--profilio .pfl-b2b-mechanism__icon { border-color: rgba(0,168,89,.22); background: #e7f8ef; color: #008a4b; }
#pfl-b2b-root .pfl-b2b-mechanism__icon svg,
#pfl-b2b-root .pfl-b2b-mechanism__points svg,
#pfl-b2b-root .pfl-b2b-mechanism__connector svg,
#pfl-b2b-root .pfl-b2b-mechanism__return svg,
#pfl-b2b-root .pfl-b2b-mechanism__primary svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-mechanism__icon svg { width: 22px; height: 22px; }
#pfl-b2b-root .pfl-b2b-mechanism__role-label { color: #38506f; font-size: 11.5px; font-weight: 850; letter-spacing: .08em; }
#pfl-b2b-root .pfl-b2b-mechanism__role-item--profilio .pfl-b2b-mechanism__role-label { color: #007a45; }
#pfl-b2b-root .pfl-b2b-mechanism__card h3 { margin: 0; color: #10213e; font-family: Poppins,sans-serif; font-size: 23px; line-height: 1.22; letter-spacing: -.025em; text-wrap: balance; }
#pfl-b2b-root .pfl-b2b-mechanism__points { display: grid; gap: 13px; margin: 20px 0 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-mechanism__points li { display: grid; grid-template-columns: 21px minmax(0,1fr); gap: 9px; align-items: start; color: #52627a; font-size: 15px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-mechanism__points svg { width: 20px; height: 20px; margin-top: 1px; padding: 4px; border-radius: 7px; background: #e8f7f5; color: #0d7e75; stroke-width: 2.5; }
#pfl-b2b-root .pfl-b2b-mechanism__result { margin: auto 0 0; padding-top: 20px; color: #52627a; font-size: 14px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-mechanism__result strong { color: #10213e; }
#pfl-b2b-root .pfl-b2b-mechanism__connector { position: absolute; z-index: 3; top: 82px; right: -72px; width: 70px; color: #0d9488; text-align: center; }
#pfl-b2b-root .pfl-b2b-mechanism__connector-label { display: block; width: 122px; margin: 0 0 8px -26px; color: #586b83; font-size: 11.5px; font-weight: 750; line-height: 1.32; }
#pfl-b2b-root .pfl-b2b-mechanism__connector-line { display: block; position: relative; height: 28px; border-top: 1px solid rgba(13,148,136,.34); }
#pfl-b2b-root .pfl-b2b-mechanism__connector-line svg { position: absolute; top: -13px; right: -2px; width: 26px; height: 26px; background: #f9fcfb; }
#pfl-b2b-root .pfl-b2b-mechanism__return { display: flex; align-items: center; justify-content: center; gap: 12px; width: min(760px,100%); margin: 25px auto 0; color: #38506f; font-size: 14px; font-weight: 750; text-align: center; }
#pfl-b2b-root .pfl-b2b-mechanism__return-line { display: block; width: 190px; color: #4f46e5; }
#pfl-b2b-root .pfl-b2b-mechanism__return-line svg { width: 100%; height: 20px; }
#pfl-b2b-root .pfl-b2b-mechanism__effect { display: grid; gap: 8px; width: min(792px,100%); margin: 28px auto 0; padding: 23px 25px; border: 1px solid rgba(0,168,89,.28); border-radius: 22px; background: linear-gradient(145deg,#fff,#f1faf5); box-shadow: 0 16px 40px rgba(15,23,42,.06); text-align: center; }
#pfl-b2b-root .pfl-b2b-mechanism__effect-label { color: #007a45; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
#pfl-b2b-root .pfl-b2b-mechanism__effect strong { color: #10213e; font-family: Poppins,sans-serif; font-size: clamp(20px,2.2vw,27px); line-height: 1.25; }
#pfl-b2b-root .pfl-b2b-mechanism__effect p { margin: 0; color: #52627a; font-size: 14px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-mechanism__actions { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 13px; margin-top: 27px; }
#pfl-b2b-root .pfl-b2b-mechanism__primary-wrap { display: flex; flex-direction: column; align-items: center; gap: 7px; }
#pfl-b2b-root .pfl-b2b-mechanism__primary,
#pfl-b2b-root .pfl-b2b-mechanism__secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 20px; border-radius: 15px; font-size: 15px; font-weight: 850; text-align: center; transition: transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease; }
#pfl-b2b-root .pfl-b2b-mechanism__primary { min-width: 253px; gap: 10px; border: 1px solid #e4eaf0; background: #fff; color: #10213e; box-shadow: 0 16px 34px rgba(16,33,62,.13); cursor: pointer; }
#pfl-b2b-root .pfl-b2b-mechanism__primary svg { width: 18px; height: 18px; transition: transform .2s ease; }
#pfl-b2b-root .pfl-b2b-mechanism__primary[aria-expanded="true"] svg { transform: rotate(180deg); }
#pfl-b2b-root .pfl-b2b-mechanism__primary-wrap > span { color: #64748b; font-size: 12px; font-weight: 650; }
#pfl-b2b-root .pfl-b2b-mechanism__secondary { min-width: 267px; border: 1px solid #cfdce5; background: #fff; color: #10213e; }
#pfl-b2b-root .pfl-b2b-mechanism__diagnosis-link { display: inline-flex; min-height: 44px; flex-basis: 100%; align-items: center; justify-content: center; border: 0; background: transparent; color: #52627a; font-size: 14px; line-height: 1.45; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-mechanism__diagnosis-link strong { color: #10213e; text-decoration: underline; text-underline-offset: 3px; }
#pfl-b2b-root .pfl-b2b-mechanism__primary:hover,
#pfl-b2b-root .pfl-b2b-mechanism__primary:focus-visible { transform: translateY(-2px); border-color: rgba(0,168,89,.42); background: #f6fcf8; box-shadow: 0 20px 42px rgba(16,33,62,.18); }
#pfl-b2b-root .pfl-b2b-mechanism__secondary:hover,
#pfl-b2b-root .pfl-b2b-mechanism__secondary:focus-visible { transform: translateY(-2px); border-color: #00a859; background: #f6fcf8; }
#pfl-b2b-root .pfl-b2b-mechanism__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-mechanism__secondary:focus-visible,
#pfl-b2b-root .pfl-b2b-mechanism__diagnosis-link:focus-visible { outline: 3px solid rgba(37,99,235,.35); outline-offset: 3px; }
#pfl-b2b-root .pfl-b2b-mechanism-preview { width: min(920px,100%); overflow: hidden; max-height: 0; margin: 0 auto; opacity: 0; border: 1px solid rgba(148,163,184,.26); border-radius: 24px; background: #fff; box-shadow: 0 18px 46px rgba(15,23,42,.08); transform: translateY(-8px); transition: max-height .45s ease,opacity .25s ease,transform .3s ease,margin-top .3s ease,padding .3s ease; }
#pfl-b2b-root .pfl-b2b-mechanism-preview.is-open { max-height: 1200px; margin-top: 24px; padding: 24px; opacity: 1; transform: translateY(0); }
#pfl-b2b-root .pfl-b2b-mechanism-preview__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid #e2e8f0; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__header span:first-child { color: #007a45; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__header h3 { margin: 7px 0 0; color: #10213e; font-family: Poppins,sans-serif; font-size: 24px; line-height: 1.25; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__state { flex: 0 0 auto; padding: 7px 11px; border: 1px solid rgba(0,168,89,.22); border-radius: 999px; background: #effaf4; color: #007a45; font-size: 11px; font-weight: 850; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__progress { height: 3px; margin: 18px 0 0; overflow: hidden; border-radius: 999px; background: #e2e8f0; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg,#00a859,#0d9488); transition: transform .7s ease; }
#pfl-b2b-root .pfl-b2b-mechanism-preview.is-complete .pfl-b2b-mechanism-preview__progress span { transform: scaleX(1); }
#pfl-b2b-root .pfl-b2b-mechanism-preview__steps { display: grid; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__steps li { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 12px; align-items: start; padding: 14px; border: 1px solid #e2e8f0; border-radius: 15px; background: #f8fafc; opacity: 1; transform: none; }
#pfl-b2b-root .pfl-b2b-mechanism-preview.is-animating .pfl-b2b-mechanism-preview__steps li { opacity: 0; transform: translateY(8px); }
#pfl-b2b-root .pfl-b2b-mechanism-preview.is-animating .pfl-b2b-mechanism-preview__steps li.is-visible { opacity: 1; transform: translateY(0); transition: opacity .3s ease,transform .3s ease; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__steps li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: #e8f7f5; color: #0d7e75; font-size: 11px; font-weight: 900; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__steps strong { color: #10213e; font-size: 15px; }
#pfl-b2b-root .pfl-b2b-mechanism-preview__steps p { margin: 4px 0 0; color: #52627a; font-size: 14px; line-height: 1.5; }

/* --- Harmonogram --- */
#pfl-b2b-root .pfl-b2b-timeline__glow { position: absolute; top: -350px; left: 50%; width: 760px; height: 620px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle,rgba(59,130,246,.1),rgba(59,130,246,0) 70%); pointer-events: none; }
#pfl-b2b-root .pfl-b2b-timeline__monitor { position: relative; width: min(1040px,100%); margin: 0 auto; }
#pfl-b2b-root .pfl-b2b-timeline__rail { position: absolute; top: 22px; bottom: 22px; left: 17px; width: 2px; background: #e2e8f0; }
#pfl-b2b-root .pfl-b2b-timeline__rail span { display: block; width: 100%; height: 100%; transform-origin: top center; background: linear-gradient(180deg,#00a859,#0d9488); }
#pfl-b2b-root .pfl-b2b-timeline__list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-timeline__item { position: relative; padding-left: 58px; }
#pfl-b2b-root .pfl-b2b-timeline__dot { position: absolute; z-index: 2; top: 22px; left: 0; display: grid; place-items: center; width: 36px; height: 36px; border: 5px solid #fff; border-radius: 50%; background: #00a859; color: #fff; box-shadow: 0 0 0 1px rgba(0,168,89,.25),0 8px 20px rgba(0,168,89,.18); }
#pfl-b2b-root .pfl-b2b-timeline__dot svg,
#pfl-b2b-root .pfl-b2b-timeline__event-icon svg,
#pfl-b2b-root .pfl-b2b-timeline__summary-icon svg,
#pfl-b2b-root .pfl-b2b-timeline__primary svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-timeline__dot svg { width: 15px; height: 15px; }
#pfl-b2b-root .pfl-b2b-timeline__event { padding: 25px 26px; border: 1px solid #dde6ee; border-radius: 23px; background: #fff; box-shadow: 0 14px 35px rgba(15,23,42,.055); }
#pfl-b2b-root .pfl-b2b-timeline__meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 17px; }
#pfl-b2b-root .pfl-b2b-timeline__meta time { color: #10213e; font-size: 14px; font-weight: 850; }
#pfl-b2b-root .pfl-b2b-timeline__status { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 10px; border: 1px solid rgba(0,168,89,.24); border-radius: 999px; background: #effaf4; color: #007a45; font-size: 10px; font-weight: 900; letter-spacing: .075em; }
#pfl-b2b-root .pfl-b2b-timeline__event-body { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 15px; align-items: start; }
#pfl-b2b-root .pfl-b2b-timeline__event-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #dbe5ee; border-radius: 13px; background: #f1f7fb; color: #1457a6; }
#pfl-b2b-root .pfl-b2b-timeline__event-icon svg { width: 21px; height: 21px; }
#pfl-b2b-root .pfl-b2b-timeline__event h3 { margin: 0; color: #10213e; font-family: Poppins,sans-serif; font-size: 21px; line-height: 1.27; letter-spacing: -.02em; }
#pfl-b2b-root .pfl-b2b-timeline__event h3 + p { margin: 8px 0 0; color: #52627a; font-size: 15.5px; line-height: 1.58; }
#pfl-b2b-root .pfl-b2b-timeline__summary { display: grid; gap: 21px; width: min(1040px,100%); margin: 25px auto 0; padding: 27px 28px; border: 1px solid rgba(0,168,89,.24); border-radius: 24px; background: linear-gradient(145deg,#fff,#f1faf5); box-shadow: 0 18px 44px rgba(15,23,42,.06); }
#pfl-b2b-root .pfl-b2b-timeline__summary-copy { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 16px; align-items: start; }
#pfl-b2b-root .pfl-b2b-timeline__summary-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: #e7f8ef; color: #008a4b; }
#pfl-b2b-root .pfl-b2b-timeline__summary-icon svg { width: 24px; height: 24px; }
#pfl-b2b-root .pfl-b2b-timeline__summary h3 { margin: 0; color: #10213e; font-family: Poppins,sans-serif; font-size: 27px; line-height: 1.25; }
#pfl-b2b-root .pfl-b2b-timeline__summary p { margin: 8px 0 0; color: #52627a; font-size: 15px; line-height: 1.58; }
#pfl-b2b-root .pfl-b2b-timeline__actions { display: flex; align-items: flex-start; gap: 13px; }
#pfl-b2b-root .pfl-b2b-timeline__primary-wrap { display: flex; flex-direction: column; align-items: center; gap: 7px; }
#pfl-b2b-root .pfl-b2b-timeline__primary,
#pfl-b2b-root .pfl-b2b-timeline__secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 19px; border-radius: 14px; font-size: 14.5px; font-weight: 850; text-align: center; transition: transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease; }
#pfl-b2b-root .pfl-b2b-timeline__primary { gap: 10px; border: 1px solid #10213e; background: #10213e; color: #fff; cursor: pointer; box-shadow: 0 14px 29px rgba(16,33,62,.16); }
#pfl-b2b-root .pfl-b2b-timeline__primary svg { width: 18px; height: 18px; }
#pfl-b2b-root .pfl-b2b-timeline__primary-wrap > span { color: #64748b; font-size: 12px; }
#pfl-b2b-root .pfl-b2b-timeline__secondary { border: 1px solid #cfdce5; background: #fff; color: #10213e; }
#pfl-b2b-root .pfl-b2b-timeline__primary:hover,
#pfl-b2b-root .pfl-b2b-timeline__primary:focus-visible { transform: translateY(-2px); background: #071734; }
#pfl-b2b-root .pfl-b2b-timeline__secondary:hover,
#pfl-b2b-root .pfl-b2b-timeline__secondary:focus-visible { transform: translateY(-2px); border-color: #00a859; background: #f6fcf8; }
#pfl-b2b-root .pfl-b2b-timeline__sources { width: min(1040px,100%); margin: 17px auto 0; border-top: 1px solid #e2e8f0; }
#pfl-b2b-root .pfl-b2b-timeline__sources summary { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 12px 4px; color: #526076; font-size: 14px; font-weight: 750; cursor: pointer; list-style: none; }
#pfl-b2b-root .pfl-b2b-timeline__sources summary::-webkit-details-marker { display: none; }
#pfl-b2b-root .pfl-b2b-timeline__sources summary span { transition: transform .2s ease; }
#pfl-b2b-root .pfl-b2b-timeline__sources[open] summary span { transform: rotate(90deg); }
#pfl-b2b-root .pfl-b2b-timeline__sources-content { padding: 5px 0 17px; color: #526076; }
#pfl-b2b-root .pfl-b2b-timeline__sources-content p { margin: 0 0 11px; padding: 12px 14px; border-left: 3px solid #7c3aed; border-radius: 0 10px 10px 0; background: #f7f5ff; color: #4c3d79; font-size: 14px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-timeline__sources-content ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; }
#pfl-b2b-root .pfl-b2b-timeline__sources-content li { color: #526076; font-size: 14px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-timeline__sources-content a { color: #1457a6; text-decoration: underline; text-underline-offset: 3px; }
#pfl-b2b-root .pfl-b2b-timeline__sources-content a:hover,
#pfl-b2b-root .pfl-b2b-timeline__sources-content a:focus-visible { color: #008a4b; }
#pfl-b2b-root .pfl-b2b-timeline__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-timeline__secondary:focus-visible,
#pfl-b2b-root .pfl-b2b-timeline__sources summary:focus-visible,
#pfl-b2b-root .pfl-b2b-timeline__sources a:focus-visible { outline: 3px solid rgba(37,99,235,.35); outline-offset: 3px; }

/* --- Jednorazowe wejścia JS --- */
#pfl-b2b-root .pfl-b2b-strategies.is-motion-ready [data-pfl-b2b-strategies-reveal],
#pfl-b2b-root .pfl-b2b-strategies.is-motion-ready [data-pfl-b2b-strategies-item],
#pfl-b2b-root .pfl-b2b-mechanism.is-motion-ready [data-pfl-b2b-mechanism-reveal],
#pfl-b2b-root .pfl-b2b-mechanism.is-motion-ready [data-pfl-b2b-mechanism-item],
#pfl-b2b-root .pfl-b2b-mechanism.is-motion-ready [data-pfl-b2b-mechanism-connector],
#pfl-b2b-root .pfl-b2b-timeline.is-motion-ready [data-pfl-b2b-timeline-reveal],
#pfl-b2b-root .pfl-b2b-timeline.is-motion-ready [data-pfl-b2b-timeline-item] { opacity: 0; transform: translateY(12px); }
#pfl-b2b-root .pfl-b2b-strategies.is-motion-ready [data-pfl-b2b-strategies-reveal].is-visible,
#pfl-b2b-root .pfl-b2b-strategies.is-motion-ready [data-pfl-b2b-strategies-item].is-visible,
#pfl-b2b-root .pfl-b2b-mechanism.is-motion-ready [data-pfl-b2b-mechanism-reveal].is-visible,
#pfl-b2b-root .pfl-b2b-mechanism.is-motion-ready [data-pfl-b2b-mechanism-item].is-visible,
#pfl-b2b-root .pfl-b2b-mechanism.is-motion-ready [data-pfl-b2b-mechanism-connector].is-visible,
#pfl-b2b-root .pfl-b2b-timeline.is-motion-ready [data-pfl-b2b-timeline-reveal].is-visible,
#pfl-b2b-root .pfl-b2b-timeline.is-motion-ready [data-pfl-b2b-timeline-item].is-visible { opacity: 1; transform: translateY(0); transition: opacity .42s ease,transform .42s cubic-bezier(.2,.7,.2,1); }
#pfl-b2b-root .pfl-b2b-strategies.is-motion-ready .pfl-b2b-strategies__track span { transform: scaleX(0); }
#pfl-b2b-root .pfl-b2b-strategies.is-motion-ready .pfl-b2b-strategies__track span.is-visible { transform: scaleX(1); transition: transform 1.1s cubic-bezier(.3,.7,.2,1); }
#pfl-b2b-root .pfl-b2b-timeline.is-motion-ready .pfl-b2b-timeline__rail span { transform: scaleY(0); }
#pfl-b2b-root .pfl-b2b-timeline.is-motion-ready .pfl-b2b-timeline__rail span.is-visible { transform: scaleY(1); transition: transform 1.15s cubic-bezier(.3,.7,.2,1); }

@media (max-width: 1100px) {
    #pfl-b2b-root .pfl-b2b-strategies,
    #pfl-b2b-root .pfl-b2b-mechanism,
    #pfl-b2b-root .pfl-b2b-timeline { padding-right: 22px; padding-left: 22px; }
    #pfl-b2b-root .pfl-b2b-strategies__list,
    #pfl-b2b-root .pfl-b2b-mechanism__roles { grid-template-columns: 1fr; gap: 18px; }
    #pfl-b2b-root .pfl-b2b-strategies__track { top: 24px; right: auto; bottom: 24px; left: 22px; width: 2px; height: auto; }
    #pfl-b2b-root .pfl-b2b-strategies__track span { width: 100%; height: 100%; transform-origin: top center; }
    #pfl-b2b-root .pfl-b2b-strategies__item { padding-left: 58px; }
    #pfl-b2b-root .pfl-b2b-strategies__step { min-height: 0; }
    #pfl-b2b-root .pfl-b2b-strategies__icon { margin-left: -72px; }
    #pfl-b2b-root .pfl-b2b-strategies__step-top { padding-left: 72px; }
    #pfl-b2b-root .pfl-b2b-strategies.is-motion-ready .pfl-b2b-strategies__track span { transform: scaleY(0); }
    #pfl-b2b-root .pfl-b2b-strategies.is-motion-ready .pfl-b2b-strategies__track span.is-visible { transform: scaleY(1); }
    #pfl-b2b-root .pfl-b2b-mechanism__connector { position: static; display: grid; justify-items: center; align-content: center; min-height: 68px; width: auto; margin: 18px 0; }
    #pfl-b2b-root .pfl-b2b-mechanism__card { min-height: 0; }
    #pfl-b2b-root .pfl-b2b-mechanism__connector-label { width: auto; margin: 0 0 10px; font-size: 12px; }
    #pfl-b2b-root .pfl-b2b-mechanism__connector-line { width: 2px; height: 38px; border-top: 0; border-left: 1px solid rgba(13,148,136,.34); }
    #pfl-b2b-root .pfl-b2b-mechanism__connector-line svg { top: auto; right: -12px; bottom: -5px; transform: rotate(90deg); background: #fff; }
    #pfl-b2b-root .pfl-b2b-mechanism__return { flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-mechanism__return-line { width: 2px; height: 34px; }
    #pfl-b2b-root .pfl-b2b-mechanism__return-line svg { width: 24px; height: 34px; transform: rotate(-90deg); }
}

@media (max-width: 767px) {
    #pfl-b2b-root .pfl-b2b-strategies,
    #pfl-b2b-root .pfl-b2b-mechanism,
    #pfl-b2b-root .pfl-b2b-timeline { padding: 68px 18px 82px; }
    #pfl-b2b-root .pfl-b2b-strategies__heading,
    #pfl-b2b-root .pfl-b2b-mechanism__heading,
    #pfl-b2b-root .pfl-b2b-timeline__heading { margin-bottom: 37px; text-align: left; }
    #pfl-b2b-root .pfl-b2b-strategies__title,
    #pfl-b2b-root .pfl-b2b-mechanism__title,
    #pfl-b2b-root .pfl-b2b-timeline__title { font-size: clamp(34px,9.5vw,43px); line-height: 1.07; }
    #pfl-b2b-root .pfl-b2b-strategies__description,
    #pfl-b2b-root .pfl-b2b-mechanism__description,
    #pfl-b2b-root .pfl-b2b-timeline__description { margin-top: 17px; font-size: 16px; line-height: 1.62; }
    #pfl-b2b-root .pfl-b2b-strategies__track { left: 13px; }
    #pfl-b2b-root .pfl-b2b-strategies__item { padding-left: 42px; }
    #pfl-b2b-root .pfl-b2b-strategies__step,
    #pfl-b2b-root .pfl-b2b-mechanism__card { padding: 22px 18px; border-radius: 21px; }
    #pfl-b2b-root .pfl-b2b-strategies__step-top { padding-left: 0; }
    #pfl-b2b-root .pfl-b2b-strategies__icon { width: 40px; height: 40px; margin-left: -55px; border-width: 4px; border-radius: 13px; }
    #pfl-b2b-root .pfl-b2b-strategies__label { font-size: 11px; }
    #pfl-b2b-root .pfl-b2b-strategies__step h3,
    #pfl-b2b-root .pfl-b2b-mechanism__card h3 { font-size: 21px; }
    #pfl-b2b-root .pfl-b2b-strategies__step h3 + p,
    #pfl-b2b-root .pfl-b2b-mechanism__points li { font-size: 16px; }
    #pfl-b2b-root .pfl-b2b-strategies__note { text-align: left; }
    #pfl-b2b-root .pfl-b2b-strategies__actions,
    #pfl-b2b-root .pfl-b2b-mechanism__actions,
    #pfl-b2b-root .pfl-b2b-timeline__actions { flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-strategies__primary-wrap,
    #pfl-b2b-root .pfl-b2b-strategies__primary,
    #pfl-b2b-root .pfl-b2b-strategies__secondary,
    #pfl-b2b-root .pfl-b2b-mechanism__primary-wrap,
    #pfl-b2b-root .pfl-b2b-mechanism__primary,
    #pfl-b2b-root .pfl-b2b-mechanism__secondary,
    #pfl-b2b-root .pfl-b2b-timeline__primary-wrap,
    #pfl-b2b-root .pfl-b2b-timeline__primary,
    #pfl-b2b-root .pfl-b2b-timeline__secondary { width: 100%; }
    #pfl-b2b-root .pfl-b2b-strategies__primary,
    #pfl-b2b-root .pfl-b2b-strategies__secondary,
    #pfl-b2b-root .pfl-b2b-mechanism__primary,
    #pfl-b2b-root .pfl-b2b-mechanism__secondary,
    #pfl-b2b-root .pfl-b2b-timeline__primary,
    #pfl-b2b-root .pfl-b2b-timeline__secondary { min-height: 50px; }
    #pfl-b2b-root .pfl-b2b-mechanism__diagnosis-link { padding: 9px 0 4px; }
    #pfl-b2b-root .pfl-b2b-mechanism__effect { padding: 20px 17px; text-align: left; }
    #pfl-b2b-root .pfl-b2b-mechanism-preview.is-open { padding: 19px 16px; }
    #pfl-b2b-root .pfl-b2b-mechanism-preview__header { flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-mechanism-preview__state { align-self: flex-start; }
    #pfl-b2b-root .pfl-b2b-mechanism-preview__steps li { grid-template-columns: 35px minmax(0,1fr); padding: 13px 12px; }
    #pfl-b2b-root .pfl-b2b-timeline__rail { left: 14px; }
    #pfl-b2b-root .pfl-b2b-timeline__item { padding-left: 45px; }
    #pfl-b2b-root .pfl-b2b-timeline__dot { left: -1px; width: 31px; height: 31px; border-width: 4px; }
    #pfl-b2b-root .pfl-b2b-timeline__event { padding: 20px 17px; border-radius: 20px; }
    #pfl-b2b-root .pfl-b2b-timeline__meta { align-items: flex-start; }
    #pfl-b2b-root .pfl-b2b-timeline__status { white-space: normal; }
    #pfl-b2b-root .pfl-b2b-timeline__event-body { grid-template-columns: 1fr; gap: 11px; }
    #pfl-b2b-root .pfl-b2b-timeline__event h3 { font-size: 20px; }
    #pfl-b2b-root .pfl-b2b-timeline__event h3 + p { font-size: 16px; }
    #pfl-b2b-root .pfl-b2b-timeline__summary { padding: 23px 19px; }
    #pfl-b2b-root .pfl-b2b-timeline__summary-copy { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-timeline__summary h3 { font-size: 25px; }
    #pfl-b2b-root .pfl-b2b-timeline__sources summary { width: 100%; justify-content: space-between; }
}

@media (max-width: 390px) {
    #pfl-b2b-root .pfl-b2b-strategies,
    #pfl-b2b-root .pfl-b2b-mechanism,
    #pfl-b2b-root .pfl-b2b-timeline { padding-right: 15px; padding-left: 15px; }
    #pfl-b2b-root .pfl-b2b-strategies__badge,
    #pfl-b2b-root .pfl-b2b-mechanism__badge,
    #pfl-b2b-root .pfl-b2b-timeline__badge { align-items: flex-start; border-radius: 15px; font-size: 9.5px; }
    #pfl-b2b-root .pfl-b2b-strategies__track { left: 11px; }
    #pfl-b2b-root .pfl-b2b-strategies__item { padding-left: 38px; }
    #pfl-b2b-root .pfl-b2b-strategies__icon { margin-left: -51px; }
    #pfl-b2b-root .pfl-b2b-timeline__meta { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-strategies [data-pfl-b2b-strategies-reveal],
    #pfl-b2b-root .pfl-b2b-strategies [data-pfl-b2b-strategies-item],
    #pfl-b2b-root .pfl-b2b-mechanism [data-pfl-b2b-mechanism-reveal],
    #pfl-b2b-root .pfl-b2b-mechanism [data-pfl-b2b-mechanism-item],
    #pfl-b2b-root .pfl-b2b-mechanism [data-pfl-b2b-mechanism-connector],
    #pfl-b2b-root .pfl-b2b-timeline [data-pfl-b2b-timeline-reveal],
    #pfl-b2b-root .pfl-b2b-timeline [data-pfl-b2b-timeline-item],
    #pfl-b2b-root .pfl-b2b-strategies__track span,
    #pfl-b2b-root .pfl-b2b-timeline__rail span,
    #pfl-b2b-root .pfl-b2b-mechanism-preview,
    #pfl-b2b-root .pfl-b2b-mechanism-preview__steps li,
    #pfl-b2b-root .pfl-b2b-mechanism-preview__progress span { opacity: 1; transform: none; transition: none; animation: none; }
}

@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-strategies__title span:last-child { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
    #pfl-b2b-root .pfl-b2b-strategies__badge,
    #pfl-b2b-root .pfl-b2b-strategies__step,
    #pfl-b2b-root .pfl-b2b-strategies__primary,
    #pfl-b2b-root .pfl-b2b-strategies__secondary { border: 1px solid ButtonText; }
    #pfl-b2b-root .pfl-b2b-strategies__track,
    #pfl-b2b-root .pfl-b2b-strategies__track span { background: ButtonText; }
    #pfl-b2b-root .pfl-b2b-mechanism__title span:last-child { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
    #pfl-b2b-root .pfl-b2b-mechanism__badge,
    #pfl-b2b-root .pfl-b2b-mechanism__card,
    #pfl-b2b-root .pfl-b2b-mechanism__effect,
    #pfl-b2b-root .pfl-b2b-mechanism__primary,
    #pfl-b2b-root .pfl-b2b-mechanism__secondary,
    #pfl-b2b-root .pfl-b2b-mechanism-preview { border: 1px solid ButtonText; }
    #pfl-b2b-root .pfl-b2b-mechanism__connector-line { border-color: ButtonText; }
}

#pfl-b2b-root .pfl-b2b-diagnosis-modal {
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    font-family: Inter, sans-serif;
    transition: opacity .18s ease;
}
#pfl-b2b-root .pfl-b2b-diagnosis-modal.is-open { opacity: 1; }
#pfl-b2b-root .pfl-b2b-diagnosis-modal__backdrop { position: absolute; inset: 0; background: rgba(7,23,52,.72); backdrop-filter: blur(9px); }
#pfl-b2b-root .pfl-b2b-diagnosis-modal__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(720px, 100%);
    max-height: min(760px, calc(100dvh - 48px));
    overflow: hidden;
    border: 1px solid rgba(148,163,184,.28);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 34px 90px rgba(7,23,52,.34);
    transform: translateY(12px) scale(.985);
    transition: transform .22s cubic-bezier(.2,.8,.2,1);
}
#pfl-b2b-root .pfl-b2b-diagnosis-modal.is-open .pfl-b2b-diagnosis-modal__dialog { transform: translateY(0) scale(1); }
#pfl-b2b-root .pfl-b2b-diagnosis-modal__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 0 0 auto;
    min-height: 76px;
    padding: 14px 18px 14px 24px;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255,255,255,.96);
}
#pfl-b2b-root .pfl-b2b-diagnosis-modal__header > div { display: flex; flex-direction: column; gap: 2px; }
#pfl-b2b-root .pfl-b2b-diagnosis-modal__header strong { color: #10213e; font-size: 15px; }
#pfl-b2b-root .pfl-b2b-diagnosis-modal__step { color: #008a4b; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
#pfl-b2b-root .pfl-b2b-diagnosis-modal__close {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border: 1px solid #d8e1ea !important;
    border-radius: 14px;
    background: #f8fafc !important;
    color: #10213e !important;
    cursor: pointer;
}
#pfl-b2b-root .pfl-b2b-diagnosis-modal__close:hover,
#pfl-b2b-root .pfl-b2b-diagnosis-modal__close:focus-visible { border-color: #00a859 !important; background: #eef9f3 !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-modal__body { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: clamp(24px, 5vw, 42px); }
#pfl-b2b-root .pfl-b2b-diagnosis-screen { animation: pfl-b2b-screen-in .26s ease both; }
@keyframes pfl-b2b-screen-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
#pfl-b2b-root .pfl-b2b-diagnosis-screen h2 { margin: 0; color: #10213e; font-family: Poppins, Inter, sans-serif; font-size: clamp(28px, 4vw, 38px); line-height: 1.12; font-weight: 900; letter-spacing: -.035em; }
#pfl-b2b-root .pfl-b2b-diagnosis-screen > p { margin-top: 14px; color: #5e6b82; font-size: 16px !important; line-height: 1.65 !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-intro__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 20px; border: 1px solid #d9eee4; border-radius: 17px; background: #eef9f3; color: #008a4b; }
#pfl-b2b-root .pfl-b2b-diagnosis-intro__icon svg { width: 25px !important; height: 25px !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-intro__facts { display: grid; gap: 10px; margin: 24px 0 28px; }
#pfl-b2b-root .pfl-b2b-diagnosis-intro__facts li { display: flex; align-items: center; gap: 12px; color: #334155; font-size: 14px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-diagnosis-intro__facts li span { display: grid; flex: 0 0 auto; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: #f1f5f9; color: #64748b; font-size: 10px; font-weight: 800; }
#pfl-b2b-root .pfl-b2b-diagnosis-intro__disclaimer { margin: -8px 0 22px; padding: 11px 13px; border-left: 3px solid #cbd5e1; border-radius: 0 10px 10px 0; background: #f8fafc; color: #64748b; font-size: 13px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-diagnosis-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 19px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
#pfl-b2b-root .pfl-b2b-diagnosis-button svg { width: 17px !important; height: 17px !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-button:disabled { cursor: not-allowed; opacity: .48; transform: none !important; box-shadow: none; }
#pfl-b2b-root .pfl-b2b-diagnosis-button--primary { border: 1px solid #10213e !important; background: #10213e !important; color: #fff !important; box-shadow: 0 14px 26px rgba(16,33,62,.16); }
#pfl-b2b-root .pfl-b2b-diagnosis-button--primary:hover,
#pfl-b2b-root .pfl-b2b-diagnosis-button--primary:focus-visible { transform: translateY(-1px); background: #071734 !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-button--secondary { border: 1px solid #d8e1ea !important; background: #fff !important; color: #10213e !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-button--secondary:hover,
#pfl-b2b-root .pfl-b2b-diagnosis-button--secondary:focus-visible { border-color: #00a859 !important; background: #f2fbf6 !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-progress { margin-bottom: 28px; }
#pfl-b2b-root .pfl-b2b-diagnosis-progress > div:first-child { display: flex; justify-content: space-between; color: #64748b; font-size: 12px; font-weight: 750; }
#pfl-b2b-root .pfl-b2b-diagnosis-progress__track { height: 7px; margin-top: 9px; overflow: hidden; border-radius: 99px; background: #e8edf3; }
#pfl-b2b-root .pfl-b2b-diagnosis-progress__track span { display: block; width: 20%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#00a859,#2dd4bf); transition: width .25s ease; }
#pfl-b2b-root .pfl-b2b-diagnosis-question__help { margin: 0 0 18px; padding: 12px 14px; border: 1px solid #dbe5ee; border-radius: 12px; background: #f8fafc; color: #5f6f84; font-size: 13px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-diagnosis-question { margin: 0; padding: 0; border: 0; }
#pfl-b2b-root .pfl-b2b-diagnosis-question legend { max-width: 620px; margin-bottom: 24px; color: #10213e; font-family: Poppins, Inter, sans-serif; font-size: clamp(23px, 3.4vw, 31px); line-height: 1.25; font-weight: 850; letter-spacing: -.025em; }
#pfl-b2b-root .pfl-b2b-diagnosis-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
#pfl-b2b-root .pfl-b2b-diagnosis-options label { position: relative; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-diagnosis-options input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-diagnosis-options span { display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 11px 14px; border: 1px solid #d8e1ea; border-radius: 13px; background: #fff; color: #334155; font-size: 14px; font-weight: 750; transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease; }
#pfl-b2b-root .pfl-b2b-diagnosis-options input:hover + span { border-color: #94a3b8; background: #f8fafc; }
#pfl-b2b-root .pfl-b2b-diagnosis-options input:checked + span { border-color: #00a859; background: #eef9f3; color: #006b3d; box-shadow: 0 0 0 3px rgba(0,168,89,.09); }
#pfl-b2b-root .pfl-b2b-diagnosis-options input:focus-visible + span { outline: 3px solid rgba(37,99,235,.35); outline-offset: 2px; }
#pfl-b2b-root .pfl-b2b-diagnosis-error { margin: 14px 0 0 !important; padding: 10px 12px; border: 1px solid #fecaca; border-radius: 10px; background: #fff7f7; color: #b42318 !important; font-size: 13px !important; font-weight: 700; }
#pfl-b2b-root .pfl-b2b-diagnosis-error:focus { outline: 3px solid rgba(180,35,24,.2); outline-offset: 2px; }
#pfl-b2b-root .pfl-b2b-diagnosis-navigation { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; padding-top: 20px; border-top: 1px solid #e2e8f0; }
#pfl-b2b-root .pfl-b2b-diagnosis-result__marker { display: flex; gap: 6px; margin-bottom: 19px; }
#pfl-b2b-root .pfl-b2b-diagnosis-result__marker span { width: 28px; height: 5px; border-radius: 9px; background: #00a859; }
#pfl-b2b-root .pfl-b2b-diagnosis-result__marker span:nth-child(2) { background: #0d9488; }
#pfl-b2b-root .pfl-b2b-diagnosis-result__marker span:nth-child(3) { background: #2563eb; }
#pfl-b2b-root .pfl-b2b-diagnosis-result__eyebrow { display: block; margin-bottom: 9px; color: #008a4b; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
#pfl-b2b-root .pfl-b2b-diagnosis-result__disclaimer { padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 12px; background: #f8fafc; color: #64748b !important; font-size: 13px !important; line-height: 1.5 !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals { margin-top: 22px; padding: 18px; border: 1px solid #e2e8f0; border-radius: 17px; background: #fff; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals h3,
#pfl-b2b-root .pfl-b2b-diagnosis-recommendations h3 { margin: 0 0 13px; color: #10213e; font-family: Poppins, Inter, sans-serif; font-size: 15px; font-weight: 800; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals li { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid #e5eaf0; border-radius: 12px; background: #f8fafc; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals li strong { color: #24324a; font-size: 13px; line-height: 1.35; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals li span { color: #64748b; font-size: 12px; line-height: 1.35; text-align: right; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals li[data-signal-state="yes"] { border-color: #fed7aa; background: #fff9f0; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals li[data-signal-state="partial"] { border-color: #fde68a; background: #fffdf1; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals li[data-signal-state="unknown"] { border-color: #bfdbfe; background: #f4f8ff; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals li[data-signal-state="none"] { grid-template-columns: 1fr; border-color: #bbf7d0; background: #f3fbf6; }
#pfl-b2b-root .pfl-b2b-diagnosis-signals li[data-signal-state="none"] span { text-align: left; }
#pfl-b2b-root .pfl-b2b-diagnosis-recommendations { margin-top: 18px; padding: 20px; border: 1px solid #d9eee4; border-radius: 18px; background: #f5fbf8; }
#pfl-b2b-root .pfl-b2b-diagnosis-recommendations ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-diagnosis-recommendations li { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 11px; align-items: start; }
#pfl-b2b-root .pfl-b2b-diagnosis-recommendations li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: #dff5e9; color: #008a4b; font-size: 11px; font-weight: 850; }
#pfl-b2b-root .pfl-b2b-diagnosis-recommendations h4 { margin: 0 0 3px; color: #18304c; font-family: Poppins, Inter, sans-serif; font-size: 14px; line-height: 1.35; }
#pfl-b2b-root .pfl-b2b-diagnosis-recommendations li p { margin: 0; color: #526076; font-size: 13px !important; line-height: 1.5 !important; }
#pfl-b2b-root .pfl-b2b-diagnosis-result__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 24px; }
#pfl-b2b-root .pfl-b2b-diagnosis-result__edit { display: block; margin: 16px auto 0; padding: 8px; border: 0 !important; background: transparent !important; color: #526076 !important; font-size: 13px; font-weight: 700; text-decoration: underline !important; cursor: pointer; }

#pfl-b2b-root .pfl-b2b-contact { position: relative; overflow: hidden; padding: clamp(76px, 8vw, 108px) 24px; background: #f5f7f9; }
#pfl-b2b-root .pfl-b2b-contact__glow { position: absolute; inset: auto auto -280px -220px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle,rgba(0,168,89,.1),rgba(0,168,89,0) 70%); pointer-events: none; }
#pfl-b2b-root .pfl-b2b-contact__container { position: relative; z-index: 1; width: min(860px,100%); margin: 0 auto; }
#pfl-b2b-root .pfl-b2b-contact__heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
#pfl-b2b-root .pfl-b2b-contact__heading > span { display: inline-block; margin-bottom: 13px; color: #008a4b; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
#pfl-b2b-root .pfl-b2b-contact__heading h2 { margin: 0; color: #10213e; font-family: 'Poppins','Inter',sans-serif; font-size: clamp(34px,5vw,52px); line-height: 1.08; font-weight: 900; letter-spacing: -.04em; text-wrap: balance; }
#pfl-b2b-root .pfl-b2b-contact__heading p { margin: 16px 0 0; color: #5e6b82; font-size: 17px !important; line-height: 1.65 !important; }
#pfl-b2b-root .pfl-b2b-contact__card { padding: clamp(24px,5vw,44px); border: 1px solid #dfe6ee; border-radius: 28px; background: #fff; box-shadow: 0 26px 62px rgba(16,33,62,.1); }
#pfl-b2b-root .pfl-b2b-contact-context-summary { margin: 0 0 30px; padding: clamp(19px,3vw,25px); border: 1px solid #bfe0cf; border-radius: 21px; background: linear-gradient(135deg,#f3fbf6 0%,#f7fbff 62%,#fff 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
#pfl-b2b-root .pfl-b2b-contact-context-summary__eyebrow { display: block; margin-bottom: 7px; color: #008a4b; font-size: 10px; font-weight: 850; letter-spacing: .09em; }
#pfl-b2b-root .pfl-b2b-contact-context-summary > h3 { margin: 0; color: #10213e; font-family: Poppins,Inter,sans-serif; font-size: clamp(22px,3vw,29px); line-height: 1.2; }
#pfl-b2b-root .pfl-b2b-contact-context-summary > p { margin: 8px 0 0; color: #5e6b82; font-size: 14px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-contact-context-summary__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 18px; }
#pfl-b2b-root .pfl-b2b-contact-context-item { min-width: 0; padding: 17px; border: 1px solid #dbe6ed; border-radius: 16px; background: rgba(255,255,255,.92); }
#pfl-b2b-root .pfl-b2b-contact-context-item > span { display: block; color: #08784a; font-size: 9.5px; font-weight: 850; letter-spacing: .08em; }
#pfl-b2b-root .pfl-b2b-contact-context-item h4 { margin: 6px 0 0; color: #10213e; font: 760 16px/1.35 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-contact-context-item p { margin: 7px 0 0; color: #5e6b82; font-size: 13px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-contact-context-item ol { display: grid; gap: 5px; margin: 10px 0 0; padding: 0; list-style: none; counter-reset: contact-priority; }
#pfl-b2b-root .pfl-b2b-contact-context-item li { position: relative; padding-left: 25px; color: #334155; font-size: 12.5px; line-height: 1.45; counter-increment: contact-priority; }
#pfl-b2b-root .pfl-b2b-contact-context-item li::before { content: counter(contact-priority,decimal-leading-zero); position: absolute; left: 0; top: 1px; color: #00a859; font-size: 10px; font-weight: 850; }
#pfl-b2b-root .pfl-b2b-contact-context-item button { min-height: 42px; margin-top: 13px; padding: 9px 12px; border: 1px solid #cbd5e1; border-radius: 11px; background: #fff; color: #10213e; font: 750 12.5px/1.2 Inter,sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-contact-context-item button:hover { border-color: #00a859; background: #f3fbf6; }
#pfl-b2b-root .pfl-b2b-contact-context-item--intent { border-color: #d7def2; background: #f8f9ff; }
#pfl-b2b-root .pfl-b2b-contact-context-item--intent > span { color: #5b50a5; }
#pfl-b2b-root .pfl-b2b-contact-context-summary > p.pfl-b2b-contact-context-summary__note { padding-top: 14px; border-top: 1px solid #dbe7e1; font-size: 12.5px; }
#pfl-b2b-root .pfl-b2b-contact-context-summary button:focus-visible,
#pfl-b2b-root .pfl-b2b-contact-context-summary > h3:focus { outline: 3px solid rgba(37,99,235,.3); outline-offset: 3px; }
#pfl-b2b-root .pfl-b2b-contact-form__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
#pfl-b2b-root .pfl-b2b-contact-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
#pfl-b2b-root .pfl-b2b-contact-field--full { grid-column: 1 / -1; }
#pfl-b2b-root .pfl-b2b-contact-field label,
#pfl-b2b-root .pfl-b2b-contact-preference legend { display: block; margin-bottom: 8px; color: #334155; font-size: 12px; font-weight: 800; letter-spacing: .035em; }
#pfl-b2b-root .pfl-b2b-contact-field label span { color: #94a3b8; font-weight: 650; }
#pfl-b2b-root .pfl-b2b-contact-field input,
#pfl-b2b-root .pfl-b2b-contact-field select {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d8e1ea;
    border-radius: 13px;
    background: #f8fafc;
    color: #10213e;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
#pfl-b2b-root .pfl-b2b-contact-field input:focus,
#pfl-b2b-root .pfl-b2b-contact-field select:focus { border-color: #00a859; background: #fff; box-shadow: 0 0 0 3px rgba(0,168,89,.1); }
#pfl-b2b-root .pfl-b2b-contact-field input[aria-invalid="true"],
#pfl-b2b-root .pfl-b2b-contact-field select[aria-invalid="true"] { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220,38,38,.08); }
#pfl-b2b-root .pfl-b2b-contact-field__error { display: block; margin-top: 6px; color: #b42318; font-size: 12px; line-height: 1.4; font-weight: 700; }
#pfl-b2b-root .pfl-b2b-contact-preference { margin: 22px 0 0; padding: 0; border: 0; }
#pfl-b2b-root .pfl-b2b-contact-preference > div { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
#pfl-b2b-root .pfl-b2b-contact-preference label { position: relative; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-contact-preference input { position: absolute; opacity: 0; }
#pfl-b2b-root .pfl-b2b-contact-preference label span { display: flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid #d8e1ea; border-radius: 13px; background: #fff; color: #475569; font-size: 14px; font-weight: 750; }
#pfl-b2b-root .pfl-b2b-contact-preference input:checked + span { border-color: #00a859; background: #eef9f3; color: #006b3d; box-shadow: 0 0 0 3px rgba(0,168,89,.08); }
#pfl-b2b-root .pfl-b2b-contact-preference input:focus-visible + span { outline: 3px solid rgba(37,99,235,.34); outline-offset: 2px; }
#pfl-b2b-root .pfl-b2b-contact-consent { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; margin-top: 23px; }
#pfl-b2b-root .pfl-b2b-contact-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: #00a859; }
#pfl-b2b-root .pfl-b2b-contact-consent label { color: #64748b; font-size: 12px; line-height: 1.6; }
#pfl-b2b-root .pfl-b2b-contact-consent a { color: #10213e !important; font-weight: 800; text-decoration: underline !important; }
#pfl-b2b-root .pfl-b2b-contact-form__status { margin-top: 18px; padding: 12px 14px; border: 1px solid #fecaca; border-radius: 12px; background: #fef2f2; color: #b42318; font-size: 13px; line-height: 1.5; font-weight: 700; }
#pfl-b2b-root .pfl-b2b-contact-form__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 54px;
    margin-top: 25px;
    padding: 14px 20px;
    border: 1px solid #10213e !important;
    border-radius: 15px;
    background: #10213e !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 850;
    box-shadow: 0 15px 30px rgba(16,33,62,.17);
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
#pfl-b2b-root .pfl-b2b-contact-form__submit:hover,
#pfl-b2b-root .pfl-b2b-contact-form__submit:focus-visible { transform: translateY(-1px); background: #071734 !important; box-shadow: 0 19px 38px rgba(16,33,62,.23); }
#pfl-b2b-root .pfl-b2b-contact-form__submit:hover svg { transform: translateX(3px); }
#pfl-b2b-root .pfl-b2b-contact-form__submit[disabled] { cursor: wait; opacity: .72; transform: none; }
#pfl-b2b-root .pfl-b2b-contact-form__note { margin: 12px 0 0; color: #64748b; font-size: 12px !important; line-height: 1.5 !important; text-align: center; }
#pfl-b2b-root .pfl-b2b-contact-success { padding: 28px 10px; text-align: center; outline: none; }
#pfl-b2b-root .pfl-b2b-contact-success__icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 20px; border-radius: 50%; background: #e6f6ee; color: #008a4b; }
#pfl-b2b-root .pfl-b2b-contact-success__icon svg { width: 27px !important; height: 27px !important; stroke-width: 2.5; }
#pfl-b2b-root .pfl-b2b-contact-success h3 { margin: 0; color: #10213e; font-family: 'Poppins','Inter',sans-serif; font-size: 29px; line-height: 1.2; font-weight: 900; }
#pfl-b2b-root .pfl-b2b-contact-success p { max-width: 590px; margin: 14px auto 0; color: #5e6b82; font-size: 16px !important; line-height: 1.65 !important; }
#pfl-b2b-root .pfl-b2b-contact-success button { min-height: 48px; margin-top: 22px; padding: 12px 19px; border: 1px solid #d8e1ea !important; border-radius: 13px; background: #fff !important; color: #10213e !important; font-size: 14px; font-weight: 800; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-contact-success button:hover,
#pfl-b2b-root .pfl-b2b-contact-success button:focus-visible { border-color: #00a859 !important; background: #f2fbf6 !important; }

#pfl-b2b-root .pfl-b2b-mobile-cta {
    position: fixed;
    z-index: 9000;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #e2e8f0;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -12px 35px rgba(16,33,62,.09);
    backdrop-filter: blur(12px);
    transform: translateY(110%);
    transition: transform .28s ease;
}
#pfl-b2b-root .pfl-b2b-mobile-cta.is-visible { transform: translateY(0); }
#pfl-b2b-root .pfl-b2b-mobile-cta button { width: 100%; min-height: 50px; border: 1px solid #00a859 !important; border-radius: 14px; background: #00a859 !important; color: #fff !important; font-size: 15px; font-weight: 850; box-shadow: 0 12px 24px rgba(0,168,89,.2); }
#pfl-b2b-root.pfl-b2b-diagnosis-is-open .pfl-b2b-mobile-cta { transform: translateY(110%); pointer-events: none; }

#pfl-b2b-root .pfl-b2b-hero__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-hero__secondary:focus-visible,
#pfl-b2b-root .pfl-b2b-diagnosis-button:focus-visible,
#pfl-b2b-root .pfl-b2b-diagnosis-result__edit:focus-visible,
#pfl-b2b-root .pfl-b2b-contact-form__submit:focus-visible,
#pfl-b2b-root .pfl-b2b-contact-context-summary button:focus-visible,
#pfl-b2b-root .pfl-b2b-contact-success button:focus-visible,
#pfl-b2b-root .pfl-b2b-mobile-cta button:focus-visible {
    outline: 3px solid rgba(37,99,235,.38);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    #pfl-b2b-root .pfl-b2b-hero__container { grid-template-columns: 1fr; gap: 46px; }
    #pfl-b2b-root .pfl-b2b-hero__content { max-width: 850px; }
    #pfl-b2b-root .pfl-b2b-hero-panel { max-width: 720px; margin: 0 auto; }
}
@media (max-width: 767px) {
    #pfl-b2b-root { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
    #pfl-b2b-root .pfl-b2b-contact-context-summary__grid { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-contact-context-item { padding: 15px; }
    #pfl-b2b-root .pfl-b2b-mobile-cta { display: block; }
    #pfl-b2b-root .pfl-b2b-hero { padding: 44px 18px 62px; }
    #pfl-b2b-root .pfl-b2b-hero__title { font-size: clamp(35px, 9vw, 43px); line-height: 1.055; }
    #pfl-b2b-root .pfl-b2b-hero__description { margin-top: 17px; font-size: 16px !important; line-height: 1.56 !important; }
    #pfl-b2b-root .pfl-b2b-hero__actions { flex-direction: column; align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-hero__primary-wrap { align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-hero__actions { gap: 4px; margin-top: 20px; }
    #pfl-b2b-root .pfl-b2b-hero__action-meta { font-size: 11.5px; text-align: left; }
    #pfl-b2b-root .pfl-b2b-hero__benefit { align-items: center; }
    #pfl-b2b-root .pfl-b2b-hero__benefit-icon { width: 30px; height: 30px; }
    #pfl-b2b-root .pfl-b2b-hero__benefit strong { font-size: 13px; }
    #pfl-b2b-root .pfl-b2b-hero__benefit small { font-size: 11px; }

    #pfl-b2b-root .pfl-b2b-hero__primary { width: 100%; min-height: 50px; }
    #pfl-b2b-root .pfl-b2b-hero__secondary {
        justify-content: flex-start;
        width: fit-content;
        min-height: 44px;
        padding: 7px 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        text-align: left;
    }
    #pfl-b2b-root .pfl-b2b-hero__benefits { grid-template-columns: 1fr; gap: 10px; margin-top: 21px; padding-top: 17px; }
    #pfl-b2b-root .pfl-b2b-hero-panel { max-width: 540px; padding: 18px; border-radius: 22px; }
    #pfl-b2b-root .pfl-b2b-hero-panel__check:nth-of-type(n+4) { display: none; }
    #pfl-b2b-root .pfl-b2b-hero-panel__mobile-more { display: block; }
    #pfl-b2b-root .pfl-b2b-hero__business-link { margin-top: 13px; font-size: 13px; }
    #pfl-b2b-root .pfl-b2b-hero__disclaimer { margin-top: 12px; font-size: 12.5px !important; }
    #pfl-b2b-root .pfl-b2b-hero-panel__top { flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-hero-panel__demo { align-self: flex-start; }
    #pfl-b2b-root .pfl-b2b-diagnosis-modal { align-items: end; padding: 0; }
    #pfl-b2b-root .pfl-b2b-diagnosis-modal__dialog { width: 100%; max-height: 100dvh; border-radius: 22px 22px 0 0; }
    #pfl-b2b-root .pfl-b2b-diagnosis-modal__header { min-height: 70px; padding: 11px 12px 11px 18px; }
    #pfl-b2b-root .pfl-b2b-diagnosis-modal__body { padding: 24px 18px calc(24px + env(safe-area-inset-bottom)); }
    #pfl-b2b-root .pfl-b2b-diagnosis-options { grid-template-columns: 1fr 1fr; }
    #pfl-b2b-root .pfl-b2b-diagnosis-options span { min-height: 48px; }
    #pfl-b2b-root .pfl-b2b-diagnosis-result__actions { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-diagnosis-signals li { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-diagnosis-signals li span { text-align: left; }
    #pfl-b2b-root .pfl-b2b-contact { padding: 72px 18px; }
    #pfl-b2b-root .pfl-b2b-contact__heading { text-align: left; }
    #pfl-b2b-root .pfl-b2b-contact__heading p { font-size: 16px !important; }
    #pfl-b2b-root .pfl-b2b-contact__card { padding: 24px 18px; border-radius: 23px; }
    #pfl-b2b-root .pfl-b2b-contact-form__grid { grid-template-columns: 1fr; gap: 17px; }
    #pfl-b2b-root .pfl-b2b-contact-field--full { grid-column: auto; }
}
@media (max-width: 430px) {
    #pfl-b2b-root .pfl-b2b-hero__badge { align-items: flex-start; margin-bottom: 13px; border-radius: 14px; font-size: 9.5px; }
    #pfl-b2b-root .pfl-b2b-hero__badge-dot { margin-top: 3px; }
    #pfl-b2b-root .pfl-b2b-hero__title { font-size: 35px; }
    #pfl-b2b-root .pfl-b2b-hero-panel__check { align-items: flex-start; }
    #pfl-b2b-root .pfl-b2b-diagnosis-question legend { font-size: 24px; }
    #pfl-b2b-root .pfl-b2b-diagnosis-navigation { flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-diagnosis-navigation .pfl-b2b-diagnosis-button { width: 100%; }
}
@media (max-width: 390px) {
    #pfl-b2b-root .pfl-b2b-hero__title { font-size: 33px; }
    #pfl-b2b-root .pfl-b2b-hero-panel { padding: 16px; }
    #pfl-b2b-root .pfl-b2b-hero-panel__check { padding: 9px; }
    #pfl-b2b-root .pfl-b2b-hero-panel__top { gap: 9px; padding-bottom: 13px; }
    #pfl-b2b-root .pfl-b2b-hero-panel__top strong { font-size: 17px; }
    #pfl-b2b-root .pfl-b2b-hero-panel__demo { font-size: 8px; }
    #pfl-b2b-root .pfl-b2b-hero-panel__recommendation.is-visible { padding: 11px; }

    #pfl-b2b-root .pfl-b2b-diagnosis-options { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-contact-preference > div { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
    #pfl-b2b-root .pfl-b2b-hero { padding: 38px 15px 56px; }
    #pfl-b2b-root .pfl-b2b-hero__title { font-size: 31px; }
    #pfl-b2b-root .pfl-b2b-hero__description { font-size: 16px !important; }
    #pfl-b2b-root .pfl-b2b-hero-panel__top strong { font-size: 18px; }
    #pfl-b2b-root .pfl-b2b-diagnosis-modal__body { padding-right: 15px; padding-left: 15px; }
    #pfl-b2b-root .pfl-b2b-contact { padding-right: 15px; padding-left: 15px; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-hero__badge-dot,
    #pfl-b2b-root .pfl-b2b-diagnosis-screen { animation: none !important; }
    #pfl-b2b-root .pfl-b2b-hero-panel,
    #pfl-b2b-root .pfl-b2b-hero-panel__check,
    #pfl-b2b-root .pfl-b2b-hero-panel__track span,
    #pfl-b2b-root .pfl-b2b-hero-panel__recommendation,
    #pfl-b2b-root .pfl-b2b-diagnosis-modal,
    #pfl-b2b-root .pfl-b2b-diagnosis-modal__dialog,
    #pfl-b2b-root .pfl-b2b-mobile-cta,
    #pfl-b2b-root .pfl-b2b-hero__primary,
    #pfl-b2b-root .pfl-b2b-hero__secondary,
    #pfl-b2b-root .pfl-b2b-diagnosis-button,
    #pfl-b2b-root .pfl-b2b-diagnosis-progress__track span,
    #pfl-b2b-root .pfl-b2b-contact-form__submit { transition-duration: .01ms !important; scroll-behavior: auto !important; }
}


/* ==========================================================
 * B2B 1.17.380 — trzyetapowe porównanie kosztów i praktyki współpracy
 * ========================================================== */
#pfl-b2b-root .pfl-b2b-financial-simulator {
    position: relative;
    overflow: hidden;
    padding: 100px 24px 110px;
    background: linear-gradient(180deg, #071526 0%, #0b1a2e 100%);
    color: #fff;
    font-family: 'Inter', sans-serif;
}
#pfl-b2b-root .pfl-b2b-financial-simulator__glow { position: absolute; inset: -260px auto auto 50%; width: 780px; height: 780px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(0,169,103,.17), rgba(21,102,170,.08) 46%, transparent 70%); pointer-events: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator__container { position: relative; z-index: 1; width: min(1000px,100%); margin: 0 auto; }
#pfl-b2b-root .pfl-b2b-financial-simulator__header { max-width: 800px; margin: 0 auto; text-align: center; }
#pfl-b2b-root .pfl-b2b-financial-simulator__eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(81,220,166,.28); border-radius: 999px; background: rgba(9,116,79,.14); color: #77e4b9; font-size: 11px; font-weight: 850; letter-spacing: .09em; }
#pfl-b2b-root .pfl-b2b-financial-simulator__eyebrow svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
#pfl-b2b-root .pfl-b2b-financial-simulator__header h2 { margin: 23px 0 0; color: #fff; font: 760 clamp(42px,5vw,68px)/1.04 'Poppins', sans-serif; letter-spacing: -.046em; }
#pfl-b2b-root .pfl-b2b-financial-simulator__header h2 span { display: block; color: transparent; background: linear-gradient(90deg,#72e5b9,#6cd2dc 62%,#78aff0); background-clip: text; -webkit-background-clip: text; }
#pfl-b2b-root .pfl-b2b-financial-simulator__header > p { max-width: 720px; margin: 21px auto 0; color: #c3cfdd; font-size: 17px; line-height: 1.65; }
#pfl-b2b-root .pfl-b2b-financial-simulator__disclaimer { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.10); color: #9eafc2; font-size: 14px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; max-width: 820px; margin: 34px auto 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator__steps li { display: flex; align-items: center; gap: 11px; min-height: 58px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.04); color: #98a8bb; }
#pfl-b2b-root .pfl-b2b-financial-simulator__steps li > span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.08); color: #d4deea; font-size: 13px; font-weight: 800; }
#pfl-b2b-root .pfl-b2b-financial-simulator__steps strong { display: block; color: #dce6f1; font-size: 13px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__steps small { display: block; margin-top: 2px; font-size: 11px; font-weight: 700; }
#pfl-b2b-root .pfl-b2b-financial-simulator__steps li.is-current { border-color: rgba(91,223,170,.48); background: rgba(0,155,88,.11); color: #78e1b7; }
#pfl-b2b-root .pfl-b2b-financial-simulator__steps li.is-current > span { background: #00a35b; color: #fff; }
#pfl-b2b-root .pfl-b2b-financial-simulator__steps li.is-complete { border-color: rgba(104,197,232,.3); color: #8ed8ef; }
#pfl-b2b-root .pfl-b2b-financial-simulator__screen { max-width: 1000px; margin: 24px auto 0; padding: clamp(24px,3.2vw,34px); border: 1px solid rgba(197,216,233,.22); border-radius: 24px; background: rgba(255,255,255,.97); color: #10213e; box-shadow: 0 30px 90px rgba(0,0,0,.24); }
#pfl-b2b-root .pfl-b2b-financial-simulator__screen[hidden] { display: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator__screen-heading { max-width: 800px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__screen-heading > span { color: #008a4b; font-size: 11px; font-weight: 850; letter-spacing: .09em; }
#pfl-b2b-root .pfl-b2b-financial-simulator__screen-heading h3,
#pfl-b2b-root .pfl-b2b-financial-simulator__results-heading h3 { margin: 7px 0 0; color: #10213e; font: 750 clamp(27px,3vw,38px)/1.18 'Poppins', sans-serif; letter-spacing: -.03em; }
#pfl-b2b-root .pfl-b2b-financial-simulator__screen-heading p,
#pfl-b2b-root .pfl-b2b-financial-simulator__results-heading p { margin: 10px 0 0; color: #5a6b80; font-size: 15px; line-height: 1.65; }
#pfl-b2b-root .pfl-b2b-financial-simulator__value-panel { margin-top: 20px; padding: 20px; border: 1px solid #dbe5ed; border-radius: 16px; background: #f8fafc; }
#pfl-b2b-root .pfl-b2b-financial-simulator__panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__panel-heading label { color: #334155; font-size: 14px; font-weight: 800; }
#pfl-b2b-root .pfl-b2b-financial-simulator__panel-heading output { color: #008a4b; font: 760 clamp(25px,3vw,34px)/1.15 'Poppins', sans-serif; }
#pfl-b2b-root .pfl-b2b-financial-simulator__value-inputs { display: grid; grid-template-columns: auto minmax(180px,260px) auto; justify-content: center; align-items: end; gap: 12px; margin-top: 22px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__value-inputs button { min-height: 48px; padding: 11px 14px; border: 1px solid #ccd8e3; border-radius: 13px; background: #fff; color: #243852; font: 750 14px/1.2 'Inter', sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-financial-simulator__value-inputs label { display: grid; gap: 6px; color: #52627a; font-size: 12px; font-weight: 750; }
#pfl-b2b-root .pfl-b2b-financial-simulator__value-inputs input { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #bccbd8; border-radius: 13px; background: #fff; color: #10213e; font: 750 18px/1.2 'Inter', sans-serif; text-align: center; }
#pfl-b2b-root .pfl-b2b-financial-simulator input[type="range"] { width: 100%; height: 8px; margin: 25px 0 0; border-radius: 999px; background: #e2e8f0; accent-color: #009b58; cursor: pointer; appearance: none; -webkit-appearance: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator input[type="range"]::-webkit-slider-thumb { width: 18px; height: 18px; border: 2px solid #fff; border-radius: 50%; background: #00a35b; box-shadow: 0 2px 8px rgba(0,104,58,.35); appearance: none; -webkit-appearance: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 2px solid #fff; border-radius: 50%; background: #00a35b; box-shadow: 0 2px 8px rgba(0,104,58,.35); }
#pfl-b2b-root .pfl-b2b-financial-simulator input[type="range"]::-moz-range-track { height: 8px; border-radius: 999px; background: #e2e8f0; }
#pfl-b2b-root .pfl-b2b-financial-simulator__range-scale { display: flex; justify-content: space-between; margin-top: 8px; color: #7a899b; font-size: 11px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 16px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice { margin: 0; padding: 16px; border: 1px solid #dce5ed; border-radius: 16px; background: #fff; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice legend { padding: 0; color: #10213e; font: 720 16px/1.4 'Poppins', sans-serif; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 13px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice-options--wide { grid-template-columns: 1fr; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice-options label { position: relative; display: flex; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice-options input { position: absolute; opacity: 0; pointer-events: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice-options label > span { display: flex; flex-direction: column; justify-content: center; width: 100%; min-height: 50px; padding: 11px 12px; border: 1px solid #d4dfe8; border-radius: 12px; color: #344860; font-size: 13px; font-weight: 720; line-height: 1.35; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice-options small { display: block; margin-top: 4px; color: #6d7c8f; font-size: 11px; font-weight: 550; line-height: 1.4; }
#pfl-b2b-root .pfl-b2b-financial-simulator__choice-options input:checked + span { border-color: #009b58; background: #edf9f3; color: #006d3e; box-shadow: 0 0 0 3px rgba(0,155,88,.09); }
#pfl-b2b-root .pfl-b2b-financial-simulator__custom-period { display: grid; grid-template-columns: 1fr 110px; align-items: center; gap: 12px; margin-top: 12px; color: #52627a; font-size: 13px; font-weight: 700; }
#pfl-b2b-root .pfl-b2b-financial-simulator__custom-period[hidden] { display: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator__custom-period input { min-height: 44px; padding: 8px 10px; border: 1px solid #c7d4df; border-radius: 11px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__import { min-height: 46px; margin: 20px 0 0; padding: 11px 15px; border: 1px solid #acd9c3; border-radius: 13px; background: #eefaf4; color: #007946; font: 750 14px/1.3 'Inter', sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-financial-simulator__questions { display: grid; gap: 14px; margin-top: 22px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__questions fieldset { margin: 0; padding: 20px; border: 1px solid #dce5ed; border-radius: 18px; background: #fbfcfd; }
#pfl-b2b-root .pfl-b2b-financial-simulator__questions legend { max-width: 880px; padding: 0 6px; color: #10213e; font: 700 16px/1.48 'Poppins', sans-serif; }
#pfl-b2b-root .pfl-b2b-financial-simulator__answers { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; margin-top: 14px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__answers label { position: relative; display: flex; min-height: 48px; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-financial-simulator__answers input { position: absolute; opacity: 0; pointer-events: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator__answers span { display: grid; place-items: center; width: 100%; padding: 10px 12px; border: 1px solid #d2dde6; border-radius: 12px; background: #fff; color: #3b4f68; font-size: 14px; font-weight: 750; }
#pfl-b2b-root .pfl-b2b-financial-simulator__answers input:checked + span { border-color: #009b58; background: #ebf8f2; color: #006c3d; box-shadow: 0 0 0 3px rgba(0,155,88,.09); }
#pfl-b2b-root .pfl-b2b-financial-simulator__error { margin: 16px 0 0; padding: 12px 14px; border-radius: 12px; background: #fff4f1; color: #9f3629; font-size: 14px; font-weight: 700; }
#pfl-b2b-root .pfl-b2b-financial-simulator__navigation,
#pfl-b2b-root .pfl-b2b-financial-simulator__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 12px; margin-top: 18px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__navigation--end { justify-content: flex-end; }
#pfl-b2b-root .pfl-b2b-financial-simulator__primary,
#pfl-b2b-root .pfl-b2b-financial-simulator__secondary,
#pfl-b2b-root .pfl-b2b-financial-simulator__text-link { min-height: 48px; border-radius: 14px; font: 760 15px/1.25 'Inter', sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-financial-simulator__primary { padding: 13px 19px; border: 1px solid #009b58; background: #009b58; color: #fff; box-shadow: 0 12px 26px rgba(0,155,88,.18); }
#pfl-b2b-root .pfl-b2b-financial-simulator__primary:hover { background: #007f49; border-color: #007f49; }
#pfl-b2b-root .pfl-b2b-financial-simulator__secondary { padding: 13px 19px; border: 1px solid #cbd7e1; background: #fff; color: #10213e; }
#pfl-b2b-root .pfl-b2b-financial-simulator__secondary:hover { border-color: #91a7ba; background: #f6f8fa; }
#pfl-b2b-root .pfl-b2b-financial-simulator__text-link { padding: 8px 2px; border: 0; background: transparent; color: #1457a6; }
#pfl-b2b-root .pfl-b2b-financial-simulator__text-link:hover { color: #007f49; text-decoration: underline; text-underline-offset: 4px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__results-heading { max-width: 800px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 24px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card { min-width: 0; padding: 21px; border: 1px solid #dce5ed; border-radius: 20px; background: #fff; box-shadow: 0 14px 32px rgba(15,23,42,.06); }
#pfl-b2b-root .pfl-b2b-financial-simulator__card--current { border-top: 4px solid #d39a2b; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card--employment { border-top: 4px solid #3d8ed0; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card--profilio { border-top: 4px solid #00a15a; background: linear-gradient(180deg,#fff,#f7fcf9); }
#pfl-b2b-root .pfl-b2b-financial-simulator__card-eyebrow { color: #65758a; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card h4 { margin: 8px 0 0; color: #10213e; font: 720 21px/1.3 'Poppins', sans-serif; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card dl { margin: 18px 0 0; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card dl > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 10px 0; border-bottom: 1px solid #edf1f4; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card dt { color: #617085; font-size: 12px; font-weight: 650; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card dd { margin: 0; color: #10213e; font-size: 13px; font-weight: 800; text-align: right; overflow-wrap: anywhere; }
#pfl-b2b-root .pfl-b2b-financial-simulator__cost-bar { height: 8px; margin-top: 16px; overflow: hidden; border-radius: 999px; background: #edf1f4; }
#pfl-b2b-root .pfl-b2b-financial-simulator__cost-bar span { display: block; width: 0; height: 100%; border-radius: inherit; background: #d39a2b; transition: width .28s ease; }
#pfl-b2b-root .pfl-b2b-financial-simulator__cost-bar--employment span { background: #3d8ed0; }
#pfl-b2b-root .pfl-b2b-financial-simulator__cost-bar--profilio span { background: #00a15a; }
#pfl-b2b-root .pfl-b2b-financial-simulator__signals { display: grid; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator__signals li { padding: 9px 11px; border-radius: 10px; background: #fff8e8; color: #73551d; font-size: 12px; line-height: 1.4; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card-status { margin: 16px 0 0; padding: 12px 13px; border-radius: 12px; background: #f3f6f9; color: #516277; font-size: 13px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card-status strong,
#pfl-b2b-root .pfl-b2b-financial-simulator__card-status span { display: block; }
#pfl-b2b-root .pfl-b2b-financial-simulator__card-status span { margin-top: 4px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__details-toggle { display: flex; align-items: center; min-height: 44px; margin-top: 12px; padding: 6px 0; border: 0; background: transparent; color: #1457a6; font: 720 13px/1.35 'Inter', sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-financial-simulator__details { margin-top: 8px; padding: 13px; border: 1px solid #e1e7ed; border-radius: 12px; background: #f8fafc; color: #586a7f; font-size: 12px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-financial-simulator__details[hidden] { display: none; }
#pfl-b2b-root .pfl-b2b-financial-simulator__details ul { display: grid; gap: 7px; margin: 0; padding-left: 18px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__profilio-process { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 6px; margin-top: 16px; }
#pfl-b2b-root .pfl-b2b-financial-simulator__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-financial-simulator__secondary:focus-visible,
#pfl-b2b-root .pfl-b2b-financial-simulator__text-link:focus-visible,
#pfl-b2b-root .pfl-b2b-financial-simulator__import:focus-visible,
#pfl-b2b-root .pfl-b2b-financial-simulator button:focus-visible,
#pfl-b2b-root .pfl-b2b-financial-simulator input:focus-visible,
#pfl-b2b-root .pfl-b2b-financial-simulator input:focus-visible + span { outline: 3px solid rgba(68,149,211,.32); outline-offset: 3px; }
#pfl-b2b-root .pfl-b2b-financial-simulator.is-motion-ready [data-pfl-b2b-financial-simulator-reveal] { opacity: 0; transform: translateY(10px); }
#pfl-b2b-root .pfl-b2b-financial-simulator.is-motion-ready [data-pfl-b2b-financial-simulator-reveal].is-visible { opacity: 1; transform: none; transition: opacity .4s ease, transform .4s ease; }
#pfl-b2b-root .pfl-b2b-financial-simulator__results .pfl-b2b-financial-simulator__card { animation: pfl-b2b-financial-card-in .32s ease both; }
#pfl-b2b-root .pfl-b2b-financial-simulator__results .pfl-b2b-financial-simulator__card:nth-child(2) { animation-delay: .08s; }
#pfl-b2b-root .pfl-b2b-financial-simulator__results .pfl-b2b-financial-simulator__card:nth-child(3) { animation-delay: .16s; }
@keyframes pfl-b2b-financial-card-in { from { opacity: .35; transform: translateY(7px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
    #pfl-b2b-root .pfl-b2b-financial-simulator { padding: 92px 22px 102px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__cards { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__card dl > div { grid-template-columns: minmax(0,1fr) minmax(150px,auto); }
}
@media (max-width: 767px) {
    #pfl-b2b-root .pfl-b2b-financial-simulator { padding: 70px 17px 84px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__header h2 { font-size: clamp(35px,10.2vw,45px); }
    #pfl-b2b-root .pfl-b2b-financial-simulator__header > p { font-size: 16px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__steps { grid-template-columns: 1fr; gap: 8px; margin-top: 28px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__steps li { min-height: 58px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__screen { margin-top: 18px; padding: 22px 17px; border-radius: 22px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__panel-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__value-inputs { grid-template-columns: 1fr 1fr; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__value-inputs label { grid-column: 1 / -1; grid-row: 1; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__choice-grid { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__answers { grid-template-columns: repeat(2,minmax(0,1fr)); }
    #pfl-b2b-root .pfl-b2b-financial-simulator__navigation,
    #pfl-b2b-root .pfl-b2b-financial-simulator__actions { flex-direction: column; align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__primary,
    #pfl-b2b-root .pfl-b2b-financial-simulator__secondary,
    #pfl-b2b-root .pfl-b2b-financial-simulator__text-link { width: 100%; justify-content: center; text-align: center; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__card dl > div { grid-template-columns: 1fr; gap: 4px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__card dd { text-align: left; }
}
@media (max-width: 390px) {
    #pfl-b2b-root .pfl-b2b-financial-simulator { padding-inline: 14px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__screen { padding-inline: 14px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__value-panel { padding: 17px 13px; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__answers { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__choice-options { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__profilio-process { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__range-scale span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-financial-simulator * { animation-duration: .001ms; animation-iteration-count: 1; scroll-behavior: auto; transition-duration: .001ms; }
    #pfl-b2b-root .pfl-b2b-financial-simulator.is-motion-ready [data-pfl-b2b-financial-simulator-reveal] { opacity: 1; transform: none; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__profilio-process li { opacity: 1; }
}
@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-financial-simulator__header h2 span { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
    #pfl-b2b-root .pfl-b2b-financial-simulator__eyebrow,
    #pfl-b2b-root .pfl-b2b-financial-simulator__steps li,
    #pfl-b2b-root .pfl-b2b-financial-simulator__screen,
    #pfl-b2b-root .pfl-b2b-financial-simulator__value-panel,
    #pfl-b2b-root .pfl-b2b-financial-simulator__choice,
    #pfl-b2b-root .pfl-b2b-financial-simulator__choice-options label > span,
    #pfl-b2b-root .pfl-b2b-financial-simulator__answers span,
    #pfl-b2b-root .pfl-b2b-financial-simulator__card { border: 1px solid ButtonText; }
    #pfl-b2b-root .pfl-b2b-financial-simulator input[type="range"] { forced-color-adjust: auto; }
}


/* B2B R11 / 1.17.385 — obszary prawne do weryfikacji i skrócony modal. */
#pfl-b2b-root .pfl-b2b-legal-basis { position: relative; overflow: hidden; padding: 88px 24px 94px; border-bottom: 1px solid #e1e8ef; background: linear-gradient(180deg,#f7fafc 0%,#fff 100%); color: #10213d; }
#pfl-b2b-root .pfl-b2b-legal-basis__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 12%,rgba(16,185,129,.09),transparent 31%),radial-gradient(circle at 92% 20%,rgba(99,102,241,.07),transparent 30%); }
#pfl-b2b-root .pfl-b2b-legal-basis__container { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); gap: 44px; align-items: start; width: min(1020px,100%); margin: 0 auto; }
#pfl-b2b-root .pfl-b2b-legal-basis__copy { position: sticky; top: 104px; min-width: 0; }
#pfl-b2b-root .pfl-b2b-legal-basis__badge { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 7px 12px; border: 1px solid rgba(0,168,89,.22); border-radius: 999px; background: #eefaf5; color: #087b54; font: 800 10.5px/1.3 Inter,sans-serif; letter-spacing: .09em; }
#pfl-b2b-root .pfl-b2b-legal-basis__badge svg, #pfl-b2b-root .pfl-b2b-legal-basis__notice svg, #pfl-b2b-root .pfl-b2b-legal-basis__primary svg, #pfl-b2b-root .pfl-b2b-legal-basis__layer-button svg, #pfl-b2b-root .pfl-b2b-legal-basis__conditional button svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#pfl-b2b-root .pfl-b2b-legal-basis__badge svg { width: 16px; height: 16px; }
#pfl-b2b-root .pfl-b2b-legal-basis__title { margin: 21px 0 0; color: #071a3a; font: 850 clamp(38px,4.15vw,56px)/1.04 Poppins,Inter,sans-serif; letter-spacing: -.045em; text-wrap: balance; }
#pfl-b2b-root .pfl-b2b-legal-basis__title span { display: block; }
#pfl-b2b-root .pfl-b2b-legal-basis__title span:last-child { color: #0a8f66; background: linear-gradient(92deg,#048c62,#117f9c); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
#pfl-b2b-root .pfl-b2b-legal-basis__description { margin: 20px 0 0; color: #51627a; font: 400 15px/1.64 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__notice { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 12px; margin-top: 20px; padding: 15px; border: 1px solid #dbe5eb; border-radius: 15px; background: #fff; }
#pfl-b2b-root .pfl-b2b-legal-basis__notice > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: #eef4ff; color: #356ee6; }
#pfl-b2b-root .pfl-b2b-legal-basis__notice svg { width: 19px; height: 19px; }
#pfl-b2b-root .pfl-b2b-legal-basis__notice p { margin: 0; color: #485a72; font: 400 12.5px/1.56 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__notice strong { color: #10213d; }
#pfl-b2b-root .pfl-b2b-legal-basis__qualification { margin: 13px 0 0; color: #68778c; font: 600 11.5px/1.5 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin-top: 22px; }
#pfl-b2b-root .pfl-b2b-legal-basis__primary-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
#pfl-b2b-root .pfl-b2b-legal-basis__primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 11px 17px; border: 1px solid #e2e9ee; border-radius: 13px; background: #fff; color: #10213d; font: 800 13px/1.35 Inter,sans-serif; box-shadow: 0 13px 28px rgba(16,33,61,.09); cursor: pointer; }
#pfl-b2b-root .pfl-b2b-legal-basis__primary svg { width: 18px; height: 18px; }
#pfl-b2b-root .pfl-b2b-legal-basis__primary-wrap > span { color: #718096; font: 600 11.5px/1.4 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid #ccd8e3; border-radius: 12px; background: #fff; color: #10213d; font: 800 12.5px/1.35 Inter,sans-serif; text-decoration: none; }
#pfl-b2b-root .pfl-b2b-legal-basis__map-link { min-height: 44px; padding: 8px 2px; border: 0; background: transparent; color: #315d9c; font: 800 13px/1.4 Inter,sans-serif; text-align: left; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-legal-basis__primary:hover, #pfl-b2b-root .pfl-b2b-legal-basis__primary:focus-visible { border-color: #85cfb2; background: #f1fbf7; color: #075e45; }
#pfl-b2b-root .pfl-b2b-legal-basis__secondary:hover, #pfl-b2b-root .pfl-b2b-legal-basis__secondary:focus-visible, #pfl-b2b-root .pfl-b2b-legal-basis__map-link:hover, #pfl-b2b-root .pfl-b2b-legal-basis__map-link:focus-visible { color: #075e45; border-color: #85cfb2; }
#pfl-b2b-root .pfl-b2b-legal-basis__map { min-width: 0; padding: 22px; border: 1px solid #dbe5ed; border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 24px 64px rgba(16,33,61,.10); }
#pfl-b2b-root .pfl-b2b-legal-basis__map-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid #e3e9ef; }
#pfl-b2b-root .pfl-b2b-legal-basis__map-head > div > span { color: #2371c7; font: 850 10px/1.3 Inter,sans-serif; letter-spacing: .11em; }
#pfl-b2b-root .pfl-b2b-legal-basis__map-head h3 { margin: 7px 0 0; color: #10213d; font: 850 22px/1.2 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__map-state { max-width: 210px; padding: 7px 10px; border: 1px solid #e1c779; border-radius: 999px; background: #fff9e8; color: #8a6615; font: 750 11px/1.35 Inter,sans-serif; text-align: center; }
#pfl-b2b-root .pfl-b2b-legal-basis__map-note { margin: 15px 0 0; color: #607087; font: 400 12.5px/1.52 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__layers { display: grid; gap: 11px; margin: 19px 0 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer { overflow: hidden; border: 1px solid #dde6ed; border-radius: 17px; background: #fbfcfd; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-button { display: grid; grid-template-columns: 34px minmax(0,1fr) 22px; gap: 12px; align-items: center; width: 100%; min-height: 66px; padding: 13px 15px; border: 0; background: transparent; color: #10213d; text-align: left; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-button:hover, #pfl-b2b-root .pfl-b2b-legal-basis__layer-button:focus-visible { background: #f2f7fa; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-button[aria-expanded="true"] { background: #fff; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-number { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: #eef4ff; color: #2867d5; font: 850 13px Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-button strong { display: block; font: 800 15px/1.3 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-button small { display: block; margin-top: 4px; color: #748296; font: 650 11.5px/1.35 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-button > svg { width: 20px; height: 20px; transition: transform .2s ease; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-button[aria-expanded="true"] > svg { transform: rotate(180deg); }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-body { overflow: hidden; max-height: 0; padding: 0 16px; border-top: 1px solid transparent; opacity: 0; transition: max-height .26s ease,padding .22s ease,opacity .2s ease,border-color .2s ease; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-body.is-open { max-height: 620px; padding: 16px; border-color: #e2e8ee; opacity: 1; }
#pfl-b2b-root .pfl-b2b-legal-basis__articles { margin: 0; color: #2867d5; font: 750 12px/1.45 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-body h4 { margin: 10px 0 0; color: #10213d; font: 800 17px/1.35 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-body p { margin: 10px 0 0; color: #57677e; font: 400 14px/1.58 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__layer-body a { display: inline-flex; margin-top: 12px; color: #096f50; font: 800 13px/1.4 Inter,sans-serif; text-decoration: none; }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional { margin-top: 13px; overflow: hidden; border: 1px solid #e4ddc2; border-radius: 16px; background: #fffdf5; }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional > button { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 60px; padding: 12px 15px; border: 0; background: transparent; color: #10213d; text-align: left; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional strong { display: block; font: 800 14px/1.35 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional small { display: block; margin-top: 3px; color: #7c755d; font: 600 11px/1.4 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional button svg { width: 20px; height: 20px; transition: transform .2s ease; }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional button[aria-expanded="true"] svg { transform: rotate(180deg); }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional [data-pfl-b2b-legal-conditional-body] { padding: 0 15px 15px; color: #625e4f; font: 400 13px/1.55 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional [data-pfl-b2b-legal-conditional-body] p { margin: 0; }
#pfl-b2b-root .pfl-b2b-legal-basis__conditional a { display: inline-flex; margin-top: 10px; color: #7b5e10; font-weight: 800; text-decoration: none; }
#pfl-b2b-root .pfl-b2b-legal-basis.is-motion-ready [data-pfl-b2b-legal-reveal], #pfl-b2b-root .pfl-b2b-legal-basis.is-motion-ready [data-pfl-b2b-legal-layer] { opacity: 0; transform: translateY(8px); }
#pfl-b2b-root .pfl-b2b-legal-basis.is-motion-ready .is-visible { opacity: 1; transform: none; transition: opacity .36s ease,transform .36s ease; }

#pfl-b2b-root .pfl-b2b-legal-modal { position: fixed; z-index: 10060; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
#pfl-b2b-root .pfl-b2b-legal-modal.is-open { opacity: 1; pointer-events: auto; }
#pfl-b2b-root .pfl-b2b-legal-modal__backdrop { position: absolute; inset: 0; background: rgba(5,15,30,.72); backdrop-filter: blur(7px); }
#pfl-b2b-root .pfl-b2b-legal-modal__dialog { position: relative; z-index: 1; display: flex; flex-direction: column; width: min(1040px,100%); max-height: min(900px,calc(100dvh - 44px)); border: 1px solid #dce5ec; border-radius: 27px; background: #fff; box-shadow: 0 38px 110px rgba(0,0,0,.28); transform: translateY(12px); transition: transform .18s ease; }
#pfl-b2b-root .pfl-b2b-legal-modal.is-open .pfl-b2b-legal-modal__dialog { transform: none; }
#pfl-b2b-root .pfl-b2b-legal-modal__header { position: sticky; z-index: 3; top: 0; display: flex; justify-content: space-between; gap: 22px; padding: 23px 24px 20px; border-bottom: 1px solid #e2e8ee; border-radius: 27px 27px 0 0; background: #fff; }
#pfl-b2b-root .pfl-b2b-legal-modal__header > div > span { color: #2e6fc7; font: 850 10px/1.3 Inter,sans-serif; letter-spacing: .1em; }
#pfl-b2b-root .pfl-b2b-legal-modal__header h2 { margin: 7px 0 0; color: #10213d; font: 850 clamp(25px,3vw,37px)/1.14 Poppins,Inter,sans-serif; letter-spacing: -.025em; }
#pfl-b2b-root .pfl-b2b-legal-modal__header p { max-width: 780px; margin: 9px 0 0; color: #617086; font: 400 14px/1.55 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-modal__close { display: grid; place-items: center; flex: 0 0 auto; width: 46px; height: 46px; border: 1px solid #dce4eb; border-radius: 14px; background: #f8fafb; color: #10213d; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-legal-modal__close svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
#pfl-b2b-root .pfl-b2b-legal-modal__body { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 22px 24px 25px; overscroll-behavior: contain; }
#pfl-b2b-root .pfl-b2b-legal-modal__tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; padding: 7px; border: 1px solid #dfe7ed; border-radius: 16px; background: #f3f7f9; }
#pfl-b2b-root .pfl-b2b-legal-modal__tabs button { min-height: 48px; padding: 9px 12px; border: 1px solid transparent; border-radius: 11px; background: transparent; color: #56667c; font: 800 13px/1.35 Inter,sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-legal-modal__tabs button[aria-selected="true"] { border-color: #cbe6da; background: #fff; color: #087b54; box-shadow: 0 7px 18px rgba(15,41,67,.07); }
#pfl-b2b-root .pfl-b2b-legal-modal__scenario { margin-top: 17px; padding: 20px; border: 1px solid #dfe7ed; border-radius: 19px; background: #fbfcfd; }
#pfl-b2b-root .pfl-b2b-legal-modal__scenario header span { color: #087b54; font: 850 10px/1.3 Inter,sans-serif; letter-spacing: .1em; }
#pfl-b2b-root .pfl-b2b-legal-modal__scenario header h3 { margin: 7px 0 0; color: #10213d; font: 850 23px/1.2 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-modal__scenario dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 17px 0 0; }
#pfl-b2b-root .pfl-b2b-legal-modal__scenario dl > div { padding: 14px; border: 1px solid #e2e8ed; border-radius: 14px; background: #fff; }
#pfl-b2b-root .pfl-b2b-legal-modal__scenario dt { color: #10213d; font: 800 13px/1.35 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-modal__scenario dd { margin: 7px 0 0; color: #59697f; font: 400 13px/1.52 Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-modal__materials { margin-top: 17px; padding: 17px; border: 1px solid #e1e8ee; border-radius: 17px; background: #fff; }
#pfl-b2b-root .pfl-b2b-legal-modal__materials h3 { margin: 0; color: #10213d; font: 800 16px/1.3 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-legal-modal__materials ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-legal-modal__materials a { display: inline-flex; min-height: 40px; align-items: center; padding: 8px 12px; border: 1px solid #dce5eb; border-radius: 11px; color: #315d9c; font: 750 12.5px/1.35 Inter,sans-serif; text-decoration: none; }
#pfl-b2b-root .pfl-b2b-legal-modal__sources { margin-top: 15px; border: 1px solid #dfe7ed; border-radius: 15px; background: #f8fafb; }
#pfl-b2b-root .pfl-b2b-legal-modal__sources summary { min-height: 48px; padding: 14px 16px; color: #10213d; font: 800 14px/1.4 Inter,sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-legal-modal__sources > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 0 16px 16px; }
#pfl-b2b-root .pfl-b2b-legal-modal__sources a { padding: 10px 12px; border: 1px solid #e1e8ed; border-radius: 11px; background: #fff; color: #315d9c; font: 750 12.5px/1.4 Inter,sans-serif; text-decoration: none; }
#pfl-b2b-root .pfl-b2b-legal-modal__footer { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 16px 24px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid #e2e8ee; border-radius: 0 0 27px 27px; background: #fff; }
#pfl-b2b-root .pfl-b2b-legal-modal__footer button { min-height: 48px; padding: 11px 16px; border-radius: 13px; font: 800 14px/1.35 Inter,sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-legal-modal__primary { border: 1px solid #00a86b; background: #00a86b; color: #fff; }
#pfl-b2b-root .pfl-b2b-legal-modal__secondary { border: 1px solid #cad7e1; background: #fff; color: #10213d; }
#pfl-b2b-root .pfl-b2b-legal-basis button:focus-visible, #pfl-b2b-root .pfl-b2b-legal-basis a:focus-visible, #pfl-b2b-root .pfl-b2b-legal-modal button:focus-visible, #pfl-b2b-root .pfl-b2b-legal-modal a:focus-visible, #pfl-b2b-root .pfl-b2b-legal-modal summary:focus-visible { outline: 3px solid rgba(37,99,235,.35); outline-offset: 3px; }
@media (max-width: 960px) {
    #pfl-b2b-root .pfl-b2b-legal-basis__container { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-legal-basis__copy { position: static; }
}
@media (max-width: 767px) {
    #pfl-b2b-root .pfl-b2b-legal-basis { padding: 76px 18px 84px; }
    #pfl-b2b-root .pfl-b2b-legal-basis__title { font-size: clamp(34px,9vw,42px); }
    #pfl-b2b-root .pfl-b2b-legal-basis__description { font-size: 16px; }
    #pfl-b2b-root .pfl-b2b-legal-basis__actions { flex-direction: column; align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-legal-basis__primary-wrap { align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-legal-basis__primary, #pfl-b2b-root .pfl-b2b-legal-basis__secondary, #pfl-b2b-root .pfl-b2b-legal-basis__map-link { width: 100%; }
    #pfl-b2b-root .pfl-b2b-legal-basis__map { padding: 20px 16px; border-radius: 22px; }
    #pfl-b2b-root .pfl-b2b-legal-basis__map-head { flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-legal-basis__map-state { max-width: none; text-align: left; }
    #pfl-b2b-root .pfl-b2b-legal-modal { align-items: end; padding: 0; }
    #pfl-b2b-root .pfl-b2b-legal-modal__dialog { width: 100%; max-height: 100dvh; border-radius: 22px 22px 0 0; }
    #pfl-b2b-root .pfl-b2b-legal-modal__header { padding: 18px 16px 15px; border-radius: 22px 22px 0 0; }
    #pfl-b2b-root .pfl-b2b-legal-modal__body { padding: 16px; }
    #pfl-b2b-root .pfl-b2b-legal-modal__tabs { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-legal-modal__scenario dl, #pfl-b2b-root .pfl-b2b-legal-modal__sources > div { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-legal-modal__footer { grid-template-columns: 1fr; padding: 13px 16px calc(13px + env(safe-area-inset-bottom)); border-radius: 0; }
}
@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-legal-basis__title span:last-child { background: none; color: CanvasText; -webkit-text-fill-color: currentColor; }
    #pfl-b2b-root .pfl-b2b-legal-basis__map,
    #pfl-b2b-root .pfl-b2b-legal-basis__layer,
    #pfl-b2b-root .pfl-b2b-legal-basis__notice,
    #pfl-b2b-root .pfl-b2b-legal-modal__dialog { border: 1px solid CanvasText; box-shadow: none; }
    #pfl-b2b-root .pfl-b2b-legal-basis__primary,
    #pfl-b2b-root .pfl-b2b-legal-basis__secondary,
    #pfl-b2b-root .pfl-b2b-legal-modal button { forced-color-adjust: auto; }
}
@media (max-width: 430px) {
    #pfl-b2b-root .pfl-b2b-legal-basis { padding-right: 15px; padding-left: 15px; }
    #pfl-b2b-root .pfl-b2b-legal-basis__badge { border-radius: 14px; font-size: 9.5px; }
    #pfl-b2b-root .pfl-b2b-legal-basis__layer-button { grid-template-columns: 32px minmax(0,1fr) 20px; padding: 12px; }
    #pfl-b2b-root .pfl-b2b-legal-modal__scenario { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-legal-basis.is-motion-ready [data-pfl-b2b-legal-reveal], #pfl-b2b-root .pfl-b2b-legal-basis.is-motion-ready [data-pfl-b2b-legal-layer] { opacity: 1; transform: none; }
    #pfl-b2b-root .pfl-b2b-legal-basis__layer-body, #pfl-b2b-root .pfl-b2b-legal-modal, #pfl-b2b-root .pfl-b2b-legal-modal__dialog { transition-duration: .01ms; }
}

/* 1.17.106 — architektura lejka dla właściciela JDG                      */
/* ========================================================================== */
#pfl-b2b-root .pfl-b2b-hero__business-link {
display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: #475569;
    font-family: Inter, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
}
#pfl-b2b-root .pfl-b2b-hero__business-link:hover { color: #00a86b; }
#pfl-b2b-root .pfl-b2b-hero__business-link:focus-visible,
#pfl-b2b-root .pfl-b2b-diagnosis-bridge a:focus-visible,
#pfl-b2b-root .pfl-b2b-offer button:focus-visible,
#pfl-b2b-root .pfl-b2b-offer a:focus-visible,
#pfl-b2b-root .pfl-b2b-pilot button:focus-visible,
#pfl-b2b-root .pfl-b2b-pilot a:focus-visible,
#pfl-b2b-root .pfl-b2b-faq button:focus-visible {
    outline: 3px solid rgba(0,168,107,.28);
    outline-offset: 4px;
}

#pfl-b2b-root .pfl-b2b-diagnosis-bridge {
    position: relative;
    overflow: hidden;
    padding: 64px 24px 68px;
    border-top: 1px solid #e2ebe8;
    border-bottom: 1px solid #e2ebe8;
    background:
        radial-gradient(circle at 50% 118%, rgba(45,212,191,.10), rgba(45,212,191,0) 31%),
        linear-gradient(180deg, #f8fbfa 0%, #fbfdfc 100%);
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__container {
    width: min(1180px,100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr);
    gap: 44px;
    align-items: center;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__heading {
    min-width: 0;
    max-width: 460px;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__badge,
#pfl-b2b-root .pfl-b2b-offer__badge,
#pfl-b2b-root .pfl-b2b-pilot__badge,
#pfl-b2b-root .pfl-b2b-faq header > span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 11px;
    border: 1px solid rgba(0,168,107,.2);
    border-radius: 999px;
    background: rgba(0,168,107,.07);
    color: #008f5b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__badge {
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge h2 {
    max-width: 450px;
    margin: 17px 0 14px;
    color: #071a3a;
    font: 800 clamp(38px,3.2vw,48px)/1.035 Poppins,Inter,sans-serif;
    letter-spacing: -.042em;
    text-wrap: balance;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__heading > p {
    max-width: 455px;
    margin: 0;
    color: #59677e;
    font-size: 17px;
    line-height: 1.65;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__list {
    display: grid;
    gap: 12px;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__item {
    display: grid;
    grid-template-columns: 52px minmax(0,1fr);
    gap: 14px;
    align-items: center;
    min-height: 104px;
    padding: 18px;
    border: 1px solid #dfe9e6;
    border-radius: 20px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 13px 36px rgba(7,26,58,.055);
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__number {
    align-self: start;
    padding-top: 2px;
    color: #00a86b;
    font: 800 17px/1.3 Poppins,Inter,sans-serif;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__copy { min-width: 0; }
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__copy h3 {
    margin: 0 0 8px;
    color: #071a3a;
    font: 600 16px/1.35 Inter,sans-serif;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__copy p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge.is-motion-ready [data-pfl-b2b-diagnosis-bridge-reveal] {
    opacity: 0;
    transform: translateY(10px);
}
#pfl-b2b-root .pfl-b2b-diagnosis-bridge.is-motion-ready [data-pfl-b2b-diagnosis-bridge-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: opacity .42s ease var(--pfl-b2b-bridge-delay, 0ms), transform .42s ease var(--pfl-b2b-bridge-delay, 0ms);
}

/* Profilio B2B R9 — prowizja lub abonament / wersja 1.17.383. */
#pfl-b2b-root .pfl-b2b-offer {
    padding: 96px 24px 104px;
    background: linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
    border-bottom: 1px solid #e3e8ef;
}
#pfl-b2b-root .pfl-b2b-offer__container { width: min(980px,100%); margin: 0 auto; }
#pfl-b2b-root .pfl-b2b-offer__heading { max-width: 780px; margin: 0 auto 36px; text-align: center; }
#pfl-b2b-root .pfl-b2b-offer__heading h2 {
    margin: 16px 0 14px;
    color: #071a3a;
    font: 800 clamp(34px,4vw,48px)/1.045 Poppins,Inter,sans-serif;
    letter-spacing: -.045em;
    text-wrap: balance;
}
#pfl-b2b-root .pfl-b2b-offer__heading h2 span { display: block; color: #00a86b; }
#pfl-b2b-root .pfl-b2b-offer__heading > p:not(.pfl-b2b-offer__disclaimer) { max-width: 760px; margin: 0 auto; color: #5d6a80; font-size: 17px; line-height: 1.62; }
#pfl-b2b-root .pfl-b2b-offer__disclaimer { max-width: 700px; margin: 14px auto 0; color: #64748b; font-size: 14px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-offer__badge { justify-content: center; font-size: 12px; }
#pfl-b2b-root .pfl-b2b-offer__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; align-items: stretch; }
#pfl-b2b-root .pfl-b2b-offer__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px;
    border: 1px solid #dce5eb;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(7,26,58,.075),0 2px 8px rgba(7,26,58,.035);
}
#pfl-b2b-root .pfl-b2b-offer__card--featured { border-color: rgba(0,168,107,.48); box-shadow: 0 20px 54px rgba(0,168,107,.11),0 2px 8px rgba(7,26,58,.04); }
#pfl-b2b-root .pfl-b2b-offer__card > span { color: #008f5b; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
#pfl-b2b-root .pfl-b2b-offer__card h3 { margin: 12px 0 9px; color: #071a3a; font: 800 clamp(27px,2.7vw,32px)/1.14 Poppins,Inter,sans-serif; letter-spacing: -.025em; }
#pfl-b2b-root .pfl-b2b-offer__card > p { margin: 0 0 18px; color: #5d6a80; font-size: 16px; line-height: 1.58; }
#pfl-b2b-root .pfl-b2b-offer__terms { margin: 0 0 22px; padding: 15px 16px; border: 1px solid #dce8e5; border-radius: 17px; background: #f7fbfa; }
#pfl-b2b-root .pfl-b2b-offer__terms > div { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid #dfeae7; }
#pfl-b2b-root .pfl-b2b-offer__terms > div:last-child { border-bottom: 0; }
#pfl-b2b-root .pfl-b2b-offer__terms dt { color: #607087; font-size: 14px; line-height: 1.45; }
#pfl-b2b-root .pfl-b2b-offer__terms dd { margin: 0; color: #071a3a; font-size: 14px; font-weight: 800; line-height: 1.45; text-align: right; }
#pfl-b2b-root .pfl-b2b-offer__card ul { margin: 0 0 24px; padding: 0; list-style: none; display: grid; gap: 10px; color: #334155; font-size: 16px; }
#pfl-b2b-root .pfl-b2b-offer__card li { position: relative; padding-left: 24px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-offer__card li::before { content: '✓'; position: absolute; left: 0; color: #00a86b; font-weight: 900; }
#pfl-b2b-root .pfl-b2b-offer__card-action,
#pfl-b2b-root .pfl-b2b-offer__primary,
#pfl-b2b-root .pfl-b2b-offer__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid #00a86b;
    border-radius: 14px;
    background: #00a86b;
    color: #fff;
    font-family: Inter,sans-serif;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#pfl-b2b-root .pfl-b2b-offer__card-action { width: 100%; margin-top: auto; }
#pfl-b2b-root .pfl-b2b-offer__card-action--secondary { background: #fff; color: #071a3a; border-color: #cbd8df; }
#pfl-b2b-root .pfl-b2b-offer__card-action:hover,
#pfl-b2b-root .pfl-b2b-offer__primary:hover { background: #008f5b; border-color: #008f5b; }
#pfl-b2b-root .pfl-b2b-offer__card-action--secondary:hover,
#pfl-b2b-root .pfl-b2b-offer__secondary:hover { color: #008f5b; background: #f7fbfa; border-color: rgba(0,168,107,.48); }
#pfl-b2b-root .pfl-b2b-offer__chooser { margin-top: 20px; padding: 25px; border: 1px solid #dfe7ec; border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(7,26,58,.05); }
#pfl-b2b-root .pfl-b2b-offer__chooser h3 { margin: 0 0 16px; color: #071a3a; font: 800 23px/1.2 Poppins,Inter,sans-serif; text-align: center; }
#pfl-b2b-root .pfl-b2b-offer__chooser ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
#pfl-b2b-root .pfl-b2b-offer__chooser li { margin: 0; padding: 17px; border-radius: 16px; background: #f7f9fc; }
#pfl-b2b-root .pfl-b2b-offer__chooser strong { display: block; margin-bottom: 6px; color: #071a3a; }
#pfl-b2b-root .pfl-b2b-offer__chooser span { display: block; color: #657389; font-size: 14px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-offer__included { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(0,1.35fr); gap: 28px; align-items: center; margin-top: 16px; padding: 27px; border-radius: 22px; background: #071a3a; color: #fff; }
#pfl-b2b-root .pfl-b2b-offer__included > div > span { color: #79e6bb; font-size: 12px; font-weight: 800; letter-spacing: .09em; }
#pfl-b2b-root .pfl-b2b-offer__included h3 { margin: 8px 0 0; font: 800 25px/1.2 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-offer__included ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; font-size: 16px; }
#pfl-b2b-root .pfl-b2b-offer__included li { position: relative; padding-left: 22px; color: #d6e0ec; }
#pfl-b2b-root .pfl-b2b-offer__included li::before { content: '✓'; position: absolute; left: 0; color: #79e6bb; font-weight: 900; }
#pfl-b2b-root .pfl-b2b-offer__note { max-width: 860px; margin: 20px auto 0; color: #64748b; font-size: 14px; line-height: 1.58; text-align: center; }
#pfl-b2b-root .pfl-b2b-offer__actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 24px; }
#pfl-b2b-root .pfl-b2b-offer__secondary { background: #fff; color: #071a3a; border-color: #cbd8df; }
#pfl-b2b-root .pfl-b2b-offer__link { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 0 8px; color: #071a3a; font-weight: 800; text-decoration: none; }
#pfl-b2b-root .pfl-b2b-offer__link:hover { color: #008f5b; text-decoration: underline; text-underline-offset: 4px; }

/* Profilio B2B R8 — pilotaż 1–2 zleceń / wersja 1.17.382. */
#pfl-b2b-root .pfl-b2b-pilot {
    position: relative;
    overflow: hidden;
    padding: 96px 24px;
    background: linear-gradient(135deg,#061d24 0%,#071326 58%,#081a30 100%);
    color: #fff;
}
#pfl-b2b-root .pfl-b2b-pilot__glow { position: absolute; inset: 0; background: radial-gradient(circle at 18% 22%,rgba(0,168,107,.13),transparent 38%),radial-gradient(circle at 88% 74%,rgba(37,99,235,.11),transparent 34%); pointer-events: none; }
#pfl-b2b-root .pfl-b2b-pilot__container { position: relative; z-index: 1; width: min(1020px,100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0,.82fr) minmax(460px,1.18fr); gap: 50px; align-items: center; }
#pfl-b2b-root .pfl-b2b-pilot__badge { color: #78e6ba; border-color: rgba(120,230,186,.25); background: rgba(0,168,107,.13); font-size: 12px; }
#pfl-b2b-root .pfl-b2b-pilot h2 { max-width: 410px; margin: 18px 0 16px; color: #fff; font: 800 clamp(36px,4.35vw,52px)/1.035 Poppins,Inter,sans-serif; letter-spacing: -.045em; text-wrap: balance; }
#pfl-b2b-root .pfl-b2b-pilot h2 span { display: block; color: #79e6bb; }
#pfl-b2b-root .pfl-b2b-pilot__content > p:not(.pfl-b2b-pilot__note) { max-width: 410px; margin: 0; color: #c1cedd; font-size: 17px; line-height: 1.62; }
#pfl-b2b-root .pfl-b2b-pilot__actions { display: grid; justify-items: start; gap: 10px; margin-top: 24px; }
#pfl-b2b-root .pfl-b2b-pilot__primary,
#pfl-b2b-root .pfl-b2b-pilot__secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 14px; border: 1px solid rgba(255,255,255,.18); font-family: Inter,sans-serif; font-weight: 800; text-decoration: none; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-pilot__primary { background: #00a86b; color: #fff; border-color: #00a86b; }
#pfl-b2b-root .pfl-b2b-pilot__secondary { background: rgba(255,255,255,.05); color: #fff; }
#pfl-b2b-root .pfl-b2b-pilot__primary:hover { background: #008f5b; border-color: #008f5b; }
#pfl-b2b-root .pfl-b2b-pilot__secondary:hover { border-color: rgba(121,230,187,.46); background: rgba(121,230,187,.08); }
#pfl-b2b-root .pfl-b2b-pilot__diagnosis { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; margin-top: 13px; padding: 0; border: 0; background: transparent; color: #d5dfeb; font-weight: 750; text-align: left; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-pilot__diagnosis:hover { color: #79e6bb; }
#pfl-b2b-root .pfl-b2b-pilot__note { max-width: 410px; margin: 13px 0 0; color: #91a5ba; font-size: 14px; line-height: 1.55; }
#pfl-b2b-root .pfl-b2b-pilot__visual { min-width: 0; }
#pfl-b2b-root .pfl-b2b-pilot__panel { padding: 24px 24px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.065); box-shadow: 0 24px 70px rgba(0,0,0,.20); }
#pfl-b2b-root .pfl-b2b-pilot__panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
#pfl-b2b-root .pfl-b2b-pilot__panel-head > span { color: #79e6bb; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
#pfl-b2b-root .pfl-b2b-pilot__replay { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; margin: -10px -8px -10px 0; padding: 0 8px; border: 0; border-radius: 10px; background: transparent; color: #fff; font: 800 12px/1.2 Inter,sans-serif; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-pilot__replay:hover { background: rgba(255,255,255,.07); color: #79e6bb; }
#pfl-b2b-root .pfl-b2b-pilot__progress { height: 4px; margin-top: 16px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
#pfl-b2b-root .pfl-b2b-pilot__progress span { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#00a86b,#57d8c7); transition: width .32s ease; }
#pfl-b2b-root .pfl-b2b-pilot__panel ol { margin: 12px 0 0; padding: 0; list-style: none; display: grid; }
#pfl-b2b-root .pfl-b2b-pilot__panel li { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
#pfl-b2b-root .pfl-b2b-pilot__panel li:last-child { border-bottom: 0; }
#pfl-b2b-root .pfl-b2b-pilot__panel li > strong { color: #79e6bb; font: 800 12px/1.4 Poppins,Inter,sans-serif; letter-spacing: .04em; }
#pfl-b2b-root .pfl-b2b-pilot__panel h3 { margin: 0 0 5px; color: #fff; font-size: 14px; line-height: 1.35; }
#pfl-b2b-root .pfl-b2b-pilot__panel p { margin: 0; color: #aab7c7; font-size: 14px; line-height: 1.5; }
#pfl-b2b-root .pfl-b2b-pilot__panel [data-pfl-b2b-pilot-status] { display: inline-flex; margin-top: 8px; color: #79e6bb; font-size: 12px; font-weight: 800; }
#pfl-b2b-root .pfl-b2b-pilot__result { margin-top: 14px; padding: 17px 19px; border: 1px solid rgba(120,230,186,.25); border-radius: 18px; background: rgba(0,168,107,.09); }
#pfl-b2b-root .pfl-b2b-pilot__result h3 { margin: 0 0 10px; color: #fff; font: 800 18px/1.25 Poppins,Inter,sans-serif; }
#pfl-b2b-root .pfl-b2b-pilot__result ul { margin: 0; padding: 0 0 0 16px; color: #d1dce7; display: grid; gap: 5px; font-size: 14px; line-height: 1.45; list-style: none; }
#pfl-b2b-root .pfl-b2b-pilot.is-motion-ready [data-pfl-b2b-pilot-reveal],
#pfl-b2b-root .pfl-b2b-pilot.is-motion-ready [data-pfl-b2b-pilot-step],
#pfl-b2b-root .pfl-b2b-pilot.is-motion-ready [data-pfl-b2b-pilot-result],
#pfl-b2b-root .pfl-b2b-offer.is-motion-ready [data-pfl-b2b-offer-reveal] { opacity: 0; transform: translateY(10px); }
#pfl-b2b-root .pfl-b2b-pilot.is-motion-ready .is-visible,
#pfl-b2b-root .pfl-b2b-offer.is-motion-ready .is-visible { opacity: 1; transform: none; transition: opacity .42s ease,transform .42s ease; }
#pfl-b2b-root .pfl-b2b-faq { padding: 92px 24px; background: #fff; border-bottom: 1px solid #e4e9ef; }
#pfl-b2b-root .pfl-b2b-faq__container { width: min(1180px,100%); margin: 0 auto; display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 54px; align-items: start; }
#pfl-b2b-root .pfl-b2b-faq header { position: sticky; top: 110px; }
#pfl-b2b-root .pfl-b2b-faq h2 { margin: 16px 0 13px; color: #071a3a; font: 800 clamp(34px,4vw,50px)/1.07 Poppins,Inter,sans-serif; letter-spacing: -.04em; }
#pfl-b2b-root .pfl-b2b-faq header > p { margin: 0; color: #5e6c82; font-size: 17px; line-height: 1.65; }
#pfl-b2b-root .pfl-b2b-faq__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
#pfl-b2b-root .pfl-b2b-faq__actions button { min-height: 48px; padding: 0 18px; border-radius: 13px; border: 1px solid #cbd8df; background: #fff; color: #071a3a; font-weight: 800; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-faq__actions button:first-child { color: #fff; background: #00a86b; border-color: #00a86b; }
#pfl-b2b-root .pfl-b2b-faq__list { display: grid; gap: 12px; }
#pfl-b2b-root .pfl-b2b-faq__item { overflow: hidden; border: 1px solid #dfe6ec; border-radius: 18px; background: #f9fbfc; }
#pfl-b2b-root .pfl-b2b-faq__item h3 { margin: 0; }
#pfl-b2b-root .pfl-b2b-faq__item h3 button { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 64px; padding: 17px 20px; border: 0; background: transparent; color: #071a3a; font-size: 16px; font-weight: 800; text-align: left; cursor: pointer; }
#pfl-b2b-root .pfl-b2b-faq__item h3 button svg { width: 20px; min-width: 20px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
#pfl-b2b-root .pfl-b2b-faq__item h3 button[aria-expanded="true"] svg { transform: rotate(180deg); }
#pfl-b2b-root .pfl-b2b-faq__item [role="region"] { padding: 0 20px 20px; }
#pfl-b2b-root .pfl-b2b-faq__item [role="region"] p { margin: 0; padding-top: 15px; border-top: 1px solid #e2e8ee; color: #58667c; line-height: 1.65; }

#pfl-b2b-root #hero,
#pfl-b2b-root #co-otrzymasz,
#pfl-b2b-root #strategie,
#pfl-b2b-root #mechanizm,
#pfl-b2b-root #case-study,
#pfl-b2b-root #costs,
#pfl-b2b-root #scenariusze,
#pfl-b2b-root #pilotaz,
#pfl-b2b-root #cennik,
#pfl-b2b-root #harmonogram,
#pfl-b2b-root #podstawa-prawna,
#pfl-b2b-root #faq,
#pfl-b2b-root #contact { scroll-margin-top: 96px; }

@media (max-width: 1080px) {
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge__container,
    #pfl-b2b-root .pfl-b2b-pilot__container,
    #pfl-b2b-root .pfl-b2b-faq__container { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-faq header { position: static; }
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge__heading { max-width: 760px; }
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge h2,
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge__heading > p { max-width: 720px; }
}
@media (max-width: 760px) {
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge,
    #pfl-b2b-root .pfl-b2b-offer,
    #pfl-b2b-root .pfl-b2b-pilot,
    #pfl-b2b-root .pfl-b2b-faq { padding: 68px 18px; }
    #pfl-b2b-root .pfl-b2b-offer__grid, #pfl-b2b-root .pfl-b2b-offer__chooser ul, #pfl-b2b-root .pfl-b2b-offer__included { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-offer__included ul { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-pilot__actions, #pfl-b2b-root .pfl-b2b-offer__actions,
    #pfl-b2b-root .pfl-b2b-faq__actions { flex-direction: column; align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-pilot__primary, #pfl-b2b-root .pfl-b2b-pilot__secondary,
    #pfl-b2b-root .pfl-b2b-offer__primary, #pfl-b2b-root .pfl-b2b-offer__secondary,
    #pfl-b2b-root .pfl-b2b-offer__link, #pfl-b2b-root .pfl-b2b-faq__actions button { width: 100%; }
    #pfl-b2b-root .pfl-b2b-pilot__panel li { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 430px) {
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge,
    #pfl-b2b-root .pfl-b2b-offer,
    #pfl-b2b-root .pfl-b2b-pilot,
    #pfl-b2b-root .pfl-b2b-faq { padding-right: 16px; padding-left: 16px; }
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge { padding-top: 58px; padding-bottom: 62px; }
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge h2 { font-size: 34px; }
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge__item { grid-template-columns: 42px minmax(0,1fr); min-height: 0; padding: 16px; }
    #pfl-b2b-root .pfl-b2b-offer__card, #pfl-b2b-root .pfl-b2b-offer__chooser,
    #pfl-b2b-root .pfl-b2b-offer__included, #pfl-b2b-root .pfl-b2b-pilot__panel { padding: 23px 19px; border-radius: 23px; }
    #pfl-b2b-root .pfl-b2b-offer__terms > div { flex-direction: column; gap: 3px; }
    #pfl-b2b-root .pfl-b2b-offer__terms dd { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-hero__business-link,
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge *,
    #pfl-b2b-root .pfl-b2b-offer *,
    #pfl-b2b-root .pfl-b2b-pilot *,
    #pfl-b2b-root .pfl-b2b-faq * { transition-duration: .01ms; animation-duration: .01ms; animation-iteration-count: 1; scroll-behavior: auto; }
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge.is-motion-ready [data-pfl-b2b-diagnosis-bridge-reveal] { opacity: 1; transform: none; }
}

@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge__badge,
    #pfl-b2b-root .pfl-b2b-diagnosis-bridge__item,
    #pfl-b2b-root .pfl-b2b-pilot__badge,
    #pfl-b2b-root .pfl-b2b-pilot__panel,
    #pfl-b2b-root .pfl-b2b-pilot__result,
    #pfl-b2b-root .pfl-b2b-pilot__primary,
    #pfl-b2b-root .pfl-b2b-pilot__secondary,
    #pfl-b2b-root .pfl-b2b-pilot__replay,
    #pfl-b2b-root .pfl-b2b-offer__card,
    #pfl-b2b-root .pfl-b2b-offer__chooser,
    #pfl-b2b-root .pfl-b2b-offer__included,
    #pfl-b2b-root .pfl-b2b-offer__card-action,
    #pfl-b2b-root .pfl-b2b-offer__primary,
    #pfl-b2b-root .pfl-b2b-offer__secondary { border: 1px solid ButtonText; }
    #pfl-b2b-root .pfl-b2b-pilot__progress span { background: Highlight; }
}

@media (max-width: 1080px) {
    #pfl-b2b-root .pfl-b2b-pilot__container { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    #pfl-b2b-root .pfl-b2b-pilot, #pfl-b2b-root .pfl-b2b-offer { padding-bottom: 96px; }
    #pfl-b2b-root .pfl-b2b-pilot__diagnosis { width: 100%; justify-content: center; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-pilot.is-motion-ready [data-pfl-b2b-pilot-reveal],
    #pfl-b2b-root .pfl-b2b-pilot.is-motion-ready [data-pfl-b2b-pilot-step],
    #pfl-b2b-root .pfl-b2b-pilot.is-motion-ready [data-pfl-b2b-pilot-result],
    #pfl-b2b-root .pfl-b2b-offer.is-motion-ready [data-pfl-b2b-offer-reveal] { opacity: 1; transform: none; }
    #pfl-b2b-root .pfl-b2b-pilot__progress span { transition: none; }
}
/* Profilio B2B R10 — KSeF i reforma PIP / wersja 1.17.384. */
#pfl-b2b-root .pfl-b2b-timeline--compact { padding: 88px 24px 94px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__container { width: min(960px,100%); }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__heading { max-width: 790px; margin-bottom: 36px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__badge { min-height: 32px; padding: 6px 12px; font-size: 12px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__title { max-width: 780px; margin: 18px auto 0; font-size: clamp(38px,4.1vw,54px); line-height: 1.035; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__description { max-width: 760px; margin-top: 17px; font-size: 17px; line-height: 1.6; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__monitor,
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__summary,
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__sources { width: min(880px,100%); }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__list { gap: 16px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__event { padding: 22px 24px; border-radius: 21px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__meta { margin-bottom: 15px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__meta time { font-size: 14px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__status { min-height: 28px; padding: 5px 10px; font-size: 12px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__event h3 { font-size: 20px; line-height: 1.28; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__event-body p { margin-bottom: 0; font-size: 16px; line-height: 1.58; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__item.is-current .pfl-b2b-timeline__event { border-color: rgba(0,168,89,.42); box-shadow: 0 18px 42px rgba(0,168,89,.11); }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__item.is-current .pfl-b2b-timeline__dot { box-shadow: 0 0 0 5px rgba(0,168,89,.13),0 8px 20px rgba(0,168,89,.22); }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__summary { gap: 18px; margin-top: 18px; padding: 24px; border-radius: 21px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__summary-copy { margin-bottom: 0; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__summary h3 { font-size: 25px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__summary p { font-size: 16px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__primary,
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__secondary { min-height: 50px; font-size: 15px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__primary-wrap > span { font-size: 14px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__sources { margin-top: 15px; }
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__sources-content p,
#pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__sources-content li { font-size: 14px; }
#pfl-b2b-root .pfl-b2b-timeline__dates { display: inline-flex; flex-wrap: wrap; gap: .2em; }

@media (max-width: 767px) {
    #pfl-b2b-root .pfl-b2b-timeline--compact { padding: 68px 18px 82px; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__heading { margin-bottom: 34px; text-align: left; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__title { margin-right: 0; margin-left: 0; font-size: clamp(34px,9.4vw,43px); line-height: 1.06; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__description { font-size: 16px; line-height: 1.62; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__event { padding: 20px 17px; border-radius: 20px; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__meta { align-items: flex-start; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__event-body { grid-template-columns: 1fr; gap: 11px; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__summary { padding: 22px 18px; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__summary-copy { grid-template-columns: 1fr; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__actions { flex-direction: column; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__primary-wrap,
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__primary,
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__secondary { width: 100%; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__sources summary { width: 100%; justify-content: space-between; }
}

@media (max-width: 430px) {
    #pfl-b2b-root .pfl-b2b-timeline--compact { padding-right: 16px; padding-left: 16px; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__meta { flex-direction: column; gap: 7px; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__status { white-space: normal; }
}

@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__title span { background: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__badge,
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__dot,
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__event,
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__status,
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__summary,
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__primary,
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__secondary { border: 1px solid ButtonText; }
    #pfl-b2b-root .pfl-b2b-timeline--compact .pfl-b2b-timeline__rail span { background: Highlight; }
}

/* Profilio B2B R12 — FAQ właściciela JDG / wersja 1.17.386. */
#pfl-b2b-root .pfl-b2b-faq {
    padding: 86px 24px 94px;
    border-top: 1px solid #e5ebf0;
    border-bottom: 1px solid #e5ebf0;
    background: #fff;
}
#pfl-b2b-root .pfl-b2b-faq__container {
    width: min(1020px,100%);
    grid-template-columns: minmax(278px,320px) minmax(0,1fr);
    gap: clamp(38px,5vw,62px);
}
#pfl-b2b-root .pfl-b2b-faq header {
    top: 96px;
    min-width: 0;
}
#pfl-b2b-root .pfl-b2b-faq header > span {
    min-height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.2;
}
#pfl-b2b-root .pfl-b2b-faq h2 {
    max-width: 320px;
    margin: 17px 0 13px;
    font-size: clamp(34px,3.4vw,46px);
    line-height: 1.045;
    letter-spacing: -.045em;
}
#pfl-b2b-root .pfl-b2b-faq header > p {
    max-width: 320px;
    color: #53647a;
    font-size: 16px;
    line-height: 1.62;
}
#pfl-b2b-root .pfl-b2b-faq__actions {
    align-items: flex-start;
    gap: 12px;
    margin-top: 25px;
}
#pfl-b2b-root .pfl-b2b-faq__primary-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
#pfl-b2b-root .pfl-b2b-faq__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 12px;
    font: 800 14px/1.2 Inter,sans-serif;
    transition: color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease;
}
#pfl-b2b-root .pfl-b2b-faq__primary-wrap button {
    border-color: #00a86b;
    background: #00a86b;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0,168,107,.15);
}
#pfl-b2b-root .pfl-b2b-faq__primary-wrap button:hover {
    border-color: #008f5b;
    background: #008f5b;
    transform: translateY(-1px);
}
#pfl-b2b-root .pfl-b2b-faq__actions > button:hover {
    border-color: #9fb3c3;
    background: #f5f8fa;
}
#pfl-b2b-root .pfl-b2b-faq__primary-wrap > span {
    color: #65758a;
    font-size: 14px;
    line-height: 1.35;
}
#pfl-b2b-root .pfl-b2b-faq__list {
    gap: 11px;
    min-width: 0;
}
#pfl-b2b-root .pfl-b2b-faq__item {
    border-color: #d7e0e7;
    border-radius: 16px;
    background: #fafcfd;
    transition: border-color .18s ease,background-color .18s ease,box-shadow .18s ease;
}
#pfl-b2b-root .pfl-b2b-faq__item:hover { border-color: #c2d0da; }
#pfl-b2b-root .pfl-b2b-faq__item.is-open {
    border-color: #c8d7df;
    background: #fff;
    box-shadow: 0 12px 30px rgba(8,30,55,.055);
}
#pfl-b2b-root .pfl-b2b-faq__item h3 button {
    min-height: 62px;
    padding: 17px 18px;
    font: 800 16px/1.4 Inter,sans-serif;
}
#pfl-b2b-root .pfl-b2b-faq__item h3 button svg {
    width: 18px;
    min-width: 18px;
    transition-duration: .18s;
}
#pfl-b2b-root .pfl-b2b-faq__item [role="region"] { padding: 0 18px 19px; }
#pfl-b2b-root .pfl-b2b-faq__item [role="region"] p {
    padding-top: 14px;
    border-color: #e3e9ee;
    color: #52647a;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 920px) {
    #pfl-b2b-root .pfl-b2b-faq__container { grid-template-columns: 1fr; gap: 34px; }
    #pfl-b2b-root .pfl-b2b-faq header { position: static; }
    #pfl-b2b-root .pfl-b2b-faq h2,
    #pfl-b2b-root .pfl-b2b-faq header > p { max-width: 720px; }
}
@media (max-width: 700px) {
    #pfl-b2b-root .pfl-b2b-faq { padding: 68px 18px 78px; }
    #pfl-b2b-root .pfl-b2b-faq h2 { font-size: clamp(34px,9.6vw,43px); line-height: 1.06; }
    #pfl-b2b-root .pfl-b2b-faq__actions { flex-direction: column; align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-faq__primary-wrap { width: 100%; align-items: stretch; }
    #pfl-b2b-root .pfl-b2b-faq__actions button { width: 100%; }
    #pfl-b2b-root .pfl-b2b-faq__item h3 button { min-height: 58px; padding: 16px; }
    #pfl-b2b-root .pfl-b2b-faq__item [role="region"] { padding: 0 16px 18px; }
}
@media (max-width: 430px) {
    #pfl-b2b-root .pfl-b2b-faq { padding-right: 16px; padding-left: 16px; }
    #pfl-b2b-root .pfl-b2b-faq__item { border-radius: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-faq__actions button,
    #pfl-b2b-root .pfl-b2b-faq__item,
    #pfl-b2b-root .pfl-b2b-faq__item h3 button svg { transition: none; }
    #pfl-b2b-root .pfl-b2b-faq__primary-wrap button:hover { transform: none; }
}
@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-faq header > span,
    #pfl-b2b-root .pfl-b2b-faq__item,
    #pfl-b2b-root .pfl-b2b-faq__actions button { border: 1px solid ButtonText; }
    #pfl-b2b-root .pfl-b2b-faq__primary-wrap button { background: Highlight; color: HighlightText; }
}

/* Profilio B2B R13 — formularz konsultacji / wersja 1.17.387. */
#pfl-b2b-root .pfl-b2b-contact {
    padding: 88px 24px 98px;
    border-top: 1px solid #e3e9ef;
    background:
        radial-gradient(circle at 50% 0,rgba(61,109,215,.045),rgba(61,109,215,0) 34%),
        #f5f7f9;
}
#pfl-b2b-root .pfl-b2b-contact__glow {
    inset: auto auto -300px -260px;
    opacity: .5;
}
#pfl-b2b-root .pfl-b2b-contact__container { width: min(740px,100%); }
#pfl-b2b-root .pfl-b2b-contact__heading {
    max-width: 690px;
    margin-bottom: 34px;
}
#pfl-b2b-root .pfl-b2b-contact__heading > span {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.3;
}
#pfl-b2b-root .pfl-b2b-contact__heading h2 {
    font-size: clamp(38px,4.7vw,50px);
    line-height: 1.035;
    letter-spacing: -.045em;
}
#pfl-b2b-root .pfl-b2b-contact__heading p {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px !important;
    line-height: 1.6 !important;
}
#pfl-b2b-root .pfl-b2b-contact__card {
    padding: clamp(28px,4vw,38px);
    border-color: #d7e0e8;
    border-radius: 23px;
    box-shadow: 0 24px 58px rgba(16,33,62,.09);
}
#pfl-b2b-root .pfl-b2b-contact-context-summary {
    margin-bottom: 26px;
    padding: 22px;
    border-radius: 18px;
    background: #f4fbf7;
    box-shadow: none;
}
#pfl-b2b-root .pfl-b2b-contact-context-summary__eyebrow,
#pfl-b2b-root .pfl-b2b-contact-context-item > span { font-size: 14px; line-height: 1.35; }
#pfl-b2b-root .pfl-b2b-contact-context-summary > p,
#pfl-b2b-root .pfl-b2b-contact-context-summary > p.pfl-b2b-contact-context-summary__note,
#pfl-b2b-root .pfl-b2b-contact-context-item p,
#pfl-b2b-root .pfl-b2b-contact-context-item li { font-size: 14px; }
#pfl-b2b-root .pfl-b2b-contact-context-item li::before { font-size: 14px; }
#pfl-b2b-root .pfl-b2b-contact-context-item button {
    min-height: 44px;
    font-size: 14px;
}
#pfl-b2b-root .pfl-b2b-contact-form__grid { gap: 18px 16px; }
#pfl-b2b-root .pfl-b2b-contact-field label,
#pfl-b2b-root .pfl-b2b-contact-preference legend {
    margin-bottom: 7px;
    color: #1e304e;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .02em;
}
#pfl-b2b-root .pfl-b2b-contact-field label span { color: #7889a0; }
#pfl-b2b-root .pfl-b2b-contact-field input,
#pfl-b2b-root .pfl-b2b-contact-field select {
    min-height: 52px;
    padding: 12px 14px;
    border-color: #cfd9e3;
    border-radius: 11px;
    background: #f8fafc;
    font-size: 16px;
    line-height: 1.3;
}
#pfl-b2b-root .pfl-b2b-contact-field input:hover,
#pfl-b2b-root .pfl-b2b-contact-field select:hover { border-color: #aebfcd; }
#pfl-b2b-root .pfl-b2b-contact-field input:focus,
#pfl-b2b-root .pfl-b2b-contact-field select:focus {
    border-color: #00a86b;
    box-shadow: 0 0 0 3px rgba(0,168,107,.11);
}
#pfl-b2b-root .pfl-b2b-contact-field__error {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.45;
}
#pfl-b2b-root .pfl-b2b-contact-preference { margin-top: 19px; }
#pfl-b2b-root .pfl-b2b-contact-preference > div { gap: 8px; }
#pfl-b2b-root .pfl-b2b-contact-preference label span {
    min-height: 48px;
    border-color: #cfd9e3;
    border-radius: 11px;
    color: #34455e;
    font-size: 14px;
}
#pfl-b2b-root .pfl-b2b-contact-preference input:checked + span {
    border-color: #00a86b;
    background: #effaf4;
    color: #00784c;
    box-shadow: 0 0 0 2px rgba(0,168,107,.08);
}
#pfl-b2b-root .pfl-b2b-contact-consent {
    min-height: 44px;
    grid-template-columns: 24px minmax(0,1fr);
    gap: 10px;
    margin-top: 20px;
}
#pfl-b2b-root .pfl-b2b-contact-consent input {
    width: 22px;
    height: 22px;
    margin: 0;
}
#pfl-b2b-root .pfl-b2b-contact-consent label {
    color: #52647a;
    font-size: 14px;
    line-height: 1.55;
}
#pfl-b2b-root .pfl-b2b-contact-consent a { color: #071a3a !important; }
#pfl-b2b-root .pfl-b2b-contact-form__status {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.5;
}
#pfl-b2b-root .pfl-b2b-contact-form__status:focus {
    outline: 3px solid rgba(180,35,24,.24);
    outline-offset: 3px;
}
#pfl-b2b-root .pfl-b2b-contact-form__submit {
    min-height: 52px;
    margin-top: 22px;
    border-color: #00a86b !important;
    border-radius: 12px;
    background: #00a86b !important;
    color: #fff !important;
    font-size: 15px;
    box-shadow: 0 14px 28px rgba(0,168,107,.18);
}
#pfl-b2b-root .pfl-b2b-contact-form__submit:hover,
#pfl-b2b-root .pfl-b2b-contact-form__submit:focus-visible {
    background: #008f5b !important;
    box-shadow: 0 18px 34px rgba(0,143,91,.23);
}
#pfl-b2b-root .pfl-b2b-contact-form__note {
    margin-top: 11px;
    color: #63758b;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
#pfl-b2b-root .pfl-b2b-contact-success { padding: 30px 8px; }
#pfl-b2b-root .pfl-b2b-contact-success p { font-size: 16px !important; }

@media (max-width: 767px) {
    #pfl-b2b-root .pfl-b2b-contact { padding: 68px 18px 82px; }
    #pfl-b2b-root .pfl-b2b-contact__heading { margin-bottom: 30px; text-align: left; }
    #pfl-b2b-root .pfl-b2b-contact__heading h2 { font-size: clamp(35px,9.6vw,43px); line-height: 1.06; }
    #pfl-b2b-root .pfl-b2b-contact__heading p { margin-left: 0; }
    #pfl-b2b-root .pfl-b2b-contact__card { padding: 24px 18px; border-radius: 21px; }
    #pfl-b2b-root .pfl-b2b-contact-context-summary { padding: 19px 16px; }
}
@media (max-width: 430px) {
    #pfl-b2b-root .pfl-b2b-contact { padding-right: 16px; padding-left: 16px; }
    #pfl-b2b-root .pfl-b2b-contact__card { padding-right: 16px; padding-left: 16px; }
    #pfl-b2b-root .pfl-b2b-contact-preference > div { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    #pfl-b2b-root .pfl-b2b-contact-field input,
    #pfl-b2b-root .pfl-b2b-contact-field select,
    #pfl-b2b-root .pfl-b2b-contact-form__submit { transition: none !important; }
    #pfl-b2b-root .pfl-b2b-contact-form__submit:hover { transform: none; }
}
@media (forced-colors: active) {
    #pfl-b2b-root .pfl-b2b-contact__card,
    #pfl-b2b-root .pfl-b2b-contact-context-summary,
    #pfl-b2b-root .pfl-b2b-contact-context-item,
    #pfl-b2b-root .pfl-b2b-contact-field input,
    #pfl-b2b-root .pfl-b2b-contact-field select,
    #pfl-b2b-root .pfl-b2b-contact-preference label span,
    #pfl-b2b-root .pfl-b2b-contact-form__submit { border: 1px solid ButtonText !important; }
    #pfl-b2b-root .pfl-b2b-contact-form__submit { background: Highlight !important; color: HighlightText !important; }
}

/* R14 / 1.17.388 — final production audit guardrails (WCAG AA + Profilio Standard). */
#pfl-b2b-root button,
#pfl-b2b-root [role="button"],
#pfl-b2b-root .pfl-b2b-hero__secondary,
#pfl-b2b-root .pfl-b2b-strategies__secondary,
#pfl-b2b-root .pfl-b2b-mechanism__secondary,
#pfl-b2b-root .pfl-b2b-programmer-case__primary,
#pfl-b2b-root .pfl-b2b-pilot__secondary,
#pfl-b2b-root .pfl-b2b-offer__card-action,
#pfl-b2b-root .pfl-b2b-offer__primary,
#pfl-b2b-root .pfl-b2b-offer__secondary,
#pfl-b2b-root .pfl-b2b-timeline__secondary,
#pfl-b2b-root .pfl-b2b-legal-basis__secondary,
#pfl-b2b-root .pfl-b2b-diagnosis-button,
#pfl-b2b-root .pfl-b2b-legal-modal__materials a {
    min-height: 44px;
}

#pfl-b2b-root .pfl-b2b-billing-scenarios__primary,
#pfl-b2b-root .pfl-b2b-billing-modal__button--primary,
#pfl-b2b-root .pfl-b2b-programmer-case__primary,
#pfl-b2b-root .pfl-b2b-financial-simulator__primary,
#pfl-b2b-root .pfl-b2b-legal-modal__primary,
#pfl-b2b-root .pfl-b2b-offer__card-action:not(.pfl-b2b-offer__card-action--secondary),
#pfl-b2b-root .pfl-b2b-offer__primary,
#pfl-b2b-root .pfl-b2b-pilot__primary,
#pfl-b2b-root .pfl-b2b-faq__primary-wrap button,
#pfl-b2b-root .pfl-b2b-faq__actions button:first-child,
#pfl-b2b-root .pfl-b2b-mobile-cta button,
#pfl-b2b-root .pfl-b2b-contact-form__submit {
    border-color: #00804f !important;
    background: #00804f !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(0,128,79,.18);
}
#pfl-b2b-root .pfl-b2b-hero__primary:hover,
#pfl-b2b-root .pfl-b2b-hero__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-strategies__primary:hover,
#pfl-b2b-root .pfl-b2b-strategies__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-timeline__primary:hover,
#pfl-b2b-root .pfl-b2b-timeline__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-legal-basis__primary:hover,
#pfl-b2b-root .pfl-b2b-legal-basis__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-diagnosis-button--primary:hover,
#pfl-b2b-root .pfl-b2b-diagnosis-button--primary:focus-visible,
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary:hover,
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-billing-modal__button--primary:hover,
#pfl-b2b-root .pfl-b2b-billing-modal__button--primary:focus-visible,
#pfl-b2b-root .pfl-b2b-programmer-case__primary:hover,
#pfl-b2b-root .pfl-b2b-programmer-case__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-financial-simulator__primary:hover,
#pfl-b2b-root .pfl-b2b-financial-simulator__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-legal-modal__primary:hover,
#pfl-b2b-root .pfl-b2b-legal-modal__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-offer__card-action:not(.pfl-b2b-offer__card-action--secondary):hover,
#pfl-b2b-root .pfl-b2b-offer__card-action:not(.pfl-b2b-offer__card-action--secondary):focus-visible,
#pfl-b2b-root .pfl-b2b-offer__primary:hover,
#pfl-b2b-root .pfl-b2b-offer__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-pilot__primary:hover,
#pfl-b2b-root .pfl-b2b-pilot__primary:focus-visible,
#pfl-b2b-root .pfl-b2b-faq__primary-wrap button:hover,
#pfl-b2b-root .pfl-b2b-faq__primary-wrap button:focus-visible,
#pfl-b2b-root .pfl-b2b-faq__actions button:first-child:hover,
#pfl-b2b-root .pfl-b2b-faq__actions button:first-child:focus-visible,
#pfl-b2b-root .pfl-b2b-mobile-cta button:hover,
#pfl-b2b-root .pfl-b2b-mobile-cta button:focus-visible,
#pfl-b2b-root .pfl-b2b-contact-form__submit:hover,
#pfl-b2b-root .pfl-b2b-contact-form__submit:focus-visible {
    border-color: #006f43 !important;
    background: #006f43 !important;
    box-shadow: 0 18px 34px rgba(0,111,67,.23);
}

#pfl-b2b-root .pfl-b2b-hero__badge,
#pfl-b2b-root .pfl-b2b-hero-panel__eyebrow,
#pfl-b2b-root .pfl-b2b-hero-panel__demo,
#pfl-b2b-root .pfl-b2b-diagnosis-bridge__badge,
#pfl-b2b-root .pfl-b2b-strategies__badge,
#pfl-b2b-root .pfl-b2b-strategies__label,
#pfl-b2b-root .pfl-b2b-mechanism__badge,
#pfl-b2b-root .pfl-b2b-mechanism__role-label,
#pfl-b2b-root .pfl-b2b-mechanism__effect-label,
#pfl-b2b-root .pfl-b2b-mechanism-preview__header,
#pfl-b2b-root .pfl-b2b-programmer-case__badge,
#pfl-b2b-root .pfl-b2b-programmer-case__eyebrow,
#pfl-b2b-root .pfl-b2b-programmer-case__status,
#pfl-b2b-root .pfl-b2b-programmer-case__difference,
#pfl-b2b-root .pfl-b2b-programmer-case__consequences-head,
#pfl-b2b-root .pfl-b2b-financial-simulator__eyebrow,
#pfl-b2b-root .pfl-b2b-financial-simulator__screen-heading > span,
#pfl-b2b-root .pfl-b2b-financial-simulator__card-eyebrow,
#pfl-b2b-root .pfl-b2b-billing-scenarios__badge,
#pfl-b2b-root .pfl-b2b-billing-modal__eyebrow,
#pfl-b2b-root .pfl-b2b-pilot__badge,
#pfl-b2b-root .pfl-b2b-pilot__panel-head,
#pfl-b2b-root .pfl-b2b-offer__badge,
#pfl-b2b-root .pfl-b2b-contact-context-summary__eyebrow,
#pfl-b2b-root .pfl-b2b-timeline__badge,
#pfl-b2b-root .pfl-b2b-timeline__status,
#pfl-b2b-root .pfl-b2b-legal-basis__badge,
#pfl-b2b-root .pfl-b2b-legal-basis__map-head,
#pfl-b2b-root .pfl-b2b-legal-modal__header,
#pfl-b2b-root .pfl-b2b-diagnosis-modal__step,
#pfl-b2b-root .pfl-b2b-diagnosis-result__eyebrow {
    font-size: 12px;
}

#pfl-b2b-root .pfl-b2b-hero__action-meta,
#pfl-b2b-root .pfl-b2b-hero__benefit strong,
#pfl-b2b-root .pfl-b2b-hero__benefit small,
#pfl-b2b-root .pfl-b2b-hero__disclaimer,
#pfl-b2b-root .pfl-b2b-hero__business-link,
#pfl-b2b-root .pfl-b2b-hero-panel__progress-row,
#pfl-b2b-root .pfl-b2b-hero-panel__check strong,
#pfl-b2b-root .pfl-b2b-hero-panel__check small,
#pfl-b2b-root .pfl-b2b-hero-panel__recommendation li,
#pfl-b2b-root .pfl-b2b-hero-panel__mobile-more,
#pfl-b2b-root .pfl-b2b-strategies__result,
#pfl-b2b-root .pfl-b2b-strategies__primary-wrap > span,
#pfl-b2b-root .pfl-b2b-mechanism__connector-label,
#pfl-b2b-root .pfl-b2b-mechanism__primary-wrap > span,
#pfl-b2b-root .pfl-b2b-mechanism-preview__state,
#pfl-b2b-root .pfl-b2b-programmer-case__primary-wrap > span,
#pfl-b2b-root .pfl-b2b-programmer-case__difference small,
#pfl-b2b-root .pfl-b2b-programmer-case__consequences,
#pfl-b2b-root .pfl-b2b-financial-simulator__steps strong,
#pfl-b2b-root .pfl-b2b-financial-simulator__steps small,
#pfl-b2b-root .pfl-b2b-financial-simulator__range-scale,
#pfl-b2b-root .pfl-b2b-financial-simulator__choice,
#pfl-b2b-root .pfl-b2b-financial-simulator__custom-period,
#pfl-b2b-root .pfl-b2b-financial-simulator__card dt,
#pfl-b2b-root .pfl-b2b-financial-simulator__card dd,
#pfl-b2b-root .pfl-b2b-financial-simulator__signals,
#pfl-b2b-root .pfl-b2b-financial-simulator__card-status,
#pfl-b2b-root .pfl-b2b-financial-simulator__details,
#pfl-b2b-root .pfl-b2b-financial-simulator__details-toggle,
#pfl-b2b-root .pfl-b2b-billing-scenarios__clarification,
#pfl-b2b-root .pfl-b2b-billing-scenarios__rule-note,
#pfl-b2b-root .pfl-b2b-billing-scenarios__primary-wrap > span,
#pfl-b2b-root .pfl-b2b-billing-scenarios__facts dd,
#pfl-b2b-root .pfl-b2b-billing-modal__notice,
#pfl-b2b-root .pfl-b2b-billing-modal__facts,
#pfl-b2b-root .pfl-b2b-billing-comparison__desktop,
#pfl-b2b-root .pfl-b2b-billing-comparison__mobile,
#pfl-b2b-root .pfl-b2b-pilot__diagnosis,
#pfl-b2b-root .pfl-b2b-pilot__note,
#pfl-b2b-root .pfl-b2b-pilot__panel p,
#pfl-b2b-root .pfl-b2b-pilot__replay,
#pfl-b2b-root .pfl-b2b-offer__disclaimer,
#pfl-b2b-root .pfl-b2b-offer__note,
#pfl-b2b-root .pfl-b2b-offer__terms,
#pfl-b2b-root .pfl-b2b-timeline__primary-wrap > span,
#pfl-b2b-root .pfl-b2b-timeline__meta,
#pfl-b2b-root .pfl-b2b-timeline__sources-content,
#pfl-b2b-root .pfl-b2b-legal-basis__qualification,
#pfl-b2b-root .pfl-b2b-legal-basis__notice,
#pfl-b2b-root .pfl-b2b-legal-basis__map-state,
#pfl-b2b-root .pfl-b2b-legal-basis__map-note,
#pfl-b2b-root .pfl-b2b-legal-basis__layer-button small,
#pfl-b2b-root .pfl-b2b-legal-basis__articles,
#pfl-b2b-root .pfl-b2b-legal-basis__conditional,
#pfl-b2b-root .pfl-b2b-legal-modal__scenario,
#pfl-b2b-root .pfl-b2b-legal-modal__materials,
#pfl-b2b-root .pfl-b2b-legal-modal__sources,
#pfl-b2b-root .pfl-b2b-diagnosis-intro__disclaimer,
#pfl-b2b-root .pfl-b2b-diagnosis-progress,
#pfl-b2b-root .pfl-b2b-diagnosis-question__help,
#pfl-b2b-root .pfl-b2b-diagnosis-error,
#pfl-b2b-root .pfl-b2b-diagnosis-result__disclaimer,
#pfl-b2b-root .pfl-b2b-diagnosis-result__edit,
#pfl-b2b-root .pfl-b2b-diagnosis-signals,
#pfl-b2b-root .pfl-b2b-contact-context-summary__note,
#pfl-b2b-root .pfl-b2b-contact-context-item,
#pfl-b2b-root .pfl-b2b-contact-field__error,
#pfl-b2b-root .pfl-b2b-contact-form__status,
#pfl-b2b-root .pfl-b2b-contact-form__note {
    font-size: 14px !important;
}

#pfl-b2b-root button,
#pfl-b2b-root .pfl-b2b-hero__secondary,
#pfl-b2b-root .pfl-b2b-strategies__secondary,
#pfl-b2b-root .pfl-b2b-mechanism__secondary,
#pfl-b2b-root .pfl-b2b-pilot__secondary,
#pfl-b2b-root .pfl-b2b-offer__card-action,
#pfl-b2b-root .pfl-b2b-offer__primary,
#pfl-b2b-root .pfl-b2b-offer__secondary,
#pfl-b2b-root .pfl-b2b-timeline__secondary,
#pfl-b2b-root .pfl-b2b-legal-basis__secondary,
#pfl-b2b-root .pfl-b2b-diagnosis-button,
#pfl-b2b-root .pfl-b2b-legal-modal__materials a {
    font-size: 14px;
}
